/*  GENERAL  */
.tp-caption {
    left: 0px !important;
}
body.site {
	border-top: none !important;
	padding: 0px !important;
	font-size: 16px;
	line-height: 18px;
}

.container {
    background-color: transparent !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 1170px !important;
    width: 100% !important;
    position: relative;
}

.body .navigation {
    padding: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.body .navigation .container {
	padding: 15px 0px !important;
}


/*  header  */
.header {
    margin-bottom: 0px !important;
    position: relative;
    padding: 0px 0px 0px 0px;
}
.header .header-inner {
	padding: 10px 0px;
}

.row.margin-bottom {
	margin-bottom: 15px;
}

.brand {
    padding-top: 14px;
    padding-left: 22px;
}
.brand img {
    max-width: 360px;
}


/*  top bar  */
.tel {
	color: #aaa !important;
}
.tel:hover {
	text-decoration: none;
}
#ce-contact-1 .tel {
	color: #333 !important;
}
#ce-contact-1 .tel:hover {
	text-decoration: none;
}
.top-bar {
   background-color: #f1f1f1;
   padding: 8px 0px;
   color: #aaa;
}

.top-bar p {
    margin-bottom: 0px !important;
}

.top-bar .top-left  {
    text-align: left;
}

.top-bar .top-right {
    text-align: right;
    max-width: 49%;
    width: 100%;
}
.top-bar .top-right ul {
	margin-bottom: 0px !important;
}
.top-bar .top-right ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
}
.top-bar .top-right ul li:nth-child(2) {
	margin-right: 0px;
}
.top-bar .top-right ul li .fa-phone, .top-bar .top-right ul li .fa-envelope {
	color: #aaa;
}
.top-bar .top-right ul li .fa-phone {
	font-size: 15px;
	transform: rotate(90deg);
	margin-right: 6px;
}
.top-bar .top-right ul li .fa-envelope {
	font-size: 15px;
	margin-right: 6px;
}

.top-bar .top-left.social a {
	margin-right: 14px;
	color: #aaa;
}
.top-bar .top-left.social a:hover, .top-bar .top-left.social a:focus {
	text-decoration: none;
}
.top-bar .top-left.social a .svg-inline--fa {
	display: inline-block;
	margin-right: 6px
}


.info {
    text-align: right;
}
.info .app-button {
	padding-top: 7px;
	padding-right: 0px;
}
.info .app-button a {
    display: inline-block;
    padding: 12px 28px;
    background-color: #144c60;
    color: #fff;
    margin-top: 20px;
}
.info .app-button a:hover {
    color: #fff;
	text-decoration: none;
    background-color: #1c9470;
}

.info .social {
    margin-top: 35px;
}
.info .social a {
	display: inline-block;
    color: #144c60;
    font-size: 25px;
    line-height: 29px;
    margin: 0px 15px;
}
.info .social a:nth-child(4) {
	margin-right: 0px;
}
.info .social a:hover {
	text-decoration: none;
    color: #1c9470;
}


/*  menu  */
.menu {
	background-color: rgba(20, 76, 96, 0.8);
	position: relative;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
}
.menu.addscroll {
	position: fixed;
	width: 100%;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: rgba(20, 76, 96, 0.8);
}
.menu .main-menu {
	padding-left: 0px;
}

.contact-menu {
    text-align: right;
    padding-right: 0px;
    height: 100%;
    position: relative;
}
.contact-menu p {
	margin-bottom: 0px;
}
.contact-menu a {
	display: block;
	padding: 20px;
	background-color: #fff;
	color: #144C60;
}
.contact-menu a:hover {
	text-decoration: none;
	background-color: #1c9470;
	color: #fff;
}


/*  slider  */
.itemid-101 .slider {
    margin-bottom: 40px;
    margin-top: -58px;
}



/*  welcome  */
.welcome {
    padding: 60px 0px 30px;
    text-align: center;
}

.welcome .moduletable h2 {
    font-family: 'Noto Serif';
    color: #144C60;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 28px;
}

.welcome .moduletable h2 span {
	color: #1c9470;
	font-size: 20px;
}

.welcome .moduletable p {
    line-height: 24px;
}

