@charset "utf-8";

/** { margin:0; padding:0; }*/

html, body {
    margin: 0;
    padding: 0;
    border: 0;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing:antialiased;
}

input:focus, textarea:focus {
    outline: none;
}

../images{  
	border-style: none;
}

a, a:visited{
  outline: none;
  text-decoration:underline;
  color:#000;
}

a:hover{color:#555;}

body { background:#111; height:100%; overflow: hidden; }
img{ border:none; }

#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }

.EB{
	font-family: 'Roboto Slab', serif;
}

#wrapper_fullscreen{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	overflow:hidden;
	background: url('images/intro_bg.jpg');
	background-size: cover;
	background-position: right top;
}

#wframe{
	width: 410px;
	height: 450px;
	position: absolute;
	margin-left: -205px;
	left: 50%;
	top: 50%;
	margin-top: -225px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #989898;
}

#wframe img.languageLogo{
	width: 140px;
	margin-top: 60px;
}

#wframe hr{
	border:0;
	height:1px;
	background:#000;
	width:100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 12px;
}

#wframe .EB{
	font-size: 13px;
}

#w_select{
	width: 188px;
	height: 30px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	margin-top: 12px;
	font-size: 11px;
	color: #8c8c8c;
	text-align: left;
	line-height: 30px;
	text-indent: 5px;
	background: transparent;
	background: url('images/w_arrow.jpg') no-repeat right #fff;
}

#bla select{
	/*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
}

#w_select option{
	height: 18px;
	padding-top: 5px;
	font-size: 11px;
	color: #bfbfbf;
	text-align: left;
	text-indent: 10px;
}

#w_continue{
	width: 126px;
	height: 30px;
	margin: 20px auto;
	border: 0;
	padding: 0;
	font-size: 12px;
	background: #d1d1d1;
	color: #000;
	font-style: italic;
	line-height: 30px;
	/*font-family: Times New Roman;*/
	letter-spacing: 1px;
}

#w_continue:hover{
	color: #fff;
	cursor: pointer;
}

.w_desc{
	font-size:8px;
	color: #666;
}

#intro{
	width: 100%;
	/*max-height: 1000px;*/
	height: 100%;
	overflow:hidden;
	position: relative;
	background: url('images/intro_bg.jpg');
	background-size: cover;
	background-position: right top;
}

#logo{
	width: 290px;
	height: 250px;
	text-align: center;
	margin: 0 auto;
}

#logo_img{
	width: 267px;
	height: 179px;
	background: url('images/intro_logo.png') top no-repeat;
	margin: 0 auto;
}

#logo hr{
	border:0;
	height:2px;
	background:#fff;
	width: 140px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#logo .EB{
	font-size: 18px;
	color: #fff;
}

#welcome_frame{
	width: auto;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
}

#intro_desc{
	width: 100%;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
	margin-top: 120px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	text-align: center;
}

.fixedMenu{
	width: 100%;
	height: 60px;
	display: flex;
	position: fixed;
	z-index: 100;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: center;
	transition: all 0.2s ease;
}

.fixedMenu.overlayed{
	background: rgba(0,0,0,0.4);
}

.fixedMenu img{
	height: 30px;
}

.menu_icon{
	width: 32px;
	height: 21px;
	margin-left: auto;
	position: relative;
}

.menu_icon div{
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	background: #fff;
}

.menu_icon::before, .menu_icon::after{
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	background: #fff;
	top: 0;
}

.menu_icon::after{
	top: auto;
	bottom: 0;
}

.menu_icon:hover, .menu_icon:active{
	cursor: pointer;
	opacity: 0.7;
}

#menu{
	width: 300px;
	height: 100%;
	background:#f0f0f0;
	position: fixed;
	top: 0px;
	right: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	display: none;
	z-index: 101;
	border-left: 1px solid #b7aeae;
	text-align: center;	
}

#menu img{
	margin-top: 90px;
	width: 150px;
}

#menu ul{
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	list-style: none;
	margin-top: 50px;
	line-height: 50px;
}

