/*Theme Name: Lobeys
Author: RYAN*/

html, body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	}
	
.clr {
margin:0; padding:0;
clear:both;
}
 
.clear {
margin:0; padding:0;
clear:both;
}

.clearfix {
margin:0; padding:0;
clear:both;
}
/* Global Classes starts */
* {
outline:none;
}

div, form, P
{
 margin:0px;
 padding:0px;
}

A IMG /* This Class will disble border over any link on images*/
{ 
  border:none;
  outline:none
}
a
{
	text-decoration:underline;
	color:#A2A2A2;
}

a:hover
{
	text-decoration:none;
	color:#596163;
}
p
{
	color:#596163;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	}

p a
{
	text-decoration:underline;
	color:#A2A2A2;
}

p a:hover
{
	text-decoration:none;
	color:#596163;
}


h1,h2,h3,h4,h5,h6
{
	font-family: 'Oswald', sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

UL
	{
	/* Controls NORMAL UL */
	margin:0 0 0 15px; 
	padding:0 0 0 0;
	list-style-type:none; 
	color:#596163;
	}

UL LI
	{
	/* Controls NORMAL li inside UL */
	margin:0 0 3px 0; 
	padding:0 0 0 12px;
	}

UL strong	{
font-size:15px;
	}	

OL 
	{
	/* Controls NORMAL OL */
	margin:0 0 0 28px; 
	padding:0 0 0 0;
	list-style-type:decimal; 
	}

OL LI
	{
	/* Controls NORMAL li inside OL */
	text-decoration:none;
	color:#000000;
	}
	
OL LI A, LI A , OL A
	{
	/* Controls LINKS inside OL */
	text-decoration:underline;
	color:#000000;
	}

OL A:HOVER
	{
	/* Controls LINKS HOVER inside OL */
	text-decoration:none;
	color:#363636;
	}

UL A
	{
	/* Controls LINKS inside UL */
	text-decoration:underline;
	color:#A2A2A2;
	}

UL A:HOVER
	{
	/* Controls LINKS HOVER inside UL */
	text-decoration:none;
	color:#363636;
	}
/* Global Classes ends */





/*--index--page-start--*/

#header_section{
	margin:0px;
	padding:0px;
	}
	
.header_bar{
	width:100%;
	margin:0px;
	padding:0px;
	background:url(images/header_bg.png)#470a0a left top repeat-x;
	}
	
.header_wrapper{
	width:1020px;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	}

.logo_bar{
	width:450px;
	margin:0px;
	padding:0px;
	float:left;
	}
	
.logo_bar img{
	max-width:100%;
	margin:0px;
	padding:0px;
	}
	
.call_us{
	width:400px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	float:right;
	text-align:right;
	}
	
.call_us p{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	}
	
.call_us p span{
	margin:0px 10px 0px 0px;
	padding:5px 10px 5px 10px;
	background:url(images/callus_bg.png)#cd8802 left top repeat-x;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:super;
	}
	
.call_us p a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-size:36px;
	font-weight:600;
	color:#cd8802;
	}
	
.call_us p a:hover{
	color:#f6a80c;
	}
	
.navigation_bar{
	margin:0px;
	padding:0px;
	background:url(images/nav_bg.png) left top repeat-x;
	}
	