/*  breadcrumb  */
.bg-bread {
	background-color: #1c9470;
	padding: 110px 0px 60px;
	position: relative;
	margin-top: -58px;
}
/*
.bg-bread::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/images/breadcrumbs-bg.jpg");
	background-attachment: scroll;
	background-position: center 70%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.8;
}
*/

.breadcrumb {
	background-color: transparent !important;
	padding: 0px 15px !important;
}

.breadcrumb .divider.icon-location, .breadcrumb .divider {
    display: none;
}

.breadcrumb a.pathway {
    margin-right: 15px;
    color: #fff;
    text-shadow: none !important;
}

.breadcrumb a.pathway:hover {
	text-decoration: none;
    color: #144C60;
}

.breadcrumb li.active {
	color: #144C60;
	text-shadow: none !important;
	font-weight: 500;
}


/*  top boxes  */
.top-boxes {
    padding: 60px 0px 40px;
}

.top-boxes .col-md-4 {
    padding: 15px;
    min-height: 330px;
    float: left;
}

.top-boxes .box-1, .top-boxes .box-3 {
    width: 29%;
}

.top-boxes .container {
	padding: 20px 15px 35px 15px;
	color: #fff;
	position: relative;
	font-size: 15px;
	max-width: 75% !important;
	width: 100%;
	z-index: 1;
}

.top-boxes .box-2.col-md-4 {
	background: #144C60;
	padding: 0px;
	max-height: 330px;
	max-width: 42% !important;
	width: 100% !important;
	overflow: hidden;
}

.top-boxes .box-2 .moduletable {
    position: relative;
}


.top-boxes .box-2 .moduletable .rev_slider_wrapper .rev_slider .tp-revslider-slidesli {
    transform: translateY(-10%);
    height: 112% !important;
}

.top-boxes .box-1, .top-boxes .box-3 {
    background: rgba(28, 148, 112, 0.8);
}

