/* BOOTSTRAP OVERRIDES TO PLAY NICE WITH CONCRETE */
.breadcrumb>li+li:before {
	padding: inherit;
	color: #ccc;
	content: "";
}
div.ccm-dashboard-overlay-module {
	margin-right: 19px !important;
}
#galleryOptions input {
	width: 67px !important;
}
.chzn-container-multi .chzn-choices .search-field input {
	height: 23px;
}
.ccm-ui input{
	box-sizing:content-box;
}
/* GENERAL STYLES
=================================*/
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background-color: #ffffff;
	background-image: url(/~alkimos/themes/defaulttheme/images/bg.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
}
img{
	border:0;
}
#content img{
	display:block;
	max-width:100%;
	height:auto;
}
.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #333;
	font-weight:300;
 	font-size:14px;
	background:#fff;
}
  /* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
  #content h1,
  #content h1 a,
  #content h2,
  #content h2 a,
  #content h3,
  #content h3 a {
    color: #3b3b3b;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  #content h1 {
    font-size: 36px;
    font-weight: 300;
		color: #557ebf;
		margin-top: 30px;
  }
	#content.home h1 {
    margin: 30px 0 60px 0;
  }
	@media (max-width: 767px){
		#content h1{
			font-size:32px;
		}
	}
  #content h2 {
    font-size: 22px;
    font-weight: 300;
		color: #557ebf;
		margin-bottom:30px;
  }
	#content p ~ h2 {
    margin: 40px 0 30px 0;
	}
  #content h3,
  #footer_logos h3 {
    font-size: 22px;
    font-weight: 300;
		margin-bottom:25px;
		padding-bottom: 18px;
		overflow: hidden;
		position: relative;
		text-align:left;
  }
	#content h3:before,
	#footer_logos h3:before,
	#content h3:after,
	#footer_logos h3:after{
		content: '';
		background: #eeeeee;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content h3:after,
	#footer_logos h3:after{
  	width: 120px;
	  height: 2px;
		background-color: #557ebf;
	}
  #content h4 {
		font-weight:300;
		color:#898989;
	}
  #content p {
    font-size: 15px;
    line-height: 1.6em;
    margin: 0;
    padding: 0 0 30px 0;
  }
  #header a,
  #content a,
  #footer a {
    color: #557ebf;
		text-decoration:none;
  }
	#header a:active,
  #content a:active,
  #footer a:active,
	#header a:focus,
  #content a:focus,
  #footer a:focus {
		text-decoration:none;
		outline:none;
  }
  #content a:hover {
    text-decoration: underline;
  }
  #content ul,
  #content ol {
    margin: 0;
    padding: 0 0 18px 25px;
    font-size:14px;
  }
  #content ul li {
    list-style: disc;
    line-height:1.5em;
		padding: 0 0 8px 0;
  }
  #content .ccm-error,
  #content .ccm-error p {
    color: #CC0000 !important;
  }
	#content table td{
		padding:5px 30px 5px 0;
	}
  /* This sets the colours when someone highlights some text if needed*/
  /*
  .container ::selection {
    background: #374F1E;
    color: #FFFFFF;
    text-shadow: none;
  }
  */
	/*So we get consistent colors of adding block no matter what the background color is*/
	.ccm-add-block{
		color:#fff !important;
		text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
		font-size:12px !important;
		font-family:Verdana;
	}
	.no-gutter > [class*='col-'] {
			padding-right:0;
			padding-left:0;
	}
	#content #HTMLBlock421 iframe {
	  width: 100%;
	}
	#content .map iframe {
    pointer-events: none;
    width: 100%;
	}
	#HTMLBlock570 {
		text-align: right;
	}

	/* mobile */
	@media (max-width: 767px){
		#content #HTMLBlock421 iframe {
		  width: 80%;
		}
		#HTMLBlock570 {
			text-align: center;
		}
	}