.navigation_wrapper{
	width:1050px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
	
.menu_bar{
	width:565px;
	margin:0px;
	padding:0px;
	float:left;
	}
	
nav{
	margin:0px;
	padding:0px;
	font-family: 'Oswald', sans-serif;
	}
	
nav ul{
	margin:0px;
	padding:0px;
	}
	
nav ul li{
	margin:0px -2px 0px 0px;
	padding:0px;
	display:inline-block;
	background:url(images/li_devider.png) left top no-repeat;
	}
	
nav ul li a{
	margin:0px;
	padding:31px 27px 31px 27px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	font-weight:400;
	color:#fff;
	display:inline-block;
	}
	
nav ul li a:hover{
	color:#fff;
	background:url(images/li_hover.png) left top repeat-x;
	}
	
nav ul li.current-menu-item a{
	color:#fff;
	background:url(images/li_hover.png) left top repeat-x;
	}
		
.social_bar{
	width:440px;
	margin:0px 0px 0px -17px;
	padding:0px 0px 20px 15px;
	background:url(images/li_devider.png) left top no-repeat;
	text-align:left;
	float:left;
	position:relative;
	z-index:999;
	}
	
.social_bar img{
	max-width:100px;
	margin:22px 10px 0px 0px;
	padding:0px;
	}
	
.banner_bar{
	width:100%;
	margin:0px;
	padding:0px 0px 24px 0px;
	background:url(images/bnr_bottom.png) left bottom repeat-x;
	border-top:10px solid #fff;
	}
	
.main_banner{
	margin:0px;
	padding:0px 0px 60px 0px;
	background:url(images/banner_bg.png) #000 left top repeat-x;
	}
	
.banner_wrapper{
	width:1050px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
	
.banner_left{
	width:495px;
	margin:0px 0px 0px 0px;
	padding:50px 0px 0px 0px;
	float:left;
	}
	
.banner_left img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}
	
.banner_left h3{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:34px;
	font-weight:600;
	color:#d69004;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	}
	
.banner_left h3 span{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:24px;
	font-weight:600;
	color:#d69004;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	}
	
.banner_left h4{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:38px;
	font-weight:600;
	color:#fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	}
	
.banner_left p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
	}
	
.banner_left a{
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	background:#dd9506;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-size:17px;
	font-weight:600;
	color:#000001;
	display:inline-block;
	}
	
.banner_left a:hover{
	background:#be6601;
	}
	
.banner_right{
	width:535px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
	
.slide_show{
	margin:-100px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	}
	
.slide_show img{
	max-width:100%;
	margin:0px;
	padding:0px;
	}
	
#contener_section{
	margin:0px;
	padding:0px;
	}
	
.contener_wrapper{
	width:1050px;
	margin:0px auto;
	padding:25px 0px 0px 0px;
	}
	

	
.panel_left{
	width:610px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	float:left;
	}
	
.company_profile{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.company_profile h3{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
	color:#020202;
	}
	
.company_profile h3 span{
	color:#782424;
	}

.panel_left p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:25px;
	}
/*		
.company_profile p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:25px;
	}*/
	
.company_services{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	}
	
.company_services ul{
	margin:15px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}
	
.company_services ul li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 40px;
	background:url(images/sign.png) left 5px no-repeat;
	}
	
.company_services ul li a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	font-size:17px;
	font-weight:400;
	color:#020202;
	}
	
.company_services ul li a:hover{
	color:#4d0c0c;
	}
	
.panel_right{
	width:385px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	float:right;
	}
	
.quick_enquiry{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}
	
.quick_enquiry img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:8px 0px 5px 0px;
	background:#FFF;
	float:left;
	display:inline;
	}
	
.quick_enquiry p{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	}
	
.qoute_info{
	margin:0px 0px 10px 0px;
	padding:15px 0px 15px 0px;
	text-align:center;
	background:url(images/qoutes_bg.png)#2060c0 left top repeat-x;
	border-radius:10px 10px 0px 0px;
	border:1px solid #2665c3;
	}

.qoute_info h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:29px;
	font-weight:400;
	color:#fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	}
	
.qoute_info img{
	max-width:100%;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	background:none; float:none;
	}
	
