/* ------------------------------------------------------------------------------
 	Author: WebThemez
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i');


.drg_blue {
    color:#407EC9 !important;
}
 body{
     font-size: 11pt !important;
 }
p {
	font-size: 11pt !important;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	/*font-size: 24px;*/
    font-size: 14pt;
	/*color: #2d3033;*/
    color:#990000;
}
h2 {
	/*font-size: 26px;*/
    font-size: 24pt;
	color: #2d3033;
}
h3 {
	/*font-size: 20px;*/
    font-size:14pt;
	color: #990000;
	/*font-weight: 300;*/
}
h4 {
	/*font-size: 32px;*/
    font-size:12pt;
	color: #2d3033;
	/*font-weight: 400;*/
}
h5 {
	font-size: 12pt;
	color: #2d3033;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.darkblue {
    color:#990000;
    font-weight: 600;
    text-transform: none;
}

.customblue {
    color:#990000;
    line-height:30px;
}
.customwhite {
    color:#990000;
    line-height: 38px;
}

.vmiddle {
    vertical-align:middle;
}

.grey {
    color:#6c7279 !important;
}
.btn1 {
	/*background-color: transparent;*/
	color: #fff;
	font-size: 10pt;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	/*text-transform: uppercase;*/
	border-right: 1px solid #d9e1f2;
	border-bottom: 1px solid #d9e1f2;
}
.btn1:hover, .btn1:focus {
	background-color: #d9e1f2;
	color: #6c7279;    
	border-top: 1px solid #d9e1f2;
	border-left: 1px solid #d9e1f2;
	border-right: 1px solid #286090;
	border-bottom: 1px solid #286090;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color:#616161;
    padding:40px;
    color: #fff;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.lato-ital {
    font-family: 'Lato', sans-serif;
    font-style:italic;
}

.book-appointment  {
    float:left;
    max-width:45%;
    padding-left:50px;
    padding-top:10px;
    text-align:center;
    margin:auto 0;
    height:auto;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #990000;
}
a.grey {
	color: #6c7279;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Lato',"Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	/*list-style: none;*/
}
.section {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.page_menu {
    float:left;
    font-size:18px;
    color: #990000;
	font-weight: 300;
    padding:5px 10px 5px 10px;
    text-align:center;
}
.liston {
	margin: 10px;
	padding: 3px;
}
.liston li {
    /*list-style:  circle;*/
}



.linear_menu {
    text-align:center;
    font-size:26px;
    color: #990000;
	font-weight: 300;
    padding:5px 10px 5px 10px;
    text-align:center;

    border-right: 1px solid #990000;
}

    

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.31);
}

#header .header-float-top {
    margin: 0 auto;
    max-width: 1170px;
    box-sizing: border-box;
    display:block;
    height:30px;
    text-align:left;
    background:#407EC9;
}

#header .header-float-top ul {
    display:block;
    position:relative;
}
#header .header-float-top li {
    display:inline-block;
    position:relative;
    float:left;
    line-height:14pt;
}


.bluenav {
    height:30px;
    width:100%;
    background: #8c0101;
	opacity:0.9;
}
.bluenav .linkwrap {
    margin-right:15px;
}
.bluenav .topBlueLink {
    display:inline-block;float:left;min-width:110px;
    padding-top: 3px;
}
.bluenav img {
    width:90px;
}

.bluenav .linkwrap {

}

#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color: #000;
	text-decoration:none;
	/*text-transform:uppercase;
	letter-spacing:7px;*/
}
#header.fixed {
	background-color: #14111deb;
    height: 82px;
}
#header.fixed a {
    color:#ffffff;
    font-size:12px;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	/*color: #000;*/
    color:#ffffff !important;
	font-size: 13px;
	font-weight: 600;
	margin-left: 40px;
	/*text-transform: uppercase;*/
}
.navigation a:hover, .navigation a.active {
	/*color: #d9e1f2;*/
    color:#990000;
    text-decoration:underline;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #d9e1f2;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #d9e1f2;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.nav-green, .nav-green:hover {
    color:#fff !important;
    background:#808080 !important;
    border-left: 1px dotted #fff;
}
.nav-green li > a,
li.nav-green > a {
    color:#fff !important;
}
.nav-green a:hover,
li.nav-green a:hover {
    color:#000 !important;
}

