/*
 Theme Name: Alumni Advantage
 Theme URI: http://localhost/wp/alumni
 Description: Custom theme for Alumni Advantage.
 Author: IIS
 Author URI: http://integrateditsolutions.com/
 License: Everything copyrighted
 Version: 1.1
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Raleway:300,300i,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
display:none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.85em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #20343d;
	font-size: 18px;
	background-color: #F6F6F6;
	font-family: 'Raleway', sans-serif;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: disc;
}
p {
	margin: 15px 0;
	line-height: 25px;
	font-size: 18px;
	color: #636363;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	color: #333330;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
h1 sup {
	left: -6px;
}
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #004fa7;
}
strong {
	font-weight: 700;
}
a:focus, a:active {
	outline: none !important;
	border: none;
}
form, fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
/* Mozilla based browsers */
::-moz-selection {
 background-color: #323232;
 color:#FFF;
}
/* Works in Safari */
::selection {
	background-color: #323232;
	color: #FFF;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input.checkbox {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
* {
	outline: none;
}
.hrLine {
	display: inline-block;
	width: 60px;
	background-color: #333333;
	border: none;
	border-bottom: 1px solid #333333;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
a:focus, a:active {
	outline: none;
}
a img {
	outline: none;
	border: none;
}
img {
	max-width: 100%;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.visible-lg {
	display: block;
}
.visible-xs {
	display: none;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.white-spacer {
	height:60px;
	background:white;
}
.dn {
	display: none;
}
.only-retina {
	display: none !important;
}
.btn {
	display: inline-block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 12px 26px;
	border-radius: 2px;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}
.white-btn {
	color: #333333;
	background-color: #FFF;
}
.trans-btn {
	color: #FFF;
	background-color: transparent;
	border-color: #FFFF;
}
.trans-btn:hover {
	background-color: #d70029;
	border-color: transparent;
}
.darkRed-btn {
	color: #FFF;
	text-align: center;
	min-width: 150px;
	background-color: #d70029;
}
.darkRed-btn:hover {
	background-color: #8b0000;
}
.text-center {
	text-align: center;
}
.container {
	max-width: 1290px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.disclaimer {
	font-size:.75rem;
	margin:1em 0;
}
.section.intro {
	padding:1em 5em;
}
.section.intro p, .section.intro ul li {
	font-size:1.3rem;
}
.section.intro ul li {
	margin-bottom:.5em;
}
.text-red {
	color:#d70029;
}
.section h2.impact {
	font-size:2.35rem;
}
.section ul.impact li, .section p.impact {
	font-size:1.25rem;
	margin-bottom:.5em;
}

/* ----------------------------------------------------- */
/* ----------------------- Header ---------------------- */
/* ----------------------------------------------------- */


.header {
	background-color: #FFF;
}
.header ul li {
	list-style: none;
}
.header .content {
	position: relative;
	padding: 12px 0;
}
.header .left {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}
.header .phoneNo {
	text-align: right;
}
.header .phoneNo a {
	color: #20343d;
	font-size: 30px;
	font-weight: 700;
}
.header .right {
	display: inline-block;
	vertical-align: middle;
	width: 1100px;
}
.header .nav {
	text-align: right;
}
.nav > ul > li {
	position: relative;
	margin-right: 18px;
	display: inline-block;
	padding: 6px 10px;
}
.nav > ul > li:before {
	content: '';
}
.nav > ul > li:last-child {
	margin-right: 0;
}
.nav > ul > li > a {
	color: #212121;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	line-height: 27px;
}
.nav > ul > li.orderOnline > a {
	background-color: #d70029;
	color: #FFF;
	padding: 6px 12px;
}
.nav > ul > li > a:hover, .nav > ul > li.hover > a, .nav > ul > li.current-menu-item > a {
	color: #d70029;
}
.nav > ul > li.orderOnline > a:hover, .nav > ul > li.orderOnline.hover > a, .nav > ul > li.orderOnline.current-menu-item > a {
	background-color: #8b0000;
	color: #FFF;
}
.nav > ul > li > ul {
	top: 12px;
}
.nav > ul > li > ul {
	width: 100%;
	min-width: 207px;
	display: none;
	background: #333333;
	position: absolute;
	left: 0;
	top: 83px;
	z-index: 999;
	padding: 0px 0px;
}
.nav > ul > li > ul > li {
	float: none;
	margin-left: 0;
	height: auto;
	text-align: left;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 0.05s ease-in;
	-moz-transition: all 0.05s ease-in;
	-o-transition: all 0.05s ease-in;
	transition: all 0.05s ease-in;
}
.nav > ul > li > ul > li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	padding: 7px 10px;
	border-bottom: 1px solid #FFF;
	position: relative;
}
.nav > ul > li > ul > li:last-child a {
	border-bottom: none;
}
.nav > ul > li > ul > li a:hover {
	background-color: #FFF;
	color: #20343d;
	text-decoration: none;
}
/* ----------------------------------------------------- */
/* --------------------Home Page----------------------- */
/* ---------------------------------------------------- */

.section ul {
	padding-left: 20px;
}
.section ul li {
	list-style: square;
	color: #636363;
	font-size: 18px;
	line-height: 25px;
}
#slider {
	overflow: hidden;
	width: 100%;
}
.sectionTitle {
	margin-top: 0;
	color: #0067b7;
	font-weight: 500;
}
.sliderContent {
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 5%;
	text-align: center;
}
#slider .content {
	padding: 0 5%;
}
.owl-carousel .owl-item .sliderContent img {
	max-width: 100%;
	width: auto;
}
.sliderContent .left {
	width: 730px;
	float: left;
	text-align: left;
	padding-top: 15%;
}
#slider .owl-stage {
	border-bottom: 125px solid #fff;
}
.sliderContent .right {
	bottom: -91px;
	float: right;
	position: relative;
	width: 370px;
}
.sliderContent h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 60px;
	color: #FFF;
	line-height: 58px;
	text-transform: uppercase;
	font-weight: 800;
}
.sliderContent p {
	font-weight: 400;
	color: #FFF;
	margin: 30px 0;
	font-size: 22px;
}
#slider a.btn {
	margin-right: 15px;
	width: 180px;
	text-align: center;
}
#slider a.darkRed-btn:hover {
	background-color: transparent;
	border-color: #FFF;
}
#slider .owl-nav {
	margin: 0;
}
#slider .owl-nav > div {
	position: absolute;
	top: 45%;
	z-index: 444;
}
#slider .owl-nav > div.owl-prev {
	left: 15%;
}
#slider .owl-nav > div.owl-next {
	right: 15%;
}
#slider .owl-nav > div i {
	border: 2px solid #fff;
	border-radius: 90px;
	font-size: 22px;
	height: 36px;
	width: 36px;
}
#slider .owl-nav > div.owl-next i {
	padding: 6px 10px;
}
#slider .owl-nav > div.owl-prev i {
	padding: 6px 6px;
}
#slider.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	border-radius: 0;
}
#slider .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
}
#slider.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #dbdad8;
	border-radius: 0;
	height: 14px;
	width: 14px;
	margin: 5px 3px;
}
#slider.owl-theme .owl-dots .owl-dot.active span, #slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #dbdad8;
}
.partners {
	background-color: #FFF;
	padding: 70px 0;
}
#partners .item {
	text-align: center;
}
#partners {
	padding: 0 7%;
	margin-top: 35px;
}
#partners img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
#partners .owl-nav {
	margin: 0;
}
#partners .owl-nav > div {
	position: absolute;
	top: 7px;
	z-index: 444;
}
#partners .owl-nav > div.owl-prev {
	left: 0;
}
#partners .owl-nav > div.owl-next {
	right: 0;
}
#partners .owl-nav > div i {
	border: 2px solid #1089c8;
	border-radius: 90px;
	font-size: 22px;
	height: 36px;
	color: #1089c8;
	width: 36px;
}
#partners .owl-nav > div.owl-next i {
	padding: 6px 10px;
}
#partners .owl-nav > div.owl-prev i {
	padding: 6px 6px;
}
#partners.owl-theme .owl-nav [class*="owl-"] {
	background-color: transparent;
	border-radius: 0;
}
.features {
	background-color: #F9F9F9;
	padding: 70px 0;
	overflow: hidden;
}
.features.about-page {
	background-color: #FFF;
}
.features .content {
	padding: 0 3%;
}
.features .leftCont {
	float: left;
	width: 430px;
}
.features .rightCont {
	float: right;
	width: 754px;
	padding-left: 25px;
	padding-top: 35px;
}
.features .rightCont h3 {
	color: #636363;
	font-weight: 500;
}
.features.greyhound img {
	display:block;
	width:80%;
	height:auto;
	margin:0 auto;
}
.features.greyhound .rightCont {
	padding-top:0;
}
.advantages {
	margin-top: 25px;
}
.advantages .row {
	margin-bottom: 15px;
}
.advantages .icon {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.advText {
	width: 600px;
	vertical-align: middle;
	display: inline-block;
}
.advantages .icon {
	border: 5px solid #0067b7;
	border-radius: 90px;
	display: inline-block;
	padding: 27px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.advantages .icon i {
	color: #0067b7;
	font-size: 36px;
}
.bglayer {
	background-image: url('../images/bgimg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#testi img {
	max-width: 100%;
	width: auto;
}
#testi blockquote {
	text-align: right;
	margin: 0;
}
#testi blockquote p {
	color: #FFF;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
}
#testi blockquote em {
	bottom: 38px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin-right: 28px;
	position: absolute;
	right: 32%;
}
.testimonials .container {
	padding: 4% 3%;
}
#testi blockquote .profile-pic {
	bottom: -91px;
	display: inline-block;
	float: right;
	overflow: hidden;
	position: relative;
	z-index: 777;
}
#testi blockquote .profile-pic img {
	border-radius: 50%;
	height: 180px;
	width: 180px;
	box-shadow: 1px 1px 2px grey;
	border: 6px solid #fff;
}
#testi .owl-dots {
	bottom: 108px;
	left: 60%;
	position: absolute;
	text-align: center;
}
#testi.owl-theme .owl-dots .owl-dot span {
	background-color: #B8B8B8;
	border: 3px solid #FFF;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	margin: 5px 2px;
}
#testi.owl-theme .owl-dots .owl-dot.active span, #testi.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0069BB;
}
/* #testi .whiteBorder{
	position: absolute;
	width: 100%;
	background-color: #F9F9F9;
	height: 40px;
	bottom: 0;
} */

