@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}



h1 { 
    margin-top: 10px;
    color: #555; 
    font-weight: normal; 
    font-size: 1.8em; 
    line-height: 1.1em;
    font-family: OpenSansSemiBold, Arial, sans-serif; 
}

.homepageleft h1{
    margin-top: 0px;
}

h2 { 
    margin-top: 10px;
    color: #444; 
    font-weight: normal;   
    font-size: 1.6em; 
    line-height: 1.25em; 
    font-family: OpenSansSemiBold, Arial, sans-serif;
}

h3 { 
    margin-top: 10px;
    color: #222222; 
    font-weight: bold;   
    font-size: 1.2em; 
    line-height: 1.25em; 
}

p { margin: 14px 0px; }

a:link, a:active, a:visited {
    color: #ed1c24;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: 0px; }

.clearer { clear: both; height: 0px; overflow: hidden; font-size: 0px; line-height: 0px; }

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    background-color: #666666;
    line-height: 1px;
    border: none;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	display: block;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	display: block;
}

img.aligncenter {
	text-align: center;
	margin: 1em auto 5px auto;
	clear: both;
	display: block;
}

img.fullwidth {
	margin: 0;
	display: block;
}

span.orange {
    color: #fd8504;
}

a.grey,
.leftcol a.grey {
    color: #7c7c7c;
}

/*-----------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
    color: #666666;
    font-size: 0.8em;
    line-height: 1.5em;
    font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    min-width: 975px;
    background: #fff url('../images/background.jpg') center 230px no-repeat;
}

#header {
    background: #cccccc url('../images/header.jpg') center repeat-y;
}

#header .logo {
    float: left;
    margin-right: 10px;
}

#header .logo2 {
    float: right;
    margin-left: 10px;
}

#header .strapline {
    float: left;
    color: #6d6d6d;
    text-transform: uppercase;
    margin-top: 28px;
    width: 125px;
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: bold;
}

#header .ticker_box {
    padding-top: 15px;
}

#header .ticker {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
}

#header .ticker a {
    color: #fd8504;
}

.hankook_logo {
    float: left;
    /*margin-left: 25px;*/
    margin-left: 0;
    margin-top: 20px;
}

.header_contact {
    float: left;
    text-align: center;
    /*margin-left: 20px;*/
    margin-left: 5px;
    margin-top: 15px;
    color: #454545;
    font-size: 0.9em;
    line-height: 1.2em;
    width: 210px;
    /*width: 230px;*/
}

.header_contact .phone {
    display: block;
    margin-top: 4px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    color: #fd8504;
}

.phone .number {font-size: 1.4em;line-height: 1em;letter-spacing:-2px;}

.opening_times {font-size: 1.3em;display: block;margin-top: 3px;}

#content {
    margin-top: 15px;
}

#wrapper {
    /*margin: 0px auto;
    width: 975px;*/	
}

.wrapper {
    margin: 0px auto;
    width: 940px;	
}

.greyback {
    background: #303640;
    color: #fff;
    font-size: 1.75em;
    line-height: 1.2em;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    font-family: OpenSansRegular, Arial, sans-serif;
}

.greyback p { margin: 0; }

.orangebox {
    background: #f02821;
    background: -moz-linear-gradient(top,  #f02821 0%, #ff7e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f02821), color-stop(100%,#ff7e00));
    background: -webkit-linear-gradient(top,  #f02821 0%,#ff7e00 100%);
    background: -o-linear-gradient(top,  #f02821 0%,#ff7e00 100%);
    background: -ms-linear-gradient(top,  #f02821 0%,#ff7e00 100%);
    background: linear-gradient(to bottom,  #f02821 0%,#ff7e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02821', endColorstr='#ff7e00',GradientType=0 );
    padding: 5px 25px;
    color: #fff;
    padding-bottom: 0;
}

.orangebox h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2.1em;
}

.imagebox {
    background: #fff;
    width: 280px;
    height: 235px;
    margin: 0 0 25px 25px;
    position: relative;
    float: left;
    color: #757575;
    line-height: 1.3em;
}

.imagebox img {
    width: 100% !important;
    height: auto !important;
}

.bottompic img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.imagebox h1,
.imagebox h2,
.imagebox h3,
.imagebox h4,
.imagebox h5,
.imagebox h6,
.imagebox h2 + p { margin-left: 10px;margin-right: 10px; text-align: left; margin-bottom: 4px; margin-top: 0; }

.imagebox p:first-child {margin-top: 0; margin-bottom: 4px;}

.imagebox h1,
.imagebox h2,
.imagebox h3,
.imagebox h4,
.imagebox h5,
.imagebox h6 {
    font-family: "Arial Black", Arial, sans-serif;
    color: #000;
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.bottompic h2 {
    margin-top: 10px;
}

.imagebox a.editor_link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: rgba(255,255,255,0.7);
    color: #444;
    z-index: 2;
}

.first {margin-left: 0;}

.fullwidth {
    float: left;
    width: 890px;
    padding: 0 25px;
    margin-top: 20px;
}

.leftcol {
    float: left;
    width: 600px;
    padding-left: 25px;
    margin-top: 20px;
}

.rightcol {
    margin-top: 20px;
    float: right;
    padding-right: 25px;
    width: 275px;
}

.quotebox {
    margin-top: 20px;
    padding-left: 28px;
    background: url('../images/quotemarktop.png') top left no-repeat;
    color: #302e2a;
}

.quote {
    padding-right: 28px;
    background: url('../images/quotemarkbottom.png') bottom right no-repeat;
    font-size: 1.4em;
    line-height: 1.2em;
    font-style: italic;
    font-family: OpenSansSemiBold, Arial, sans-serif;
    width: 168px;
}

.quotename {
    margin-top: 5px;
    font-family: OpenSansLight, Arial, sans-serif;
    font-size: 0.85em;
}

.quotewrap {
    float: right;
    height: 70px;
    width: 126px;
    position: relative;
    margin-top: -10px;
    margin-right: -20px;
}

.tyre_manufacturers {
    border-top: 1px solid #bcbcbc;
    text-align: center;

}

.tyre_manufacturers img {
    margin-left: 7px;
    height: 32px !important;
    width: auto !important;
}

.tyre_manufacturers img:first-child {
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0px;
    padding-bottom: 10px;
    background: #fff;
}

#footer .footer_separator { padding: 0 10px; }

.footer_line {margin-bottom: 5px;}

.footer_info {
    float: left;
    width: 750px;
    margin-top: 20px;
}

.social_bookmarks {
    width: 110px;
    float: right;
    margin-top: 52px;
}

.social_bookmarks img {margin-left: 5px;}

#footer p {
    margin: 5px 0;
}

#footer a {
    color: #8f8f8f;
}

/*-----------------------------------------------------------------------------------------------*/

.mailmodal {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
}

.mailmodal .closemodal {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fa720e;
    font-size: 5em;
    line-height: 1em;
    display: inline-block;
    cursor: pointer;
    z-index: 999;
}

.mailmodal .closemodal:hover {
    color: #fff;
}

.mailmodal .modal_btn {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #fe8d08 0%,#f02821 68%);
    text-transform: uppercase;
    color: #fff;
}

.mailmodal .modal_btn:hover {
    background: #000;
}

.mailform {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    padding: 15px;
}

.mailform h1,
.mailform h2 {
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #444;
    border-bottom: 1px solid #f57e2d;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.25em;
    font-family: OpenSansSemiBold, Arial, sans-serif;
}