.nav-green .linkdiv {
    height: 100%;
    position: relative;
    display: block;
    padding: 15px 15px;
    line-height: 19px;
    border-left: 1px dotted #fff;
}
.nav-green .linkdiv > a {
    color:#fff !important;
}    
.nav-green .linkdiv span.pipe{
    color:#bbbbbb;
    opacity:0.6;
}



.bolditalic {
    font-weight:600;
    font-style:italic;
}


/* ------------------------------------------------------------------------------
	BreadCrumb
-------------------------------------------------------------------------------*/

.breadCrumb {
    margin:5px 0px 10px 0px;
    font-size:10pt;
    color:#989898;
}
.breadCrumb a {
    text-decoration:none;
    color:#989898;
}

.breadCrumb a:hover {
    text-decoration:underline;
    color:#989898;
}
/* ------------------------------------------------------------------------------
	Menu Dropdowns Multi Level
-------------------------------------------------------------------------------*/
.navbar-default {
	background: rgb(60, 70, 76);
    -moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color:#990000;
	font-size: 13px;
	font-weight: 600;
	margin-left: 40px;
	height: 2;
}

.dropdown-submenu {
    position: relative;
}
.navbar-nav > li:hover .dropdown-menu {
    visibility: visible;
    display: block;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #990000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #990000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
/* blue swish */
.banner {
    /*margin-top:30px;*/
}

@media (min-width: 760px)  {
    .banner {
        background-image: url(../images/c3/filler.png);
        background-size:2000px 750px;
	    background-position: center top -50px;
	    background-repeat: no-repeat;
    }
    .banner-home {
        background-image: url(../images/c3/filler.png);
        background-size:2000px 750px;
	    background-position: center top -140px;
	    background-repeat: no-repeat;
        margin-top:50px;
        /*margin-top:-30px;*/
    }
    .banner_grey {
        background-image: url(../images/c3/filler.png);
        background-size:2000px 750px;
	    background-position: center top -70px;
	    background-repeat: no-repeat;    
        margin-top: -40px;
    }

    .banner-home .banner-text {
        /*margin-top:-30px;*/
    }
    
    .banner-text p {
	    margin-top: 30px;
    }
    
}
.avatar {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.banner-home .banner-text {
	padding-top: 10px;
}
.banner .banner-text {
	padding-top: 10%;
}

.banner-text h1 {
	color: #990000;
	font-family:  'Lato',"Open Sans", Arial, sans-serif;
	font-size: 24px;
	/*font-weight: 700;
	text-transform: uppercase;*/
}


.banner-text h1.blue {
	font-family:  'Lato',"Open Sans", Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #990000;
	font-weight: 300;
    text-transform: none;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 80px;
}

/* grey swish */
.banner_grey {
    margin-top:30px;
}

.banner_grey .banner-text {
	/*padding-top: 5%;*/
}

.banner_none {
    margin-top:60px;
}

.circle_blocks_blue {
    color:#990000;
    font-weight:400;
    float:left;
    width:28%;
    text-align:center;
    padding:0px 30px 0px 20px;
}

.circle_blocks_blue img {
    max-width:80% !important;
}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
    background-color: #d9e1f2;
	/* color: #000; */
}
.intro h3 {
	color: #990000;
	margin-top: 0;
}
.intro p { 
	/*color: #424242;*/
	font-weight: 400;
}

/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
	
}
.section-header p{
	
}

.section.standard {
    
}
.section .bluebold {
    color: #990000;
	font-weight: 300;
    line-height:30px;
    font-size:16px;
}

.section.darkblue {
    background-color:#990000;
    color:#fff;
    padding:0px;
}

/* */
/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 30px 20px;
	margin-top: 30px;
	background: #FBFBFB;
	border: 1px solid #fff;
}
.services .icon {
	color: #d9e1f2;
	font-size: 38px;
	padding-left: 15px;
	float: left;
	background: #fff;
	padding: 20px;
}



/* ------------------------------------------------------------------------------
	 testimonials
-------------------------------------------------------------------------------*/