#testi .owl-stage {
	border-bottom: 125px solid #f9f9f9;
}
/* ----------------------------------------------------- */
/* -------------------- Inner Page ------------------- */
/* ----------------------------------------------------- */

.heroCont {
	background-image: url('../images/slider.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.heroCont h1 {
	text-align: center;
	color: #FFF;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.heroCont h2 {
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
/* ----------------------------------------------------- */
/* -----------------------Video------------------------ */
/* ---------------------------------------------------- */
.section.video-block {
	padding-bottom:2rem;
	background:#fff;
}
.section.video-block .content {
	position:relative;
	max-width:80%;
	height:auto;
	margin:0 auto;
	padding-bottom:45.25%;
	overflow:hidden;
}
.section.video-block .content iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ----------------------------------------------------- */
/* ---------------- Form Error and Honeypot ------------ */
/* ----------------------------------------------------- */
.anti-spam-field {
	display:none;
	position:absolute;
	left:-10000px;
}

.form-error {
	font-size: 12px;
	color: #e63e3e;
	margin-top: 5px;
	display: inline-block;
	font-weight: 500;
	background-color: #f5f5f5;
	padding: 5px 10px;
	width: 100%;
}
/* ----------------------------------------------------- */
/* -------------------- Contact Form ------------------- */
/* ----------------------------------------------------- */

.section.contact-us {
	padding: 40px 0 60px 0;
	margin-top: -3px;
	background-color: #F9F9F9;
}
.section.contact-us .sectionTitle {
	margin-top: 0;
}
.contact-us .leftCont {
	float: left;
	width: 560px;
}
.contact-us .rightCont {
	float: left;
	width: 700px;
}
.contact-us .leftCont h5, .contact-us .rightCont h5 {
	color: #636363;
}
.contact-us .form-group > span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.contact-us .form-group.grid2 > span {
	width: 48.6%;
}
.contact-us .form-group.grid2 > span:first-child {
	margin-right: 1%;
}
.contact-us .form-group.grid2 > span:last-child {
	margin-left: 1%;
}
.contact-us .inputText select {
	height: 37px;
	width: 100%;
}
.contact-us .form-group > span.inputSubmit {
	width: 180px;
	position: relative;
}
.section .form h3 {
	font-weight: 300;
	color: #FFF;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFF;
}
.form-group {
	margin-bottom: 20px;
}
.form-group .form-control {
	width: 100%;
	border: none;
	color: #6c737a;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	border: 1px solid #777777;
	padding: 9px 12px;
	background-color: #FFF;
}
.form-group textarea.form-control {
	resize: none;
	font-family: 'Raleway', sans-serif;
	margin: 0;
}
.form-group.captchaBox input {
	width: 70%;
}
.form-group.captchaBox #captcha-img {
	margin-left: 2%;
	vertical-align: top;
	width: 27%;
}
.submitBtn {
	width: 150px;
	text-align: center;
	border: 1px solid #d70029;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	display: inline-block;
	padding: 12px 12px;
	font-weight: 800;
	float: right;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.submitBtn:hover {
	background-color: #000000;
	color: #FFF;
	border: 1px solid #000000;
}
 .form-control::-webkit-input-placeholder {
 color: #6c737a;
 opacity: 1;
}
 .form-control:-moz-placeholder { /* Firefox 18- */
 color: #6c737a;
 opacity: 1;
}
 .form-control::-moz-placeholder {  /* Firefox 19+ */
 color: #6c737a;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #6c737a;
 opacity: 1;
}
.contact-us .customSelect {
	width: 100%;
}
.contact-us #topic_title {
	border: 1px solid #777777;
	padding: 9px 12px;
	color: #6c737a;
}
.contact-us .ddcommon {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	width: 100%;
	font-weight: 300;
}
.contact-us ul {
	padding-left: 0;
}
.contact-us ul li {
	list-style: none;
	font-size: 14px;
	color: #6c737a;
	font-family: 'Raleway', sans-serif;
}
.contact-us .social a {
	color: #636363;
	font-size: 14px;
}
.contact-us .social a i {
	font-size: 17px;
	margin-right: 13px;
	vertical-align: middle;
	width: 25px;
}
/* ----------------------------------------------------- */
/* -------------------- Checkout Page ------------------- */
/* ----------------------------------------------------- */


.checkoutForm {
	background-color: #FFF;
	padding: 50px 0 80px 0;
	overflow: hidden;
}
.checkoutForm .formCont {
	margin-top: 50px;
}
.formCont h4 {
	color: #333333;
	font-weight: 400;
}
.formCont .itemCoupon {
	margin: 0 0 25px 0;
}
.qtyInput {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid #eceded;
	padding: 9px 12px;
	height: 38px;
	background-color: #FCFCFC;
	width: 80px;
}
.itemQty .cartItem {
	width: 100%;
	margin-bottom:40px;
}
.cartItem {
	text-align: left;
}
.cartItem thead tr, .cartItem tfoot tr {
	background-color: #FCFCFC;
	border: 1px solid #eceded;
}
.cartItem th {
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 15px 12px 25px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.cartItem td {
	font-size: 16px;
	padding: 10px 15px 10px 25px;
	font-weight: 400;
	color: #0b2b33;
	font-family: 'Open Sans', sans-serif;
}
.formCont .leftCont, .formCont .rightCont {
	float: left;
	width: 49%;
}
.formCont .leftCont {
	margin-right: 1%;
}
.formCont .rightCont {
	margin-left: 1%;
}
.formCont .billing_add {
	background-color: #FCFCFC;
	padding: 30px 30px 35px 30px;
	border: 1px solid #eceded;
}
.formCont .product-discounts .leftCont, .formCont .product-discounts .rightCont {
	width:45%;
}
.formCont .product-discounts .product-discount-separator {
	float:left;
	width:8%;
}
.itemCoupon h6 {
	font-weight: 400;
	font-size: 14px;
}
.couponInput .form-control, .billing_add .form-control, .itemQty .form-control {
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #eceded;
	padding: 9px 12px;
	height: 38px;
	background-color: #FFFFFF;
}
.couponInput .form-control {
	width: 250px;
}
.couponInput .coupon-btn {
	border: 2px solid #19242a;
	color: #19242a;
	background-color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 12px;
	font-weight: 500;
	vertical-align: top;
	padding: 9px 12px;
	text-align: center;
	text-transform: uppercase;
}
.billing_add .paypal_bill {
	overflow: hidden;
	margin-bottom: 30px;
}
.paypal_bill h6 .paypal-icon {
	vertical-align: middle;
	margin-right: 15px;
	display: inline-block;
}
.paypal_bill .form-group.grid2 > span {
	display: inline-block;
	vertical-align: top;
	width: 49.6%;
}
.itemQty .form-group {
	margin-bottom: 0;
}
.itemQty .checkbox {
	margin-right: 10px;
}
.form-group.grid4 > span {
	display: inline-block;
	vertical-align: top;
	width: 24.6%;
}
.formCont .product-total-cost {
	text-align:right;
	font-weight:bold;
	margin:2rem 0;
	padding:0 2rem;
}
.create_account p {
	font-size: 12px;
	color: #333333;
}
.create_account .form-group.grid3 > span {
	display: inline-block;
	width: 22%;
	vertical-align: top;
}
.order-btn {
	border: 1px solid #d70029;
	color: #fff;
	background-color: #d70029;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 800;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
}
 .billing_add ::-webkit-input-placeholder {
 color: #333333;
 opacity: 1;
}
 .billing_add :-moz-placeholder { /* Firefox 18- */
 color: #333333;
 opacity: 1;
}
 .billing_add ::-moz-placeholder {  /* Firefox 19+ */
 color: #333333;
 opacity: 1;
}
 .billing_add :-ms-input-placeholder {
 color: #333333;
 opacity: 1;
}
#add_new {
	display: inline-block;
	cursor: pointer;
}
#add_new i {
	color: #FFF;
	background-color: #0067b7;
	display: inline-block;
	margin-right: 10px;
	padding: 6px 8px;
	text-align: center;
	border-radius: 100%;
}
/* ----------------------------------------------------- */
/* -------------------- Featured Page ------------------- */
/* ----------------------------------------------------- */

