/*--------------- main css ---------------*/
b, strong {
	font-weight: bold;
}

p {
	line-height: 18px;
	margin: 0 0 17px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	line-height: 18px;
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 31.47px;
	color: #0d3867;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0 0 30px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-family: 'Oswald', sans-serif;
	padding-top: 6px;
}
h2 {
	color: #dc161a;
	font-size: 24px;
	font-weight: 700;
	margin: 19px 0 27px;
}
h3 {
	color: #fff;
	font-size: 22.05px;
	font-weight: 700;
	margin: 0 0 27px;
	text-transform: uppercase;
}


.width960 {
	width: 960px;
	margin: 0 auto;
}

.fll {
	float: left;
}
.flr {
	float: right;
}

.border {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 8px;
}
.justify {
	text-align: justify;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.round-shadow {
	padding: 2px;
	border: 1px solid #fbfbfb;
}
.under {
	text-decoration: underline;
}
.under:hover {
	text-decoration: none;
}

/*--------------- custom css ---------------*/
body {
	background: url('../img/body-bg.jpg') center top no-repeat #1e1e1e;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1e1e1e;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	margin: 0px;
	position: relative;
	line-height: 18px;
}

/*--------------- header ---------------*/
header {
	background: url('../img/header-bg.png') top left no-repeat;
	height: 570px;
	position: relative;
}
#header {
	width: 100%;
	height: 200px;
}
#logo {
	margin: 74px 0 0 40px;
}
#header-contacts {
	margin: 121px 31px 0 0;
	text-align: right;
	color: #1c191a;
	font-weight: 300;
}
#header-contacts p {
	margin-bottom: 6px;
}
#header-contacts img {
	margin: 0 8px 6px 0;
	vertical-align: middle;
}

/*--------------- top-menu ---------------*/
#top-menu {
	background: url('../img/top-menu-bg.png') no-repeat;
	height: 45px;
}
#top-menu ul {
	margin: 0 0 0 20px;
}
#top-menu li {
	display: inline-block;
}
#top-menu a {
	text-transform: uppercase;
	padding: 14px 11px;
	font-weight: 700;
	color: #fff;
	font-size: 14.49px;
	display: block;
}
#top-menu a:hover, #top-menu li.current-menu-item a {
	background: #131313;
	text-decoration: none;
}

/*--------------- header-pic ---------------*/
#header-pic {
	position: absolute;
	background: url('../img/header-pic.png') no-repeat;
	height: 305px;
	width: 671px;
	top: 245px;
	left: -10px;
}

/*--------------- content ---------------*/
#content-wraper {
	background: url('../img/content-wraper-bg.jpg') no-repeat #fff;
	padding: 29px 0 92px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#content #inner {
	margin: 0 0 0 51px;
}

.head {
	font-weight: 700;
	font-size: 15px;
}

/*--------------- kontakt form ---------------*/
.contact2  {
	width: 272px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
}
#form1 {
	width: 350px;
	height: 23px;
	box-shadow: inset #c6d7e5 0px 2px 5px;
	border: solid 1px #c6d7e5;
	border-radius: 6px;
	color: #000;
	padding: 4px 10px 4px 10px;
	background-color: #ff;
	margin-bottom: 10px;
}
#form2 {
	width: 350px;
	height: 150px;
	box-shadow: inset #c6d7e5 0px 2px 5px;
	border: solid 1px #c6d7e5;
	border-radius: 6px;
	color: #000;
	padding: 4px 10px 10px 10px;
	background-color: #fff;
}
label {
	display: block;
	margin-top: 5px;
	margin-bottom: -11px;
	line-height: 11px;
}
.error {
	color: #ff0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.success{
	color: green;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 14px;
}
input[type="submit"] {
	color: #000;
	padding: 1px 10px;
}


/*--------------- sidebar ---------------*/
#sidebar-wraper {
	background: url('../img/sidebar-bg.png') no-repeat;
	height: 304px;
}
#sidebar {
	margin: 44px 0 0 25px;
	color: #fff
}
#sidebar h3 {
	margin: 0 0 33px;
}
#sidebar p {
	margin-bottom: 15px;
}

/*--------------- footer ---------------*/
footer {
	background: url('../img/footer-bg.png') no-repeat;
	height: 186px;
	position: relative;
}
#footer {
	height: 127.5px;
}
#address {
	font-weight: 300;
	color: #cccaca;
	position: absolute;
	top: 40px;
	left: 20px;
}
#address p {
	margin-bottom: 12px;
}
#footer-logo {
	position: absolute;
	top: 25px;
	left: 344px;
}
#footer-contacts {
	position: absolute;
	top: 45px;
	right: 30px;
	text-align: right;
	color: #cccaca;
	font-weight: 300;
}
#footer-contacts p {
	margin-bottom: 6px;
}
#footer-contacts img {
	margin: 0 8px 6px 0;
	vertical-align: middle;
}

/*--------------- copyright ---------------*/
#copyright {
	text-align: center;
	height: 58.5px;
	line-height: 58.5px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
}
#copyright a {
	font-weight: bold;
}

.mobile {
	display:none;
}



/* contact ----------------------------------------------- */

#contact_left {
	float:left;
}

#contact_right {
	float:right;
	width:50%;
	max-width:600px;
}


.wpcf7 p{
	margin-bottom:15px;
	}

.wpcf7 .form input {
	width: 92%;
	max-width: 350px;
	height: 25px;
	box-shadow: inset #c6d7e5 0px 2px 5px;
	border: solid 1px #c6d7e5;
	border-radius: 6px;
	color: #036;
	padding: 4px 10px 4px 10px;
	background-color: #fff;
	margin-top: 2px;
	margin-bottom: 5px;
}
.wpcf7 .form textarea {
	width: 92%;
	max-width: 350px;
	height: 150px;
	box-shadow: inset #c6d7e5 0px 2px 5px;
	border: solid 1px #c6d7e5;
	border-radius: 6px;
	color: #036;
	padding: 4px 10px 10px 10px;
	background-color: #fff;
	margin-top: 2px;
}
label {
	display: block; 
	margin-top: 5px; 
	margin-bottom: -11px; 
	line-height: 11px; 
	color: #bc0809;}




.error { 
	color: #ff0000; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 20px;}
.success{ 
	color: #bc0809; 
	margin-left: 0px; 
	margin-bottom: 30px; 
	margin-top: 14px;}

.contact2  {
	width: 272px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}

.imp_l {
	width: 250px;
	height: 360px;
	float: left;
	margin-right: 0px;
	margin-top: -6px;
		
}

.imp_r {
	width: 320px;
	height: 360px;
	float: right;
	margin-right: 0px;
	margin-top: -6px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
