* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #000;
	line-height: 1.5;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.wrapper{
	background: #fff;
}
body.projects-template-default .page {
	color: #000;
	background-color: #fff;
}

body.projects-template-default .page h1,body.projects-template-default .page h2,body.projects-template-default .page h3,body.projects-template-default .page body.projects-template-default .page h4,body.projects-template-default .page h5,body.projects-template-default .page h6 {
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
body.home .text-holder {
    padding-bottom: 0;
}
body.home .text-holder p {
    margin-bottom: 5px;
}
#menu-main-menu a {
    color: #000;
}
.col-left ul#menu-main-menu li.menu-item a {
    font-size: 20px;
}
.entry-header {
    display: none;
}
.page-template-default .site-main {
    padding-top: 25px;
}
header .col-right {
    width: 35%;
}
header .col-left {
    width: 65%;
}
.text-holder-home .row {
    margin: 0;
    
}
a:visited {
	color: #000;
}

a:active,
a:focus,
a:hover {
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration: none;
}
h2.project-title {
    border-top: 1px solid #000;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-transform:uppercase;
    font-size: 20px;
    margin-bottom: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	color: #000;
}

h1 {
	font-size: 30px;
	margin: 0;
}
h1.home-title {
    text-align:right;
    font-style: italic;
    font-size:37px;
    margin-bottom:30px;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}
.single-entry-content {
    width: 80%;
    margin: 0 auto;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	color: #000;
	font-size:16px;
	line-height: 1.4;
}

