/* ----------------------------------------------------------------
	CSS Specific to the Medical Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

	Version: 4.2
-----------------------------------------------------------------*/
#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff !important;
    font-size: 28px;
    text-transform: uppercase;
}
@media (max-width: 991px)
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #fff !important;
}
#page-title {
    position: relative;
    padding: 20px 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid #fff !important;
}
#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}
.heading-block {
    margin-bottom: 20px;
}
#content p {
    line-height: 2.1em;
    
}
.section {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
    background-color: #d4af37;
    overflow: hidden;
    color: #fff;
}
.col-padding {
   
    padding: 30px;
}
.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
h4{
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif !important;
}
.iconlist-color li i {
    color: #fff !important;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 10px;
    float: left;
}
.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #fff;
    margin-bottom: 30px;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif !important;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
   margin: 20px auto 0;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 80px;
    border-top: 2px solid #fff;
}
.bottommargin-lg {
     margin-bottom: 10px !important;
}
#header, #header-wrap, #logo img {
    height: 80px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) {
    height: 60px;
}
.section.dark .bgcolor h2 { color: #FFF; }

.section.dark .bgcolor label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}
#logo{
	padding-top: 11px;
	padding-bottom: 11px;
} 


.footer-big-contacts {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}


#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}




.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table{
	list-style: none;
}
ul.price-table li {
	padding: 18px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 0;
}
ul.price-table li span {
	float: left;
	font-weight: bold;
}

ul.price-table li .value {
	float: right;
	color: #666;
}
.more-link { margin-top: 20px; }


/* ----------------------------------------------------------------
	Medical Demo - RTL Support
-----------------------------------------------------------------*/

.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }

/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	border-bottom: 1px solid #d4af37;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
	background-color:#d4af37;
}
.top-links li > a {
	display: block;
	padding: 0 12px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	height: 44px;
	color: #fff;
}
.top-links ul li {
	float: left;
	position: relative;
	height: 44px;
	border-left: none;
}

.top-links li:hover { background-color: #000;}

#top-bar .col_half { width: auto; }

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #d4af37;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}
#primary-menu.style-cci > ul > li.current > a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background-color: #d4af37;
}
#primary-menu.style-cci > ul > li:hover > a {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    background-color: #d4af37;
}

#primary-menu.style-cci ul ul li:hover > a {
	background-color: #374B51;
	padding-left: 14px;
	color: #fff;
}

.heading-block:before {
	content: attr(data-heading);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #F5F5F5;
	z-index: -1;
	font-family: 'poppins', sans-serif;
	font-weight: bold;
	font-size: 90px;
	line-height: .3;
}

.heading-block.center:before {
	right: 0;
	left: 0;
	margin: auto;
}
.portfolio-location{
	font-size: 18px;
	background-color: #d4af37;
	color: #ffffff;
	padding-top: 20px!important;
	padding-bottom: 10px!important;
	padding-left: 20px!important; 
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}


#footer.blue,
.blue #footer {
	background-color: #f4f4f4;
	color: #CCC;
	border-top-color: rgba(0,0,0,0.2);
}

.blue #copyrights {
	background-color: #243135;
	color: #fff;
	text-shadow: #d4af37;
}

.blue #copyrights i.footer-icon { color: rgba(255,255,255,0.3); }

.blue .copyright-links a {
	color: #fff;
	border-bottom-color: #fff;
}

.blue .copyright-links a:hover {
	color: rgba(255,255,255,0.35);
	border-bottom-color: rgba(255,255,255,0.35);
}
.article a{
	text-decoration: underline !important;
    color: #294B5F;
}