.top-boxes .box-1::before {
    background: rgba(0, 0, 0, 0) url("/images/thorakoxeirourgikh-e.jpg") no-repeat scroll 0 0 / cover;
    background-position: center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top-boxes .box-3::before {
    background: rgba(0, 0, 0, 0) url("/images/thorakoxeirourgikh-x.jpg ") no-repeat scroll 0 0 / cover;
    background-position: center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top-boxes .box-desc {
    bottom: -85px;
    position: relative;
}

.top-boxes .col-md-4 h3, .top-boxes .col-md-4 h3 {
	font-family: 'Noto Serif';
	font-size: 22px;
	font-weight: normal;
    margin-top: 10px;
    line-height: 28px;
}

.top-boxes .col-md-4 .btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    padding: 8px 14px;
    margin-top: 10px;
    text-decoration: none;
    text-shadow: none;
}

.top-boxes .box-1.col-md-4 .btn:hover, .top-boxes .box-3.col-md-4 .btn:hover {
	background: #fff none repeat scroll 0 0;
	color: #1c9470;
	box-shadow: none;
	text-decoration: none;
	text-stroke: none;
}

.top-boxes .box-2.col-md-4 .btn:hover {
	background: #fff none repeat scroll 0 0;
	color: #144C60;
	box-shadow: none;
	text-decoration: none;
	text-stroke: none;
}


/*  doctor  */
.doctor {
	padding: 60px 0px 80px;
}
.doctor .moduletable h3 {
	font-family: 'Noto Serif';
	color: #144C60;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 50px;
}
.doctor .moduletable h3::before {
    content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50px;
    background-color: #1c9470;
}
.doctor .moduletable .custom .col-md-6 {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 22px;
    padding: 0px;
    margin-bottom: 15px;
}

.doctor .moduletable .custom .col-md-6 img {
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}

.doctor .moduletable .custom .col-md-6 .s-title{
    color: #144c60;
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
}

.doctor .moduletable .custom a.cv {
	color: #fff;
	padding: 12px;
	font-size: 16px;
	background-color: #144c60;
	float: right;
	margin-top: 15px;
}
.doctor .moduletable .custom a.cv:hover {
	text-decoration: none;
	background-color: #1c9470;
}


.thymus {
	padding: 80px 0px;
	background-color: #144c60;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}
.thymus .moduletable h3 {
	font-family: 'Noto Serif';
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0px;
}
.thymus p {
	width: 85%;
	float: left;
	margin-right: 1%;
}
.thymus a {
	float: right;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	padding: 12px 28px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
}
.thymus a:hover {
	text-decoration: none;
	color: #144c60;
	background-color: #fff;
}


/*  pathiseis  */
.pathiseis-text .container {
	text-align: center;
	padding: 100px 0px 20px!important;
}

.pathiseis-text .container .moduletable h3 {
	font-family: 'Noto Serif';
	color: #144c60;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 50px;
}
.pathiseis-text .moduletable.path h3::before {
    content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 150px;
    left: calc(50% - 30px);
    background-color: #1c9470;
}
.pathiseis-text .container .moduletable .custom p {
	line-height: 28px;
}

.pathiseis-wi .container {
	padding: 20px 0px 100px 0px !important;
	max-width: 85% !important;
}

.pathiseis-wi .moduletable .uk-slideset .uk-panel {
	background-color: #144c60;
	padding-bottom: 40px;
	overflow: hidden;
}
.pathiseis-wi .moduletable .uk-slideset .uk-panel h3.uk-panel-title {
	font-family: 'Noto Serif';
	padding: 0px 20px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
}
.pathiseis-wi .moduletable .uk-slideset .uk-panel .uk-margin {
	padding: 0px 20px;
	color: #fff;
}
.pathiseis-wi .moduletable .uk-slideset .uk-panel a.uk-button {
    font-size: 22px;
    color: #1c9470;
	opacity: 1;
	padding: 0px 20px;
}
.pathiseis-wi .moduletable .uk-slideset .uk-panel .uk-panel-teaser, .pathiseis-wi .moduletable .uk-slideset .uk-panel .uk-panel-teaser .uk-overlay, .pathiseis-wi .moduletable .uk-slideset .uk-panel .uk-panel-teaser .uk-overlay img {
    width: 101% !important;
}
.pathiseis-wi * + .uk-dotnav, .pathiseis-wi * + .uk-subnav {
    margin-top: 60px !important;
}

.pathiseis-wi .uk-dotnav > * > * {
    background: rgba(20, 76, 96, 0.6);
}
.pathiseis-wi .uk-dotnav > .uk-active > *, .pathiseis-wi .uk-dotnav > * > *:hover {
	background: rgba(20, 76, 96, 0.8);
}


/*  team  */
.team {
	text-align: center;
	margin-top: 40px;
	background-image: url('/images/moto-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.team::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(51, 51, 51, 0.2);
}
.team .opacity {
	padding: 80px 0px 120px;
	background-color: rgba(28, 148, 112, 0.8);
}
.team .opacity .moduletable h3 {
	font-family: 'Noto Serif';
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 120px;
	color: #eee !important;
}
.team .moduletable h3.eip::before {
    content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 52px;
    left: calc(50% - 30px);
    background-color: #eee;
}
.team .moduletable .uk-slideset .uk-panel {
    background: #eee;
    padding: 60px 20px 40px;
    min-height: 200px;
}
.team .moduletable .uk-slideset .uk-panel h3.uk-panel-title {
	font-family: 'Noto Serif';
	padding: 0px 10px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
    color: #144c60 !important;
}
.team .moduletable .uk-slideset .uk-panel .uk-panel-teaser {
    position: absolute;
    left: calc(50% - 46px);
    width: 24%;
    top: -40px;
}
.team .moduletable .uk-slideset .uk-panel .uk-panel-teaser img {
	max-height: 80px;
    border-radius: 50%;
    border: 2px solid #eee;
}
.team .moduletable .uk-slideset .uk-panel .uk-margin {
	line-height: 24px;
	margin-bottom: 34px;
}
.team .moduletable .uk-slideset .uk-panel a.uk-button {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    padding: 8px 18px;
    background-color: transparent;
    border: 1px solid #144c60 !important;
    color: #144c60;
    margin-top: 15px;
}
.team .moduletable .uk-slideset .uk-panel a.uk-button:hover {
	text-decoration: none;
    background-color: #144c60;
    border: 1px solid #144c60 !important;
    color: #fff;
    margin-top: 15px;
}
.team .uk-dotnav > * > * {
    background: rgba(238, 238, 238, 0.4);
}
.team .uk-dotnav > .uk-active > *, .team .uk-dotnav > * > *:hover {
	background: rgba(238, 238, 238, 0.8);
}
.team * + .uk-dotnav, .team * + .uk-subnav {
    margin-top: 40px !important;
}


/*  cases  */
.cases {
	padding: 100px 0px;
}
.cases .moduletable h3.title {
	font-family: 'Noto Serif';
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 60px;
	color: #144c60;
	text-align: center;
}
.cases .moduletable h3.title::before {
    content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50px;
    left: calc(50% - 30px);
    background-color: #1c9470;
}
.cases .moduletable .uk-slideset .uk-panel {
	background-color: #f9f9f9;
	padding-bottom: 20px;
}
.cases .moduletable .uk-slideset .uk-panel h3.uk-panel-title {
	font-family: 'Noto Serif';
	padding: 0px 20px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
    color: #144c60 !important;
}
.cases .moduletable .uk-slideset .uk-panel .uk-margin {
	padding: 0px 20px;
}
.cases .moduletable .uk-slideset .uk-panel a .fa-plus-square {
    font-size: 22px;
    color: #1c9470;
	opacity: 1;
	margin-left: 20px;
}
.cases .moduletable .uk-slideset .uk-panel a .fa-plus-square:hover {
    opacity: 0.8;
}
.cases .moduletable .uk-slideset .uk-panel .uk-panel-teaser, .cases .moduletable .uk-slideset .uk-panel .uk-panel-teaser .uk-overlay, .cases .moduletable .uk-slideset .uk-panel .uk-panel-teaser .uk-overlay img {
    width: 100% !important;
}


/*  footer  */
.footer {
	margin-top: 40px;
}
.itemid-101 .footer {
	margin-top: 0px;
}
.footer .footer-left.col-md-4 {
    float: left;
    max-width: 42%;
    width: 100%;
}
.footer .footer-right-1.col-md-4, .footer .footer-right-2.col-md-4 {
	width: 29%;
	float: left;
}
.footer {
	background-color: #0f3b49;
	padding-bottom: 0px;
	color: #eee;
}
.footer .pull-right {
	margin-bottom: 0px;
	margin-top: -5px;
}
#back-top .fa {
	color: #eee;
	font-size: 30px;
}
#back-top .fa:hover {
	color: #1c9470;
	text-decoration: none;
}
.footer .footer-left {
    background-color: #144c60;
    color: #eee;
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 140px;
    line-height: 22px;
}
.footer .footer-left h3 {
	margin-bottom: 20px;
}
.footer .footer-left img, .footer .footer-left h3 {
	max-height: 80px;
	width: auto;
}
.footer .footer-left a {
	font-size: 16px;	
	display: inline-block;
	padding: 10px 50px;
	margin-top: 30px;
	background-color: #1c9470;
	color: #eee;
}
.footer .footer-left a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #1c9470;
}
.footer .footer-right {
	padding: 60px 20px;
}
.footer .footer-right .moduletable h3 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
}
.footer .footer-right-1 .moduletable .custom a, .footer .footer-right-2 .moduletable .custom a {
    color: #eee;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    border-left: 2px solid #1c9470;
    padding: 12px;
    width: 80%;
}
.footer .footer-right-1 .moduletable .custom a:hover, .footer .footer-right-2 .moduletable .custom a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #1c9470;
}
.footer .copy {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 17px 0px 5px;
}
.footer .copy a {
	color: #1c9470;
}
.footer .copy a:hover {
	color: #eee;
	text-decoration: none;
}