body.projects-template-default .page p {
	margin: 0 0 24px;
	color: #000;
	font-size:22px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
.swiper-button-prev, .swiper-button-next {
top:300px !important
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

.content {

    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
	width: 100%;
	overflow: hidden;

}
img {
	max-width: 100%;
	height:auto
}
/* Clearing floats */
.clear, .clear:after {
	clear: both;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}
.col-left {
	float: left;
	width: 50%;
	text-align: left;
	padding:15px;
}
.col-right {
	float: right;
	width: 50%;
	text-align: right;
	padding:12px 15px 15px;
}
.row {
	margin-left:-15px;
	margin-right:-15px;
}
.col-left .aboutLink {
	font-size: 30px;
	display:inline-block;
	margin-top: 34px;
}

.col-left ul li.menu-item a {
	font-size: 30px;
	display:inline-block;
	text-transform: uppercase;
}

.main-menu-more {
    display: none;
}

.col-left > ul > li {
    float: left;
}
.res-slider {
    width: 100%;
}
.res-slider .col-sm-6 {
    float: left;
}
#menu-main-menu{
	padding: 0;
	margin: 0;
	display: flex;
    align-items: flex-end;
    height: 100%;
}

.col-left ul li {
	list-style:none;
	margin: 39px 34px 0 0;
}

.col-left ul li.current_page_item a{
    font-weight: bold;
}

header {
	padding: 25px 0 0;
	border-bottom: 1px solid #c5c5c5;
}
.video-text-holder {
	position:relative
}
.video-text-holder .text-box{
	padding: 0px 0 0;
}
.video-text-holder .text-holder{
	max-width: initial;
}
.page-template-tpl-projects .video-text-holder .text-holder{
	padding: 25px 15px;
}
.page.project_single {
    padding-bottom: 200px;
}


.pdf_img {
	width:100px;
}

.pdf_link span {
	color:#000;
	padding-top: 10px;
    font-weight: bold;
}

.pdf_name {
	display: block;
}

a.pdf_link {
	margin: 0 0 20px 45px;
	width: calc(33% - 50px);
	display: inline-block;
	vertical-align: top;
    text-align: center;
}


.project_single .post-password-form{
	padding:0 15px;
}
.project_single .post-password-form p:first-child{
	width: 58%;
    font-size: 18px;
}
.project_single .post-password-form label{
	font-size: 18px;	
}
.post-password-form input{
	display: block;
	border: 0;
	background: #f1f1f1;
	height: 38px;
}
.post-password-form input[type=submit]{
	background-color: #363636;
    border: 0;
    color: #ffff;
    font-size: 15px;
    padding: 8px 25px;
}
.project_content {
	padding:40px 0;
}

.project_single h5{
	margin: 0;
}

.project_single h2{
	margin-bottom: 0;
}
.project_single h3{
	margin-top: 0;
}

.single-projects .project_single .size-medium {
	float: left;
    width: auto;
    margin-right: 30px;
	
}

.text-box {
	padding: 50px 60px 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	top:0;
	left: 0;
	background: #fff;
}
.text-holder {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 25px 0;
}
.project_landing-list {
	overflow: hidden;
}
.project_landing {
	height: 200px;
    background-size: cover;
    background-position: center center;	
	position: relative;
	margin: 0 -15px;
	padding: 0 30px;
	transition: 0.3s;
	display:block;
}
.advisory_content .project_landing {
    height: 300px;
}
.home .advisory_content .project_landing {
    height: 230px;
}
.project_landing:hover {
    transform: scale(1.1);
}
    
a.btn_view_more {
    bottom: 40px;
    background: #000;
    color: #fff;
    padding: 10px;
    position: absolute;
    margin: 0 auto;
    left: 30px;
	text-transform: uppercase;
	font-size:15px;
}

.project_landing span {
    color: #fff;
    /* padding-top: 160px; */
    position: absolute;
    bottom: 90px;
    font-size: 25px;
    font-weight: bold;
}
.home .project_landing span {
    bottom: 15px;
    font-size: 16px;
}
.home .project_landing {
    padding: 0 15px;
}
.text-holder .close {
	position: absolute;
	right:0;
	top: 0;
	font-size:20px;
	font-weight: 700;
	cursor: pointer;
}
.page {
	padding-top: 5px;
	background: #fff;
}

video {
	max-width: 100%;
	outline: none;
}
.play_btn {
    display: block;
    width: 128px;
    height: 128px;
    background: url(../images/play_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	cursor: pointer;
	left: 50%;
	margin-top: -61px;
	margin-left: -62px;
	z-index: 101;
}
.entry-content img.alignleft {
    float: left;
    padding: 0px 30px 20px 0;
}
.single-img img {
    width: 195px;
    height: auto;
}
.mejs-overlay-button {display: none;} 
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1099px) {
	.col-left .aboutLink {
		margin-top:25px;
	}
	
}
@media (max-width: 986px) {
	.col-left .aboutLink {
		margin-top:15px;
	}
	/* .project_single .row {
		padding-top: 40px;
		padding-left: 0px;
	} */
	a.pdf_link {
    margin: 0 0 20px 15px;
	width: calc(33% - 15px);
}
}
@media (max-width: 767px) {
    .home .advisory_content .project_landing {
        height: 300px;
    }
	header{
		padding-top: 10px;
	}
    #menu-main-menu{
		padding-left: 0;
		margin: 0;
	}
    .col-left {
		width: 60%;
	}
	.col-right {
		width: 40%;
	}
	.col-left ul li{
		margin: 5px;
	}
	.col-left ul li.menu-item a {
		font-size: 24px;
	}
	.text-box {
		padding:30px 15px 0;
	}
	p{
		font-size: 18px;
	}
	.col-left .aboutLink {
		margin-top:0px;
		line-height: 28px;
	}
	.project_content{
		padding: 20px 0;
	}
	.project_single .row {
		padding-left: 0;
	}
	a.pdf_link {
		padding-top: 15px;
		width: calc(40% - 30px);
	}
	.pdf_link span{
		font-size: 16px;
	}
	body.projects-template-default .page p{
		font-size: 18px;
	}
	
	.single-projects .project_single .size-medium {
		padding-bottom: 10px;
	}
	.page.project_single {
		padding-bottom: 50px;
	}
	.project_single .post-password-form p:first-child {
		width: 75%;
	}
	.col-left ul li{
		margin-right: 18px;
	}
	.col-left ul#menu-main-menu li.menu-item a {
		font-size: 13px;		
	}
	header .col-left {
	    width: 100%;
	}
	header .col-right {
        width: 100%;
    }
    #menu-main-menu {
        display: block;
        align-items: normal;
    }
}
@media (max-width: 575px) {
    .advisory_content .col-sm-6 {
    float: left;
    width: 50%;
}
.advisory_content .project_landing {
    height: 250px;
}
	.text-box {
		padding-top: 10px;
	}
	p{
		font-size: 16px;
	}
	.single-projects .project_single .size-medium{
		width: 100%	;
		margin: 0;
	}
	a.pdf_link {
		width: calc(50% - 18px);
		text-align: left;
		font-size: 0;
		margin: 0 15px 20px 0;
	}
	.project_single .post-password-form p:first-child {
		width: 100%;
	}
	.project_single .row{
		padding-top: 0;
	}
}