graymap
@import 'settings-panel.css';
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Jura:400,600&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Play&subset=greek,latin);
@import url(https://fonts.googleapis.com/css?family=Montserrat+Subrayada:400,700);
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,900);

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 300;
    background: #FFF;
    font-size: 16px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jura', Arial, sans-serif;
    font-weight: 500;
    color:#595959;
}


a {
	color: #00bcd4;
	transition: .4s;
}

a, a:hover, a:focus, a:active {
	outline: 0;
	text-decoration: none;
	transition: .4s;
	color:inherit;
}

a:hover {
	color: #00bcd4;
}

p {
	font-family: 'Roboto', Arial, sans-serif;
	margin-bottom: 1.1rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #878787;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.no-padding {
	padding: 0 !important;
}

.outer-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background:#fff;
}

#header-main {
    padding: 0px;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #e0e5eb;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto !important;
    font-family: "Roboto";
    z-index: 99999;
}

#header-main .navbar-default {
	background-color: transparent;
	border: none;
}

#header-main .navbar-brand {
    padding: 7px 0 0;
}


#header-main .navbar-brand img {
    width: 123px;
    height: 24px;
}

#header-main .navbar {
	margin-bottom: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	list-style: outside none none;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background-clip: padding-box;
}

#header-main .yamm .nav,
	#header-main .yamm .collapse,
	#header-main .yamm .dropup,
	#header-main .yamm .dropdown {
	position: static;
}

#header-main .yamm .container {
	position: relative;
}

#header-main .yamm .dropdown-menu {
	left: auto;
	right: auto;
}

#header-main a:hover {
	text-decoration: none;
}

#header-main .dropdown-menu li a:focus,
	#header-main .dropdown-menu li a:active,
	#header-main .dropdown-menu li a:hover {
	background-color: #fff;
}

#header-main .yamm img {
	margin-bottom: 10px;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: none;
	margin-top: -1px;
	border: none;
	border-top: 3px solid #fff;
	z-index: 999999;
}

#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
	color: #262626;
	padding: 35px 10px 34px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	z-index: 99999;
}

#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
	background: transparent !important;
}


#header-main .dropdown-menu li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 15px;
	color: #262626 !important;
	background: transparent !important;
	font-weight:500;
}

#header-main .dropdown-menu li a:hover {
	color: #8dc73f !important;
	background: #fff !important;
}

#header-main .dropdown-menu {
	padding: 0 !important;
	border-radius: 0 !important;
}

#header-main .yamm-fw .dropdown-menu li a {
	padding: 11px 0px;
	font-size: 13px;
	font-weight:500;
}

#header-main .yamm-fw .dropdown-menu li a:hover {
	background: transparent !important;
	color: #8dc73f !important;
}

#header-main .dropdown-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

#header-main .dropdown-menu li:last-child {
	border-bottom: 0;
}

#header-main .navbar-nav > li > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a,
	#header-main .navbar-default .navbar-nav > .open > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a:focus {
	color: #8dc73f !important;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #8dc73f !important;
}

#header-main .yamm h3 i,
	#header-main .yamm-fw .dropdown-menu li a:before {
	color: #8dc73f;
}

.yamm .dropdown-submenu > .dropdown-menu {
	top: 0px;
	left: 100% !important;
	margin-top: -3px !important;
	margin-left: -1px;
	border-radius: 0px 6px 6px;
}

#header-main .yamm .dropdown-menu {
	right: auto;
}

.arrow-up {
    color: rgb(0, 0, 0);
    font-size: 12px;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: -1px;
    color: #aaa;
    margin-left: 2px;
}

#header-main .navbar-nav > li > a:hover .arrow-up {
	color:#8DC73F;
}

#header-main .navbar-nav > li > a.active .arrow-up {
	color:#8DC73F;
}

.navbar-brand {
	font-family: Pacifico;
	color: #000 !important;
	margin-top: 27px;
	font-size: 35px;
}

.navbar-nav {
	float: left;
	margin: 0 0 -1px;
}

.navbar-toggle {
	color: #637e9c !important;
	border: none;
	background-color: transparent !important;
}

#header-main button .navbar-toggle i {
	color: #00bcd4 !important;
	background: transparent !important;
}