/*  content  */
#content {
    margin-top: 80px;
    float: left;
    padding-bottom: 100px;
}
#content .blog h2 {
	margin-top: 0px;
}
#content .blog .subheading-category {
	font-family: 'Noto Serif';
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 16px;
    color: #144c60;
    margin-bottom: 40px;
    position: relative;
}
#content .blog .item .page-header h2 {
	font-family: 'Noto Serif';
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
    color: #144c60;
    margin-bottom: 14px;
    position: relative;
}
#content .blog .subheading-category::before {
    content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 45px;
    background-color: #1c9470;
}
#content .blog .item {
    margin-bottom: 30px;
    min-height: 250px;
    position: relative;
}
#content .blog.nea .item-image, #content .item-page .item-image {
	max-width: 200px;
	width: 100%;
	border: 1px solid #1c9470;
}
#content .item-page .item-image img {
	max-width: 300px;
	width: 100%;
}
.itemid-111 #content .blog .items-row {
	margin-bottom: 40px;
	position: relative !important;
}
.itemid-111 #content .blog .item {
	margin-bottom: 0px;
}
.itemid-111 #content .blog .avPlayerWrapper {
	display: block;
	text-align: center;
	clear: both;
	overflow: hidden;
	width: 100% !important;
}
.itemid-111 #content .blog .avPlayerWrapper div[data-player] {
	width: 100% !important;
}
#content .blog.sunergasies .item {
    margin-bottom: 30px;
    position: relative;
    min-height: 230px;
}
#content .blog .pull-left.item-image {
	margin: 0px 20px 0px 0px !important;
}
#content .blog.sunergasies .pull-left.item-image {
    width: 22%;
    height: 173px;
    overflow: hidden;
    border: 1px solid #144c60;
}
#content .blog.sunergasies .pull-left.item-image img {
    border-radius: 0px;
    width: 100%;
    height: auto;
}
#content .blog.sunergasies .item .readmore .btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#content .blog .item .readmore .icon-chevron-right {
	display: none;
}
#content .blog .item .readmore {
	margin-top: 20px;
	text-align: right;
}
#content .blog .item .readmore .btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
    padding: 8px 20px;
    border-radius: 0px;
    border: 1px solid #144c60;
    color: #fff;
    font-size: 14px;
    background-color: #144c60;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#content .blog .item .readmore .btn:hover {
	border: 1px solid #144c60;
    color: #144c60;
    background-color: transparent;
}
#content .blog .item .page-header {
	border-bottom: none;
	text-align: left;
}
#content .blog .item .page-header h2 a {
    color: #144C60;
}
#content .blog .item .page-header h2 a:hover {
	text-decoration: none;
    color: #1c9470;
}
#content .item-page .page-header {
	border-bottom: none;
}
#content .item-page .page-header h2 {
	font-family: 'Noto Serif';
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 16px;
    color: #144c60;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0px;
    text-align: left;
}
#content .item-page .page-header h2::before {
	content: " ";
	width: 60px;
	height: 2px;
	position: absolute;
	top: calc(100% + 15px);
	background-color: #1c9470;
}
#content .item-page.two-rows-title .page-header h2::before {
	top: 75px;
}
#content .item-page, #content .blog {
	text-align: justify;
	line-height: 20px;
}

