/* 
CSS Document
Created by Slashin Media
www.slashinmedia.com
*/

/*----------- Settings ----------*/

@charset "UTF-8";

@font-face {
    font-family: 'Proxima';
    src: url('../font/proximanova-reg-webfont.eot');
    src: url('../font/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-reg-webfont.woff') format('woff'),
         url('../font/proximanova-reg-webfont.ttf') format('truetype'),
         url('../font/proximanova-reg-webfont.svg#Proxima') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../font/proximanova-sbold-webfont.eot');
    src: url('../font/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-sbold-webfont.woff') format('woff'),
         url('../font/proximanova-sbold-webfont.ttf') format('truetype'),
         url('../font/proximanova-sbold-webfont.svg#Proxima') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima';
    src: url('../font/proximanova-bold-webfont.eot');
    src: url('../font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-bold-webfont.woff') format('woff'),
         url('../font/proximanova-bold-webfont.ttf') format('truetype'),
         url('../font/proximanova-bold-webfont.svg#Proxima') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*----------- Settings end ----------*/

/*----------- Globals ----------*/

body {
	background-color: #2e408d;
	color: white;
	font-family: 'Proxima';
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 300;	
}

#wrapper {width: 100%;}

a {
	text-decoration: none;
	color: #89e534;
	outline: none;
}

ul, ol {list-style:none;}

p, h1, h2, h3, h4, h5, h6, h7, strong, b, nav ul li a, .button, .button span, .useCustomFont {
	font-family: 'Proxima';
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 300;	
}
h1, h2, h3, h4, h5, h6, h7 {
	text-transform: uppercase;
	font-weight: 500;
}
h2 {
	font-size: 20px;
	color: #89e534;
}
p {
	font-size: 16px;
	line-height: 24px;
}

ul {
}
ul li {
	background: url(../img/bullet.png) no-repeat 0 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 24px;
}

/*----------- Globals end ----------*/

/*----------- Header ----------*/

#wrapper > header {
}
#wrapper > header .top {
	width: 100%;
	background: url(../img/top_bg.jpg) repeat-x;
}
#wrapper > header .top > section {
	position: relative;
	height: 325px;
}
#wrapper > header .top section #logo {
	width: 423px; height: 308px;
	display: block;
	position: absolute;
	background: url(../img/hatarauto_logo.png) no-repeat;
	left: 29%; right: 25%;
	top: -53px;
	z-index: 100;
}
#wrapper > header .top > section .cars {
	height: 325px; width: 960px;
	display: block;
	background: url(../img/cars.png) no-repeat;
}
#wrapper > header nav {
	margin: 30px 0;
}
#wrapper > header nav a {
	display: block;
	width: 132px; height: 81px;
	line-height: 81px;
	float: left;
	background: url(../img/nav_btn_mod.png) no-repeat;
	text-align: center;
	margin-right: 6px;
	font-size: 16px;
	color: #2E408D;
}
#wrapper > header nav a.two_line {
	line-height: 18px;
	padding: 24px 0;
	height: 47px;
}
#wrapper > header nav a:hover,
#wrapper > header nav a.current {
	text-shadow: none;
	color: white;
}
#wrapper > header nav a.last {
	margin-right: 0;
}

/*----------- Header end ----------*/

/*----------- Main ----------*/

#main {
}

.openinfo {
	font-size: 13px;
}

.main_title h2 {
	font-size: 36px;
	color: white;
}
.main_title h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 0;
}

.map_header h2 {
	text-transform: none;
	font-weight: 300;
}

.button {
	background: url(../img/button_bg.jpg) repeat-x;
	height: 60px;
	line-height: 60px;
	float: left;
	color: #2E408D;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.button:hover {
	color: white;
	text-shadow: none;
}

table {
	margin-bottom: 5px;	
}
table td {
	font-size: 16px;
}

ul.home_infos li {
	padding: 0;
	background: none;
	font-size: 19px;
}

.grid_4 table td {
	padding: 4px 0;
}