#header-main .navbar-collapse {

	background: transparent !important;
}

.hamstyle {
	color: #00bcd4 !important;
	background: transparent !important;
}
.slider-wrap {
    position: relative !important;
}

.inner-content {
	padding: 90px 0;
}

.section-about h3 {
	font-size: 25px;
	margin: 15px 0 20px;
}

.section-services2 h3 {
	font-size: 25px;
	margin: 0 20px;
}

.ss2-content {
	padding: 0 40px;
}

.ss2-content i {
	font-size: 35px;
	color: #8dc73f;
}

.ss2-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 13px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.button {
	background: #2b353b;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 13px;
	letter-spacing: 3px;
	font-family: "Ubuntu";
	font-weight: 500;
	text-align: center;
	border-radius: 3px;
	display: table;
	transition: .4s;
}

.button:hover {
	background: #609bfd !important;
	color: #fff !important;
}

.button.color2:hover,
.button.color3:hover,
.button.color4:hover {
	background: #008799 !important;
	color: #fff !important;
}

.button.btn-border {
	background: transparent !important;
	padding: 15px 20px;
	color: #262626;
	border: 2px solid #262626;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: "Roboto";
	border-radius: 5px;
	display: table;
	transition: .4s;
}

.button.btn-border:hover {
	background: #262626 !important;
	color: #fff;
}

.button.color2 {
	background: #00bcd4;
}

.button.color3 {
	background: #0FA2D5;
}

.button.color4 {
	background: #FF4862;
}

.button.color5 {
	background: #8dc73f;
}

.button.color5:hover {
	background: #000 !important;
}

.button.btn-border.color2 {
	border-color: #00bcd4;
	color: #00bcd4;
}

.cta-clr {
	background:#8dc73f;
}

.button.btn-border.color3 {
	border-color: #0FA2D5;
	color: #0FA2D5;
}

.button.btn-border.color4 {
	border-color: #FF4862;
	color: #FF4862;
}

.button.btn-border.white {
	border-color: #fff;
	color: #fff;
}

.button.btn-border.color2:hover {
	background: #609bfd !important;
	color: #fff;
}

.button.btn-border.color3:hover {
	background: #0FA2D5 !important;
	color: #fff;
}

.button.btn-border.color4:hover {
	background: #FF4862 !important;
	color: #fff;
}

.button.btn-border.white:hover {
	border-color: #fff;
	background:#fff !important;
	color: #000 !important;
}


.button.one {
	background: #609bfd;
}

.btn-radius {
	border-radius: 5px !important;
}

.button.simple {
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.3;
}

footer {
	background: #2b353b url(../images/footer-bg.png) no-repeat bottom right;
	background-size: 80%;
	padding: 80px 0 140px;
}

.footer-bottom {
	background: #151a1e;
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 23px 0;
}

.footer-bottom p {
	color: #666;
	padding-top: 5px;
	margin: 0;
}

#accordion .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding: 0;
}

#accordion.panel-group .panel {
	margin-bottom: 1px;
	border-radius: 0px;
	background-color: transparent;
}

#accordion .panel-title {
	overflow: hidden;
}

#accordion .panel-title a {
	padding: 15px 20px 15px 60px !important;
	font-size: 18px;
	display: table;
	width: 100%;
	position: relative;
	font-weight: 400;
	overflow: hidden;
}

#accordion .panel-title a:hover {
	color: #00bcd4;
}

#accordion .panel-default {
	border: none;
}

#accordion .panel-title a span {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #00bcd4;
	padding: 0px 16px;
	font-size: 18px;
	background: transparent;

	height: 38px;
	line-height: 41px;
	transition: .4s;
}

#accordion.panel-group .panel.active .panel-title a span {
	background: #00bcd4 !important;
	color: #fff;
	transition: .4s;
}

#accordion .panel-title a i {
	background: #00bcd4 !important;
	color: #aaa;
	font-size: 14px;
	margin-right: 7px;
	position: relative;
	top: 1px;
	transition: .4s;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding-left: 20px;
}

#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 0 25px 60px;
	margin: 0px;
}

.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #000;
	padding: 18px 20px;
	border-radius: 0px;
}

.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
	font-family: 'Ubuntu', Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #595959;
}

