
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css?family=Anton|Staatliches);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Staatliches);/*	font-family: 'Staatliches', cursive;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gupter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Odibee+Sans&display=swap');
/*
font-family: 'Staatliches', cursive;
font-family: 'Anton', sans-serif;
font-family: 'Pacifico', cursive;
*/
html{overflow-y: scroll;
overflow-x: hidden;}
body, html{height:100%; width:100%;}
*{margin:0;padding:0;font-family: 'Open Sans', sans-serif;}
.scrollAnimate{visibility:hidden;}
a{color:inherit; text-decoration:none;}
.row:before, .row:after {display: none !important;}
/* header */
#header{
	color:#333;
	overflow:hidden;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	-moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	z-index: 999999;
	background-color: #FFF;
}


.responsive_nav{
	width:70%;
	float:left;
	text-align:right;
	font-size:25px;
	display:none;
	padding-top:10px;
}

/* @media screen and (max-width:767px){
	.nav{
		display:none !important;
	}
	
	.responsive_nav{
		display:block;
	}
	
	.logo{
		margin-bottom:15px;
	}
} */

.nav{
	width:100%; 
	z-index:99999; 
	display: flex !important;
}
 

.nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	color:#333;
}

.nav li {
    float: right;
}

.nav li a:not(.active){border-bottom:medium solid #F90000;}

.nav li a {
    display: block;
    color: #333;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
	font-size:17px;
	transition:all linear 0.2s;
	width: 150px;
}

.nav li a:hover:not(.active) {
    background-color: #CCC;
	transition:all linear 0.2s;
}

.nav .active {
	border-bottom:medium solid #1187AE;
}
/* /header */

#frontMain{
	height:100vh;
	background-image:url(../img/headBackground.jpeg);
	background-repeat:no-repeat;
	background-size:cover;
}

/* features */
#features{
	background-image:url(../img/pexels-photo-990818.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
}
.feature{padding:50px 0;}

.featureIcon{
	height:150px;
	width:150px;
	border-radius:150px;
	-webkit-border-radius:150px;
	background-color:#1187AE;
	margin:0 auto;
	font-size:112.5px;
	padding:20px;
	color:#FFF;
	text-align:center;
	transition:margin-bottom .5s ease;
	-webkit-transition:transform .5s ease;
	-moz-transition:transform .5s ease;
	-ms-transition:transform .5s ease;
	-o-transition:transform .5s ease;
}

.featureIcon:hover{transform:rotate(360deg);}

.featureDesc{text-align:center;}
.featureDesc h3{font-family: 'Comfortaa', cursive; font-size:25px;}
/* /features */

#info_thumbnails{padding-bottom:50px;}
#info_thumbnails h3{
	font-family: 'Roboto', sans-serif;
	/*color:#018947;*/
	font-size:22px;
	color:#000;
	font-weight:900;
}
.info_thumbnail{text-align:center; margin-top:50px; width:275px; margin:0 auto; margin-bottom:40px;}
.info_thumbnail .img img{width:100%;height:200px;border-bottom:#E0201B solid 3px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.info_thumbnail .img img:hover{
	 -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
}
.info_thumbnails_title{
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size:64px;
	text-align:center;
	margin-top:90px;
	margin-bottom:50px;
}
#team{
	padding: 25px 0px;
}
#welcome{
	padding: 25px 0px;
}
.welcomeImage{
	width: 298px;
}
.welcomeImage img{
	width:100%;
}
.teamImage{
	width: 600px;
	float: right;
}
.teamImage img{
	width:100%;
}
.welcome1{
	font-size:36px;
	/*background-color:#03363D;*/
	color:#000;
}
.welcome2{
	font-size:20px;
	color:#000;
	padding-top: 8px;
}
#products{
	padding-top: 25px;
}

#pricingWrap{
	background-color: #CCC;
	padding: 25px;
}
#pricing{
	padding-top: 25px;
}
.pricing{
	box-shadow: 0px 3px 11px -1px #666;
	-webkit-box-shadow: 0px 3px 11px -1px #666;
	-moz-box-shadow: 0px 3px 11px -1px #666;
	-ms-box-shadow: 0px 3px 11px -1px #666;
	-o-box-shadow: 0px 3px 11px -1px #666;
	background-color: #FFF;
	border-top: medium solid #F90000;
}
.pricing_text{
	height: 550px;
	-ms-box-shadow: 0 8px 6px -6px #666;
	-o-box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	padding: 23px 28px;
}
#pricingBasic, #pricingModerate{
	margin-top: 25px;
	border-top: medium solid #2098CE;
}
#pricingBasic .pricing_text, #pricingModerate .pricing_text{
	height: 500px;
}
.pricing h4{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	color: darkred;
}
.pricing p{
	text-align: center;
}
.pricing .price{
	font-size: 55px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	border-bottom: 1px solid #E8E8E8;
}
.pricing .price span{
	font: inherit;
	font-size: 50px;
}
.pricing_items{
	padding-top: 15px;
}
.pricing_item{
	padding: 4px 0px;
	overflow: hidden;
}
.pricing_item i{
	font-size: 20px;
	color: #64b917;
}
.pricing_item_icon{
	width: 30px;
	float: left;
	padding-top: 1px;
}
.pricing_item_label{
	width: calc(100% - 30px);
	float: left;
	font-family: 'Raleway', sans-serif;
}
#frontPicture{
	/*background-image:url(../img/pexels-photo-414645.jpg);*/
	/* background-image:url(../img/homepage.jpg); */
	background-image:url(../img/front_desk.jpg);
	background-size:cover;
	height: 500px; 
	color:#FFF;
	padding-top:200px;
	text-align:center;
}
.frontPictureDescription{
	font-size:16px;
}
.frontPictureButton{
	margin-top:25px;
}
.frontPictureButton button{
	border-radius: 40px;
    font-size: 20px;
    background-color: #1186AD;
    padding: 12px 35px;
	transition:0.3s linear all;
}
.frontPictureButton button:hover{
    background-color: #1E5995;
	transition:0.3s linear all;
	color:#FFF;
}
#frontPicture:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 334px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPicture{
	background-size:cover;
	height: calc(75% - 215px); 
	text-align:center;
	color:#FFF;
	padding-top:5%;
	position:relative;
}
.frontPicture:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPicture h2{
	margin:0px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}