.section.top-featured {
	background-color: #FFF;
	overflow: hidden;
	padding: 20px 0;
}
.section.clientsCont {
	background-color: #FFF;
	overflow: hidden;
	padding: 20px 0 70px 0;
}
.top-featured .row {
	display: table;
	border-collapse: separate;
	border-spacing: 30px;
	width: 100%;
}
.top-featured .row > div {
	display: table-cell;
	border-spacing: 2px;
	vertical-align: top;
	width: 21.7%;
	text-align: center;
	margin: 0 1.5%;
	padding: 2%;
	box-shadow: 0 0 6px #ededed;
}
.top-featured .row .box hr {
	display: inline-block;
	width: 40px;
	border: none;
	border-bottom: 3px solid #000;
}
.top-featured .row .box p {
	color: #0067b7;
}
.clients {
	margin-top: 70px;
	text-align: left;
}
.clients table {
	width: 100%;
}
.clients table th {
	background-color: #0067b7;
	color: #FFF;
	padding: 10px 0px;
}
.clients table th:nth-of-type(1) {
	padding-left: 15%;
}
.clients table td {
	color: #6d6d6d;
	padding: 6px 0;
	width: 50%;
}
.clients table tr:nth-child(even) td {
	background-color: #f6f7f8;
}
.clients table tr td:nth-of-type(1) {
	padding-left: 15%;
}
/* ----------------------------------------------------- */
/* ----------------------- Policy Page ----------------- */
/* ----------------------------------------------------- */