/* HEADER AREA SPECIFIC STYLES
================================ */
#header{
	margin-top:32px;
}
#header .container {
  background-color: #fff;
}
#header .logo{
	display:block;
	margin:25px 0 10px 0;
}
#header .logo img{
	display:block;
	max-width:100%;
	height:auto;
}
/* mobile */
@media (max-width: 767px){
	#header{
		margin-top:0;
	}
	#header .logo img{
		margin:0 auto 30px auto;
	}
}
#header .phone{
	text-align:right;
	margin:20px 0;
}
#header .phone p{
  font-size:17px;
	color:#5b5b5b;
}
#header .phone a{
	color:#5b5b5b;
}
#header .phone p:before {
  font-size: 18px;
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#header .email{
	margin:20px 0;
	text-align:right;
}
#header .email p {
  font-size: 17px;
	color:#5b5b5b;
}
#header .email a{
	color:#5b5b5b;
}
#header .email p:before {
	font-size:15px;
  content: "\f0e0 ";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#header .phone a:hover,
#header .email a:hover{
	text-decoration:underline;
}
#header .social{
	text-align:right;
}
@media (max-width: 1199px){
	#header .phone p,
	#header .email p {
		font-size: 15px;
	}
}

@media (max-width: 991px){
	#header .phone p,
	#header .email p {
		font-size: 14px;
	}
}
/* mobile */
@media (max-width: 767px){
	#header .email,
	#header .phone{
		text-align:center;
	}
	#header .phone p,
	#header .email p {
		font-size: 15px;
	}

}
/*BOOK ONLINE BUTTON
================================ */
.book-online{
	text-align:right;
	margin-top:23px;
}
#content .book-online a,
#content .book-online a:hover{
	text-decoration:none !important;
}
@media (max-width: 767px){
	.book-online{
		position: relative;
	  z-index:999;
		text-align: center;
	}
	#right_sidebar .book-online{
		position:relative;
		top:0;
		left:0;
	}
}
/* SOCIAL */
ul.social {
	overflow: hidden;
	padding: 0 0 5px;
	width: 100%;
	text-align: right;
}
@media (max-width: 767px){
	#header ul.social{
		display:none;
	}
}
#content ul.social{
	padding:0;
	margin:20px 0;
}
#content ul.social li {
	float:left;
}