#menu li{
	margin: 0 auto;
	width: 200px;
	display: block;
}

#menu li:hover{
	text-decoration: underline;
	cursor: pointer;
}

#menu hr{
	width: 60%;
	margin: 0 auto;
	opacity: 0.3;
}

#lang_menu{
	font-size: 12px !important;
	letter-spacing: 2px !important;
	list-style: none;
	margin-top: 14px !important;
	line-height: 20px !important;
	text-transform: none !important;
	font-style: italic;
	color: #555;
}

.more{
	width: 42px;
	height: 42px;
	margin-top: 40px;
	border: 1px solid #ab5256;
	background: url('images/more_arrow.gif') center no-repeat;
}

.more:hover, .more_gold:hover{
	cursor: pointer;
}

.more_gold{
	width: 42px;
	height: 42px;
	margin: 0 auto;
	margin-top: 40px;
	border: 2px solid #ab5256;
	background: url('images/more_arrow_gold.gif') center no-repeat;
}

.more_spacer{
	width: auto;
	height: 100px;
}

#intro .more{
	margin: 0 auto;
	margin-top: 60px;
}

#introduction{
	width: 100%;
	height: auto;
	color: #424a51;
}

.title{
	width: 400px;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #ab5256;
}

.title hr{
	border:0;
	height:2px;
	background:#ab5256;
	width:60px;
	margin-left: 170px;
	margin-top: 20px;
	margin-bottom: 7px;
}

.introduction_desc{
	margin: 80px auto;
	font-size: 14px;
	color: #666666;
	width:94%;
	max-width: 1000px;
	display:table;
	text-align:center;
	font-size:14px;
}

.introduction_desc div{
	max-width:455px;
	min-width:50px;
	display:inline-block;
	margin:20px;
	vertical-align:top;
}

.persons{
	text-align:center;
	font-size:14px;
	margin: 0 auto;
	margin-top: 85px;
	text-align: center;
	width: 94%;
	max-width: 1000px;
	min-width: 400px;
}

.persons a{
	text-decoration: none;
}

.persons hr{
	border:0;
	height:2px;
	background:#ab5256;
	width:100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 28px;
}

.linkedin_btn{
	width: 134px;
	height: 36px;
	margin: 60px auto;
	display: block;
	background: #ab5256;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
}

.linkedin_btn:hover{
	opacity: 0.7;
	text-decoration: none;
}

#service{
	width: 100%;
	height: auto;
	background: #b7aeae;
}

#service_intro{
	width: 500px;
	margin: 70px auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#service_desc{
	width: 100%;
	margin: 70px auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#service_desc div{
	display: inline-block;
	max-width: 450px;
	vertical-align: top;
	padding: 0 90px 0 90px;
	text-align: left;
}

#service_desc ul{
	padding-top: 20px;
	list-style: none;
}

#service_desc ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #ab5256;
	position: absolute;
	left: -20px;
	top: 6px;
	border-radius: 50%;
}

#service_desc ul li{
	color: #fff;
	position: relative;
}

#service_desc span{
	font-size: 22px;
	color: #ab5256;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	margin-left: 26px;
}

#service_desc hr{
	border:0;
	height:1px;
	background:#ab5256;
	width:120px;
	margin: 10px 0 0 28px;
}


#why_us{
	width: 100%;
	height: auto;
}

#why_us table{	
	margin: 0 auto;
	margin-top: 140px;
	max-width: 800px;
	width: 
}

#why_us table td{
	vertical-align: top;
}

#why_us table img{
	padding-right: 30px;
	margin-top: 8px;
}

.why_title{
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	color: #ab5256;
}

.why_desc{
	font-size: 14px;
	color: #444444;
	padding-top: 12px;
}

.articles{
	width: 100%;
    height: auto;
    background: #e0e0e0;
    padding-bottom: 100px;
}

.article{
	margin-top: 20px;
	width: 100%;
    background: #efefef;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
}

