body{

	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	background: url('../img/bg.jpg') no-repeat top center;
	background-attachment: fixed;
}
h2{
	font-size: 3.5em;
	color:#e84610;
	font-weight: 700;
	position: relative;
	top: 31px;
	left: 62px;
}
h3{
	color: #e9640a;
	font-weight: 700;
	font-size: 1.42em;
/*	width: 123px;*/
	display: inline-block;
	margin-top: 0;
}
h4{
	color: #ea5510;
	font-weight: 700;
	font-size: 1.15em;
}
p{
	color:#1d1d1b;
	font-size: 1.15em;
	line-height: 24px;
}
#wrapper{
	max-width:940px;
	margin:auto;
	overflow: hidden;
	margin-top: 31px;

}
.container-fluid .row{
	padding-left: 197px;
	margin-top: 91px;
}
header{
	width: 100%;
	height:81px;

}
.logo{
	/*width:26.702%;*/
	width: 285px;
	height: 81px;
	float: left;
}
.navigation{
	max-width: 645px;
	margin: 0 auto;
	float: right;
}
nav{
	/*width: 495px;*/
	width: 602px;
	float: left;
}
nav .user-menu{
	float: right;
	width: 20%;
}
nav .menu li:last-child a{
	background: #e95410;
	border: 1px solid #e95410;
}
nav .menu li ul li:last-child a{
	background: #4a4949;
	border: none;
}
.user-menu{
	float:right;
}
.user-menu a{
	text-decoration: none;
	color: #fff;
	padding: 0px 35px 18px 35px;
	background: #4a4949;
	font-size: .9em;
	display: block;
	font-size: 1em;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
a:hover{
	color: white;
	text-decoration: none;
}
nav ul li:first-child a{
	border: 1px solid #3d3c3b;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.content-contener{
	width: 100%;
	overflow: hidden;
	background: white;
	min-height: 400px;
}
.cl-left{
	width: 28%;
	height: 200px;
	float: left;
	background:#fff;
	padding-top: 98px;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
	padding-left: 62px;
}
.content-inner{
	padding: 87px 7% 20px 10px;
	width: 72%;
	height: inherit;
	float: right;
	background: #fff;
	padding-bottom: 70px;
}
#box-hover .row{
	margin-right: 0;
	margin-left: 0;
}
.offer-img{
	position: relative;
	height: 240px;
}
.offer-img a{
	color: #fff;
}
.offer-description{
	display: none;

}
.offer-img:hover .offer-description{
	display: block;
	position: absolute;
	top:0;
	left:0;
	background:#ea540e;
	width: 100%;
	height:100%;
	padding: 20px 20px 0px 27px;
}
.offer-img:hover .offer-description p{
	color:#fff;
	font-size: 1.09em;
}
.container{
	margin-bottom: 73px;
}
.offer-img span{
	color: #484443;
	font-weight: 700;
	font-size: 1.43em;
	text-align: center;
	display: block;
}
.offer-img img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 14px;
}
footer ul{
	margin-top: 80px;
}

footer{
	height: 40px;
	max-width: 600px;
}
footer ul li{
	float: left;
	height: 31px;
}
footer ul li:last-child a{
	border: 1px solid #ea540e;
}
footer ul li a{
	padding: 7px 33px 11px 53px;

	color: #ea540e;
	margin-bottom: 14px;
	font-size: 16px;

	border-left-style: solid;
	border-left-color: #ea540e;
	border-left-width: 1px;

	border-top-style: solid;
	border-top-color: #ea540e;
	border-top-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #ea540e;
	border-bottom-width: 1px;
}
footer ul li a:hover{
	color:#ea540e;
}
.maps{
	background: url('../img/icon_maps.png') no-repeat 21px -5px;
}
.write{
	background: url('../img/icon_write.png') no-repeat 21px -5px;
}
.phone{
	background: url('../img/icon_phone.png') no-repeat 21px -5px;
}
/*******/


nav .menu-menu-glowne-container ul ul {
	display: none;
	z-index: 9999;
}
nav .menu-menu-glowne-container ul li:hover > ul {
	display: block;
}
nav .menu-menu-glowne-container > ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav .menu-menu-glowne-container ul:after {
	content: ""; clear: both; display: block;
}
nav .menu-menu-glowne-container ul li {
	float: left;
}
nav .menu-menu-glowne-container ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 18px 35px 18px 35px;
	border-right-style: solid;
	border-right-color: #3d3c3b;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #3d3c3b;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3d3c3b;
	border-bottom-width: 1px;
	background: #4a4949;
	font-size: 1em;
	display: block;
	padding: 0 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