ul.social li {
	border: 1px solid #dddddd;
	list-style: none outside none;
	display: inline-block;
	float:right;
	zoom: 1;
	margin: 0 0 0 -1px;
	padding:0 !important;
	position: relative;
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
ul.social li:first-child {
	margin: 0;
}
ul.social li a i{
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.social_icon_link{
	text-decoration:none !important;
	font-size:14px;
}
.social_icon_link{
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	color:#ddd !important;
	font-size:18px;
	line-height:1.6em;
	margin:0;
}
.social_facebook:hover{
	z-index:2;
  border-color: #3B5998;
}
.social_facebook:hover i{
	color:#3B5998;
}
.social_linkedin:hover{
  border-color: #4875b4;
	z-index:2;
}
.social_linkedin:hover i{
  color: #4875b4;
}
.social_googleplus:hover{
  border-color: #c63d2d;
	z-index:2;
}
.social_googleplus:hover i{
  color: #c63d2d;
}
.social_twitter:hover{
  border-color: #33ccff;
	z-index:2;
}
.social_twitter:hover i{
  color: #33ccff;
}
.social_youtube:hover{
	border-color:#cc181e;
	z-index:2;
}
.social_youtube:hover i{
	color:#cc181e;
}
.social_instagram:hover{
	border-color:#945b02;
	z-index:2
}
.social_instagram:hover i{
	color:#945b02;
}
.social_pinterest:hover{
	border-color:#cb2027;
	z-index:2;
}
.social_pinterest:hover i{
	color:#cb2027;
}
.social_email:hover{
	border-color:#fade45;
	z-index:2;
}
.social_email:hover i{
	color:#fade45;
}
/*
 AREA SPECIFIC STYLES
================================ */
/* NAVIGATION AREA SPECIFIC STYLES
================================ */
#nav-container .navbar {
	border: 1px solid #dddddd;
	border-radius:0;
	margin-top:20px;
}
#nav-container .navbar-collapse{
	padding-left:0;
	padding-right:0;
}
#nav-container .nav-dropdown{
	cursor:default;
}
#nav-container ul.nav,
#nav-container ul.nav ul{
	list-style:none;
	padding:0;
	margin:0;
	zoom:1;
}
#nav-container ul.nav > li {
	border-right: 1px solid #dddddd;
	float: left;
	background: #ffffff;
	position:relative;
}
#nav-container ul.nav > li > a{
	font-weight: 300;
	font-size:14px;
	text-transform: uppercase;
	color:#5b5b5b;
	text-align: center;
	min-width: 120px;
	height: 56px;
	margin: -1px;
	padding: 18px 25px;
	z-index: 5;
	-webkit-transition:background-color .3s ease-in-out, color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out, color .3s ease-in-out;
	-ms-transition:background-color .3s ease-in-out, color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out, color .3s ease-in-out;
	transition:background-color .3s ease-in-out, color .3s ease-in-out;
}
#nav-container ul.nav > li.nav-dropdown > a:after{
	position:absolute;
	font-size: 1em;
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 0px;
	right:14px;
	top:18px;
}
#nav-container ul.nav > li.nav-dropdown > a{
	padding:18px 35px 18px 25px;
}
#nav-container ul.nav > li > a:active,
#nav-container ul.nav > li > a:hover,
#nav-container ul.nav > li > a:focus{
	text-decoration: none;
	background: #557ebf;
	color:#fff;
	outline:none;
}
#nav-container li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
#nav-container li {
	position:relative;
	float:none;
}
#nav-container ul.nav > li >a.selected,
#nav-container ul.nav > li >a.nav-path-selected{
	color:#fff;
	background: #557ebf;
}
#nav-container .navbar-toggle .icon-bar {
	background-color: #000;
}
#nav-container .menu-text {
	display: block;
	position: absolute;
	margin-left: -52px;
	margin-top: -3px;
}
#nav-container .navbar-toggle{
	margin-right:15px;
	padding: 9px 0 9px 10px;
}

/* SECOND LEVEL SPECIFIC MENU STYLES */
#nav-container ul.nav ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    left: -1px;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
	-webkit-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
	-moz-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
	-ms-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
	-o-transition:opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
    visibility: hidden;
	z-index:200;
}

#nav-container ul.nav ul li a{
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    display: block;
    margin: -1px 0;
    min-width: 168px;
    padding: 12px 10px 12px 20px;
    text-align: left;
    transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}

#nav-container ul.nav ul ul {
	left:100%;
	top:0px;
	margin-left:20px;
	margin-top:0px;
}

#nav-container li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}

/* THIRD LEVEL SPECIFIC MENU STYLES */

#nav-container ul li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
/* less than wide screens */
@media (max-width: 1199px){
	#nav-container .nav{
		margin:10px 0 0 0;
	}
	#nav-container ul.nav>li>a{
		padding:18px 9px;
	}
	#nav-container ul.nav > li.nav-dropdown > a{
		padding:18px 35px 18px 25px;
	}

}
/* less than wide screens */
@media (max-width: 991px){
	#nav-container .nav li ul li a,
	#nav-container .nav > li > a{
		font-size:0.9em;
	}
	#nav-container ul.nav > li > a{
		min-width: 72px;
		padding: 18px 25px;
	}
	#nav-container ul.nav > li.nav-dropdown > a{
		padding:18px 18px 18px 5px;
	}
	#nav-container ul.nav > li.nav-dropdown > a:after{
		right:6px;
	}
	#nav-container li.nav-last.level-1{
		border-right:none;
	}
	#nav-container ul.nav ul li {
  	margin-right:0px;
	}

}

