@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic|Permanent+Marker);

@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#444;
}

h1, h2, h3, h4, h5{
	font-family: 'Permanent Marker', cursive;
	font-size:2em;
	letter-spacing:2px;
	line-height:1.4em;
	margin:0;
	padding:0;
}

h2{
	font-size:1.5em;
	letter-spacing:2px;
	line-height:1.2em;
	margin-bottom:7px;
}

h3{
	font-size:1.25em;
	letter-spacing:2px;
	line-height:1.1em;
}

h4{
	font-size:1.1em;
	letter-spacing:2px;
	line-height:1.0em;
}

h5{
	font-size:1em;
	letter-spacing:2px;
	line-height:1.0em;
}

img{
	margin:0;
	padding:0;
	border:none;
}

table{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

td{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
}

header{
	width:80%;
	margin:0 auto;
	height:120px;
}

header td{
	padding:10px;
	vertical-align:bottom;
}

nav{
	display:block;
	width:80%;
	height:75px;
	background-color: rgba(255, 255, 255, 0.75);
	float:left;
}

nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	height:100%;
}

nav li{
	width:16.66%;
	height:100%;
	display:block;
	float:left;
	padding:0 0 0 1px;
	box-sizing:border-box;
}

nav li:last-child{
	padding-right:0px;
}

nav li a{
	display:block;
	height:100%;
	width:100%;
	background-color:#df0e1c;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:1em;
	color:#FFF;
	font-weight:bold;
}

nav li a:hover{
	background-color:rgba(255,255,255,0.5)!important;
	color:#1079ba;
}

nav li .active{
	background-color:#eee!important;
	color:#1079ba;
}

.logo{
	background-color:#FFF;
	display:block;
	float:right;
	height:100%;
	width:20%;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
}

.logo:hover{
	background-color:#FFF;
	color:#FFF;
}

.logo img{
	width:200px;
	height:auto;
}

.logo td{
	vertical-align:middle;
}

.menuIcon{
	display:none;
	position:absolute;
	top:12px;
	left:12px;
	width:24px;
	height:24px;
	background:url(../img/menu-icon.png) center center no-repeat
}

section{
	width:100%;
	padding:0 10%;
	position:absolute;
	bottom:150px;
	z-index:100;
	box-sizing:border-box;
}

section .conImg{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}

section .conImg .hoverEffect{
	background-image:url(../img/white-cross-transp.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,0.5);
	width:100%;
	height:100%;
	display:none;
}

section .contentInner{
	width:100%;
	height:100%;
	position:relative;
}

section .contLeft{
	width:67%;
	border-top:solid 30px #1079ba;
	padding:40px;
	box-sizing:border-box;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
}

section .contLeft .contCaption{
	/*width:50%;*/
	height:33%;
	padding:0;
	box-sizing:border-box;
	background-color:#FFF;
	border:none;
	position:absolute;
	left:0;
	bottom:0;
	font-size:0.9em;
	line-height:1em;
}

section .contLeft .contCaption h1{
	font-size:1.1em;
    letter-spacing:1px;
    line-height:1em;
    margin:0 0 5px 0;
    padding:0;
}

section .contLeft .contCaption td{
	text-align:right;
	box-sizing:border-box;
	padding:5px 10px 0 5px
}

section .contRight{
	width:33%;
	height:250px;
	padding:0;
	box-sizing:border-box;
	background-color:#FFF;
	border:solid 5px #df0e1c;
	color:#FFF;
	position:absolute;
	right:0;
	bottom:0;
}

section .contRight .slogan{
	width:100%;
	height:100%;
}

section .contRight .slogan h1{
	margin:0;
    padding:30px;
    background-color:#df0e1c;
    display:block;
    height:100%;
    box-sizing:border-box;
	line-height:1.2em;
}

section .contRight .contCaption{
	width:50%;
	height:33%;
	padding:0;
	box-sizing:border-box;
	background-color:#df0e1c;
	border:none;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	font-size:0.9em;
	line-height:1em;
}

section .contRight .contCaption h1{
	font-size:1.1em;
    letter-spacing:1px;
    line-height:1em;
    margin:0 0 5px 0;
    padding:0;
}

section .contRight .contCaption td{
	text-align:right;
	box-sizing:border-box;
	padding:5px 10px 0 5px
}

section .pageContent{
	max-height:400px;
    overflow:hidden;
}

section .pageContent a{
	text-decoration:none;
	color:#df0e1c;
}

section .pageContent a:hover{
	color:#1079ba;
}

section .projectItem{
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
	height:250px;
	float:left;
	position:relative;
}

section .projectItem:nth-child(2n){
	margin-right:0;
}