.frontPictureContact{
	background-size:cover;
	height: calc(75% - 215px); 
	text-align:center;
	color:#FFF;
	padding-top:5%;
	position:relative;
}
.frontPictureContact:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPictureContact h2{
	margin:0px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}


#frontPicture h2{
	margin-bottom:25px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}
#contact{
	background-image:url(../img/contact.jpg); 
	padding:36px 0;
	background-size:cover;
	background-attachment:fixed;
}
#contact input, #contact textarea{
	background-color:rgba(0,0,0,.75); 
	padding:10px; 
	font-size:16px; 
	width:75%;
	margin:0 auto;
	color:#FFF;
	height:50px;
}

#contact textarea{
	min-height:250px;
	max-width:75%;
	min-width:75%;
	max-height:500px;
}

#contactSend {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  background: #104770;
  border: 1px solid #104770;
  box-shadow: 0px 2px 0 #104770, 2px 4px 6px #104770;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-shadow:-1px -1px 0 #FFF;
}

#contactSend:hover {
  background: #104770;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #096;
  text-decoration: none;
  text-shadow: -1px -1px 0 #096;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
#quote{
	background-image:url(../img/background/quote.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
	padding: 0px 0px;
	height: 500px;
}
#quote1{
	background-image:url(../img/background/doctor.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#000;
	padding-left: 25px;
	padding-right: 25px;
}
#quote2{
	background-image:url(../img/background/outside.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
}
.quote{
	background-color:#CCC;
	text-align:center;
	padding:50px 0px;
}
.quote_header1{
	font-family: 'Bree Serif', serif;
	color:#FFF;
	margin: 0 auto;	
	font-size: 35px;
	width: 55%;
	display: flex;
    height: 500px;
    align-items: center;
}
.quote_header{
	font-size:50px;
	font-family: 'Bree Serif', serif;
	color:#000;
}
.quote_top, .quote_bottom{
	font-size:24px;
}
.web_design_part{
	height:500px;
}
@media screen and (max-width:1225px){
	.web_design_part{
		height:600px;
	}
}
.web_design_part_image{
	height:100%;
	background-color:#FFF;
	width:40%;
	float:left;
	background-size:cover;
}
.web_design_part_text:nth-child(even){
	height:100%;
	/*background-color:#DFDFDF;*/
	width:60%;
	float:left;
	padding:50px 100px;
}
.web_design_part_text:nth-child(odd){
	height:100%;
	background-color:#FFF;
	width:60%;
	float:left;
	padding:50px 100px;
}
.web_design_part_title{
	font-size:70px;
	font-weight:bold;
}
.web_design_part_description{
	font-size:20px;
	color:#3A3A3A;
}
.portfolio_button{
  background-color: #1186AD;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top:50px;
  transition:0.2s all linear;
  box-shadow: 2.5px 5px 8px #888888;
}
.portfolio_button:hover{
	color:#FFF;
	text-decoration:none;
	transition:0.2s all linear;
	background-color:#4D4D4D;
}
.portfolio:nth-child(even){
	background-color:#CCC;
	overflow:hidden;
}
.portfolio:nth-child(odd){
	background-color:#E8E8E8;
	overflow:hidden;
}
.portfolio_image{
	width:50%;
	float:left;
	padding:35px 0;
}
.portfolio_image img{
	width:100%;
	height:100%;
	padding-right:175px;
	padding-left:175px
}
@media screen and (max-width:1735px){
	.portfolio_image img{
		padding-right:250px;
	}
}
@media screen and (max-width:1530px){
	.portfolio_image img{
		padding-right:150px;
	}
}
@media screen and (max-width:1100px){
	.portfolio_image img{
		padding-right:50px;
	}
}
.portfolio_description_wrap{
	width:50%;
	float:left;
	padding-top:50px;
	padding-right:100px;
	font-family: 'Slabo 27px', serif
}
.portfolio_title{
	font-size:40px;
	margin-bottom:8px;
	font-family: 'Raleway', sans-serif;
}
.portfolio_description{
	font-size:20px;
}
#web_design_features{
	padding:25px 0px;
	background-color:#E8E8E8;
	text-align:center;
	overflow:hidden;
}
.web_design_features_title{
	font-size:20px;
}
.web_design_features_icon{
	font-size:40px;
	margin-bottom:10px;
}
#pricingText{
	padding:25px 0px;
	background-color:#FFF;
	text-align:center;
	overflow:hidden;
}
#offpage_features{
	padding:25px 0px;
	background-color:#E8E8E8;
	text-align:center;
	overflow:hidden;
}
#on_page_optimization{
	overflow:hidden;
	padding-top: 60px;
}	
#off_page_optimization{
	overflow:hidden;
}
.on_page_container{
	width:80%;
	margin:0 auto;
}
.on_page_optimization_title{
	font-size:40px;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
}
.on_page_optimization_title p{
	font-size: 18px;
	padding-top: 25px;
}
.on_page_icon{
	font-size:70px;
	text-align:center;
	margin-bottom:25px;
	color:#1186AD;
}
.on_page_icon img{
	transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
}
.on_page_icon img:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.on_page_icon img{
	width: 100px;
}
.on_page_title{
	font-size:25px;
	text-align:center;
	margin-bottom:25px;
}
.on_page_description{
	font-size:15px;
	text-align:center;
	width:85%;
	margin:0 auto;
	padding-bottom:60px;
}
.seo_box{
	width:12.5%;
	float:left;
}






