/* mobile */
@media (max-width: 767px){
	#nav-container .navbar{
		border:none;
	}
	#nav-container .nav{
		background:#f4f4f4;
	}
	#nav-container ul.nav ul ul{
		min-height:0px;
		min-width:0px;
	}
	#nav-container ul.nav > li{
		border-top:1px solid #fff;
		border-right:0px;
		float:none;
	}
	#nav-container ul.nav > li a{
		text-align:left;
		height:inherit;
		padding:10px 25px;
	}
	#nav-container ul.nav > li.nav-dropdown > a {
  	padding: 10px 25px;
	}
	#nav-container ul.nav > li > a:after{
		position:absolute;
		font-size: 1em;
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		margin-right: 16px;
		color:#999;
		right:0px;
		top:11px;
	}
	#nav-container ul.nav > li.nav-dropdown > a:after{
		margin-right: 16px;
		right:0px;
		top:11px;
	}
	#nav-container ul.nav ul li {
		float:none;
	}
	#nav-container .nav ul li a:after{
		top:0;
	}
	#nav-container .nav>li.selected,
	#nav-container .nav>li.nav-path-selected{

	}
	#nav-container .nav>li a:hover,
	#nav-container .nav>li a:focus{
		outline:none;
		text-decoration:none;
	}
	.navbar-collapse.in {
		overflow-y:inherit;
	}
	/* second level */
	#nav-container ul.nav ul{
		visibility:visible;
	  display: block;
		position:relative;
		box-shadow:none;
		padding:0;
	  -webkit-box-shadow:none;
		-moz-box-shadow:none;
		opacity:1;
		border:none;
		margin:0;
		padding-left:0 0 0 10px;
	}

	/* third level */
	#nav-container ul.nav ul li a {
		border-bottom: none;
		padding: 10px 10px 10px 30px;
	}

	#nav-container .nav ul > li{
		border-left:none;
	}
	#nav-container li.level-2{
		/*margin-top:15px;*/
	}
	#nav-container li.level-2 a{
		padding-left:25px;
	}
	#nav-container a.level-3{
		/*text-transform:uppercase;*/
	}
	#nav-container li.level-3 > a:after{
		position:absolute;
		font-size: 1em;
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		margin-right: 16px;
		color:#999;
		right:0px;
		top:11px;
	}
}

/* BANNER AREA SPECIFIC STYLES
================================ */
.flexslider{
  margin: 0;
  background: none;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
	max-height:481px;
	overflow:hidden;
}
.flexslider .slides{
	margin: 0;
	padding: 0;
}
.flexslider .slide{
	position:relative;
	margin:0;
}
.flexslider .slide_edit{
	position:relative;
	height:100px;
}
.flexslider .slide img{
	max-width:100%;
	height:auto;
}
.flexslider .banner-text{
	position:absolute;
	left:30px;
	top:60px;
	max-width:500px;
}
.flexslider h2{
	background: rgba(255,255,255,.7);
	font-size:40px;
	font-family:"Roboto";
	font-weight:300;
	overflow:hidden;
	color: #557ebf;
	margin-bottom:40px;
	padding: 10px 15px;
}
.flexslider a:hover{
	text-decoration:none;
}
.flexslider li{
	list-style-type:none;
}
.flexslider p,
.flexslider li{
	font-size:18px;
	margin-bottom:16px;
}
.flexslider .banner-text li:before{
	font-size: 0.9em;
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 17px;
  margin-left: -30px;
  color: rgb(44, 166, 217);
}
/* pager */
.cycle-pager {
  text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	opacity:0.8;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
  display: inline-block;
	color: #fff;
 	cursor: pointer;
	margin:0 3px;
}
.cycle-pager span.cycle-pager-active { color: #557ebf;}
.cycle-pager > * { cursor: pointer;}
@media (max-width: 1199px){
	.flexslider .banner-text{
		top:25px;

	}
}
@media (max-width: 991px){
	.flexslider .banner-text{
		top:20px;

	}
	.flexslider h2{

	}
	.flexslider p,
	.flexslider li{
		font-size:16px;
		margin-bottom:8px;
	}
}
@media (max-width: 767px){
}
/* CONTENT AREA SPECIFIC STYLES
================================ */
#content{
}
#home-services{
	padding:30px 0;
}
#content .content_full_width{
	margin:50px 0;
}
#content .content_full_width h4{
	margin-bottom:50px;
}
#content .main-content{
	padding-bottom:50px;
}
#content .main-content h2,
#content .main-content h3{
	margin-top:30px;
}
#content .main-content a{
	text-decoration:underline;
}
#content .main-content a:hover{
	text-decoration:none;
}
.content_logos{
	text-align:center;
}
#content .affiliated a img {
	height: auto;
    margin: 50px 30px 0;
    max-width: 160px;
    vertical-align: middle;
	display:inline-block;
}
.container.no-display{
	display:none;
}
/*
#content .main-content img:first-child{
	padding-bottom:50px;
}
*/
#right_sidebar{
	padding-bottom:28px;
}

