@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url(fonts/Myriad Pro Regular.ttf);
}

body{
	margin:0px;
	font-family: Arial;
	color: white;
	font-size: 16px;
}
h1{
	color: black;
    font-size: 48px;
    text-align: center;
}
.header_container, .footer_container{	
	width:100%;	
	background-color:#303030;	
}
.header, .footer{	
	width:1200px;	
	margin:0 auto;
	position:relative;	
	font-size: 14px;
}
.header{ 	
	height:370px;	
}
.footer{
	padding: 10px 0;
}
.kamion{	
	position: absolute;	
	right: -32px;
	Top: -7px;	
}
.logo{	
	position: relative;	
	z-index: 100; 
	float:left;	
	margin-left: 30px;
}
.menu_container{ 
	display: table;
    float: right;
    margin-right: 38px;
    position: relative;
    z-index: 100;
}
.menu_item{
	color:white;
    display: table;
    float: left;
    padding: 15px 8px;
    text-decoration: none;
    text-transform: uppercase;
	font-size:18px;
	cursor:pointer;
}
.menu_item p{
	margin:0px;
}
.menu_item p::first-letter{
	color:#85bfe8;
}
.language_container img{
	cursor:pointer;
	margin: 5px;
}
.language_container{
	bottom: 0;
    left: 50px;
    position: absolute;
}
.page_container{
	margin: 0 auto;
    min-height: 400px;
	padding-top: 110px;
    width: 1200px;
	display: table;
}
.tab_container{
	display:table;
	margin:0 auto;
}
.tab{
	width:307px;
	height:173px;
	background-image: linear-gradient(to bottom, #303031, #52636f);
	float:left;
	margin: 15px 41px;
}
.tab_light{
	background-image:url(images/tab_light.png);
	width:307px;
	height:367px;
	float:left;
	margin:	30px 41px;
}
.tab_head, .tab_light_head{
	color: #85bfe8;
    display: block;
    font-size: 22px;
    margin: 15px 0;
    padding-left: 25px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.tab_light_head{
	margin: 60px 0 30px;
	color:#61859d;
}
.tab_text{
	display: block;
    font-size: 14px;
    padding: 0 25px;
}
.tab_light_1 img{
	margin-right:15px;
}
.tab_light_1{
	color:#303131;
	display: block;
    margin-left: 21px;
	font-size: 18px;
	margin-bottom: 10px;
}
.widgetValutar{
	border-spacing: 0 6px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: -10px 0 0 25px;
}
.widgetValutar td{
	background-color: white;
    padding: 2px 6px;
}
#contact_form input{
	border-style: solid;
    display: table;
    margin: 10px auto;
    width: 80%;
	padding:10px;
}
#contact_form textarea{
	border-style: solid;
    display: table;
    height: 81px;
    margin: 0 auto;
    padding: 5px 10px;
    width: 80%;
}
.send_button{
	background-color: #337ab7;
    border-radius: 5px;
    height: 25px;
    line-height: 1.5;
    margin: 15px auto;
    padding: 5px;
    text-align: center;
    width: 120px;
	cursor:pointer;
}
.clear_default{
	color: #aaaaaa;
    font-style: italic;
}
.left_text{
	display: block;
    width: 100%;
	margin: 2px 0;
}
.right_text{
	display: block;
    float: right;
    margin-right: 60px;
    text-align: right;
    width: 50%;
	margin-top: -10px;
}
.footer_menu_item{
	color: white;
    display: table;
    float: right;
    padding: 10px 5px 0;
    text-decoration: none;
	text-transform:uppercase;
}
.curs_valutar{
	display: table;
    margin-bottom: 20px;
    margin-top: -80px;
}
.picture{
	display: table;
    margin: 0 auto 30px;
}
#contact_form2{
	width: 450px;
}
.contact_span{
	color:black;
}
.contact_form, .contact_form2{
	display: table;
    text-align: center;
	margin-top: -40px;
	float:left;
}
#contact_form2 .clear_default{
	width: 250px;
}
#contact_form2 textarea{
	height: 90px;
}
.contact_span2{
	display:block;
	color:black;
	text-align:left;
	margin:5px 0;
}
.contact_form2{
	padding:20px;
	border-left: 2px dashed #ababab;
	margin:0 0 30px;
}
.kamion_contact{
	display:block;
	float: right;
    margin-right: -31px;
}
.client_img{
	margin: 10px;
}
.page_title{
	margin-left: 20px;
    margin-top: -10px;
    text-transform: uppercase;
	color:black;
}

.page_container h1	{ text-align:left; font-size:24px; color:#61859d; }
.page_container p	{ color:#000000; }