/*** ADMIN ***/
#admin_header{
	background-color:#333;
	padding:15px 0;
	font-size:18px;
}
#admin_header a{
	color:#FFF;
}
#admin_select-web{background:#CCC;padding:50px 0;}
.admin_client{
	background:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	padding:50px 15px;
	height:300px;
	width:300px;
	text-align:center;
	width:30%;
	float:left;
	margin-right:5%;
}
.admin_client:nth-child(3n+3){margin-right:-5%;}
.admin_web-url{
	font-size:22px;
	text-align:center;
	text-align: center;
}
.admin_manage-client{
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.admin_manage-client:hover{
	background-color:#FFF;
	border:#4CAF50 4px solid;
	color:#4CAF50;
	padding: 11px 28px;
}
.admin_update-client{
	background-color: #135C93;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.admin_update-client:hover{
	background-color:#FFF;
	border:#135C93 4px solid;
	color:#135C93;
	padding: 11px 28px;
	text-decoration:none;
}
.admin_back-link{
	font-size:18px;
}
.admin_action-icons{
	font-size:36px;
	text-align:center;
}
.noBtn{
	outline:none;
	background-color:transparent;
	border:none;
}
.admin_row td, .admin_row th{
	padding-top:17px !important;
}
.admin_row td:nth-child(6), .admin_row td:nth-child(7){padding-top:8px !important;}
.admin_edit-description{
	max-width:100%;
	min-width:50%;
	max-height:200px;
	min-height:100px;
}
.admin_login-form{
	width:50%;
	margin:0 auto;
	background-color:#FFF;
	padding:20px 36px;
}
/*** /ADMIN ***/


/*** CHOOSE TEMPLATE ***/
#choose{
	background-color:#1187AE;
	margin-bottom:50px;
	color:#FFF;
}
#choose h2{
	font-family: 'Comfortaa', cursive;
}
#choose form{
	margin:0 auto;
}
/*** /CHOOSE TEMPLATE ***/
#infoSection{
	background:#CCC;
	padding:25px 0px;
}
#infoSection h2{
	font-family: 'Anton', sans-serif;
}
#infoSection p{
	font-size:15px;
}
#infoSection ul{
	font-size:20px;
	list-style-type:none
}
#infoSection img{
	margin-bottom:3px;
	margin-right:15px;
}
#footerBottom{
	background-color:#242B34;
	padding:25px 0px;
	color:#FFF;
}
#portfolio{
	/*background-color:#EEE;*/
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*padding-top:25px;*/
}
.portfolioBox{
	border:solid 3px #CCC;
	height:250px;
	background-color:#FFF;
	transition:linear 0.3s all;
	position:absolute;
}
.portfolioBox:hover{
	opacity:0;
	transition:linear 0.3s all;
}
.portfolioBox2{
	border:solid 3px #CCC;
	height:250px;
	background-color:#FFF;
}
.portfolioBox img, .portfolioBox2 img{
	height:100%;
	width:100%;
}
.portfolioCaption{
	text-align:center;
}
.portfolioCaption span{
	font-size:20px;
}
#seo_text{
	height:300px;
	background-color:#2098CE;
	padding:50px 0px;
}
.seo_text_title{
	font-size:36px;
	color:#FFF;
	text-align:center;
	margin-bottom:25px;
}
.seo_text_description{
	font-size:22px;
	color:#FFF;
	text-align:center;
}
.contactBox{
	padding: 60px 0px;
}
.contact_title{
	font-size:36px;
	margin-bottom:25px;
}
.contact_icon_wrap{
	overflow:hidden;
	margin-bottom:15px;
}
.contact_icon{
	color:#FC3;
	float:left;
	font-size:42px;
	margin-right:18px;
}
.contact_icon_text{
	float:left;
	font-size:20px;
	color:#333;
	padding-top:6px;
}
#contactFormWrap{
	background-image:url(../img/background/contact-form.jpg);
	background-size:cover;
	padding:100px 0px;
	background-position:center;
	display: flex;
    align-items: center;
}
@media screen and (max-width:767px) {
	#contactFormWrap{
		padding: 50px 15px;
	}
}
.contactForm{
	width:600px;
	margin:0px auto;
	background-color:#FFF;
}
.contactForm form{
	padding:25px 25px 1px 25px;
}
.contactForm label{
	text-align:right;
	padding-right:0px;
}
.contactForm label:not(.message_label){
	padding-top:15px !important;
}
.contactForm input{
	border:none;
	box-shadow:none !important;
	height:50px;
	border-radius:0px;
	border-bottom:1px solid #DDD;
	font-weight: bold;
}
.contactForm input::placeholder, .contactForm textarea::placeholder{
	color: #CCC;
	font-weight: normal;
}
.contactForm textarea{
	border:none;
	box-shadow:none !important;
	border-bottom:1px solid #DDD;
	border-radius:0px;
	min-height:100px;
	width:100%;
	max-width:100%;
	min-width:100%;
	max-height:300px;
	height:200px;
	font-weight: bold;
}
.contactButton{
	width: 150px;
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
}
.message_label{
	padding-top:5px !important;
}
.contactFormTitle{
	text-align:center;
	padding:35px 0px;
	font-size:24px;
	background-color:#CCC;
}
#packages{
	padding:25px 0px;
	background-color:#EFEBFE;
}
.package{
}
.package_header{
	background-color:#E7E7E7;
	padding:15px 0px;
	text-align:center;
}
.package_header_title{
	font-size:30px;
	color:#333;
}
.package_header_price{
	font-size:22px;
	color:#444;
}
.package_body{
	background-color:#FFF;
	height:250px;
}

