* {
	margin: 0; 
	padding: 0;
}

body {
	font-family: 'Open Sans', Arial, Verdana, Tahoma, sans-serif;
	/*background: #000;
	color: #fcfcfc;*/
	color: #010101;
}

a {
	text-decoration: none;
    /*color: #fcfcfc;*/
    color: #010101;
}

a:hover {
	text-decoration: underline;
    color: #3588C4;
}

.center_container {
	width: 1096px;
	margin: 0 auto;
}

.full_box {
	width: 100%;
	min-width: 1096px;
}

.arr_white {
	background: #000 url('../images/white_arrow.png') top center no-repeat;
}

.arr_black {
	background: #fff url('../images/black_arrow.png') top center no-repeat;
}

.black_bg {
	background: #000;
}

.blue {
	color: #3588c4;
}

.hide {
	display: none;
}

.p_b_70 {
	padding-bottom: 70px;
}

h1, h2, h3 {
	width: 100%;
	max-width: 914px;
	display: block;
	float: left;
	text-align: center;
	font-weight: 400;
	/*color: #3588C4;*/
	color: #fff;
	margin-top: 46px;
	margin-bottom: 15px;
	font-size: 26px;
}

h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: left;
}

#top_line_wrapper {
	width: 100%;
	min-width: 1096px;
	height: 30px;
	background: #3588c4;
}

#top_line_wrapper p {
	float: right;
	font-size: 13px;
	padding-top: 6px;
	color: #fff;
	padding-bottom: 3px;
}

#top_line_wrapper p a {
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}

#top_line_wrapper p a:hover {
	color: #fff;
	text-decoration: none;
}

#header_phone {
	padding-left: 23px;
	background: url('../images/header_phone.png') left top no-repeat;
}

#header_envelope {
	padding-left: 32px;
	margin-right: 18px;
	background: url('../images/header_envelope.png') left top no-repeat;
}

#header {
	/*height: 94px;*/
	height: 130px;
}

#header .logo {
	float: left;
	margin-top: 33px;
	margin-left: 90px; 
}

#header_menu {
	width: 492px;
	float: right;
	font-size: 14px;
	margin-right: 91px;
}

#header_menu .languages {
	width: 80px;
    min-height: 19px;
	margin: 19px 0;
}

#header_menu .languages li{
	margin-left: 8px;
}

#header_menu ul{
	width: 100%;
	float: right;
	margin-top: 50px;
	list-style: none;
	font-weight: 600;
}

#header_menu ul li{
	float: left;
	margin-left: 24px;
}

#header_menu ul .active a, #header_menu ul a:hover {
	color: #3588C4;
}

#header_menu ul li a{
	color: #fcfcfc;
	text-decoration: none;
}

#slider_bg {
	height: 600px;
	background: #000 url('../images/slider_bg.png') top center no-repeat;
}

#slider_wrapper {
	height: 576px;
	position: relative;
}

#arrow_left,
#arrow_right {
	width: 26px;
	height: 44px;
	display: block;
	position: absolute;
	z-index: 20;
	margin-top: 216px;
}

#arrow_left {
	background: url('../images/arrow_left.png') no-repeat;
	left: 0;
}

#arrow_right {
	background: url('../images/arrow_right.png') no-repeat;
	right: 0;
}

#slider_content {
	width: 1038px;
	height: 579px;
	overflow: hidden;
	float: left;
	margin-left: 28px;
}

#slider_content_wrapper {
	width: 1000px;
	height: 577px;
}

#slider_content .slide{
	width: 1036px;
	height: 577px;
	float: left;
	position: relative;
}

#slider_content .slide_tt {
	width: 427px;
	top: 404px;
	left: 65px;
	z-index: 9;
	font-family: 'Open Sans', Arial, Verdana, Tahoma, sans-serif;
	position: absolute;
	font-size: 13px;
	background: #3588C4;
    padding: 10px 0 15px;
}

#slider_content_wrapper .slide div.right {
    left: 606px;
}

#slider_content .slide_tt p{
	float: left;
	margin-left: 24px;
	color: #fff;
}

#slider_content .slide_tt_title {
	font-size: 29px;
	margin-bottom: 7px;
}

#content {
	width: 1006px;
	padding-left: 90px;
}

#content #paragraphs {
    display: inline-block;
}

#content p {
	width: 93%;
	max-width: 906px;
	display: block;
	float: left;
	margin: 20px 0 0;
	font-size: 13px;
}