.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
	margin-right: 5px;
}

.panel-body {
	font-size: 13px;
	line-height: 22px;
	color: #777;
	padding: 20px 20px 20px 30px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none !important;
}

iframe {
	border: none;
	width: 100%;
}

#graymap {
	width: 100%;
	height: 650px;
	padding: 0px 0px !important;
    margin: 0px 0px !important;
}

#graymap .graymap {
    width: 100%;
    height: 100%;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.full-contact {
	background:#fff;
    padding: 70px 100px;
}

.full-contact input {
	width:100% !important;
}

.btn-lg {
	padding: 18px 20px !important;
}

.alert.info {
	background: #2C3E50;
	color: #fff;
	padding: 20px;
}

.alert.success {
	background: #18BC9C;
	color: #fff;
	padding: 20px;
}

.alert.notice {
	background: #F39C12;
	color: #fff;
	padding: 20px;
}

.alert.error {
	background: #E74C3C;
	color: #fff;
	padding: 20px;
}

.alert-info {
	border: 1px solid #2C3E50;
	color: #2C3E50;
	padding: 20px;
	background: transparent;
}

.alert-success {
	border: 1px solid #18BC9C;
	color: #18BC9C;
	padding: 20px;
	background: transparent;
}

.alert-warning {
	border: 1px solid #F39C12;
	color: #F39C12;
	padding: 20px;
	background: transparent;
}

.alert-danger {
	border: 1px solid #E74C3C;
	color: #E74C3C;
	padding: 20px;
	background: transparent;
}

.alert {
	border-radius: 0;
}

.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
	margin-right: 0px;
}

#testimonial-slider .owl-prev {
	background: transparent;
	/*border: 1px solid #00bcd4;*/
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #00bcd4;
	/*border-radius: 50%;*/
	font-size: 0px;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #00bcd4;
	line-height: 42px;
	transition: .4s;
}

#testimonial-slider .owl-next {
	background: transparent;

	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #00bcd4;

	font-size: 0px;
	opacity: 0.5;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #00bcd4;
	line-height: 42px;
	transition: .4s;
}

#testimonial-slider .owl-prev:hover {
	background: transparent;
	border: 1px solid #00bcd4;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #00bcd4;
	border-radius: 50%;
	font-size: 0px;
	opacity: .8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial-slider .owl-next:hover {
	background: transparent;
	border: 1px solid #00bcd4;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #00bcd4;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial-slider .owl-prev:hover:after ,
#testimonial-slider .owl-next:hover:after {
	color: #00bcd4;
	transition: .4s;
}

.parallax-bg {
	background: url(../images/testibg1.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

#dentistpro .parallax-bg2 {
	background: url(../img/chairblurwhite.jpg) no-repeat center center fixed !important;
	position: relative;
	background-size: cover !important;
}

.pattern-bg1 {
	background: url(../images/swirlines.png);
	background-color: #d7e7f4;
}

.padtop {
	position: relative;
	text-align: center;
}

.padding-logo {
	padding: 25px 20px 0 25px;
	max-width:200px;
}

.padding-team {
	padding: 35px 0 10px 0 !important;
}

.padding-blog {
	padding: 40px 10px 10px 42px;
}

.padsect {
  padding: 5%;
}

.padding20 {
	padding: 20px 0 !important;
}

.padding25 {
	padding: 0 25px !important;
}

.padding30 {
	padding: 30px 0 !important;
}

.padding40 {
	padding: 40px 0 !important;
}

.padding50 {
	padding: 50px 0 !important;
}

.padding60 {
	padding: 60px 0 !important;
}

.padding70 {
	padding: 70px 0 !important;
}

.padding-top-70 {
	padding: 70px 10px 0 20px !important;
}

.padding70HA {
	padding: 70px 30px 0 0 !important;
}

.padding80 {
	padding: 80px 0 !important;
}

.padding90 {
	padding: 90px 0 !important;
}

.padding100 {
	padding: 100px 0 !important;
}

.padding110 {
	padding: 110px 0 !important;
}

.padding150 {
	padding: 150px 0 !important;
}

.lite-white {
	color: #fff !important;
	opacity: 0.7;
}

.white {
	color: #fff !important;
	opacity: 1;
}

.no-margin {
	margin: 0px;
}

.uppercase {
	font-family: 'Ubuntu', Arial, sans-serif;
	color: #595959;
	text-transform: uppercase;
	font-weight: 400;
}

#team2 .col-md-3:hover .team-inner .team-social li a {
	bottom: 0%;
	transition: .5s;
}