#package_items{
	text-align:center;
}
.package_item img{
	display:inline-block;
}
.package_item_caption{
	font-weight:700;
	font-size:16px;
}
.package_item_price{
	font-size:15px;
}





.header1{
	padding:35px;
}
.logo1{
	width:250px;
}
.logo1 img{
	width:100%;
}
#frontPicture1{
	height:100vh;
	background-color:#FDF0E7;
}
.frontPictureText{
	margin-left:160px;
	width:475px;
	text-align:left;
}
.frontPictureText .sup_text{
	color:#666;
	letter-spacing:1px;
}
.frontPictureText .header_text{
	font-size:55px;
	margin-bottom:20px;
	font-weight:900;
	line-height:1.1em;
}
.frontPictureText .sub_text{
	color:#AAA;
}
.nav1 ul{
	list-style:none;
}
.nav1 ul li{
	float:left;
}
.nav1 ul li a{
	height:50px; 
	padding:8px 6px;
	/*background:#DDD;*/
	margin:6px;
}









#footer{
	padding-top:25px;
	background-color:#242B34;
	color:#FFF;
}
#footer:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 25px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #CCC; /* This creates the border. Replace black with whatever color you want. */
}
.footer_title{
	font-size:22px;
	margin-bottom:12px;
}
.bottom_nav{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.opening_hour_row{
	overflow: hidden;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.opening_hour_left{
	width: 30%;
	float: left;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.opening_hour_right{
	width: 70%;
	float: left;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.bottom_nav li{
	list-style:none;
}
.bottom_nav a{
	color:#FFF;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}
.bottom_nav a:hover{
	color:#EEE;
}
.footer_icon{
	font-size:56px;
	padding-right:13px;
}
.seoBorder:after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}

#description{
	padding: 25px 0px;
	overflow: hidden;
}
#description_text{
	width: 45%;
	float: left;
}
#description_text h3{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}
#description_img{
	width: 55%;
	float: left;
}
#description_img img{
	width: 550px;
	float: right;
}
#galleryWrap{
	padding: 75px 0px;
}
#galleryWrap h3{
	font-size: 36px;
	text-align: center;
	overflow: hidden;
	font-family: 'Odibee Sans', cursive;
}
#galleryWrap h3:before,
#galleryWrap h3:after {
 background-color: #CCC;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
#galleryWrap h3:before {
 right: 0.5em;
 margin-left: -50%;
}
#galleryWrap h3:after {
 left: 0.5em;
 margin-right: -50%;
}
.galleryImageWrap{
	box-shadow: 0px 3px 11px -1px #666;
	-webkit-box-shadow: 0px 3px 11px -1px #666;
	-moz-box-shadow: 0px 3px 11px -1px #666;
	-ms-box-shadow: 0px 3px 11px -1px #666;
	-o-box-shadow: 0px 3px 11px -1px #666;
	margin-top: 25px;
}
.galleryImage{
	height: 190px;
}
.galleryImage img{
	width:100%;
	height: 100%;
}
.richardImage{
	width: 100px;
}
.richardImage img{
	width: 445px;
	height: 100%;
}
#main_header{
	background-image: url(../img/background/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	background-position: center;
	display: flex;
	align-items: center;
}
#main_header:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 748px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFF;
	-moz-transform: scale(0.999);
	-webkit-backface-visibility: hidden;
	left:calc(50% - 20px);
  }
