/* GENERAL */
body { font-family: 'Poppins', sans-serif; line-height: 1.65em;}
.wrapp { width:1024px; margin:0 auto;}
a:hover,
ul li:hover img {
	text-decoration:none;
	-o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
a:focus { text-decoration:none; outline:none;}
li.widget { list-style:none;}

.show_mob { display:none;}
.hide_mob {}

/* Font Use */
h1, h2, h3, h4,
.home_sec1_left ul li a,
.hour_call a,
.modal_wrapp ul li a.readon,
.readon_ctx,
.main_nav ul li a,
.home_sec1_content_in ul li a,
.footer_menu ul li a,
.res_nav ul li a,
.home_sec ul li a.ct_bress,
.emergency_call,
.emergency_call a { font-family: 'Poppins', sans-serif;}

/* HEADER */
.header {
	position:absolute;
	height:80px;
	z-index:999;
	width: 100%;
	left: 0;
	top: 0;
}
	.page-template-default .header {
	}
	
.header .wrapp { position:relative;}
	.logo {
		position:absolute;
		left:80px;
		top:20px;
	}
	.logo img { width: 250px; height: auto; }
	.tootle_res,
	.modal_button {
		position:absolute;
		right:25px;
		top:36px;
		background-image:url(../images/bars.svg);
		background-repeat:no-repeat;
		background-size:100% auto;
		background-position:center center;
		width:30px;
		height:30px;
		cursor:pointer;
	}
	.tootle_res:hover { opacity:0.5;}
		/* Fix Header */
		.header_fix {
			position:fixed;
			width:100%;
			left:0;
			height:70px;
			top:0;
			z-index:991;
			display:none;
			background:#fff;	
			-webkit-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.15);
			-moz-box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.15);
			box-shadow: 0px 4px 20px -3px rgba(0,0,0,0.15);
		}
		.header_fix .logo { left: 30px; top: 7px; }
		.header_fix .logo img { width:180px; height:auto;}
		.header_fix .logo a { left:20px; top:5px; width:210px;}
		.header_fix .main_nav ul li a { color:#656d78;}
		.header_fix .main_nav { top:14px; position:absolute; right:30px;}
		.header_fix .top_cta { right:20px; top: 15px;}
		
		/* Top CTA */
		.top_cta {
			position:absolute;
			right:0;
			top:18px;	
		}
		.top_cta a:hover { opacity:0.8;}
		.top_cta a {
			background:#ec0b0f;
			display:inline-block;
			color:#fff;
			text-transform:uppercase;
			padding: 10px 30px 10px 45px;
			-webkit-border-radius: 60px;
			-moz-border-radius: 60px;
			border-radius: 60px;	
		}
		.top_cta a i {
			position:absolute;
			left: 22px;
			top: 12px;
		}

/* Home Sec 1 */
.home_sec1 {
	position:relative;
	height:720px;
	overflow:hidden;
	background:#000;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center top;
}
.home_sec1 img { /*position:fixed; width:100%; height:auto;*/  opacity:0.6; width:105%; height:auto;}
.home_sec1 ul { padding:0;}
.dis_abs { position:absolute; height:100%; width:100%; top:0; left:0;}
.dis_table { display:table; width:100%; height:100%;}
.dis_table_cell { display:table-cell; vertical-align:middle; text-align:left; color:#fff;}
.home_sec1_content_in { width:700px; font-size:18px; font-weight:300; padding-left:80px;}
.home_sec1_content_in h3,
.home_sec1_content_in h4 {}
.home_sec1_content_in h3 {
	margin-top:0;
	font-size:80px;
	font-weight:bold;
}

.home_sec1_content_in h4 {
	font-weight:700;
	font-size: 24px;
	line-height: 1.4em;
}
.home_sec1_content_in p { margin:30px 0;}

	.home_sec1_content_in ul { margin:30px 0; padding:0;}
	.home_sec1_content_in ul li { display:inline-table;}
	.home_sec1_content_in ul li a,
	.sec_heading .wrapp a,
	.properties_left a,
	.readon {
		display:inline-block;
		padding:8px 40px;
		font-size:14px;
		text-transform:uppercase;
		letter-spacing:2px;
		color:#656d78;
		background:#fff;
		border:2px solid #fff;
		border-radius:50px;
	}
	.home_sec1_content_in ul li:last-child a {
		color:#fff;
		background:none;
		border:2px solid #fff;	
	} 
	.home_sec1_content_in ul li a:hover {
		border-color:#eac665;
		color:#eac665;
		background:none;
	}
	
	.intro_text { font-size: 18px; }
	.intro_text h3 { font-size: 20px; }
	.intro_text img { width: 100%; height: auto; }
	
/* Home Sec 2 */
.home_sec2,
.home_sec3,
.home_sec4 { background:#fff; position:relative; z-index:99; padding:80px 0 80px;}
.sec_heading .wrapp,
.sec_heading2 .wrapp {
	text-align:center;
	padding:0 100px 40px;
	line-height:24px;
}
.sec_heading h3,
.sec_heading2 h3 { font-weight:600; text-transform:uppercase; margin:0 0 15px; position:relative;}
.sec_heading h3:before,
	/*	.sec_heading2 h3:before {
			width:4px;
			height:50px;
			content:" ";
			position:absolute;
			margin-left:auto;
			margin-right:auto;
			left:0;
			right:0;
			top:-105px;
			background:#e9573f;
		}
	*/
.home_sec ul { margin:0; padding:0;}
.home_sec ul li { display: inline-table; }
.home_sec ul li:last-child a { border-color:#eac665; color: #fff; background: #eac665;}

	.home_sec .properties_in { position:relative; background:#000; border-radius:31px;}
	.home_sec .properties_in:after {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		content:" ";
		background:url(../images/shadow.png) repeat-x bottom;
		border-radius:30px;
	}

.home_sec ul.slick-dots li { padding:0 8px;}
.home_sec ul li a { display:block; position:relative; color:#000;}
.home_sec ul li a.ct_bress {
	color:#fff;
	display:block;
	font-size:24px;
	text-transform:none;
	position:relative;
}
	.home_sec ul li a.ct_bress:before {
		position:absolute;
		left:0;
		top:-20px;
		height:4px;
		content:" ";
		background:#fff;
		width:30%;
	}
	
.home_sec ul li a.ct_bress:hover { color:#ec0b0f;}

	.itme_box {
		position:absolute;
		bottom:40px;
		left:0;
		font-size:13px;
		padding:0 30px;
		color:#fff;
		z-index:9;
	}
	.itme_box h2 { font-size:16px; text-transform:uppercase;}
	.itme_box p { display:none;}

.home_sec ul li a:after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:" ";
	display:none;
	background:url(../images/shadow.png) repeat-x bottom;
}
.home_sec ul li img {
	width:100%;
	height:auto;
	border-radius:30px;
}
.home_sec ul li:hover img { opacity:0.7;}
.home_sec ul li h3 { bottom:115px; color:#fff; font-weight:bold;}
.home_sec ul li h3,
.home_sec ul li h5 {
	position:absolute;
	left:35px;
	bottom:45px;
	margin:0;
	z-index:99;
	font-size:15.5px;
	text-transform:uppercase;
	font-weight:300;
	line-height:25px;
	padding-right:0;
}
.home_sec ul li h5 {
	color:#ffce54;
	font-size:12px;
	bottom:70px;
}

	/* Left */
	.properties_left { padding:30px 50px 0 0;}
	.properties_left h3 { font-weight:bold; margin-bottom:20px;}
	.properties_left a {
		color:#000;
		border-color:#434a54;
		letter-spacing:0;
	}
	.properties_left a:hover { color:#eac665; border-color:#eac665;}
	.properties_left ul { margin-top: 30px; }

/* Home Sec 3 */
.home_sec3 { padding-bottom:0;}
.sec_heading .wrapp a {
	background:#e9573f;
	border:2px solid #e9573f!important;
	border:none;
	color:#fff;
	margin-top:30px;
}	
.sec_heading .wrapp a:hover {
	background:none;
	color:#e9573f;
	border:2px solid #e9573f;
}

/* Home Sec 4 */
.home_sec4 { padding-bottom:20px;}

/* Slick Dots */
.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-table;
	width:auto!important;
	float:none!important;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background:#E6E9ED;
	border:2px solid #E6E9ED;
	padding: 0;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
	.slick-dots li.slick-active {
		background:#fff;
		border:2px solid #E6E9ED;
	}
	
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button::before { display:none;}

/* MAIN NAV */
.main_nav { margin:0; position:absolute; right:40px; top:40px;}
.main_nav ul { margin:0; padding:0; text-align:right;}
.main_nav ul li { display:inline-table; position:relative;}
.main_nav ul li a {
	display:block;
	padding:10px 20px;
	font-weight:400;
	letter-spacing: 1.5px;
	color:#fff;
	text-transform: uppercase;
}
.page-template-internal-page .main_nav ul li a { color:#656d78;}
.main_nav ul li.current-menu-item a,
.main_nav ul > li:hover > a {
	color:#eac665!important;	
}

	/* Sub Level 1 */ 
	.main_nav ul li ul {
		position:absolute;
		background:#fff;
		width:250px;
		padding:20px;
		top:91%;
		left:-9000px;
		z-index:999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 2px 34px -1px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 2px 34px -1px rgba(0,0,0,0.15);
		box-shadow: 0px 2px 34px -1px rgba(0,0,0,0.15);
	}
	.main_nav ul li ul:before {
		font-family: 'FontAwesome';
		content: "\f0d8";
		position:absolute;
		top:-27px;
		left:-25%;
		width:100%;
		text-align:center;
		color:#fff;
		font-size:32px;	
	}
	.main_nav ul li:hover ul { left:auto;}
	.main_nav ul li ul li { display:block;}
	.main_nav ul li ul li a {
		padding:8px 0;
		text-transform:none;
		font-size:14px;
		border-bottom:1px solid #E6E9ED;
	}
	
	/* Responsive Nav */
	.toggle_menu {
		font-size:24px;
		cursor:pointer;
		right:30px;
		top:30px;
		position:absolute;
		display:none;
		color: #fff;
		z-index: 991;
	}
	.res_nav {
		background:#eac665;
		padding:30px;
		display:none;
		z-index: 99;
		position: relative;
	}
		.res_nav img { width: 160px; height: auto; }

	.res_nav ul { margin: 20px 0; padding: 0 }
	.res_nav ul li { display:block;}
	.res_nav ul li a {
		display:block;
		padding:5px 0;
		color: #000;
		font-size: 18px;
		font-weight: bold;
	}
	.res_nav ul li ul { padding-left:15px;}
	.res_nav ul li.current-menu-item a { opacity: 0.5;}
	
/* Internal */
.content_internal { min-height:600px;}
.content_internal ul li {
	display:block;
	padding:5px 0;
}
.content_internal ul li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	padding-right:10px;
}
.readon_ctx {
	display:inline-block;
	text-transform:uppercase;
	padding:10px 30p;
	font-size:16px;
	border-bottom: 2px solid #0090cc!Important;
}
.content_internal ul { margin-top:0;}

.internal_page { margin-top:50px; margin-bottom:50px;}
.internal_page h4 { margin-top:20px;}
	
/* Internal */
.internal_sec { padding:250px 0 150px;}	
.home_sec1_right_internal { position:fixed; right:0; top:0; }
	.home_sec1_left_internal { padding:8% 45px 10% 35px; color:#656D78; line-height:24px;}
	.home_sec1_left_internal h3 {
		font-size:22px;
		font-weight:400;
		margin:40px 0 15px;
		text-transform:none;
		letter-spacing:1px;
	}
	.home_sec1_left_internal h4 {
		font-size:16px;
		margin:20px 0;
		text-transform:none;
		letter-spacing:1px;
	}
	.home_sec1_left_internal h5 {
		margin:-10px 0 40px;
		line-height:24px;	
	}
	.home_sec1_left_internal a { color:#ED5565; display:inline-block; border-bottom:1px dotted #ED5565;}
	.home_sec1_left_internal img {
		width:100%;
		height:auto;
		margin:20px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.home_sec1_left,
	.home_sec1_right { float:left; width:50%;}
	.home_sec1_right img { width:100%; height:auto;}
	
	.vaksin_desc { padding:60px 0; font-size:15px; line-height:28px;}
	.vaksin_desc h3 { margin:0 0 25px; text-transform:uppercase;}
	.vks_booking {
		width:700px;
		margin:30px 0 40px;	
	}
	.ctx_booking_item input p { margin-bottom:0px;}
	.vks_booking input,
	.vks_booking select,
	.vks_booking textarea {
		border:2px solid #666;
		padding:8px 15px;
		width:100%;
	}
	.ctx_booking_item { margin-bottom:10px;}
	.vks_booking input.wpcf7-submit {
		background:#75c32c;
		border-color:#75c32c;
		color:#fff;
		text-transform:uppercase;	
	}

/* Footer */
.nsw_box_form { width:400px; margin:20px auto; position:relative;}
.nsw_box_form input {
	width:100%;
	color:#929292;
	border:none;
	padding:10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.sign_up {
	width:auto;
	position:absolute;
	right:0;
	top:0;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.widget_mc4wp_form_widget { margin-bottom:40px;}

.footer {
	border-top:1px solid #e3e3e3;
	padding:50px 0;
	overflow:hidden;
	position:relative;
	z-index:1;
	text-align: center;
}
.footer img { width: 110px; height: auto; }
.footer a { color:#656D78;}
.footer a:hover { color:#000;}
.footer_top { text-align:center;}
.footer_top h3 { text-transform:uppercase;}
.footer_ctp { font-size: 11px; margin-top: 30px; }

.footer_left { float:left;}
	.footer_left ul,
	.footer_social ul { margin:0; padding:0;}
	.footer_left ul li,
	.footer_social ul li { display:inline-table;}
	.footer_left ul li a { display:block; text-transform:uppercase; padding:0 8px 0; color:#656D78;}
	.footer_left ul li:first-child a { padding-left:0;}
	
.footer_right { float:right;}

	/* Footer Social */
	.footer_social { margin:-20px 0 20px;}
	.footer_social ul li a {
		border:1px solid #656D78;
		display:block;
		width:30px;
		height:30px;
		margin-right:5px;
		padding:3px 0;
		text-align:center;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;	
	}

/* BLOG */
.blog_browse { margin:130px 0;}

.blog_layout { margin:35px 0;}
.post_thumb img { width:100%; height:auto;}
.post_browse_header h2.entry-title { margin:0 0 5px; font-size:22px;}
.blog_layout .more-link {
	display:block;
	margin:15px 0;
}
.blog_layout .more-link span {
	display:inline-block;
	border:1px solid #CCD1D9;
	padding:5px 15px;
}
.post_browse_date { font-size:12px; margin-bottom:10px;}
.post .row { margin-bottom:30px;}
h2.widget-title { margin:0 0 20px; font-size:24px;}

.blog_right .screen-reader-text { display:none;}
.blog_right a.more-link {
	display:inline-block;
	border-radius:50px;
	background:#0090cc;
	color:#fff;
	border:2px solid #fff;
	padding:7px 30px;
	margin-top:10px;
}
.blog_right a.more-link:hover {
	border:2px solid #0090cc;
	background:#fff;
	color:#0090cc;
}
.post_thumb img {
	border-radius:5px;
}

/* Contact page */
.page-id-9 .hour_call { display:none;}
.vaksin_desc h4 { margin-top:20px!important;}


	
	.slick-prev, .slick-next {
		background-image:url(../images/slick-arrow.svg)!important;
		background-repeat:no-repeat!important;	
		top: 48%!important;
		text-indent:-9000px;
	}
	.slick-prev { left:-25px!important; background-position:left center!important;}
	.slick-next { right:-20px!important; background-position:right center!important;}
	
/* Our Services */
.services_top {
	color:#fff;
	background-color:#000;
	background-image:url(../images/heading.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.services_top h1 { margin-top:0;}
.services_top h2 { font-size:22px;}
.services_top .wrapp { padding:60px 200px 160px 0;}
.services_item ul { margin:-90px 0 30px; padding:0;}
.services_item ul li {
	float:left;
	background:#fff;
	list-style:none; 
	padding:0;
}
.services_item_desc {}
.services_item ul li img {
	width:100%;
	height:auto;
}
.page-template-our-services .slick-track { margin:0 -15px;}
.page-template-our-services .slick-slide { margin: 0 15px;}
.services_item ul li h3 { font-size:17px; font-weight:bold;}
.services_item .slick-dots li.slick-active { background-color:#ec0b0f; border-color:#ec0b0f;}
.services_item .slick-prev { left: -35px !important;}
.services_item ul.slick-dots { margin-top:30px!important;}
.services_item .slick-list { margin-bottom:40px!important;}

/* Our Team */
.our_team { background:#ebebeb; overflow:hidden;}
.our_team .slick-prev, .our_team .slick-next { display:none!important;}
.our_team .wrapp { position:relative;}
.our_team h1.entry-title { margin-top:0;}
.our_team h2 { font-size:22px;}
.team_member {
	position:absolute;
	right:0;
	bottom:-15px;
	width:594px;
}
.team_member img { opacity:1;}
.team_desc { width:40%; padding:80px 0 100px;}
.team_desc a.readon {
	color:#434a54;
	border-color:#434a54;
	background:none;
	margin-top:25px;
}
.team_desc a.readon:hover {
	color:#ec0b0f;
	border-color:#ec0b0f;
}
.team_member_item { margin:0;}

/* Patient */
.internal_styling a { color:#ec0b0e; text-decoration:underline;}
.internal_styling_top {
	background:#8d99ae;
	color:#fff;
	padding:70px 0 200px;
	background-image:url(../images/heading2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-id-227 .internal_styling_top { background-image:url(../images/heading3.jpg);}

.internal_styling_top h1 { margin-top:0;}
.internal_styling_top h4 { font-size:18px;}
.internal_styling_bottom {
	margin-top:-150px;
	margin-bottom:40px;
	background:#fff;
	padding:40px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.internal_styling_bottom h3 {}
.internal_styling_bottom h4 { margin-top:30px;}
.internal_styling_bottom h4 a { font-size:14px;}

/* Contact Us */
.contact_from {
	position:absolute;
	right:0;
	top:60px;
	width:500px;
}
.contact_from input,
.contact_from textarea {
	border:2px solid #434a54;
	width:100%;
	margin-bottom:5px;
	padding:8px 15px;
}
.contact_from textarea { height:100px;}
.contact_from input.wpcf7-submit {
	background:none;
	width:auto;
	padding:8px 25px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.contact_from input.wpcf7-not-valid { border-color:#ec0b0e;}
.wpcf7-not-valid-tip { display:none!important;}
div.wpcf7-response-output {
	margin: 0 0 1em!important;
	padding: 0!important;
	border: none!important;
	color:#ec0b0e;
}

/* FAQ */
.faq_list { margin:0; padding:0;}
.faq_list li { margin:0 0 25px; list-style:none;}
.faq_list li strong { font-weight:normal; margin-bottom:10px; font-size:18px; font-weight:bold;}
	.faq_list li ul { margin:10px 0;}
	.faq_list li ul li { margin:5px 0; list-style:square; list-style-position:outside;}
	
/* Emergency Call */
.emergency_call {
	background:#ec0b0f;
	color:#fff;
	padding:20px;
	text-align:center;
}
.emergency_call a { letter-spacing:2px; text-transform:uppercase; color:#fff; font-size:24px;}

/* Internal Page */
.page_heading {
	text-align:center;
	padding: 180px 0 90px;
	margin-bottom: 30px;
	height: 400px;
	position: relative;
	background-size:cover; 
}
	.page_heading:after {
		position: absolute;
		content: " ";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
	}
.page_heading h1 { margin:0; color:#fff; font-weight:bold; position: relative; position: relative; z-index: 9; font-size: 40px;}
.page_heading h1 span { position: relative; }
.sub_heading { color: #fff; font-size: 18px; position:relative; z-index: 9; margin-top: 10px; font-weight: bold;}
.gallery { overflow: auto }
.gallery:after {
	content: "";
	clear: both;
	display: table;
}
.gallery figure { float: left; width: 25%;}
	.limabaris .gallery figure { width: 30.3%; margin: 1.5% 1.5%;}
.gallery figure a { display: block; }
.gallery figure a img { width: 100%; height: auto; }
.gallery figure a:hover img { opacity: 0.8; }
.internal_halaman { margin-bottom: 40px; }

/* Sub Product */
.sub_product ul { margin: 30px 0; padding: 0; text-align: center;}
	.page-id-532 .sub_product ul,
	.page-id-534 .sub_product ul { display: none; }

.sub_product ul li { display:inline-table; margin:0 18px;}
.sub_product ul li a { display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; padding: 0; color: #434a54; border-bottom: 2px solid #fff;}
.sub_product ul li.current_page_item a {
	color: #eac665;
	border-bottom: 2px solid #eac665;
}

/* Contact */
.ctx { width: 600px; margin:0 auto; }
.ctx h3 { font-weight: bold; }
.ctx input,
.ctx textarea { border: 2px solid #656d78; padding: 10px 20px; width: 100%;}
.ctx_item { margin-bottom: 15px; }
.ctx_item b { display: block; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }
.ctx_item br { display: none; }
.ctx input.wpcf7-submit {
	background: #656d78;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.ctx input.wpcf7-not-valid {
	border-color:red;
}

.page-id-532 .ctx img {
	width:100%;
}

.page-id-534 .internal_halaman { display: none; }
.page-id-534 .page_heading { margin-bottom: 0; }

/* Gallery */
.project_gallery {}
.project_gallery_items { width: 30.3%; float: left; margin: 1.5% 1.5%; position: relative;}
.project_gallery_items img { width: 100%; height: auto; }
.masking:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image:url(../images/masking-black.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}
.gallery_desc {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
	width: 100%;
	height: auto;
	color: #fff;
}
.gallery_desc h2 { font-size: 22px; font-weight: bold; }
.gallery_desc a { color: #ceb16a; border-bottom: 1px dotted #ceb16a; }