#aside {
	float: left;
	margin-top: 80px;
	margin-bottom: 60px;
}

#content .error .links li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}
#content .error .links li a {
	color: #1c9470;
}
#content .error .links li a:hover {
	text-decoration: none;
	color: #144c60;
}


/*  contact enhanced  */
#ce-contact-1 .page-header {
	border-bottom: 0px;
	color: #144C60;
}
#ce-contact-1 .page-header h2 {
	font-family: 'Noto Serif';
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 16px;
    color: #144c60;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0px;
}
#ce-contact-1 .page-header h2::before {
	content: " ";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 45px;
    background-color: #1c9470;
}
#ce-contact-1 .col-md-8 {
	padding-left: 0px;
}
#ce-contact-1 .col-md-8 .ce-form .uk-grid {
	margin-top: 20px;
}
#ce-contact-1 .col-md-8 .ce-form .uk-grid > * {
    padding-left: 0px;
}
#ce-contact-1 .col-md-8 .ce-form .ce-cf-container .inputbox {
    height: 30px;
    background-image: none;
}
#ce-contact-1 .col-md-4 .svg-inline--fa {
	font-size: 18px;
    color: #1c9470;
    margin-right: 5px;
}
#ce-contact-1 .col-md-4 .svg-inline--fa.fa-phone {
	transform: rotate(90deg);
}
#ce-contact-1 .col-md-4 .svg-inline--fa.fa-map-marker {
	margin-left: 3px;
}
#ce-cf-container-ce-submit-button {
	margin-top: 20px;
}
#ce-cf-container-ce-submit-button .ce-button-submit, #ce-cf-container-ce-submit-button .ce-button-reset {
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 0px !important;
}
#ce-cf-container-ce-submit-button .ce-button-submit {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	border: 1px solid #144C60;
	background-color: #144C60;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#ce-cf-container-ce-submit-button .ce-button-submit:hover {
	color: #144C60;
	border: 1px solid #144C60;
	background-color: transparent;
}
#ce-cf-container-ce-submit-button .ce-button-reset {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	border: 1px solid #1c9470 !important;
	background-color: #1c9470 !important;
	background-image: none !important;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#ce-cf-container-ce-submit-button .ce-button-reset:hover {
	color: #1c9470;
	border: 1px solid #1c9470;
	background-color: transparent !important;
}