#content .right_sidebar_container{
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #FAFAFA),color-stop(1, #FFFFFF));
	background-image: -o-linear-gradient(right, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(right, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(right, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(right, #FAFAFA 0%, #FFFFFF 100%);
	background-image: linear-gradient(to right, #FAFAFA 0%, #FFFFFF 100%);
}
@media (max-width: 767px){
	#content .content_full_width{
		margin:20px 0;
	}
}

/* HOME BOXES
================================ */
#content .box-home{
	padding:30px 20px;
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
	opacity:0.9;
	-webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
#content .box-home:hover{
	opacity:1;
}
#content .box-home h2{
	font-size:21px;
	font-family:Roboto;
	font-weight:400;
	margin-bottom:40px;
	color:#fff;
}

#content .box-home h3{
	color:#fff;
	border-bottom:none;
	font-size:18px;
	font-family:Roboto;
	font-weight:400;
	margin:20px 0 10px;
	color:#fff;
}

#content .box-home h3:before,
#content .box-home h3:after{
	display: none;
}
#content .box-home p{
	color:#fff;
}
#content .box-home table{
	width:100%;
	margin:-13px 0 20px 0;
}
#content .box-home table tr td:last-child{
	text-align:right;
}
#content .box-home td{
	color:#fff;
	width:50%;
	line-height:2em;
	border-bottom:1px solid #7896C5;
	padding:10px 0;
}
#content .box-home a{
	color:#fff;
	text-decoration:none;
}
#content .box-home a:hover{
	text-decoration:underline;
}
#content .box-home-1{
	background-color: #8fa2bf;
}
#content .box-home-2{
	background-color: #7c96bf;
}
#content .box-home-3{
	background-color: #698abf;
}
#content .box-home-4{
	background-color: #557ebf;
}
/* IMAGE BOX WITH IMAGE ON TOP
================================ */
#content .image_box_with_image_on_top{
	text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin: 30px 0;
}
#content .image_box_with_image_on_top h3,
#content .image_box_with_image_on_top h4{
	font-size:16px;
	color:#000;
	margin:0;
	padding:0 0 22px 0;
}
#content .image_box_with_image_on_top p{
	font-size:13px;
}
#content .image_box_with_image_on_top img{
	width:100%;
	height:auto;
	display:block;
}
#content .image_box_with_image_on_top .read_more_mobile{
	position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  font-size: 14px;
  background: #fff;
  opacity: 0.8;
	width: 114px;
  height: 26px;
  padding: 4px 10px;
  margin-left: -57px;
  margin-top: -13px;
	color: #557ebf;
}
#content .image_box_with_image_on_top .read_more{
	color: #557ebf;
}
#content .image_box_with_image_on_top .read_more:hover{
	text-decoration:underline;
}
#content .image_box_with_image_on_top div.text{
	z-index:3;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	height:18%;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -ms-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
	border:1px solid #ddd;
	padding:10px;
	width:100%;
	color:#333;
}
#content .image_box_with_image_on_top:hover div.text{
	height:100%;
}
#content .image_box_with_image_on_top div.text p:first-child{
	font-size:16px;
}
/* DOCTOR BOX
================================ */
#content .doctor{
	text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin: 30px 0;
	overflow:hidden;
}
#content .doctor img{
	width:100%;
	height:auto;
	display:block;
}
#content .doctor .text{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px;
}
#content .doctor p{
	padding:0;
}
#content .doctor h4{
	font-size:16px;
	color:#000;
	margin:0;
	padding:0 0 15px 0;
}
#content .doctor a{
	color: #557ebf;
}
#content .doctor a:hover{
	text-decoration:none;
}
#content .doctor ul.social{
	border:1px solid #ddd;
	padding:0;
	margin:0;
}
#content .doctor ul.social li {
	float:left;
	border:0;
	margin: 5px 0 4px 8px;
	padding:0;
}
#content .doctor .img_wrap{
	position:relative;
}
#content .doctor .rollover{
	position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
