body {
	margin:0;
	padding:0;
	background:url(../images/background.jpg) no-repeat fixed;
	background-size:cover;
	font-family: 'Open Sans', sans-serif;	
	color:#2E3233;
	font-weight:normal;
}

h1 {
    font-size: 36px;
	font-weight:normal;
	font-family: 'Bad Script', cursive;
	margin:0;
}

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

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

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

.maincolor {color:#DE264C;}
.floatR {float:right;}
.btn {
	background: #de264c;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border:none;
	border-radius:2px;
}

.btn:hover {
	background: #e86883;
	text-decoration: none;
}

/* navbar */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	background-color:#fff;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	position: relative;
	box-sizing:border-box;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	display:block;
	line-height: 50px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color:#2E3233;
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
nav li a {
	border-right: 1px solid #eaeaea;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #DE264C;
	color:#fff;
	-webkit-transition:background 0.7s, color 0.1s;
	-moz-transition:background 0.7s, color 0.1s;
	-ms-transition:background 0.7s, color 0.1s; 
	-o-transition:background 0.7s, color 0.1s;
	transition:background 0.7s, color 0.1s;
}

.active {
	background-color: #DE264C;
	color:#fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 800px and lower*/
@media screen and (max-width: 815px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		text-align:left;
  	}
  	nav li a {

	}
  	nav a {
	  	text-align: left;
	  	text-indent: 25px;
  	}
	.logo {
		width:100%;
		height:70px;
	}
	nav li a {
	border-right:0;
	border-left: 1px solid #eaeaea;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
	nav li:last-child a {
		border-right: 0;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 815px) {
	nav li a {width:100%; padding:0px;}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #DE264C;
		color:#fff;
		
		position: relative;
		font-size:18px;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 10px;
	}
}
@media only screen and (max-width : 420px) {
	nav li a {text-indent:0; text-align:left; padding:10px;}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		
	}
}
/* end navbar */

/* unslider */
.unslider-top {height:300px; width:70%; margin:20px auto;}
.unslider{overflow:auto;margin:0 auto;padding:0;width:100%;height:300px;z-index:2;}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%}
.unslider-fade{position:relative; width:100%;}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}
.unslider-arrow.next{left:auto;right:20px}
/* unslider */

