/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 27px;
}


.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
	padding: 15px 20px;
	text-transform: capitalize !important;
}


.site-header {
	position: relative;
}

.site-header .logo + div{
	display: block;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}



.site-header .menu-wrap {

	width: 84%;
	position: absolute;
	top: 0;

	margin-top:25px;
	padding-top: 0 !important;

	text-align: center;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: -30px;
	z-index: 999;
	position: inherit;

	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);


}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
	bottom: 65px;
	padding-bottom: 15px;
	right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
	width: 60px;
	float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}


.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
	padding: 7px 30px 7px 15px;
	border: none !important;
	background: none !important;
	color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: transparent !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}



.footer input[type="text"], .footer textarea {
	border-radius: 6px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

/** RESET **/
.mobile-menu {
	width:0 !important;
	overflow:auto !Important;
}

.nav-open .mobile-menu {
    width: 100% !important;
	transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
}

a.ui-datepicker-prev:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #333;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
}

a.ui-datepicker-next:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #333;
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
}

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

	body.nav-fixed {
		margin-top: 150px !important;
	}

	.site-header .logo {
		margin-left: 8%;
	}

	.site-header .phone {
		display: none;
	}

	.site-header .menu-wrap {
		margin-top:57px;
	}

	.footer .social-inner-wrap {
		text-align: right;
	}

}

@media (min-width: 992px) {
	body,html {
		overflow: initial !Important;
	}

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}


/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}

@media (max-width: 991px) {
	#facebook {
		float: none;
		margin: auto;
	}
	
	body, html {
		-webkit-overflow-scrolling: touch;
	}
	body .main-content {
		overflow: auto;
	}
	.site-header {
		background: #efefee !important;
	}

	.site-header .logo + div {
		position: absolute;
	}

	.mobile-menu ul {
		background: #efefee;
	}

	.mobile-menu {
		overflow: visible;
		background: #efefee !important;
		z-index: 99999 !important;
	}
	.main-content h1 {
		font-size: 27px !important;
	}
	
	.site-phone-mobile {
		position: absolute;
		top: 33px;
		right: 16%;
		z-index: 999;
	}

	.site-phone-mobile .fa {
		font-size: 24px;
		color: #000;
		border: 1px solid gray;
		padding: 5px 10px;
	}
	
	.site-header .logo {
		z-index: 9999;
	}
	.banner-slider .carousel-inner .section-container h1 {
		font-size: 30px !important;
	}

	.banner-slider .span-1 {
		position: absolute;
		margin-top: -47px;
		margin-left: -95px;
	}

	.banner-slider .span-1:before {
		top: 21px;
	}
}

@media (max-width: 768px) {
	.site-header .vertical-center img {
		max-width: 200px;
	}
	.site-phone-mobile {
		right: 20%;
	}
}

@media (max-width: 500px) {
	.main-content h1 {
		font-size: 20px !important;
	}
	.site-phone-mobile {
		right: 30%;
	}
}

/** Additional **/

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fc8200;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
	color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Shutter Out Vertical light */
.hvr-shutter-out-vertical-light {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #1375ca;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-vertical-light:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1375ca;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical-light:hover, .hvr-shutter-out-vertical-light:focus, .hvr-shutter-out-vertical-light:active {
	color: white;
}
.hvr-shutter-out-vertical-light:hover:before, .hvr-shutter-out-vertical-light:focus:before, .hvr-shutter-out-vertical-light:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

#bioblock {
	padding: 0 0 25px;
}


body.single-page .section-container .sidebar h2 a {
	color: #fff !important;
}

.sidebar-container a {
	color: #1275CA !important;
}


h1 > span.span-1 {
    color: #1375CA !important;
    background: rgba(255, 255, 255, 0);
    font-family: 'Shadows Into Light', cursive;
    text-transform: none;
}

.banner-slider .span-1 {
    position: absolute;
    margin-top: -70px;
    margin-left: -140px;
}

.banner-slider .span-1:before {
    content: '\f106';
    font-family: fontAwesome;
    font-size: 33px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 43px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}

.modal-body h2 strong {
    color: #f78202;
}

.modal {
    z-index: 9999;
}