/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

body {
	font-family: 'Open Sans', Arial, Verdana, Sans Serif;
	font-size: 16px;
	color: #000;
	background: #fff url(/images/bg3.jpg) top center no-repeat;
}

.container {
overflow: hidden;
max-width: 1600px;
min-width: 1100px;
margin: 0 auto;    
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
}


/*________ HEADER ________*/

.header {
overflow: hidden;
padding: 44px 0 56px 0;  
}


/*________ CONTENT ________*/

.content {
overflow: hidden;
height: 434px;  
}

.content h2 {
font-size: 24px;
color: #ff0b01;
font-weight: 800;
line-height: 1.3;
padding-bottom: 24px;    
}

.content h3 {
font-size: 36px;
color: #fff;
font-weight: 800;  
font-style: italic;
padding-bottom: 10px;  
line-height: 1;  
}

.content h4 {
color: #fdf821;
font-size: 16px;
font-style: italic;
font-weight: 600;
line-height: 1;  
}

.content p {
padding-bottom: 20px;
}

.content .welcome {
float: left;
width: 447px;
padding-right: 111px;      
}

.content .phone {
overflow: hidden;
background: url(/images/bg-phone.png) top center no-repeat;
margin-top: 300px;
text-align: center;
padding: 16px 0 22px 0;  
}
.gallery .wrapper {
	width: 1400px;
}
.gallery ul {
	display: flex;
}
.brands ul,
.gallery ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;  
overflow: hidden;    
}
.brands ul li {
display: inline-block;
}

.brands {
overflow: hidden;
padding: 20px 0;    
}
  
.gallery {
overflow: hidden;
background: #ff0b01;
padding: 25px 0;
margin-bottom: 5px;    
}

.gallery ul li {
margin: 0 12px;
border: 5px solid #fff;      
}
.gallery ul li.left {
margin-left: 0;  
}
.gallery ul li.right {
margin-right: 0;
}
.gallery ul li img {
	width: 100%;
	height: auto;
}
.location {
overflow: hidden;	
margin-bottom: 5px;  
}

/*________ FOOTER ________*/

.footer {
font-size: 11px;
background: #ff0b01;
padding: 16px 0;
margin-bottom: 5px;
}
  
.footer p {
color: #ffffff;
opacity: 0.5;
filter: alpha(opacity=50);  
}
.footer p a {
color: #fff;
}
    
.footer p:hover {
opacity: 1;
filter: alpha(opacity=100);      
}


/*________ MISC ________*/

.hide {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}