.agreementPolicy {
	overflow: hidden;
	padding: 50px 0;
	background-color: #FFF;
}
.agreementPolicy h1 {
	color: #0067b7;
	font-weight: 400;
}
.agreementPolicy ol, .agreementPolicy ul {
	padding-left: 25px;
}
.agreementPolicy ol li, .agreementPolicy ul li {
	margin-bottom: 6px;
	font-size: 14px;
	color: #192c3b;
	line-height: 23px;
}
.agreementPolicy ol li a {
	text-decoration: underline;
}
.agreementPolicy a {
	color: #0067b7;
}
.agreementPolicy p {
	font-size: 14px;
	font-weight: 400;
	color: #192c3b;
}
.agreementPolicy h5 {
	color: #636363;
}
/* ----------------------------------------------------- */
/* ----------------------- Footer ---------------------- */
/* ----------------------------------------------------- */

.footer {
	background-color: #0067B6;
	padding: 30px 0;
	overflow: hidden;
	width: 100%;
}
.footer .left {
	float:left;
}
.footer .right {
	float:right;
}
.copyright {
	margin: 0;
	padding-top:.5rem;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
}
.footer .fmenu ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}
.footer .fmenu ul li:first-child {
	margin-left:0;
}
.fmenu li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.powered-by {
	position:relative;
	top:-0.7rem;
}
.powered-by span {
	position:relative;
	bottom:1rem;
	padding-right:.3rem;
	font-size:.8rem;
	color:#fff;
}
/* ----------------------------------------------------- */
/* ------------------Media Query------------------- */
/* ---------------------------------------------------- */