.team-social {
	display: table;
	margin: 0;
	float: right;
	position: relative;
	z-index: 888;
}

.team-social li {
	float: left;
	margin: 0 7px;
}

.team-social li a {
	color: #fff;
	text-shadow: none;
}

.team-social li a:hover {
	color:#8dc73f !important;
}

#team2 h2 {
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 20px 0 5px;
}

.hq-info {
	padding: 0 30px;
}

.hq-info p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
}

.hq-info img {
	max-width: 70px;
	border-radius: 50%;
	float: left;
}

.hq-info span {
	color: #ccc;
	margin-left: 75px;
	display: table;
	position: relative;
	top: 10px;
	font-size: 12px;
}

.hq-info span strong {
	display: block;
	font-size: 14px;
}

.owl-theme .owl-controls .owl-page span {
	background: rgba(0,0,0,0.5);
}

#home-quote .owl-theme .owl-controls {
	margin-top: 30px;
	text-align: center;
	position: relative;
}

#errorpage .page_header {
	margin-top: -55px;
}

#errorpage .page_header h3 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 0px auto;
    position: relative;
    top: 30px;
    padding: 10px 20px;
    letter-spacing: 14px;
}

footer h4 {
	font-family: "Ubuntu", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px 0px 25px;
	color: #3694a1;
	opacity: 1;
	position: relative;
}

footer p {
	font-size: .9em;
}

.c-info {
	background: transparent url("../images/world.png") no-repeat scroll left bottom / 55% auto;
	background-position: 0 100%;
	overflow: visible;
	padding-bottom: 78px;
}

.c-info li i {
	position: absolute;
	left: 0px;
	color: #00bcd4;
	top: 6px;
}

.c-info li {
	padding-left: 25px;
	position: relative;
	font-size: .9em;
	color: #999;
	margin-bottom: 13px;
	line-height: 23px;
  list-style: none;
}

.f-social a {
	border: 1px solid #444;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	color: #777;
	line-height: 48px;
	text-align: center;
	margin-right: 3px;
	font-size: 28px;
	/*width: 25px;
	height: 25px;
	line-height: 23px;
	font-size: 11px;*/
}

.f-social a:hover {
	border: 1px solid #3694a1;
	background: transparent;
	color: #3694a1;
	line-height: 48px;
	text-align: center;
	margin-right: 3px;
	font-size: 28px;
}

.footer-top {
	background: #333;
	padding: 40px 0;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.container-full {
	width: 100%;
	padding: 0%;
}

#carousel_five .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	left: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	right: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five:hover .owl-prev  {
	opacity:0.3 !important;
		left:0px !important;
		transition:.4s !important;
}

#carousel_five:hover .owl-next  {
	opacity:0.3 !important;
		right:0px !important;
		transition:.4s !important;
}

#carousel_five .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
			transition:.4s;

	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 0px;
		transition:.4s;

	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}

.home-contact-form .input-wrap i {
	position: absolute;
	top: 9px;
	left: 11px;
	color: #c1c4c5;
}

.home-contact-form .textarea-wrap i {
	position: absolute;
	top: 12px;
	left: 11px;
	color: #c1c4c5;
}

.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 31px;
}

.home-contact-form input:focus + i{color: #3399FD !important;}
.home-contact-form textarea:focus + i{color: #3399FD !important;}


.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
	width: 217px;
	height: 33px;

	padding: 0 12px;
	padding-left:40px;
	background: #fafafa;

	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 5px;

	color: #65686d;
	font-size:13px;
	line-height: 1.6;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-contact-form .textarea-wrap textarea {
	width:100%;
	height:100px;
	padding:10px 20px 15px 40px;
}

.home-project-3col .project-item  {
	width:33.3333%;
	border:10px solid #fff;
}

#team2 .text-center {
	padding:0 15px;
}

#team2 .text-center p {
	font-size:15px;
}