#cars {
	float: left;
}
#cars > li {
	height: 310px; width: 960px;
	list-style: none;
	padding: 0 0 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #425298;
	background: none;
}
#cars > li:last-child {
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
#cars > li h3 {
	display: block;
}
#cars img {
	float: left;
	margin-right: 20px;
	padding: 5px;
	background: #425298;
	width: 350px;
}
#cars > li ul {
	margin: 0 40px 0 0;
	float: left;
}
#cars > li ul li {
	font-size: 16px;
	line-height: 24px;
}

.price_table tr {
	border-bottom: 1px solid white;
	height: 50px;
	line-height: 25px;
}
.price_table thead tr th,
.price_table tr td {
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
}
.price_table thead tr th.first,
.price_table tr td.first {
	text-align: left;
	border-left: none;
}
.price_table th {
	color: #89e534;
	text-transform: uppercase;
	font-size: 20px;
}
.price_table tr td img {
	margin: 10px 10px 10px 0;
}

/*----------- Main end ----------*/

/*----------- Footer ----------*/

body > footer {
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #425298;
}
body > footer p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
				
/*----------- Footer end ----------*/
/*----------- DIGININ MOD ----------*/
#cars p, #cars div{
	float:left;
}

.vehicle_main_picture{
    float: left;
    width: 380px;
	position: relative;
}

#fancystart, .nagyito{
	width: 40px;
	height: 41px;
	display: block;
	position: absolute;
	bottom: 10px;
	right:30px;
	background: url(../img/nagyito_ikon.png) no-repeat 0 0;
	text-indent:-999999px;

}
/*----------- DIGININ end ----------*/

#cars li.intro{
	min-height: 270px;
	height: 100%;
}

#cars li:first-child p {
    float: left;
    width: auto;
}

#cars li p {
    float: right;
    width: 570px;
}


@media screen and (max-width: 960px) {
    #wrapper > header .top > section .cars {
        background-size: contain;
        height: 100%;
        width: 95%;
    }
    body{
        min-width: auto;
    }
    .container_12, .container_16 {
        width: 95%;
        padding: 0 2%;

    }

    #wrapper > header .top section #logo {

        background-size: contain;

        height: 100%;
        width: 40%;
        top:-5%;
    }

    .container_12 img{
        max-width: 100%;
    }
    .container_12 .grid_8,
    .container_12 .grid_12, .container_16 .grid_16 {
        width: 92%;
    }
    #cars > li {
        width: 100%;
        margin: 0;
        padding: 0;
        float:left;
        height: auto;
    }

    #cars > li ul li {
        float:left;
        width: 100%;
    }
    #cars > li h3 {
        float: left;
    }
    #cars{
        float: none;
    }


    #cars li p {
        width: 100%;
    }
    #wrapper > header nav a {
        background-position:center center;
	background-size: contain;
        height: 100%;
	width: 13.3%;
	line-height: 70px;

    }
#wrapper > header nav a.two_line {
	padding: 10px 0;
}
}

@media screen and (max-width: 700px) {
    #wrapper > header .top > section {
        height: 200px;
    }
    #wrapper > header .top section #logo {
        height: 85%;
    }
    #wrapper > header nav a {
        background-position:center center;
        height: 100%;
	width: 41%;
	margin-bottom: 10px;
    }
#wrapper > header nav a.two_line {
    padding: 14px 0;
}

}
@media screen and (max-width: 500px) {
    
    .vehicle_main_picture {
        width: 100%;
    }
    
    #wrapper > header .top > section {
        height: 150px;
    }

.container_12 .grid_4 {
    width: auto;
}

	#wrapper{max-width:450px;}
	#wrapper > header,
	.container_12{float:left;max-width:450px;}

}

@media screen and (max-width: 380px) {
    #wrapper > header .top > section {
        height: 130px;
    }
	#wrapper{max-width:380px;}
	#wrapper > header,
	.container_12{float:left;max-width:380px;}
}


@media screen and (max-width: 340px) {
	#wrapper > header .top > section {
		height: 130px;
	}

	#wrapper{max-width:320px;}
	#wrapper > header,
	.container_12{float:left;max-width:320px;}


}