@media screen and (max-width: 1870px) {
	#slider .owl-nav > div.owl-next {
		right: 2%;
	}
	#slider .owl-nav > div.owl-prev {
		left: 2%;
	}
	.sliderContent .right {
		width: 310px;
	}
}
@media screen and (max-width: 1670px) {
	.sliderContent .right {
		bottom: -57px;
	}
}
@media screen and (max-width: 1570px) {
	.sliderContent .right {
		bottom: -11px;
	}
	.sliderContent .left {
		padding-top: 9%;
	}
	#testi .owl-dots {
		left: 68%;
	}
	#testi blockquote em {
		right: 25%;
	}
}
@media screen and (max-width: 1370px) {
	#slider .owl-nav > div.owl-next {
		right: 0;
	}
	#slider .owl-nav > div.owl-prev {
		left: 0;
	}
	.sliderContent .right {
		width: 280px;
		bottom: 16px;
	}
}
@media screen and (max-width: 1290px) {
	.container {
		width: 100%;
		padding: 0 1%;
	}
	.header .right {
		width: 75%;
		float: right;
		margin-top: 25px;
	}
	.sliderContent .left {
		width: 65%;
	}
	.sliderContent .right {
		width: 25%;
	}
	.features .leftCont {
		width: 37%;
	}
	.features .rightCont {
		width: 63%;
	}
	.advText {
		width: 80%;
	}
	.contact-us .leftCont {
		width: 43%;
	}
	.contact-us .rightCont {
		width: 57%;
	}
	.paypal_bill .form-group.grid2 > span {
		width: 49.5%;
	}
}
@media screen and (max-width: 1170px) {
	.header .right {
		float: right;
		width: 75%;
		margin-top: 35px;
	}
	.nav > ul > li > ul {
		top: 73px;
	}
}
 @media screen and (max-width: 1070px) {
	.sliderContent h1 {
		font-size: 44px;
		line-height: 43px;
	}
	.sliderContent .left {
		padding-top: 0;
	}
	.advText {
		width: 76%;
	}
	#testi .owl-dots {
		left: 63%;
	}
	.testimonials .container {
		padding: 4% 0;
	}
	.contact-us .form-group.grid2 > span {
		width: 48.5%;
	}
	.paypal_bill .form-group.grid2 > span {
		width: 49.4%;
	}
}
 @media screen and (max-width: 970px) {
	.partners {
		padding: 40px 0;
	}
	#slider .owl-stage {
		border-bottom: 65px solid #fff;
	}
	.features .rightCont {
		width: 100%;
		padding-left: 0;
	}
	.features .leftCont {
		width: 300px;
		margin: 0 auto;
		float: none;
	}
	.features.greyhound img {
		margin-bottom:1.5em;
	}
	#testi .owl-stage {
		border-bottom: 79px solid #f9f9f9;
	}
	#testi .owl-dots {
		bottom: 62px;
	}
	.form-group.grid4 > span {
		width: 24.5%;
	}
}
 @media screen and (max-width: 870px) {
	.sliderContent h1 {
		font-size: 29px;
		line-height: 28px;
	}
	.sliderContent p {
		font-size: 18px;
		margin: 18px 0;
	}
	.nav > ul > li {
		margin-right: 5px;
		padding: 6px 8px;
	}
	#testi .owl-dots {
		left: 0;
		width: 100%;
		text-align: center;
	}
	#testi blockquote .profile-pic {
		bottom: -52px;
	}
	#testi blockquote em {
		right: 0;
		width: 100%;
		text-align: center;
	}
	.contact-us .form-group.grid2 > span {
		width: 48.3%;
	}
	.paypal_bill .form-group.grid2 > span {
		width: 49.3%;
	}
	.create_account .form-group.grid3 > span {
		width: 28%;
	}
	.form-group.grid4 > span {
		width: 24.4%;
	}
}
 @media screen and (max-width: 767px) {
	.visible-lg {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	.slicknav_btn {
		position: relative;
		display: block;
		vertical-align: middle;
		float: right;
		padding: 0.438em 0.625em 0.438em 0.625em;
		line-height: 1.125em;
		cursor: pointer;
	}
	.slicknav_menu .slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left;
	}
	.slicknav_menu .slicknav_icon {
		float: left;
		margin: 0.188em 0 0 0.438em;
	}
	.slicknav_menu .slicknav_no-text {
		margin: 0
	}
	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}
	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 0.188em
	}
	.slicknav_nav {
		clear: both
	}
	.slicknav_nav ul, .slicknav_nav li {
		display: block
	}
	.slicknav_nav .slicknav_arrow {
		font-size: 0.8em;
		float: left;
		margin: 0 0 0 0.4em;
	}
	.slicknav_nav .slicknav_arrow i {
		font-size: 15px;
	}
	.slicknav_nav .slicknav_item {
		cursor: pointer;
	}
	.slicknav_nav .slicknav_row {
		display: block;
	}
	.slicknav_nav a {
		display: block
	}
	.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
		display: inline
	}
	.slicknav_menu:before, .slicknav_menu:after {
		content: " ";
		display: table;
	}
	.slicknav_menu:after {
		clear: both
	}
	/* IE6/7 support */
	.slicknav_menu {
		width: 230px;
		float: right;
		position: relative;
	*zoom: 1
	}
	/*
	    User Default Style
	    Change the following styles to modify the appearance of the menu.
	*/

	.slicknav_menu {
		font-size: 16px;
	}
	/* Button */
	.slicknav_btn {
		margin: 5px 5px 6px;
		text-decoration: none;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		background-color: #0067B7;
	}
	/* Button Text */
	.slicknav_menu .slicknav_menutxt {
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 1px 3px #000;
	}
	/* Button Lines */
	.slicknav_menu .slicknav_icon-bar {
		background-color: #f5f5f5;
	}
	.slicknav_menu {
		padding: 5px;
	}
	.slicknav_nav {
		color: #FFF;
		margin: 0;
		padding: 0;
		font-size: 12px;
		background-color: #323232;
		border-top: 1px solid #323232;
		position: absolute;
		top: 78px;
		width: 100%;
		right: 0;
		z-index: 999;
		text-align: right;
	}
	.slicknav_nav, .slicknav_nav ul {
		list-style: none;
		overflow: hidden;
	}
	.slicknav_nav ul {
		background-color: #FFF;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.slicknav_nav .sub-menu a {
		color: #FFF;
	}
	.slicknav_nav .slicknav_row {
		padding: 2%;
		margin: 0;
	}
	.slicknav_nav a {
		padding: 8px 9px;
		margin: 0;
		text-decoration: none;
		color: #FFF;
		font-weight: 400;
		text-transform: uppercase;
		border: 1px solid transparent;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
		padding: 0 4px 0 0;
		margin: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		color: #fff;
	}
	.slicknav_nav li a:hover {
		color: #20343D;
		background-color: #FFF;
	}
	.slicknav_nav li a:hover a {
		color: #FFF;
	}
	.slicknav_nav .slicknav_parent > a:hover a {
		color: #20343D;
	}
	.slicknav_nav li:hover a .slicknav_row a {
		color: #000;
		background-color: transparent;
	}
	.slicknav_nav li:hover .slicknav_arrow {
		color: #000;
	}
	.slicknav_nav .slicknav_txtnode {
		margin-left: 15px;
	}
	.slicknav_nav .sub-menu li:hover a {
		background-color: #F3F6F9;
		color: #000;
	}
	.slicknav_parent.slicknav_open > ul {
		background-color: #FFF;
	}
	.slicknav_parent.slicknav_open > ul li a {
		color: #20343D;
	}
	.slicknav_parent.slicknav_open > ul li a:hover {
		background-color: #000000;
		color: #FFF;
	}
	.section.intro {
		padding:1em;
	}
	.sliderContent {
		top: 2%;
		text-align: center;
	}
	.sliderContent .right {
		display: none;
	}
	.sliderContent .left {
		width: 100%;
		text-align: center;
		padding: 0 2%;
	}
	.heroCont h1 {
		font-size: 40px;
	}
	#slider .owl-nav > div {
		top: 34%;
	}
	#slider .owl-nav > div.owl-prev {
		left: 0;
	}
	#slider .owl-nav > div.owl-next {
		right: 0;
	}
	#slider .owl-stage {
		border-bottom: none;
	}
	#testi .owl-stage {
		border-bottom: none;
	}
	.contact-us .leftCont {
		margin-bottom: 30px;
	}
	.contact-us .leftCont, .contact-us .rightCont {
		width: 100%;
	}
	.paypal_bill .leftCont {
		margin-right: 0;
	}
	.paypal_bill .rightCont {
		margin-left: 0;
	}
	.paypal_bill .leftCont, .paypal_bill .rightCont {
		width: 100%;
	}
	.testimonials .container {
		padding: 25px 1% 0 1%;
	}
	#testi blockquote .profile-pic {
		bottom: 0;
		float: none;
		text-align: center;
		width: 100%;
	}
	#testi blockquote .profile-pic img {
		margin: 0 auto;
	}
	#testi blockquote p {
		font-size: 28px;
		text-align: center;
	}
	#testi blockquote em {
		position: inherit;
		bottom: 0;
		top: 15px;
	}
	#testi .owl-dots {
		bottom: -12px;
		left: 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.form-group.grid4 > span {
		width: 49.5%;
		margin-bottom: 15px;
	}
	.top-featured .row {
		display: block;
	}
	.top-featured .row > div {
		display: block;
		width: 80%;
		margin: 20px auto 20px auto;
	}
	.footer .fmenu {
		width: 100%;
		text-align: center;
		margin:0 0 30px 0;
		padding-left:2rem;
		padding-right:2rem;
	}
	.footer .copyright, .footer .powered-by {
		width: 100%;
		text-align: center;
	}
}
 @media screen and (max-width: 670px) {
	.header .right {
		width: 60%;
	}
	.form-group.grid4 > span {
		width: 100%;
	}
}
@media screen and (max-width: 570px) {
.sliderContent {
	position: relative;
	top: 0;
	padding: 20px 0;
	overflow: hidden;
	background-color: #323232;
}
.contact-us .form-group.grid2 > span:first-child {
	margin-right: 0;
	margin-bottom: 20px;
}
.contact-us .form-group.grid2 > span {
	width: 100%;
}
.contact-us .form-group.grid2 > span:last-child {
	margin-left: 0;
}
.paypal_bill .form-group.grid2 > span {
	width: 100%;
	margin-bottom: 20px;
}
.paypal_bill .form-group.grid2 > span:last-child {
	margin-bottom: 0;
}
.create_account .form-group.grid3 > span {
	width: 100%;
	margin-bottom: 20px;
}
.create_account .form-group.grid3 > span:last-child {
	margin-bottom: 0;
}
.features .rightCont {
	text-align: center;
}
.advText {
	width: 100%;
}
}
 @media screen and (max-width: 470px) {
.header .left {
	width: 112px;
}
.slicknav_nav {
	top: 75px;
}
.couponInput .form-control {
	width: 100%;
	margin-bottom: 15px;
}
.header .right {
	width: 57%;
}
#slider a.btn {
	margin-bottom: 13px;
}
#testi blockquote p {
	font-size: 21px;
	line-height: 26px;
}
#testi blockquote .profile-pic img {
	height: 130px;
	width: 130px;
}
}