#team2 .text-center .team-social {
	display:table;
	float:none;
	margin:0 auto;
}

#team2 .text-center .team-social a {
	color:#777;
	text-shadow:none !important;
}


#team2 .text-center .team-social a:hover {
	color:#8dc73f;
	text-shadow:none !important;
}

.head-w-ul {
	font-weight:500;
	color:#00bcd4;
}

.dual-btns a {
	display:inline-block;
	margin:0 1px;
	padding:0 30px;
	width:200px;
}

.dual-btns.auto-width a {
	width:auto;
}

.navbar-default .navbar-nav > li.active > a {
	color:#609bfd !important;
	background: transparent !important;
}

.about-doctor h1 {
	margin-top:120px;
}

.whitefoot {
	color: #fff !important;
	opacity: .7;
	font-family: 'Ubuntu', Arial, sans-serif !important;
}


/* Testimonial Carousel */
.testimonial{
    text-align: center;
}

.description{
    color:#656565;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    padding:0px 8%;
    position: relative;
}

.description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    display: block;
    text-align: center;
    position: relative;
    top: 8px;
    left: 1%;
    color:#00bcd4;
    font-size: 28px;
    opacity: .9;
    padding-bottom: 25px;
}
/*
.description:after{
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 1%;
    color:#00bcd4;
    font-size: 25px;
    opacity: .5;
}*/

.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial-title{
    font-size: 18px;
    color:#ccc;
    font-weight: bolder;
    text-transform: capitalize;
}

.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #00bcd4;
    border: 1px solid #fcfcfc;
    opacity: .8;
}

.owl-theme .owl-controls .owl-page span{
    width: 9px;
    height: 9px;
    opacity: .5;
}

/* ---------- 8.1 Page Title ---------- */
.page_title {
    position: relative;
    padding: 60px 0;
    background: url(../images/page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
  .page_title {
    background: none;
  }
}

.page_title .inner {
    position: relative;
    z-index: 9;
}

.page_title h1 {
    color: #595959;
    font-size: 2em;
    font-weight: 700;
    display: inline-block;
}
.page_title .price {
    float: right;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    border-radius: 4px;
    background: rgba(209, 100, 147, 0.2);
}

.page_title .price .inner {
    margin: -5px;
    background-color: #D16493;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 8px;
    color: #ffffff;
    font-weight: 400;
}

.page_title .price span {
    display: block;
    font-size: 12px;
}

.page_title .breadcrumb {
    font-size: .9em;
    background: none;
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

.page_title .breadcrumb li {
    padding: 5px 0px;
    color: #595959;
}

.page_title .breadcrumb li:after {
    content: '/';
    padding: 0px 10px 0px 16px;
    color: #595959;
}

.page_title .breadcrumb li:before {
    display: none;
}

.page_title .breadcrumb li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    color: #00bcd4;
}

.page_title .breadcrumb li:last-child:after {
    display: none;
}

.page_title .breadcrumb a {
    color: #595959;
}

.blog-title h1 {
  font-size: 1.5rem;
  padding: 1rem 0 2rem 0;
}

.blog-title h2 {
  font-size: 1.3rem;
  padding: .9rem 0 1.8rem 0;
}

ul.features {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  color: #878787;
  /* padding-left: 25px; */
}

.features ul, li {
	/* list-style: square; */
	padding-left: 10px;
  margin-top: 0;
  /* margin-bottom: 10px; */
}

.features li::before {
  /* content: "• "; */
  content: "◉ ";
  font-size: .9rem;
  color: #00bcd4;
  padding-right: 15px;
}

/*
.nav-top {
	  width: 100%;
	  height: 40px;
	  background: #00bcd4;
	  color: white;
	  text-transform: uppercase;
	  text-align: center;
	  position: fixed;
	  overflow: hidden;
}
.nav-top a { color: white; }
.nav-top a:hover { text-decoration: none; }
.nav-top div.row { padding: 10px 0; }
.headroom { margin-top: 40px; }
.navbar-fixed-top { transition: all 3s ease; }

@media screen and (min-width: 767px) {
	.nav-top {
		display: none !important;
	}
}


 this does NOT work
@media (max-width: 1200spx) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/