nav .menu-menu-glowne-container ul li a:hover {
	background: #e95410;
	border-right-style: solid;
	border-right-color: #e95410;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #e95410;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e95410;
	border-bottom-width: 1px;
}
nav .menu-menu-glowne-container ul li:first-child a:hover{
	border: 1px solid #e95410;
}
.user-menu a:hover{
	background: #e95410;
}
nav .menu-menu-glowne-container ul ul {
	background: #5f6975;
	position: absolute; top: 100%;
}
nav .menu-menu-glowne-container ul ul li {
			float: none;
 position: relative;
		}
		nav .menu-menu-glowne-container ul ul a{
			color:#a2a1a1;
		}

				nav .menu-menu-glowne-container ul ul li a:hover {
					background: #3d3c3b;
					color:#a2a1a1;
					border:none;

				}

	nav .menu-menu-glowne-container ul ul ul {
		position: absolute; left: 100%; top:0;
	}
nav .menu-menu-glowne-container ul ul li a{
	border:none;
	text-align: left;
	padding: 0px 16px 0px 18px;
	font-size: 1.05em;
}
nav .menu-menu-glowne-container ul ul li:first-child a{
	border:none;
}
nav .menu-menu-glowne-container ul ul li:first-child a:hover{
	border:none;
}
/********o firmie************/
.content ul li{
	list-style-image: url('../img/arrow.png');
	list-style-position: outside;
	font-size: 1.15em;
	line-height: 25px;
}
.view_ref{
	color: #e84610;
	font-weight: 700;
	border: 2px solid #f5aa87;
	padding: 14px 24px 14px 24px;
	margin-top: 75px;
	display: inline-block;
	margin-left:16px;
}
.view_ref:hover{color: #e84610;}
.ref_1{
	background: url('../img/1.png') no-repeat 0px -86px;
	width: 85px;
	height: 87px;
}
.container-fluid .row .ref_1:hover{
	background: url('../img/1.png') no-repeat 0px 0px;
}
.ref_2{
	background: url('../img/2.png') no-repeat 0px -101px;
	width: 85px;
	height: 87px;
}
.container-fluid .row .ref_2:hover{
	background: url('../img/2.png') no-repeat 0px -15px;
}
.ref_3{
	background: url('../img/3.png') no-repeat 0px -103px;
	width: 97px;
	height: 87px;
}
.container-fluid .row .ref_3:hover{
	background: url('../img/3.png') no-repeat 0px -17px;
}
.ref_4{
	background: url('../img/4.png') no-repeat 0px -91px;
	width: 85px;
	height: 87px;
}
.container-fluid .row .ref_4:hover{
	background: url('../img/4.png') no-repeat 0px -5px;
}
.contact{
	padding: 60px;
}
.contact h4{
	margin-bottom: 32px;
}
.phone_contact{
	height: 21px;
	padding-top: 5px;

}
.contact p img{
	margin-right: 21px;
}
.phone_contact , .email{
	margin-bottom: 70px;
}
.phone_contact a, .email a, .address span{
	color:#1d1d1b;
}
.phone_contact a:hover, .email a:hover{
	color:#1d1d1b;
}
.address{
	display: table;
	width: 267px;
}
.address img{
	float: left;
	width: 22px;
}
.address span{
	display: table;
	width: 219px;
}
#map{
	margin-bottom: 41px;
	 width: 102%;
     height: 290px;
}
.contact input, .contact textarea{
	border: 1px solid #ef7f4a;
	padding-left: 15px;
	width: 100%;
}
.contact .submit{
	text-align: center;
}
.contact .submit .wpcf7-submit
{
	background: white;
	color: #4e4a48;
	padding: 9px 36px 9px 36px;
	width: 113px;
}
::-webkit-input-placeholder {
   color: #4e4a48;
}

:-moz-placeholder { /* Firefox 18- */
   color: #4e4a48;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #4e4a48;
}

:-ms-input-placeholder {
   color: #4e4a48;
}
.contact_peron_one, .contact_peron_two{
	width: 50%;
	float: left;
}
.contact_peron_one, .contact_peron_two, .email{
	text-align: center;
}
.address{
	margin: auto;
	margin-bottom: 24px;
}