#content .img_wrap:hover .rollover{
	background: rgba(0,0,0,.5);
}
#content .doctor .read_more{
	position:absolute;
	top:50%;
	right:0;
	background:#fff;
	width: 114px;
  height: 26px;
  padding: 4px 10px;
  margin-right: -114px;
  margin-top: -13px;
	color: #1b90da;
	z-index:11;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#content .img_wrap:hover .read_more{
	right:50%;
	margin-right: -57px;
}

#content .doctor .read_more:hover{
	background:#557ebf;
}
#content .doctor .read_more:hover a{
	color:#fff;
}
/* BUTTON
================================ */
.button {
  /*margin: 10px 10px 0px 10px;*/
  /*text-transform: uppercase;*/
	font-size:14px !important;
	color:#fff !important;
	font-weight:500;
	background:#557ebf;
	background-image: -webkit-gradient(	linear,	left top,	left bottom,	color-stop(0, #557ebf),	color-stop(1, #436294));
	background-image: -o-linear-gradient(bottom, #fdb825 0%, #e3a622 100%);
	background-image: -moz-linear-gradient(bottom, #fdb825 0%, #e3a622 100%);
	background-image: -webkit-linear-gradient(bottom, #fdb825 0%, #e3a622 100%);
	background-image: -ms-linear-gradient(bottom, #fdb825 0%, #e3a622 100%);
	background-image: linear-gradient(to bottom, #fdb825 0%, #e3a622 100%);
	border-radius:3px;
	box-shadow: 0 3px #c9931e;
	text-decoration:none !important;
	padding:10px 30px;
	text-shadow:0 1px 1px #755000;
	outline:none;
	border:none !important;
}
.button.button-blue{
	background:#3f60be;
	background-image: -webkit-gradient(	linear,	left top,	left bottom,	color-stop(0, #3f60be),	color-stop(1, #557ebf));
	background-image: -o-linear-gradient(bottom, #3f60be 0%, #557ebf 100%);
	background-image: -moz-linear-gradient(bottom, #3f60be 0%, #557ebf 100%);
	background-image: -webkit-linear-gradient(bottom, #3f60be 0%, #557ebf 100%);
	background-image: -ms-linear-gradient(bottom, #3f60be 0%, #557ebf 100%);
	background-image: linear-gradient(to bottom, #3f60be 0%, #557ebf 100%);
	box-shadow: 0 3px #102a73;
	text-shadow:0 1px 1px #102a73;
}
.button:hover {
	cursor: pointer;
	text-shadow:0 1px 1px #000;
}
.button:active {
	position:relative;
	top:3px;
	box-shadow:none;
}

/* mobile */
@media (max-width: 767px){
	.button{
		padding:6px 8px;
	}
}
/* RIGHT SIDEBAR TABLE
================================*/
#right_sidebar table{
	width:100%;
	margin-bottom:40px;
}
#right_sidebar table tr td{
	border-bottom: 1px solid #eeeeee;
	padding:12px 2px;
	color:#8a8a8a;
	text-align:right;
	vertical-align:top;
}
@media (min-width:767px) and  (max-width: 991px){
	#right_sidebar table tr td{
		font-size:13px;
	}
}
#right_sidebar table tr td:first-child{
	color:#3b3b3b;
	text-align:left;
	font-weight:400;
}
/* TABLE ADDRESS
================================ */
.table-address{
}
.table-address td{
	padding:5px 0;
	line-height:1.5em;

	vertical-align:top;
}
#footer .table-address td{
	color:#adadad;
	font-size:13px;
}
.table-address tr:nth-of-type(1) td:first-child:before{
	font-size: 15px;
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#footer .table-address tr:nth-of-type(1) td:first-child:before{
	color:#fdb925;
}
.table-address tr:nth-of-type(2) td:first-child:before{
	font-size: 15px;
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#footer .table-address tr:nth-of-type(2) td:first-child:before{
	color:#fdb925;
}
.table-address tr:nth-of-type(3) td:first-child:before{
	font-size: 15px;
  content: "\f1ac";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#footer .table-address tr:nth-of-type(3) td:first-child:before{
	color:#fdb925;
}
.table-address tr:nth-of-type(4) td:first-child:before{
	font-size: 15px;
  content: "\f0e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fdb925;
  margin-right: 10px;
}
#footer .table-address tr:nth-of-type(4) td:first-child:before{
	color:#fdb925;
}

/* BLOG
================================ */
#content .blog_list{
	clear:both;
	border-bottom:1px solid #eee;
	overflow:hidden;
	-webkit-transition:background 1s ease-in-out;
	-moz-transition:background 1s ease-in-out;
	transition:background 1s ease-in-out;
	padding:0px 20px 0 20px;
	margin-bottom:20px;
}
#content .blog_list:hover{
	background:#f9fbff;
}
#content .blog_list h3{
	padding-bottom:20px;
	margin-top:30px;
}
#content .blog_list a{
	text-decoration:none;
}
#content .blog_list p{
	padding-bottom:20px;
	color:#333;
	font-size:15px;
}
#content .blog_list img{
	float:left;
	margin:0px 20px 20px 0;
}
#content .blog_list .read_more{
	color:#557ebf;
}
#content .blog_list .date{
	font-size:14px;
}
#content .blog_list .date span{
	font-style:italic;
	color:#999;
}

