@charset "utf-8";
/* CSS Document */
/* css/mxp */
	@import url(http://fonts.googleapis.com/css?family=Exo+2:400,300,500,600,700,800,900);
	

*{
	margin:0;
	padding:0;
    border:none;
}

html, body{
	height:100%;
}	

body {
	font-family: 'Exo 2', sans-serif;
}
.clearFloat{clear:both;}
a{text-decoration:none}
ul{list-style:none;}

.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.darkGrey{
	color: #444444;
}

.midGrey{
	color: #999999;
}

.lightGrey{
	color: #8C9797;
}

.white{
	color: #fff !important;
}

.bgDarkPurple{
	background: #403652;
}

.bold{
	font-weight:bold;	
}

.s13{
	font-size:13px;
}

.full_height{
	height: 100%;	
}

.img-responsive-height{
	height:100%;
}

.img-fit-height{
	height: 100%;
	margin: auto;
	display: block;
}

.img-fit-logo{
	margin: auto;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.paddingTB{
	padding-top: 70px;
	padding-bottom: 55px;
}

.link_decoration:link{
	color:#929292;
	text-decoration:none;
}
	
.link_decoration:visited{
	color:#929292;
	text-decoration:none;
}

.bg_whiteSmoke{background-color: whitesmoke;}
.border_grey_bottom {
	border-bottom: solid 1px #eeeeee;
}

.border_grey_right {
	border-right: solid 1px #eeeeee;
}

/*HEADER*/
header{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 60px;
	z-index:999;
}

#logo{
	width: 200px;
	display: block;
	float: left;
	margin: 8px 0 0 0;
}


.navigation ul li{
	float: right;
	height:100%;
}

.navigation ul li a{
	text-transform: uppercase;
	display: block;
	letter-spacing: -0.3px;
	color: #1A1A1A;
	padding: 22px 12px;
	font-size: 14px;
}

.contact_btn{
	color: #fff !important;
	padding: 22px 20px !important;
}

.lang_selector a{
	padding: 6px 10px !important;
	height: 18px;
}

.lang_selector a:first-of-type{
	border-bottom: 1px solid #403652;
}

/*END HEADER*/

#banner{
	height: 750px;
}

.callout{
	font-size: 33px;
	position: absolute;
	left: 50%;
	width: auto;
	color: #fff;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 1px #000000;
}

.banner_nav{
	position: absolute;
	top: 50%;
	font-size: 50px !important;	
	cursor:pointer;
}

.bannerNavR{
	left: 20px;
}

.bannerNavL{
	right: 20px;
}

#scrollTop{
	background: url(/themes/mxp/images/scroll_top_arrow.png) 15px 12px no-repeat;
	overflow: hidden;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: rgba(48, 48, 48, 0.70);
	cursor:pointer;
}

.social_net{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index:99999;
}

.social_net a{
	color: #111111;
	font-size: 40px;
}

.about_wrappper{
	width: 800px;
	margin: 110px auto;
}

.descr_small{
	font-size: 13px;
	padding: 5px 0 10px;
	border-bottom: 1px dotted #4F4F4F;
	margin-bottom: 10px;
	color:#999999;
}

.title_style{
	color: #444444;
	line-height: 120%;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.title_group{
	width: 600px;
	margin: auto;
	margin-bottom: 30px;
}

.aboutImg{
	height: 300px;
	overflow:hidden;
}

.serviceItem{
	display: block;
	background: #fff;
	margin: 0 5px 10px;
	padding: 40px;
	height: 240px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	/*-webkit-transition: margin 0.6s ease;
	-moz-transition: margin 0.6s ease;
	-ms-transition: margin 0.6s ease;
	-o-transition: margin 0.6s ease;
	transition: margin 0.6s ease;*/
}

/*.serviceItem:hover{
	margin: 0;
}*/

.service_icon{
	background-color: #F0F0F0;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	padding: 15px;
	margin: auto;
}

.service_icon i{
	font-size: 33px;
	color: #444444;
	font-weight: 400;
	margin-top: 9px;
}

.serviceDescr {
	line-height: 136%;
	font-size: 14px;
}

.serviceDescr h3{
	margin: 20px 0 10px;
}

.portPrev{
	height:300px;
	overflow:hidden;
}

.portPrevDescr{
	bottom: 0;
	width: calc(100% - 19px);
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	padding: 15px 10px;
}

/*TESTIMONIALS*/
#testimonials{
	height: 300px;
	position: relative;
}