#content #paragraphs p {
    font-size: 14px;
    line-height: 23px;
}

#content ul {
    clear: left;
    /*color: #fcfcfc;*/
    float: left;
    list-style: outside;
    max-width: 906px;
    padding-left: 18px;
    width: 96%;
}

#content ul li {
	font-size: 14px;
}

#content ul li span{
	font-size: 14px;
    line-height: 22px;
}

#gallery {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 70px;
}

#home #gallery h2 {
	margin-top: 0px;
}

.work {
	width: 295px;
	height: 204px;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	position: relative;
	float: left;
}

.work a {
    display: inline-block;
}

.work_overlay {
	width: 295px;
	height: 204px;
	position: absolute;
	display: none;
	z-index: 5;
	opacity: .5;
	background: #fff url('../images/glass.png') center center no-repeat;
}

.work a:hover .work_overlay {
    display: block;
}

#contact_form_wrap {
    display: inline-block;
    float: left;
}

#contact_form_wrap p {
    font-size: 13px;
    clear: both;
    display: inline-block;
    max-width: 98%;
    width: auto;
}

#content_contact_form {
	width: 460px;
	float: left;
	margin-top: 40px;
    clear: both;
}


#content_contact_form div.form-col-left, #content_contact_form div.form-col-right {
    width: 225px;

}

#content_contact_form div.form-col-left {
    /*margin-right: 10px;*/
    float: left;
}

#content_contact_form div.form-col-right {
    float: right;
}

#content_contact_form input, #content_contact_form textarea {
    color: #fcfcfc;
}

#content_contact_form input:focus, #content_contact_form textarea:focus {
    outline: 0;
}

#content_contact_form .input_wrapper {
	width: 219px;
	height: 42px;
	display: block;
	background: url('../images/contact_input.png');
}

#content_contact_form input[type="text"],
#content_contact_form input[type="email"] {
	width: 199px;
	height: 26px;
	float: left;
	display: block;
	background: none;
	border: none;
	color: #000;
    text-align: left;
    /*text-indent: 15px;*/
    font-size: 13px;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 10px;
}

#content_contact_form .textarea_wrapper {
	width: 452px;
	height: 154px;
	display: block;
	float: left;
	background: url('../images/contact_textarea.png');
}

#content_contact_form textarea {
	width: 423px;
    max-width: 423px;
	height: 113px;
	display: block;
	color: #000;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	font-family: 'Open Sans', Arial, Verdana, Tahoma, sans-serif;
	resize: none; 
	background: none;
	border: none;
}

#content_contact_form input[type="submit"] {
	width: 74px;
	text-align: center;
	float: right;
	font-size: 15px;
	margin-top: 13px;
	margin-right: 8px;
	cursor: pointer;
	border: none;
    padding: 4px 9px;
    background-image: linear-gradient(bottom, rgb(0, 71, 133) 38%, rgb(43, 117, 196) 69%);
    background-image: -o-linear-gradient(bottom, rgb(0, 71, 133) 38%, rgb(43, 117, 196) 69%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 71, 133) 38%, rgb(43, 117, 196) 69%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 71, 133) 38%, rgb(43, 117, 196) 69%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 71, 133) 38%, rgb(43, 117, 196) 69%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.38, rgb(0, 71, 133)), color-stop(0.69, rgb(43, 117, 196)));
}

#content_contact_form input[type="submit"]:hover {
    /*background: #3588C4;*/
    background: #2172AD;
}

#content_contact_form #form-status {
    font-size: 13px;
    margin-top: 15px;
}

#sen {
	margin: 90px 0 0 56px;
}

#jitona {
	margin-left: 66px;
}

#volejte {
    margin: 32px 0 0 56px;
}

#form_filler {
	margin: 24px 0 0 50px
}

#contact_info {
	width: 912px;
	height: 33px;
	display: block;
	float: left;
	margin-top: 16px;
	background: #f0f0f0;
}

#contact_info p{
	width: 899px;
	display: block;
	float: left;
	font-size: 12px;
	margin-top: 8px;
	padding-left: 13px;
	color: #030303;
}

#contact_info p a {
	color: #030303;
}

#contact_info p span {
	margin-left: 26px;
}

#contact_info p span:first-child{
	margin-left: 53px;
}

#footer {
	width: 912px;
	display: block;
	float: left;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 16px 16px;
	font-size: 12px;
	text-align: center;
	color: #999;
}

#footer p a {
	color: #999;
	text-decoration: none;
}

.cleaner {
	clear: both;
	width: 100%;
}