.left-header {box-sizing:border-box; border-right:1px solid #eee; padding-right:10px;}
.right-header {}

.article-wrapper {
	background:rgba(255,255,255,0.6);
	width:100%;
	min-height:962px;
	padding-bottom:50px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.article-wrapper-about {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.article {
	width:70%;
	margin:0 auto;
	padding:10px;
}
.article h1 {
	text-align:center;
	background: rgba(0, 0, 0, 0) url("../images/underline.png") no-repeat scroll center bottom;
	line-height:60px;
	padding-bottom:15px;
}
.article p {
    color: #555;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.partners li {
	color: #555;
	font-size: 14px;
	line-height: 25px;
	margin-left: 20px;
	padding: 0;
	float:left;
}

.article ul {
	margin-bottom: 20px;
}

.project {
	width:23%; 
	margin:1%; 
	background:#fff; 
	padding:10px;
	border:1px solid #ddd;
	box-sizing:border-box;
	float:left;
	/* height:400px; */
}
.project a {text-decoration:none;}
.projectArticleHeading {height:65px; display:block;}
.project h3 {
	color:#de264c;
}

.project img {
	width:100%; 
	box-sizing:border-box; 
	height:188px;
	width:100%;
}

.projectDesc {
	width:100%;
	height:139px;
	box-sizing:border-box; 
	overflow:hidden;
}
.projectDesc p {
    color: #555;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
	
}
.project-in p {    
	color: #555;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px;
}
.project-in h3 {    
	padding-top:5px;
}
.project-in {width:100%; background-color:#fff;}
.project-in img {
    box-sizing: border-box;
    float: left;
    padding: 10px 20px;
    width: 50%;
}
.project-in-desc {width:50%; float:right; box-sizing:border-box;padding:20px;}
.project-in-list {
    background-color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
}
.project-in-list li {list-style-type:none; display:inline; text-align:center;}
.project-in-list li a {padding:14px; text-decoration:none; color:#2e3233; background-color:#fff; border-right:1px solid #eaeaea; float:left;}
.project-in-list li:last-child a {
	border-right: 0;
}
.project-in-list li a:hover {background-color:#de264c; color:#fff;}
.thumb {
	width:250px; 
	float:left; 
	border:1px solid #eaeaea; 
	overflow:hidden; 
	margin:7px;
}
.gallery-thumb {
	width:23%; 
	box-sizing:border-box; 
	float:left; 
	margin:1%; 
	height:190px; 
	overflow:hidden; 
	background-size:cover;
	}
.pdf-thumb {
    background: white none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    float: left;
    margin: 1%;
    padding: 10px 0;
    text-align: center;
    width: 23%;
}
.pdf-thumb h2, .pdf-thumb a {
	font-size:100%;
}
.contactsForm {
    box-sizing: border-box;
    float: left;
	width:35%;
	height: 462px;
}
.contactsInfo {
	
	margin:10px auto;
	box-sizing:border-box;
}

.shadow-slider {
	box-shadow:         0 0 10px 0px #aaa;
	-moz-box-shadow:    0 0 10px 0px #aaa;
	-webkit-box-shadow: 0 0 10px 0px #aaa;
}

.shadow {
	box-shadow:         0 0 6px -2px #aaa;
	-moz-box-shadow:    0 0 6px -2px #aaa;
	-webkit-box-shadow: 0 0 6px -2px #aaa;

}
.inner-shadow {
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.mavname {width:50%; text-transform: uppercase; text-align:right; font-size:24px; float:left; box-sizing:border-box; border-right:1px solid #eee; padding-right:20px; line-height:60px;}
.mavname p span {font-size:24px; margin-left:10px; font-family: "Bad Script",cursive; font-weight:bold; white-space: nowrap;}

.phone {box-sizing:border-box; padding-left:10px; width:250px; float:left; text-align:right;}
.number {text-decoration:none; color:#222; cursor:pointer;}

.search {
	display: block;
    position: absolute;
    right: 0;
    top: 22px;
    width: 300px;
	}
.info {margin-top:20px;}	
.footer {width:100%; padding:10px 0; position:relative; bottom:0; left:0; background-color:#fff; text-align:center;}


.map {
    float: left;
    height: 462px;
    width: 65%;
	margin-top:0;
	box-sizing: border-box;
}

.map-object {width:100%; height:300px; margin-top:10px;}

.footer-menu {float:right; margin:0;} 
.footer-menu li {
	display:inline;
	list-style-type:none;
}
.menu {
    background-color: #fff;
    bottom: 13px;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: 30px;
    text-align: center;
}
.menu li {
    list-style-type: none;
	display: inline-flex;
}
.menu li a {
    color: #9b9b9b;
    float: left;
	padding:0 10px;
    text-decoration: none;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}

.home:before {content: url(../images/home.png);}
.contacts:before {content: url(../images/contacts.png);}
.facebook:before {content: url(../images/facebook.png);}
.home:before, .facebook:before, .contacts:before {position:relative; top:2px; right:4px;}

	
/* @media screen and (max-width: 1670px) {

} */

@media screen and (max-width: 1490px) {
    .project {
	width:31%; 
	margin:1%; 
	background:#fff; 
	padding:10px;
	border:1px solid #ddd;
	box-sizing:border-box;
	float:left;
	/* height:400px; */
}
}
@media screen and (max-width: 1370px) {
	.gallery-thumb {	
		width:31.3%; 
		box-sizing:border-box; 
		float:left; 
		margin:1%; 
		height:140px; 
		overflow:hidden; 
		background-size:cover;
	}
}

@media screen and (max-width: 1336px) {
	.mavname p {line-height:36px;}
	.menu {
		background-color: #fff;
		padding-top: 10px;
		margin:0 auto;
		text-align: center;
		float:none;
		width:100%;
		clear:both;
		right:0;
	}
}

@media screen and (max-width: 1110px) {
.project {
	width:48%; 
	margin:1%; 
	background:#fff; 
	padding:10px;
	border:1px solid #ddd;
	box-sizing:border-box;
	float:left;
	/* height:400px; */
}
.search {
	display: block;
    position: relative;
	top:0;
    width: 300px;
	background-color:#fff;
	margin:5px auto;
	}
.contactsForm {
box-sizing: border-box;
float: none;
width:100%;
margin:10px auto;
height: 462px;
 }
.map {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin:10px auto;
	height: 462px;
 }
}

@media screen and (max-width: 725px) {
.article {width:90%;}
.project {
	width:100%;  
	background:#fff; 
	padding:10px;
	border:1px solid #ddd;
	box-sizing:border-box;
	float:none;
	margin:10px 0;
	height:auto;
}
.project img {height:auto;}
.projectDesc {height:auto;}
.project-in img {width:100%;}
.project-in h3 {width:100%; padding:10px;}
.mavname {width:100%; text-align:center; float:none; box-sizing:border-box; border:none; padding:0px;}
.mavname span {font-size:14px;}
.phone {box-sizing:border-box; font-size:14px; text-align:center; padding:0px; width:100%; float:none; line-height:24px;}
.number {text-decoration:none; color:#222; cursor:pointer;}
.unslider-top {height:300px; width:100%; margin:20px auto;}
}
@media screen and (max-width: 500px) {
	.project-in-list {
		background-color: none;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.project-in-list li a {
		background-color: #fff;
		border-top: 1px solid #eaeaea;
		color: #2e3233;
		display: block;
		float: none;
		padding: 5px;
		text-decoration: none;
	}
	.project-in-list li {
		margin:2px auto;
	}
	.project-in img {width:100%; padding:0; float:none;}
	.gallery-thumb {
		width:100%; 
		height:300px; 
		float:none;
		margin:10px 0;

	}
	.pdf-thumb {
		background: white none repeat scroll 0 0;
		border: 1px solid #eaeaea;
		box-sizing: border-box;
		float: none;
		margin:5px auto;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
}