.review{
	color:#fff;
	width:600px;
	margin:auto;
}

.review h4{
	margin: 10px 0;
	color: #9B9B9B;
	font-size: 14px;
	text-decoration: underline;
}

/*END TESTIMONIALS*/

/*PRODUCTS*/
.productItem .productImg,
.productItem .productDescr{
	padding: 40px 0;
}

.productItem:nth-child(even) .productImg {
	float: left;
}

.productItem:nth-child(even) .productDescr {
	float: right;
}

.productItem:nth-child(odd) .productImg {
	float: right;
}
.productItem:nth-child(odd) .productDescr {
	float: left;
	text-align: right;
}

.productItem:nth-child(odd) .productDescr .prm_btn{
	float: right;
}

.productImg_middle{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, 50%);
	transform: translate(0, 50%);
}

.productImg_fit{
	width: 300px;
	margin: auto;
	display: block;	
}

.productDescrText{
	line-height: 160%;
	padding: 10px 0;
}

/*CONTACT*/
.officeImg{
	height:360px;
	overflow:hidden;
}

.office_info{
	text-align: right;
	height: 180px;
}

.office_info h3{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

.office_info i{
	margin-left: 10px;
}

.social_bottom {
	margin: 50px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 20px 0;
}

.social_bottom a{
	color: #403652;
	font-size: 50px;
	margin: 0 2px;
}

.contact_form{
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
}

.fill_form {
	background: none repeat scroll 0 0 #F0F0F0;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 12px 15px;
	width: calc(100% - 30px);
	font-family: 'Exo 2', sans-serif;
	border-radius: 0;
}

.textareaHeight{
	height: 115px;
}

.send_btn{
	height: 42px;
}

.subscribe .fill_form {
	width: 200px;
	float:left;
	margin-right: 10px;
}

.capImg{
	height: 40px;
	margin-right: 10px;
}



.prm_btn{
	color: #fff;
	padding: 10px 0;
	display: block;
	width: 120px;
	border-bottom: solid 3px #2D2D2D;
	text-align:center;
	cursor:pointer;
	background: #353535;
}



.fill_form:focus{
    border: 1px solid #FFFFFF;
}
/*END CONTACT*/

/*SERVICES*/
.pager_space{
	padding-top: 60px;
}

.service_title h1{
	padding: 25px 0;
}

.service_title .service_icon{
	border-radius:0 !important;
}

.service_list{
	padding:60px 0;
}

.service_list a{
	display: block;
	 font-weight: 600;
	padding: 9px;
	font-size: 14px;
	-webkit-transition: background 0.6s ease;
	-moz-transition: background 0.6s ease;
	-ms-transition: background 0.6s ease;
	-o-transition: background 0.6s ease;
	transition: background 0.6s ease;
}

.service_list a:hover{
	background:#F0F0F0;
}

#selected_service{
	background:#F0F0F0;
}

.about_container{
	line-height:140%;
	padding:60px 30px;
}

.about_container p{
	margin:15px 0;
}

.serviceImgs img{
	margin: 20px auto;
}
/*END SERVICES*/

/*CLIENTS*/
.clientHeight{
	height:360px;
}

.alignMiddle{	
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, 50%);
	transform: translate(0, 50%);
}

.client_logo{
	width: 400px;
	margin: 30px auto;
	height: 300px;
}

.clientImage {
	overflow: hidden;
}

.clientItem:nth-child(even) .clientImage {
	float: left;
}

.clientItem:nth-child(even) .clientDescr {
	float: right;
}

.clientItem:nth-child(odd) .clientImage {
	float: right;
}
.clientItem:nth-child(odd) .clientDescr {
	float: left;
	text-align: right;
}

/*END CLIENTS*/

footer{
	color: #999;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	background: #404045;
}

.showMenu {
	display: none;
	color: #fff;
	font-size: 20px;
	padding: 5px;
	margin: 10px;
}


@media (max-width: 1024px){

	
}

@media (max-width: 800px){



}

@media (max-width: 640px){
	
	
}

@media (max-width: 400px){
	
}
	