.main_headerBox{
	height: 350px;
    width: 580px;
    border-left: #009aff 10px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFF;
    margin-left: 210px;
    padding: 22px 35px;
}
.main_headerBox h2{
	font-family: 'Source Serif Pro', serif;
	font-size: 38px;
    line-height: 52px;
	font-weight: 700;
}
.main_headerBox_sub_title{
	font-family: 'Source Serif Pro', serif;
	font-size: 18px;
	padding-top: 22px;
}
.main_headerBox_button{
	margin-top:43px;
	color: #FFF;
}
.main_headerBox_button a{
	border-radius: 40px;
    font-size: 20px;
    background-color: #6b97c1;
    padding: 12px 0px;
	transition:0.3s linear all;
	color: #FFF;
	width: 173px;
}
.main_headerBox_button a:hover{
    background-color: #5d82a5;
	transition:0.3s linear all;
	color:#FFF;
}
#logo_header{
	overflow: hidden;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #DDD;
}
#logo_header .container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo{
	width:35%; 
	font-size:15px; 
	float: left;
}
.logo img{
	width:100%;
	height:100%;
}
#doctors{
	padding: 60px 0px;
	overflow: hidden;
}
.doctor_haque, .doctor_richard{
	width: 50%;
	float: left;
}
.doctor_haque_img{
	width: 400px;
	margin: 0 auto;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.doctor_haque_img img{
	width: 100%;
	box-shadow: 3px 5px 8px #CCC;
    border-radius: 100%;
}
.doctor_haque_img:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.doctor_richard_img{
	width: 400px;
	margin: 0 auto;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.doctor_richard_img img{
	width: 100%;
	box-shadow: 3px 5px 8px #CCC;
    border-radius: 100%;
}
.doctor_richard_img:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.doctors_title{
	padding-top: 15px;
	font-size: 38px;
	text-align: center;
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	width: 700px;
	margin: 0 auto;
}
.doctors_title:before, .doctors_title:after {
	background-color: #CCC;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.doctors_title:before {
	right: 0.5em;
	margin-left: -50%;
}
.doctors_title:after {
	left: 0.5em;
	margin-right: -50%;
}
.doctors_description{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 50px;
}
.doctor_title{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.doctor_description{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#services_header{
	/* background-color: #166c9a57; */
	overflow: hidden;
	background-color: #A8D6EB;
	height: 400px;
	background-image: url(../img/background/services.jpg), url(../img/background/services1.jpg);
    background-position: right, left;
    background-repeat: no-repeat, no-repeat;
}
.services_header_text{
	width: 50%;
    float: left;
    padding-top: 55px;
    padding-bottom: 60px;
}
.services_header_text_title{
	font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}
.services_header_text_description{
	font-size: 22px;
    margin-top: 30px;
    width: 350px;
}

.services_title{
	padding-top: 15px;
	font-size: 38px;
	text-align: center;
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	width: 700px;
	margin: 0 auto;
}
.services_title:before, .services_title:after {
	background-color: #CCC;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.services_title:before {
	right: 0.5em;
	margin-left: -50%;
}
.services_title:after {
	left: 0.5em;
	margin-right: -50%;
}
.services_description{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 50px;
}
#contact_header{
	/* background-color: #166c9a57; */
	overflow: hidden;
	height: 400px;
	background-image:url(../img/background/contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.contact_header_text{
    float: left;
    padding-top: 55px;
	padding-bottom: 60px;
	color: #FFF;
}
.contact_header_text_title{
	font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}
.contact_header_text_description{
	font-size: 22px;
    margin-top: 30px;
    width: 350px;
}
.contact_header_img{
	width: 50%;
    float: left;
}
.contact_header_img img{
	height: 100%;
    width: 432px;
    margin-left: 200px;
    padding-top: 38px;
}
.contact_title{
	padding-top: 15px;
	font-size: 38px;
	text-align: center;
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	width: 700px;
	margin: 0 auto;
}
.contact_title:before, .contact_title:after {
	background-color: #CCC;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.contact_title:before {
	right: 0.5em;
	margin-left: -50%;
}
.contact_title:after {
	left: 0.5em;
	margin-right: -50%;
}

#insurance_header{
	/* background-color: #166c9a57; */
	overflow: hidden;
	height: 400px;
	background-image:url(../img/background/insurance.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -325px;
}
.insurance_header_text{
	width: 50%;
    float: left;
    padding-top: 55px;
	padding-bottom: 60px;
	color: #467fa7;
}
.insurance_header_text_title{
	font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}
.insurance_header_text_description{
	font-size: 22px;
    margin-top: 30px;
    width: 350px;
}
.insurance_header_img{
	width: 50%;
    float: left;
}
.insurance_header_img img{
	height: 100%;
    width: 432px;
    margin-left: 200px;
    padding-top: 38px;
}
#insurance{
	padding: 60px 0px;
	overflow: hidden;
}
.insurance_title{
	padding-top: 15px;
	font-size: 38px;
	text-align: center;
	font-family: 'Sen', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	width: 700px;
	margin: 0 auto;
}
.insurance_title:before, .insurance_title:after {
	background-color: #CCC;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.insurance_title:before {
	right: 0.5em;
	margin-left: -50%;
}
.insurance_title:after {
	left: 0.5em;
	margin-right: -50%;
}
.insurance_description{
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.insurance_title{
	text-align: center;
	font-size: 34px;
}
#insurance thead{
	background-color: #a4cbe6;
}
#office_hours{
	padding: 50px 0px;
	overflow: hidden;
	padding-bottom: 0px;
}
.office_hours_title{
	font-size:36px;
	text-align: center;
	padding-bottom: 50px;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    color: #21709e;
}
.office_hour_row{
	overflow: hidden;
}
.office_hour_doctor{
	font-size: 21px;
	height: 145px;
	text-align: right;
	padding-right: 85px;
	font-weight: 600;
	width: 50%;
	float: left;
}
.office_hour{
	font-size: 18px;
	height: 145px;
	padding-left: 85px;
	width: 50%;
	float: left;
	line-height: 34px;
}
#office_hours hr{
	margin-bottom: 23px;
}

@media screen and (max-width:1676px){
	#insurance_header{
		background-position: 0px -263px;
	}
}
@media screen and (max-width:1534px){
	#insurance_header{
		background-position: 0px -169px;
	}
}
@media screen and (max-width:1429px){
	#contact_header{
		background-size: 1432px;
	}
}
@media screen and (max-width:1324px){
	#insurance_header{
		background-position: 0px -106px;
	}
}
@media screen and (max-width:1290px){
	.main_headerBox{
		margin-left: 92px;
	}
}
@media screen and (max-width:1268px){
	#insurance_header{
		background-position: 0px -65px;
	}
}
@media screen and (max-width:1237px){
	.insurance_title{
		width: 100%;
	}
}
@media screen and (max-width:1199px){
	#gallery .col{
		width: 50%;
		float: left;
		display: block;
		flex-grow: unset;
		flex-basis: unset;
	}
	.galleryImageWrap{
		margin: 0 auto;
		margin-top: 25px;
		width: 255px;
	}
	.opening_hour_left{
		width: 40%;
	}
	.opening_hour_right{
		width: 60%;
	}
}
@media screen and (max-width:1166px){
	.contactBox{
		overflow: hidden;
	}
}
@media screen and (max-width:1146px){
	.contact_title{
		width: 100%;
	}
}
@media screen and (max-width:1071px){
	#insurance_header{
		background-position: 0px -8px;
	}
	#quote1{
		background-position: right -185px top 0px;
	}
}
@media screen and (max-width:997px){
	.doctor_haque_img {
		width: calc(100% - 58px);
	}
	.doctor_richard_img {
		width: calc(100% - 58px);
	}
}
@media screen and (max-width:995px){
	#services_header{
		background-position: right -153px top 0px, left;
	}
	.doctors_title{
		width: 100%;
	}
	.services_title{
		width: 100%;
	}
	.insurance_header_text_description {
		width: 300px;
	}
}
@media screen and (max-width:991px){
	.doctor_haque_img {
		width: calc(100% - 25px);
	}
	.doctor_richard_img {
		width: calc(100% - 25px);
	}
	.opening_hour_left{
		width: 45%;
	}
	.opening_hour_right{
		width: 55%;
	}
	.logo {
		width: 44%;
	}
}
@media screen and (max-width:990px){
	#insurance_header .container{
		overflow: hidden;
		max-width: 98%;
	}
}
@media screen and (max-width:917px){
	#services_header{
		background-position: right -254px top 0px, left;
	}
}
@media screen and (max-width:907px){
	.doctors_description{
		width: 100%;
	}
	.services_description{
		width: 100%;
	}
}
@media screen and (max-width:869px){
	.quote_header1{
		font-size:42px;
	}
}
@media screen and (max-width:769px){
	.services_header_text{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	#services_header{
		background-position: right -380px top 0px, left;
	}
	.insurance_description{
		width: 100%;
	}
	#quote1 {
		background-position: right -288px top 0px;
	}
	#doctors .container{
		max-width: 90%;
	}
	.office_hour_doctor{
		padding-right: 25px;
	}
	.office_hour{
		padding-left: 25px;
	}
	.main_headerBox{
		margin: 0 auto;
	}
	#footer{
		text-align: center;
		padding-top: 0px;
	}
	.opening_hour_left{
		text-align: right;
		padding-right: 15px;
	}
	.opening_hour_right{
		text-align: left;
		padding-left: 15px;
	}
	.footer_title{
		padding-top: 25px;
	}
	.logo{
		width: 57%;
	}
	#on_page_optimization{
		padding-top: 40px;
	}
	#insurance{
		padding: 40px 0px;
	}
	.contactBox{
		padding: 40px 0px;
	}
	#doctors{
		padding-top: 40px;
	}
}
@media screen and (max-width:739px){
	.quote_header1{
		font-size: 41px;
	}
	#quote{
		padding: 70px 25px;
	}
}
@media screen and (max-width:656px){
	.doctor_haque, .doctor_richard {
		width: 100%;
		float: left;
	}
	.doctor_richard{
		margin-top: 40px;
	}
	.doctor_haque_img, .doctor_richard_img{
		width: 400px;
	}
}
@media screen and (max-width:623px){
	#services_header{
		background-position: right -400px top 0px, left;
	}
}
@media screen and (max-width:617px){
	.quote_header1{
		font-size: 37px;
		width: 71%;
	}
}
@media screen and (max-width:601px){
	.main_headerBox{
		width: calc(100% - 50px);
		margin: 0px 25px;
		height: 367px;
		border-top: #009aff 10px solid;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 10px;
		border-left: 0px;
	}
	.main_headerBox h2{
		font-size: 36px;
	}
	#main_header{
		height: 495px;
	}
}
@media screen and (max-width:601px){
	.quote_header{
		font-size: 43px;
	}
	#quote1 {
		background-position: right -387px top 0px;
	}
	#main_header:after {
		top: 623px;
	}
}
@media screen and (max-width:588px){
	.main_headerBox{
		height: 416px;
	}
}
@media screen and (max-width:579px){
	#services_header{
		background-position: right -420px top 0px, left;
	}
}
@media screen and (max-width:575px){
	.contactForm label{
		text-align: left;
		padding-left: 25px;
	}
	.contactForm input, .contactForm textarea{
		border-top: 1px solid #DDD;
	}
}
@media screen and (max-width:568px){
	.quote_header1{
		font-size: 36px;
	}
}
@media screen and (max-width:554px){
	.quote_header1{
		font-size: 35px;
	}
}
@media screen and (max-width:543px){
	#services_header{
		background-position: right -440px top 0px, left;
	}
	.office_hour_doctor{
		padding-right: 15px;
	}
	.office_hour{
		padding-left: 15px;
	}
	#gallery .col{
		width: 100%;
	}
	.quote_header1{
		width: 356px;
	}
}
@media screen and (max-width:525px){
	.quote_header {
		font-size: 40px;
	}
	.quote_bottom{
		font-size: 22px;
	}
}
@media screen and (max-width:523px){
	#services_header{
		background-position: right -460px top 0px, left;
	}
}
@media screen and (max-width:519px){
	.office_hour_doctor{
		width: 100%;
		height: 50px;
		text-align: center;
	}
	.office_hour{
		width: 100%;
		text-align: center;
	}
	.office_hours_title{
		padding-bottom: 17px;
	}
	.office_hour_row{
		padding-top: 18px;
	}
}
@media screen and (max-width:504px){
	.main_headerBox h2{
		font-size: 35px;
	}
}
@media screen and (max-width:503px){
	#services_header{
		background-position: right -480px top 0px, left;
	}
}
@media screen and (max-width:498px){
	.insurance_title:before, .insurance_title:after {
		display: none;
	}
}
@media screen and (max-width:494px){
	.main_headerBox h2{
		font-size: 34px;
	}
}
@media screen and (max-width:493px){
	.quote_header {
		font-size: 37px;
	}
}
@media screen and (max-width:483px){
	#services_header{
		background-position: right -500px top 0px, left;
	}
	.doctor_haque_img{
		width: auto;
	}
	.doctor_richard_img{
		width: auto;
	}
	.main_headerBox h2{
		font-size: 33px;
	}
}
@media screen and (max-width:479px){
	.contact_header_text{
		float: none;
		text-align: center;
	}	
	.contact_header_text_description{
		width: auto;
	}
}
@media screen and (max-width:472px){
	.main_headerBox h2{
		font-size: 32px;
	}
}
@media screen and (max-width:463px){
	#services_header{
		background-position: right -520px top 0px, left;
	}
}
@media screen and (max-width:462px){
	.main_headerBox h2{
		font-size: 31px;
	}
}
@media screen and (max-width:461px){
	.quote_header {
		font-size: 35px;
	}
	.logo {
		width: 60%;
	}
	#logo_header {
		height: 78px;
	}
	#main_header:after {
		top: 601px;
	}
}
@media screen and (max-width:451px){
	.main_headerBox h2{
		font-size: 30px;
	}
}
@media screen and (max-width:443px){
	#services_header{
		background-position: right -540px top 0px, left;
	}
}
@media screen and (max-width:436px){
	.contact_title:before, .contact_title:after {
		display: none;
	}
}
@media screen and (max-width:428px){
	.main_headerBox {
		height: 429px;
	}
	.main_headerBox h2 {
		line-height: 42px;
	}
}
@media screen and (max-width:423px){
	#services_header{
		background-position: right -560px top 0px, left;
	}
}
@media screen and (max-width:408px){
	.quote_header1{
		font-size: 30px;
		width: 300px;
	}
}
@media screen and (max-width:403px){
	#services_header{
		background-position: right -580px top 0px, left;
	}
	.doctors_title:before, .doctors_title:after {
		display: none;
	}
}
@media screen and (max-width:383px){
	#services_header{
		background-position: right -600px top 0px, left;
	}
	.contact_header_text_description{
		width: 100%;
	}
}
@media screen and (max-width:382px){
	.main_headerBox_button {
		margin-top: 26px;
	}
	.main_headerBox_sub_title {
		padding-top: 11px;
	}
}
@media screen and (max-width:367px){
	.services_header_text_title{
		font-size: 43px;
		text-align: center;
	}
	.services_header_text_description{
		width: 100%;
		text-align: center;
	}
	.insurance_header_text{
		width: 100%;
	}
	.insurance_header_text_title{
		text-align: center;
	}
	.insurance_header_text_description{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:363px){
	#services_header{
		background-position: right -620px top 0px, left;
	}
}
@media screen and (max-width:355px){
	.services_header_text_title{
		font-size: 40px;
	}
}
@media screen and (max-width:348px){
	.quote_header1{
		font-size: 26px;
		width: 277px;
	}
}
@media screen and (max-width:345px){
	.logo{
		width: 75%;
	}
}
@media screen and (max-width:341px){
	.services_title:before, .services_title:after{
		display: none;
	}
}
@media screen and (max-width:334px){
	.main_headerBox h2 {
		font-size: 29px;
	}
}
@media screen and (max-width:333px){
	.services_header_text_title{
		font-size: 37px;
	}
}
@media screen and (max-width:326px){
	.main_headerBox h2 {
		font-size: 28px;
	}
}
@media screen and (max-width:324px){
	.quote_header1{
		font-size: 23px;
		width: 235px;
	}
}
@media screen and (max-width:319px){
	.main_headerBox h2 {
		font-size: 27px;
	}
}
@media screen and (max-width:315px){
	.doctors_title{
		font-size: 36px;
	}
	.services_title{
		font-size: 36px;
	}
}
@media screen and (max-width:312px){
	.main_headerBox {
		height: 470px;
	}
	#main_header {
		height: 547px;
	}
	#main_header:after {
		top: 653px;
	}
}
@media screen and (max-width:309px){
	.services_header_text_title{
		font-size: 34px;
	}
}
@media screen and (max-width:305px){
	.main_headerBox_button a{
		width: 100%;
		font-size: 16px;
	}
}
@media screen and (max-width:292px){
	.main_headerBox {
		height: 498px;
	}
}
@media screen and (max-width:287px){
	.services_header_text_title{
		font-size: 32px;
	}
	.services_header_text_description{
		font-size: 17px;
	}
}
@media screen and (max-width:282px){
	.quote_header1{
		font-size: 20px;
		width: 205px;
	}
}
@media screen and (max-width:279px){
	.main_headerBox{
		height: auto;
		padding-bottom: 20px;
	}
	#main_header {
		height: auto;
		padding: 35px 0px;
	}
	#main_header:after {
		top: 694px;
	}
}
@media screen and (max-width:272px){
	.main_headerBox{
		height: auto;
		padding-bottom: 20px;
	}
	#main_header {
		height: auto;
		padding: 35px 0px;
	}
	#main_header:after {
		display: none;
	}
}
@media screen and (max-width:261px){
	.contact_header_text_title{
		font-size: 40px;
	}
}
@media screen and (max-width:255px){
	.logo{
		width: 98%;
	}
}
@media screen and (max-width:250px){
	.insurance_header_text_title{
		font-size: 40px;
	}
}