#ce-contact-1 span.requiredsign {
	color: #1c9470;
}


/*  sliders  */
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #144C60;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #144C60;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #1c9470 !important;
    color: #fff !important;
    text-decoration: none;
}
.nn_sliders.accordion > .accordion-group > div > a:focus, .nn_sliders.accordion > .accordion-group.active > div > a:focus {
    box-shadow: none;
    outline: 0 none;
    text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle.nn_sliders-toggle:after {
    content: "+";
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    right: 20px;
    top: -2px;
}
.accordion-group.active > .accordion-heading > .accordion-toggle.nn_sliders-toggle::after {
    content: "-";
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    right: 20px;
    top: -2px;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #1c9470 !important;
    color: #fff !important;
}
.accordion-heading.panel-heading {
    position: relative;
}
a.accordion-toggle.rl_sliders-toggle.nn_sliders-toggle.collapsed:focus {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    padding: 10px 20px !important;
}


/*  side menu  */
div#nextend-accordion-menu-106 dl.level1 dt span {
    padding-right: 15px !important;
}
div#nextend-accordion-menu-106 dl.level1 dt span, div#nextend-accordion-menu-106 dl.level2 dt span {
    color: #ffffff;
    font-size: 14px !important;
    text-shadow: none !important;
    font-family: 'Roboto';
}
div#nextend-accordion-menu-106 dl.level1 dt:hover span, div#nextend-accordion-menu-106 dl.level2 dt:hover span {
	color: #144c60 !important;
    text-shadow: none !important;
}


/*changes*/
.top-info {
    margin-bottom: 20px;
    background: #144C60;
    color: #fff;
}
.doctor .col-md-9 {
    float: left;
    width: 66%;
    padding: 0px;
}
.col-md-3.doc-image {
    float: left;
    width: 34%;
    max-width: none;
    padding-left: 0px;
}
.doctor .moduletable .custom .col-md-6 .s-title {
    font-size: 20px;
}
.doctor .moduletable .custom .col-md-6 img {
    height: 60px;
    width: auto;
    float: left;
}
.doctor .moduletable .custom .col-md-6 .s-title {
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 0;
}
.doctor {
    padding: 60px 0px 0px;
    margin-top: 20px;
}


/*  pagination  */
.pagination {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.pagination ul > li > a, .pagination ul > li > span {
    color: #fff  !important;
    font-size: 16px  !important;
    padding: 8px 30px !important;
    line-height: 20px !important;
    text-decoration: none;
    background-color: #144C60 !important;
    border: none  !important;
    border-left-width: 0 !important;
}
.pagination ul > li > a:hover, .pagination ul > li > span:hover {
    color: #fff  !important;
    font-size: 16px  !important;
    padding: 8px 30px !important;
    line-height: 20px !important;
    text-decoration: none;
    background-color: #1c9470 !important;
    border: none !important;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: none;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px; !important
    border-bottom-left-radius: 0px !important;
}


/*  main content - home page  */
.itemid-101 .main-content {
	display: none;
}

#ce-contact-1 #ce-cf-container-6 {
	margin-bottom: 14px;
}

.doc-image img.jch-lazyloaded {
	height: 378px !important;
}