.testimonial-block {
    background:#90a3d3;
    padding:25px;
    color:#fff;
    text-align:left;
    margin-bottom:30px;
}

.testimonial-block img{
    width:28%;
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}

.testimonial-block .user{
    font-weight:600;
}

/* ------------------------------------------------------------------------------
	 Testimonials Slider
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #d9e1f2;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Merriweather";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(240, 93, 163, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;  
}
/*h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
}*/
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	background-color: #fbfbfb; 
}
.package:hover h5 {
	color: #407EC9;
}
.package:hover .price {
	background-color: #ff348f;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #407EC9;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #d9e1f2;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #d9e1f2;
	color: #d9e1f2;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #00aeda;
	border-color: #01a9d4;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	 width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	 width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
}
.conForm .submitBnt {
	background: #d9e1f2;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #E5E5E5;
	color: #d9e1f2;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/

.footer{
    background:#4d4d4d;
    color:#fff;
}
.footer h4, .footer li a {
    color:#fff !important;
    margin-top:0;
    font-size:10pt;
}
.footer h4 {
    font-size:13pt;
}

.footer li {
    margin-left:15px;
}
.footer li a:hover, .footer li a:focus {
    color: #E74C3C;
}

.footer p{
margin:1em 0 0;
}

.footer {
  padding: 3em 0;
}

.footer p a{
text-decoration:none;
}
    
.footer .col-md-12 > div {
    padding:10px 10px 10px 10px;
}





/* ------------------------------------------------------------------------------
	 Animations
-------------------------------------------------------------------------------*/

.banner h1, .banner_grey h1 {
    -webkit-animation: animate_h1 2s linear 0s 1;
    -moz-animation: animate_h1 2s linear 0s 1;
    -o-animation: animate_h1 2s linear 0s 1;
    animation: animate_h1 2s linear 0s 1;
}    
@-webkit-keyframes animate_h1 { 
    from { 
        opacity:0;
        margin-left:-100px;
    } 
    to { 
        opacity: 1;
        margin-left:0px;
    }     
}
@-moz-keyframes animate_h1 { 
    from { 
        opacity:0;
        margin-left:-100px;
    } 
    to { 
        opacity: 1;
        margin-left:0px;
    } 
}
@-o-keyframes animate_h1 { 
    from { 
        opacity:0;
        margin-left:-100px;
    } 
    to { 
        opacity: 1;
        margin-left:0px;
    } 
}
@keyframes animate_h1 { 
    from { 
        opacity:0;
        margin-left:-100px;
    } 
    to { 
        opacity: 1;
        margin-left:0px;
    } 
}


.banner, .banner_grey {
    -webkit-animation: fade_bkg 3s linear 0s 1;
    -moz-animation: fade_bkg 3s linear 0s 1;
    -o-animation: fade_bkg 3s linear 0s 1;
    animation: fade_bkg 3s linear 0s 1;
}    
@-webkit-keyframes fade_bkg { 
    from { 
        opacity:0;
    } 
    to { 
        opacity: 1;
    } 
}
@-moz-keyframes fade_bkg { 
    from { 
        opacity:0;
    } 
    to { 
        opacity: 1;
    } 
}
@-o-keyframes fade_bkg { 
    from { 
        opacity:0;
    } 
    to { 
        opacity: 1;
    } 
}
@keyframes fade_bkg { 
    from { 
        opacity:0;
    } 
    to { 
        opacity: 1;
    } 
}


/* ------------------------------------------------------------------------------
	 Column Bubble 
-------------------------------------------------------------------------------*/

 .col_hover_kit
{    
    display:block;
    border:0;
    /*width:30%;*/
    /*height:490px;*/
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.col_hover_kit:hover
{
    box-shadow: 0px 4px 4px #808080;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------
outline buttons
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 15px 32px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.success {
  border-color: #04AA6D;
  color: green;
}

.success:hover {
  background-color: #04AA6D;
  color: white;
}

/* Blue */
.info {
  border-color: #2196F3;
  color: dodgerblue;
}

.info:hover {
  background: #2196F3;
  color: white;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #990000;
  color: #990000;
}

.danger:hover {
  background: #990000;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;




/* ------------------------------------------------------------------------------
	 Image Bubble
-------------------------------------------------------------------------------*/
.bubbleUp {
     position: relative;
}

.bubbleUp img:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
}


/* ------------------------------------------------------------------------------
	 Table Cell Div Styles
-------------------------------------------------------------------------------*/
.td-div {
    width: 100%;
    border: 1px solid #808080;
    border-top: 0px;
    /*min-height: 105px;*/
    padding: 6px;
    text-align: left;
}
/* Functional Medicine */
.td-func {
    background-color:#f1f5d2;
}
.td-func h5 {
    color:#7f9500;
    margin:0px 0px 3px 0px;
}
/* Conventional Medicine */
.td-conv {
    background-color:#d8e0f3;
}
.td-conv h5 {
    color:#364797;
    margin:0px 0px 3px 0px;
}
/* Symptoms */
.td-div60 {
    width: 100%;
    border: 1px solid #808080;
    border-bottom: 0px;
    height: 60px;
    padding: 10px;
    text-align: center;
}
/* Symptoms Light */
.td-prog {
    background-color: #f2e4e1;
}
.td-prog h5 {
    color: #7f9500;
    margin: 0px 0px 3px 0px;
}
/* Symptoms Dark */
.td-oest {
    background-color: #f9d8cb;
}
.td-oest h5 {
    color: #364797;
    margin: 0px 0px 3px 0px;
}
.td-grey {
    background-color: #dddddd;
    border: 1px solid #fff;
    font-size:9pt;
    min-height: 105px;
}
.td-grey h5 {
    color: #484848;
    margin: 0px 0px 3px 0px;
}

.td-small {
    width: 100%;
    border: 1px solid #fff;
    border-top: 0px;
    height: 105px;
    padding: 6px;
    text-align: left;
    font-size:9pt;
    vertical-align:middle;
}
.td-small span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14pt;
  border-bottom:1px solid #fff;
}
.td-blue {
    background-color:#d8e0f3;
}



/* ------------------------------------------------------------------------------
	 FAQ Accordion
-------------------------------------------------------------------------------*/
.faqAccordion {

}
.faqAccordion h4 a {
    color:#6c7279;
}
.faqAccordion panel-body p {
    font-size: 11pt !important;
    line-height: 22.4px;
    color: #6c7279;
}

/* ------------------------------------------------------------------------------
	 Search Field Box and Styles
-------------------------------------------------------------------------------*/
.searchContainer {
    z-index: 200;
    align-self: center;
    display: block;
    background: none;
    top: 0px;
    height: 40px;
}

.searchContainer > div {
    float: right;
    width: 250px;
    height: 35px;
    padding: 5px;
    position: relative;
    margin-top: 82px;
}
.searchWrap {
    float:right;
    padding-top:1px;
    width:260px;
    z-index:2000;

    margin-right: -6px;
}
#sitesearch input[type="text"] {
    width: 200px;
    color: #3f3d3d;
    outline: none;
    font-size: 1em;
    padding: 5px;
    font-weight: 300;
    border: 1px solid #e5e4e2;
    float: left;
    display: inline-block;
    margin-right: 1px;
}
#sitesearch input[type="button"], #sitesearch a, #site-search-btn {
    background: #808080;
    padding: 6px;
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    outline: none;
    border: none;
    width: 45px;
    text-transform: uppercase;
    float: right;
    border-radius:2px;
    text-align:center;
}



@media screen and (min-width: 1024px) {
    .shopheader-desktop {
        background-position: center top -100px;min-height: 670px;margin-top:-120px;
        /*border:1px solid red;*/
    }
    .shopheader-desktop .shop-img {
        margin-top:-20px;
    }
    .shopheader-mobile {
        display:none !important;
    }
}

@media screen and (max-width: 1024px) {
    .shopheader-desktop {
        display:none !important;
    }
    .shopheader-desktop .shop-img {
        /*border:1px solid yellow;*/
    }
    .shopheader-mobile {
        background:#407EC9;
        padding: 20px 0px 20px 0px;
        margin-top: 15px;
        /*border:1px solid aqua;*/
    }
}