section .gallery{
	margin-top:30px;
	text-align:center;
}

section .gallery .galleryItem{
	width:33%;
	float:left;
	box-sizing:border-box;
	height:175px;
	padding-right:15px;
	margin-bottom:15px;
}

section .gallery .galleryItemInner{
	width:100%;
	height:100%;
	border:solid 1px #df0e1c;
	padding:2px;
	box-sizing:border-box;
}

section .gallery .galleryItem:nth-child(3n){
	padding-right:0;
}

section .gallery .galleryItem:nth-child(3n+1){
	width:34%
}

section h1{
	margin-bottom:10px;
}

section .arrowDown {
	position:absolute;
	top:0;
	left:40px;
	width:0; 
	height:0; 
	border-left:24px solid transparent;
	border-right:24px solid transparent;	
	border-top:24px solid #1079ba;
}

section .arrowRight{
	bottom:48px;
	right:40px;
	background-image:url(../img/arrow-dx-red.png);
	background-position:center center;
	background-repeat:no-repeat;
}

section .arrowRight:hover{
	background-image:url(../img/arrow-dx-blu.png);
}

section .arrowLeft{
	bottom:48px;
	right:95px;
	background-image:url(../img/arrow-sx-red.png);
	background-position:center center;
	background-repeat:no-repeat;
}

section .arrowLeft:hover{
	background-image:url(../img/arrow-sx-blu.png);
}

section .btn{
	bottom:40px;
	left:40px;
}

section .contLeftHome{
	width:50%;
	border-top:solid 30px #1079ba;
	padding:0 20px 20px 20px;
	box-sizing:border-box;
	background-color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
}

section .contLeftHome .btn{
	left:20px;
}

section .contLeftHome .arrowDown{
	left:20px;
}

section .contLeftHome .innerSlide{
	padding:40px 20px 120px 20px;
	box-sizing: border-box;
	position:relative;
}

section .contLeftHome .innerSlide .textPreview{
	float:left;
	width:75%;
	box-sizing: border-box;
}

section .contLeftHome .innerSlide .imgPreview{
	position:absolute;
	top:40px;
	right:20px;
	width:20%;
	height:65%;
	background-position:center;
	background-size:cover;
	box-sizing: border-box;
}

section .contRightHome{
	box-sizing:border-box;
	position:absolute;
	right:0;
	bottom:0;
	width:50%;
	padding:40px;
	background-color:#df0e1c;
	color:#FFF;
	font-family: 'Permanent Marker', cursive;
	font-size:2em;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:1.4em;
}

section .contRightHome h3{
	font-weight:normal !important;
	margin-bottom:0 !important;
}

section .contRightHome a, section .contRightHome a:hover{
	color:#FFF;
	text-decoration:none;
	font-family: 'Permanent Marker', cursive;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:1.4em;
}

section .contRightHome .arrowRight{
	bottom:40px;
	right:40px;
	background-image:url(../img/arrow-dx-white.png);
	background-position:center center;
	background-repeat:no-repeat;
}

section .contRightHome .arrowRight:hover{
	background-image:url(../img/arrow-dx-blu-empty.png);
}

footer{
	position:absolute;
	width:100%;
	bottom:0;
	background-color:rgba(238, 238, 238, 0.9);
	height:250px;
	z-index:10;
	font-size:0.75em;
	line-height:1.5em;
}

footer .contFooter{
	width:80%;
	margin:0 auto;
	padding:133px 0 0 0;
}

footer .leftData{
	float:left;
	width:20%;
	padding:0;
	box-sizing:border-box;
}

footer .middleLogos{
	float:left;
	height:90px;
	width:60%;
	padding:0;
}

footer .middleLogos img{
	width:auto;
	height:auto;
}

footer .middleLogos .logo1{
	float:left;
	width:17%;
	height:100%;
}

footer .middleLogos .logo2{
	float:left;
	width:50%;
	height:100%;
}

footer .middleLogos .logo3{
	float:left;
	width:50%;
	height:100%;
	padding:0;
}

footer .rightMenu{
	float:right;
	text-align:right;
	width:20%;
	padding:0;
	box-sizing:border-box;
}

footer .rightMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}

footer .rightMenu li{
	float:left;
	padding:2px 10px;
	border-right:solid 1px #444;
	display:block;
	float:left;
}

footer .rightMenu li:last-child{
	float:left;
	padding-right:0;
	border-right:none;
}

footer .rightMenu a{
	text-transform:uppercase;
	text-decoration:none;
	color:#444;
}

footer .rightMenu a:hover{
	color:#df0e1c;
}

footer .rightMenu .active{
	color:#df0e1c;
}