.articlesSubTitle{
	font-size: 16px;
	font-weight: bold;
	color: #ab5256;
	padding-top: 20px;
	padding-bottom: 10px;
}

.article:hover{
    border-color: #ab5256;
}

.article:hover .articleTitle{
    color: #ab5256;
}

.articles a{
	text-decoration: none;
}

.article .articleCategory{
	color: #bbb;
	text-transform: uppercase;
	font-size: 13px;
}

.article .articleTitle{
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
}

.article .articleInfo{
	color: #aaa;
	font-size: 12px;
	padding-top: 2px;
}

.article .openArticle{
	width: 20px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.article .openArticle svg{
	width: 100%;
	height: 100%;
	display: block;
	fill: #ab5256;
}

.otherArticles li{
	padding: 3px 0;
	color: #777;
	cursor: pointer;
	list-style: none;
	position: relative;
}

.otherArticles li::before{
    content: "";
    left: -20px;
    width: 7px;
    height: 7px;
    top: 11px;
    border-radius: 50%;
    background: #777;
    position: absolute;
}

.otherArticles li.hidden{
	display: none;
}

.otherArticles li:hover{
	text-decoration: underline;
}

.otherArticles{
	padding: 0;
	padding-left: 20px;
}

.showAllArticles{
	display: inline-block;
	padding: 5px 10px;
	color: #ab5256;
	border: 2px solid #ab5256;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}

.showAllArticles:hover{
	color: #fff;
	background: #ab5256;
}

/** Article SubPage Styles **/

article{
	width: 100%;
	height: auto;
}

.articleHeader{
	min-height: 30vh;
	background: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(images/intro_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.articleHeader h1{
	padding: 0;
	margin: 0;
	padding: 80px 40px;
	max-width: 1000px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.articleHeader .articleCategory{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	position: absolute;
	bottom: 36px;
}

.articleHeader .articleInfo{
	color: #fff;
	font-size: 12px;
	padding-top: 2px;
	position: absolute;
	bottom: 16px;
}

.articleContent{
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 40px;
	box-sizing: border-box;
	font-size: 16px;
}

.articleContent p{
	padding: 7px 0;
}

.articleContent h2{
	font-size: 18px;
}

.articleContent a{
	color: #ab5256;
}

.innerContent{
	max-width: 700px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#clients{
	width: 100%;
	height: 560px;
	position: relative;
	background: url('images/clients_bg.jpg');
	background-size: cover;
	background-position: right bottom;
}

#clients .title{
	padding-top: 0;
}

.clients_wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#client_desc{
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 16px;
	font-style: italic;
	color: #fff;
}

#client_desc div{
	font-size: 13px;
	font-style: italic;
	color: #fff;
	opacity: 0.6;
}

#useful{
	width: 100%;
	height: auto;
}

#useful_links{
	width: 250px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	border: 2px solid #ab5256;
	border-radius: 8px;
	font-size: 14px;
}

#useful_links a{
	text-decoration: none;
	width: 250px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
}

#useful_links a:hover{
	color: #fff;
}

#useful_links td{
	height: 50px;
	border-bottom: 1px solid #ab5256;
}

#useful_links td:hover{
	background: #ab5256;
	color: #fff;
}

#useful_links hr{
	border:0;
	height:1px;
	background:#ab5256;
	width:100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#map{
	width: 100%;
	height: 550px;
}

#contact{
	width: 100%;
	height: auto;
	background: #b7aeae;
}

#contact_frame{
	max-width: 1170px;
	min-width: 250px;
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0 50px;
	text-align: center;
}


.info_box{
	width: 300px;
	height: auto;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	font-style: italic;
	padding-bottom: 80px;
	text-align: left;
	vertical-align: top;	
}

.info_marker{
	float: left;
	margin-left: 30px;
	font-size: 16px;
}

.address_title{
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}

#contact_form{
	min-width: 250px;
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.cntc{
	min-width: 200px;
	max-width: 370px;
	float: left;
	width: 100%;
	height: 50px;
	background: #fff;
	border: none;
	color: #333;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	text-indent: 20px;
	margin: 0;
	padding: 0;
	margin-right: 45px; 
	margin-bottom: 45px;
	position:inherit;
	font-family: 'Open Sans', sans-serif;
}