#content .blog_list_home{
	clear:both;
	border-bottom:1px solid #eee;
	overflow:hidden;
	-webkit-transition:background 1s ease-in-out;
	-moz-transition:background 1s ease-in-out;
	transition:background 1s ease-in-out;
	padding:0px 20px 0 20px;
	margin-bottom:20px;
}
#content .blog_list_home:hover{
	background:#fbfff2;
}
#content .blog_list_home h3{
	padding-bottom:20px;
	margin-top:0;
}
#content .blog_list_home a{
	text-decoration:none;
}
#content .blog_list_home p{
	padding-bottom:20px;
	color:#333;
	font-size:15px;
}
#content .blog_list_home img{
	float:left;
	margin:-30px 20px 20px 0;
}
#content .blog_list_home .read_more{
	color:#557ebf;
}
#content .blog_list_home .date{
	font-size:14px;
}
#content .blog_list_home .date span{
	font-style:italic;
	color:#999;
}
#content .blog_list_home a h4 {
	display:initial;
	margin-left:170px;
	color:#557ebf;
}
/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer .container {
	background:#313131;
}
#footer h3{
	font-size: 22px;
  font-weight: 300;
	margin-bottom:38px;
	color:#fff;
  padding-bottom: 18px;
  overflow: hidden;
  position: relative;
}
#footer h3:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45px;
	height: 2px;
	background-color: #fdb825;
}
#footer p{
	color:#adadad;
	font-size:13px;
}
#footer a{
	color:#fff;
	font-size:13px;
}
#footer a:hover{
	color:#fdb925;
}
#footer .box-footer{
	margin-top:30px;
}
#footer_logos{
	text-align:center;
}
#footer_logos .container{
	padding-bottom:20px;
}
#footer_logos img{
	vertical-align:middle;
	max-width:200px;
	height:auto;
	margin:15px 30px;
}