.enquiry_field{
	width:360px;
	margin:0px 0px 10px 0px;
	padding:9px 10px 9px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.enquiry_msg{
	width:360px;
	height:150px;
	margin:0px 0px 10px 0px;
	padding:8px 10px 8px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.captcha_detail{
	width:95px;
	margin:0px 10px 10px 10px;
	padding:9px 10px 9px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.enquiry_button{
	width:160px;
	margin:0px 0px 10px 0px;
	padding:4px 0px 4px 0px;
	background:url(images/qoutes_bg.png)#2060c0 left top repeat-x;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#fff;
	border-top:1px solid #bfbfbf;
	border:1px solid #2665c3;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	}
	
.enquiry_button:hover{
	background:#1f5fc0;
	cursor:pointer;
	}
	
.clients_profile{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	background:#e9e9e9;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #bfbfbf;
	}
	
.clients_info{
	width:1050px;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	}
	
.clients_info p{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:400;
	color:#000;
	}
	
	
.clients_info img{
	max-width:100%;
	margin:0px 32px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	}
	
#footer_section{
	margin:0px;
	padding:0px 0px 0px 0px;
	background:url(images/footer_bg.png)#470a0a left top repeat-x;
	border-top:1px solid #6a121b;
	}
	
.footer_wrapper{
	width:1050px;
	margin:0px auto;
	padding:30px 0px 30px 0px;
	}
	
.footer_left{
	width:500px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.footer_left img{
	max-width:100%;
	margin:0px;
	padding:0px 0px 0px 0px;
	}
	
.footer_right{
	width:450px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
	
.footer_menu{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #8b5656;
	}
	
.footer_menu ul{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}
	
.footer_menu ul li{
	margin:0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	}
	
.footer_menu ul li a{
	margin:0px;
	padding:0px 0px 0px 23px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:400;
	color:#fff;
	}
	
.footer_menu ul li a:hover{
	color:#000;
	}
.footer_menu ul li.current-menu-item a{
	color:#000;
	}	
.copy_rights{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	}
	
.copy_rights p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	}
/*--index--page-end--*/



/*--about-us--page-start--*/

.heading_bar{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(images/heading_bg.png) left top repeat-x;
	}
	
.heading_wrapper{
	width:1050px;
	margin:0px auto;
	padding:25px 0px 25px 0px;
	}
	
.heading_wrapper h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:25px;
	font-weight:400;
	color:#fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
	}
	
.side_bar{
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	}
	
.logisticks_block{
	margin:-180px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	}
	
.logisticks_block img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.our_team{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	}
	
.our_team h4{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:25px;
	font-weight:400;
	color:#611414;
	}
	
.team_left{
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.team_left img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.team_right{
	width:425px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
	
.team_right h5{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-weight:400;
	color:#611414;
	}
	
.team_right p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:22px;
	}

/*--about-us--page-end--*/


/*--fleet--page-start--*/	

.fleet_bar{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.fleet_info{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	}
	
.fleet_info h4{
	margin:0px 0px 20px 0px;
	padding:10px 0px 10px 10px;
	font-size:21px;
	font-weight:400;
	color:#fff;
	background:#4f0f0f;
	}
	
.fleet_info p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:25px;
	}
	
.fleet_info img{
	max-width:100%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}
	
.fleet_thumb{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.fleet_thumb img{
	max-width:100%;
	margin:0px 3px 0px 3px;
	padding:0px 0px 0px 0px;
	}

.fleet_left{
	width:260px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	float:left;
	}
	
.fleet_left img{
	max-width:100%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}
	
.fleet_left ul{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}
	
.fleet_left ul li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 40px;
	background:url(images/sign_2.png) left 5px no-repeat;
	}
	
.fleet_left ul li a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	font-size:15px;
	font-weight:400;
	color:#020202;
	}
	
.fleet_left ul li a:hover{
	color:#4d0c0c;
	}
	
.fleet_right{
	width:315px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
	
.fleet_right p{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:25px;
	}
	
/*--fleet--page-end--*/


/*--contact--page-start--*/
.contact_us{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.contact_left{
	width:500px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.contact_left img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	}
	
.contact_left h3{
	margin:0px 0px 25px 0px;
	padding:0px 0px 10px 0px;
	font-size:20px;
	font-weight:400;
	color:#4b0c0c;
	border-bottom:8px solid #4f0f0f;
	}
	
.contact_left p{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	}
	
.visitor_field{
	width:480px;
	margin:0px 0px 10px 0px;
	padding:12px 10px 12px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.select_contact{
	width:500px;
	margin:0px 0px 10px 0px;
	padding:12px 5px 12px 5px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.visitor_msg{
	width:480px;
	height:150px;
	margin:0px 0px 10px 0px;
	padding:8px 10px 8px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.captcha_code{
	width:215px;
	margin:0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background:#e9e9e9;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	border-top:1px solid #bfbfbf;
	border-bottom:none;
	border-left:none;
	border-right:none;
	}
	
.submit_button{
	width:160px;
	margin:0px 0px 10px 0px;
	padding:5px 0px 5px 0px;
	background:url(images/qoutes_bg.png)#2060c0 left top repeat-x;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#fff;
	border-top:1px solid #bfbfbf;
	border:1px solid #2665c3;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
	}
	
.submit_button:hover{
	background:#1f5fc0;
	cursor:pointer;
	}
	
.contact_right{
	width:500px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}	

.contact_right h3{
	margin:0px 0px 25px 0px;
	padding:0px 0px 10px 0px;
	font-size:20px;
	font-weight:400;
	color:#4b0c0c;
	border-bottom:8px solid #4f0f0f;
	}
	
.address_info{
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dashed #b7b7b7;
	}
	
.adres_left{
	width:50px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	/*text-align:center;*/
	float:left;
	}

.adres_left img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.adres_right{
	width:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.adres_right h4{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:25px;
	font-weight:600;
	color:#000;
	}
	
.adres_right a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	color:#0d0d0d;
	}

.adres_right a:hover{
	color:#1a5da5;
	}
	
.adres_right p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#0d0d0d;
	}

.street_adres{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	}
	
.map_info{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
.map_info img{
	max-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
		
/*--contact--page-end--*/	
.large_thm{ margin:0px 0px; padding:0px 0px;}
.client_text{ float:left;}
.client_text p{padding:50px 0px; margin:0px 0px;}
.client_slider{ float:right;}
.fullwidth{ margin:0px 0px; padding:0px 0px 20px;}
.fullwidth p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	font-size:15px;
	font-weight:400;
	color:#020202;
	line-height:25px;
	}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs { background: #000 !important; }