.c_area{
	min-width: 200px;
	max-width: 785px;
	height: 150px;
	font-family: 'Open Sans', sans-serif;
	line-height: 40px;
	font-size: 16px;
}

.cntc_submit{
	width: 170px;
	height: 50px;
	background: #ab5256;
	color: #fff;
	font-size: 12px;
	border: none;
	font-weight: bold;
	float: right;
	margin-right: 55px;
}

.cntc_submit:hover{
	background: #b38c62;
	cursor: pointer;
}

.cnc_submit:active{
	color: black;
}

#footer{
	width: 100%;
	height: 50px;
	padding-top: 80px;
    padding-bottom: 30px;
	background: #b7aeae;
	border-bottom: 3px solid #ab5256;
	color: #fff;
}

#footer_inner{
	max-width: 1120px;
	height: auto;
	padding: 0 50px;
	margin: 0 auto;
}

#footer_inner span{
	color: #ab5256;
}

.back_to_top a{
	color: #fff;
}

.back_to_top:hover{
	text-decoration: underline;
	cursor: pointer;
}

.validate_error{
	border: 1px solid #c49f6a;
}

#post_form{
	width: 600px;
	height: 100px;
	display: none;
	border: 1px solid #c49f6a;
	text-align: center;
	margin: 0 auto;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
}



/* BIG SCREEN */
@media screen and (min-width: 741px){
	.persons_frame{
		width: 50%;
		max-width: 360px;
		min-width: 249px;
		margin: 40px;
		vertical-align: top;
		display: inline-block;
	}

	.persons_name{
		font-size: 22px;
	}

	.persons_job{
		font-size: 14px;
	}

	.lni_second{
		margin-top: 78px;
	}

}


/* MOBILE SCREEN */
@media screen and (max-width:740px){
	.persons_frame{
	width: 80%;
	margin: 40px;
	vertical-align: top;
	display: inline-block;
	}

	#intro_desc{
		font-size: 18px;
		width: 94%;
		margin-top: 80px;
	}

	.persons_name{
		font-size: 46px;
	}

	#service_intro{
		width: 80%;
		font-size: 20px;
	}

	#service_desc{
		padding: 0 20px;
		box-sizing: border-box;
		text-align: left;
	}

	#service_desc div{
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	#service_desc ul{
		font-size: 24px;
		max-width: 100%;
	}

	#service_desc span{
		font-size: 34px;
	}

	#client_desc{
		width: 88%;
		font-size: 22px;
	}

	#client_desc div{
		font-size: 16px;
	}

	#why_us table td img{
		display: none;
	}

	#why_us table{
		width: 88%;
	}

	.menu_icon{
		width: 50px;
		height: 32px;
	}

	#menu, #menu ul{
		font-size: 16px;
	}

	#useful_links{
		font-size: 20px;
		width: 350px;
	}

	.info_box{
		width: 180px;
		display: inline-block;
		font-size: 18px;
		line-height: 34px;
		padding-bottom: 80px;
	}

	.marker{
		display: none;
	}

	.address_title{
		font-size: 16px;
	}

	.info_marker{
		font-size: 15px;
	}

	#contact_frame{
		width: 94%;
		padding: 0;
	}

	#contact_form{
		width: 90%;
		margin: 0 auto;
	}

	#contact_form tr td input{
		width: 500px;
	}

	.cntc{
		width: 100% !important;
		height: 50px;
		margin: 0;
		padding: 0;
		margin-bottom: 45px;
		min-width: 100%;
		float: none;
		font-size: 20px;
		margin-right: 0px; 
		margin-bottom: 45px;
		position: inherit;
	}

	.c_area{
		width: 100%;
		height: 150px;
		font-size: 20px;
	}

	.cntc_submit{
		margin: 0 auto;
		float: none;
		width: 250px;
		font-size: 14px;
	}
}