body {
	font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.clear {
    content: "";
    clear: both;
}
.wrap {
	position: relative;
	width: 1200px;
	max-width: 1200px;
	margin: auto auto;
	overflow: hidden;
}
.uppercase {
	text-transform: uppercase;
}
.sliders {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 720px;
}
header {
	background-image: url('../img/heading-3-2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 20;
}
header .header_top {
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 44px;
	line-height: 44px;
	color: #fff;
	box-sizing: border-box;
}
header .header_top a {
	font-size: 12px;
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    margin-right: 15px;
    text-decoration: none;
}
header .header_top a:hover {
	color: rgba(255, 255, 255, 0.5);
}
header h3 {
	color: #fff;
	line-height: 120px;
	font-weight: 400;
	font-size: 28px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
header nav {
	position: relative;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	height: 100px;
}
header nav img {
	float: left;
	padding-top: 35px;
}
header nav .logo {
	position: absolute;
	left: 0px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}
header nav .logo.name {
	font-size: 30px;
	top: 20px;
}
header nav .logo.position {
	font-size: 13px;
	top: 45px;
}
header nav ul {
	position: relative;
	float: right;
	height: 100px;
	vertical-align: middle;
	list-style: none;
}
header nav ul li {
	float: left;
}
header nav ul li a {
	display: block;
	margin: 0 20px;
	line-height: 98px;	
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
header nav ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
header nav ul li a.active {
	border-bottom: 2px solid #fff;	
}
#marker {
    position: absolute;
    display:none;
    border-bottom:6px solid #fff;
    height: 6px;
    -webkit-transition:width .3s, left .3s;
    -moz-transition:width .3s, left .3s;
    -ms-transition:width .3s, left .3s;
    -o-transition:width .3s, left .3s;
    transition:width .3s, left .3s;
}
.container {
	margin: 150px 0;
}
.container .column2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;	
}
.container .column3 {
	float: left;
	width: 400px;
	box-sizing: border-box;
	overflow: hidden;	
}
.container h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #3065b5;
	margin-bottom: 25px;
}
.container p {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}
.container .aboutus {
	text-align: center;
}
.container .aboutus p {
	font-size: 14px;
}
.container .info {
	line-height: 70px;
	padding-left: 50px;
}
.container .phone {
	background: url('../img/icons.png') 5px 20px no-repeat;;
}
.container .email {
	background: url('../img/icons.png') 5px -107px no-repeat;
}
.container .address {
	background: url('../img/icons.png') 5px -237px no-repeat;
}
.container .adresa div {
	width: 90%;
	font-size: 13px;
	line-height: 45px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.container .adresa div span:first-child {
	float: left;
}
.container .adresa div span:last-child {
	float: right;
}
.container .adresa div:after {
	clear: both;
	display: block;
	content: "";
}

footer {
	background-color: #222222;
	padding: 50px 0px;
	color: ;
}
footer .column4 {
	float: left;
	width: 300px;
	box-sizing: border-box;
	padding: 0 40px;
}
footer .column4 h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	position: relative;
	color: #fff;
	padding-bottom: 15px;
}
footer .column4 h2:before {
	content: '';
	background-color: #3eb8d7;
    position: absolute;
    height: 1px;
    width: 50px;
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}
footer .column4 div {
	color: #646464;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
footer .column4 div i {
	width: 20px;
	min-width: 20px;
}
footer .column4 div i.hidden {
	color: #222;
}
footer .column4 ul {
	list-style: none;
}
footer .column4 ul li {
	border-bottom: 1px solid rgba(255,255,255,.07);
	padding: 9px 0;
	color: #858585;
	font-size: 13px;
}
footer .column4 ul li::before {
  content: "• ";
  color: #3eb8d7;
  margin-right: 10px;
}
footer .column4 ul li a {
	color: #858585;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
footer .column4 ul li a:hover {
	color: #fff;
}
footer .column4 form input[type='text'],
footer .column4 form input[type='email'] {
	line-height: 44px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 13px;
	color: #646464;
	border: 1px solid rgba(255,255,255,0.12);
	background: none;
	-webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    outline: none;
}
footer .column4 form textarea {
	width: 100%;
	height: 80px;
	max-height: 80px;
	resize: none;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	color: #646464;
	border: 1px solid rgba(255,255,255,0.12);
	background: none;
	-webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    outline: none;
}
footer .column4 form input[type='text']:focus,
footer .column4 form input[type='email']:focus,
footer .column4 form textarea:focus {
	border-color: #e0e0e0;
}
footer .column4 form button {
	width: 110px;
	line-height: 44px;
	color: #646464;
	font-size: 14px;
	border: 1px solid rgba(255,255,255,0.12);
	background: none;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
footer .column4 form button:hover {
	color: #fff;
	border-color: #858585;
	background-color: #858585;
}