.handle{
	width:100%;
	background:#EEE;
	text-align:left;
	box-sizing:border-box;
	padding:12px 10px;
	cursor:pointer;
	color:#000;
	display:none;
	overflow:hidden;
}

@media screen and (min-width:606px) {
	.navPart{
		display:none;
	}
}

@media screen and (max-width:605px) {
	
	#main_header:after {
		top: 728px;
	}

	.nav{
		display: none !important;
	}

	.navPart{
		background-color:#FFF;
		z-index:1000;
		position:relative;
	}

	nav ul{
		text-align:center;
		overflow:hidden;
		color:#000;
		padding:0;
		margin:0;
		transition:max-height 0.4s;
		-moz-transition:max-height 0.4s;
		-webkit-transition:max-height 0.4s;
		-ms-transition:max-height 0.4s;
		-o-transition:max-height 0.4s;
	}

	nav ul li{
		display:inline-block;
		
	}

	nav ul li a{
		padding:9px;
		width:190px;
	}

	.navActive{
		background:#E3E3E3;
	}

	nav ul li:last-child{
		border-right:none;
	}

	nav ul li a{
		color:inherit;
	}

	nav ul li a:hover{
		text-decoration:none;
	}

	nav ul li:hover{
		background-color:#E3E3E3;
	}
		
		nav ul{
		max-height:0;
	}

	.showing{
		max-height:20em;
	}

	nav ul li a{
		width:100%;
		box-sizing:border-box;
		padding:15px;
		text-align:left;
		border-right:none;
		display:block;
	}

	nav ul li{
		width:100%;
		box-sizing:border-box;
		text-align:left;
		border-bottom:1px #CCC solid;
		border-right:none;
	}

	nav ul li:last-child{
		border-bottom-style:none;
	}

	.handle{
		display:block;
	}

	.bars-icon{float:right; margin-top:3px; font-size:18px;}

}


.carousel-control{
	height: 500px;
}
#quote_carousel {
	height: 500px;
	padding: 100px 0px;
	display: flex;
    align-items: center;
}
.carousel-indicators li {
    position: relative !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 30px !important;
    height: 3px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
	background-color: rgba(255,255,255) !important;
	border: none !important;
	border-radius: 0px !important;
}
.carousel-indicators .active {
	background-color: #FFF !important;
	border-radius: 0px !important;
	height: 3.1px !important;
	margin-top: 1px !important;
}