footer .socialMenu{
	text-align:right;
	margin-top:10px;
}

footer .socialMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}

footer .socialMenu li{
	float:left;
	display:block;
	margin-right:10px;
	padding:0;
	border:none;
}

footer .socialMenu li:last-child{
	margin-right:0;
}

footer .socialMenu .facebook{
	display:block;
	width:40px;
	height:40px;
	background-image:url(../img/facebook-icon-off.png);
	background-position:center center;
	background-repeat:no-repeat;
}

footer .socialMenu .facebook:hover{
	background-image:url(../img/facebook-icon-on.png);
}

footer .socialMenu .googleplus{
	display:block;
	width:40px;
	height:40px;
	background-image:url(../img/googleplus-icon-off.png);
	background-position:center center;
	background-repeat:no-repeat;
}

footer .socialMenu .googleplus:hover{
	background-image:url(../img/googleplus-icon-on.png);
}

.arrowRight, .arrowLeft{
	position:absolute;
	display:block;
	width:31px;
	height:31px;
}

.btn{
	border:solid 2px #df0e1c;
	padding:15px 30px;
	background-color:#FFF;
	color:#df0e1c;
	font-size:1em;
	line-height:1em;
	text-transform:uppercase;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	text-decoration:none;
	font-weight:bold;
}

.btn:hover{
	color:#FFF;
	background:#1079ba;
	border-color:#1079ba;
}



.clearfix:before, .clearfix:after{
  content: "";
  display:block;
}
 
.clearfix:after{
  clear: both;
}


@media screen and (max-width: 1395px) {
	.logo img{width:90%;}
}


@media screen and (max-width: 1335px) {
	footer .leftData{width:25%;}
	footer .middleLogos{width:50%;}
	footer .middleLogos img{width:80%;}
	footer .rightMenu{width:25%;}
}

@media screen and (max-width: 1255px) {
	header{width:90%;}
	section{padding:0 5%;}
	footer .contFooter{width:90%;}
}

@media screen and (max-width: 1100px) {
	header{width:96%;}
	section{padding:0 2%;}
	footer .contFooter{width:96%;}
}

@media screen and (max-width: 1030px) {
	h1{font-size:1.75em;line-height:1.25em;}
	header{width:100%;}
	section{padding:0;}
	section .contLeftHome{padding:0 10px 20px 10px;background-color:rgba(255,255,255,0.9)}
	section .contRightHome{padding:40px 30px;font-size:1.75em;line-height:1.25em;background-color:rgba(223,14,28,0.9)}
	footer{height:150px;}
	footer .contFooter{width:100%;padding:33px 0 0 0;}
	footer .leftData{padding-left:15px;}
	footer .rightMenu{padding-right:15px;}
}

@media screen and (max-width: 1007px) {
	.menuIcon{display:block;}
	nav{display:none;position:absolute;top:39px;left:39px;width:auto;height:auto;background-color:rgba(255, 255, 255, 0.75);float:none;}
	nav li{width:auto;height:auto;display:block;float:none;padding:0 0 1px 0;box-sizing:border-box;}
	.logo{float:left;height:150px;width:100%;}
	.logo img{width:auto; height:auto;}
	section{position:static;margin-top:250px;}
	section .contLeftHome{width:100%;position:static;}
	.prevBtn, .nextBtn{right:85px;top:245px;bottom:auto}
	.nextBtn{right:30px;}
	section .contRightHome{position:static;width:100%;}
	section .contLeft{width: 100%;position:relative;}
	section .contRight {width:100%;position:relative;}	
	footer{position:static;height:auto;}
	footer .contFooter{padding:15px 0 15px 0;}
	footer .leftData{float:right;width:100%;text-align:center;padding-left:0}
	footer .middleLogos{float:right;height:auto;width:100%;text-align:center;padding-top:15px;}
	footer .middleLogos .logo2{float:left;width:100%;height:auto;}
	footer .middleLogos .logo3{float:left;width:100%;height:auto;padding-top:15px;}
	footer .middleLogos img{ width:auto; height:auto;}
	footer .rightMenu{float:left;text-align:center;width:100%;padding-top:15px;}
	footer .socialMenu{text-align:center;}
	
}

@media screen and (max-height: 797px) {
	section .pageContent{max-height:350px;}
}

@media screen and (max-height: 747px) {
	section .pageContent{max-height:300px;}
}

@media screen and (max-height: 697px) {
	section .pageContent{max-height:250px;}
}

@media screen and (max-height: 647px) {
	section .pageContent{max-height:200px;}
}

@media screen and (max-height: 597px) {
	section .pageContent{max-height:150px;}
}

@media screen and (max-height: 557px) {

}
