@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=latin,latin-ext);

html,body {
    background: #fff;
    height: 100%;
}
body { 
    color: #777676;
}
a {
    text-decoration: none;
    color: #cf130a;
}

.container {
    width: 1000px;
    margin: 0 auto;
}
#wrapper {
    min-width: 1000px;
}
/* FONTS */
body { 
    font-family: Arial,Helvetica,sans-serif;
}
/* medium */
nav a,
.btn-red,
input,
textarea,
select,
option,
.index-heading-1,
.btn,
#index-heading h2
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
/* light*/
h1,
h2,
#contact-form-heading,
#search-heading,
#offer-params ul li
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* bold */
.index-heading-2,
#index-heading h1
{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}



/* NAV */


.logo {
    display: block;
    width: 78px;
    height: 92px;
    
    
    background: url('../images/logo.png');
}


header {
    display: block;
    background: #fff;
    border-bottom: 3px solid #d40b00;
    padding-bottom: 18px;
    height: 105px;
}
header .container {
    position: relative;
    padding-right: 150px;
    width: 850px;
}
header nav {
    float: right;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
#nav-trigger {
    display: none;
    
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav>ul>li {
    margin: 0;
    float: left;
    padding: 0 0 0 32px;
    position: relative;
}

header nav>ul>li:first-child {
    padding-left: 0;
}
header nav>ul>li>a {
    color: #8f8f8f;
    transition: all 0.4s;
}
header nav>ul>li>a:hover,header nav>ul>li>a.active {
    color: #cf130a;
}
header #copyright,header #author {
    color: #b5b5b5;
    font-size: 11px;
    line-height: 17px;
}
header #author a {
    color: #cf130a;
}
header #author a:hover {
    text-decoration: underline;
}
header .logo {
    float: left;
    margin: 13px 0 0 3px;
} 

header #brand {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    box-shadow: 0 0 13px rgba(0,0,0,0.2);
    width: 110px;
    height: 206px;
    background: url('../images/brand.png');
    transition: all 0.4s;
    margin-left: 40px;
    z-index: 1000;
}
header #brand:hover {
    box-shadow: 0 0 13px rgba(0,0,0,0.3);
    
}
header #header-contact {
    font-size: 11px;
    color: #4a4a4a;
    float: right;
    margin-top: 38px;
    width: 730px;
    margin-bottom: 23px;
    text-align: right;
}


/* FOOTER */
footer {
    border-top: 3px solid #d40b00;
    background: #fff;
    font-size: 11px;
    padding-bottom: 30px;
}
footer nav {
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    display: block;
    text-transform: uppercase;
}
footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer nav>ul>li {
    margin: 0;
    float: left;
    padding: 0 0 0 28px;
    position: relative;
}

footer nav>ul>li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d1d1d1;
    position: absolute;
    left: 12px;
    top: 10px;
}
footer nav>ul>li:first-child {
    padding-left: 0;
}
footer nav>ul>li:first-child:before {
    display: none;
}
footer nav>ul>li>a {
    color: #8f8f8f;
    transition: all 0.4s;
}
footer nav>ul>li>a:hover,footer nav>ul>li>a.active {
    color: #cf130a;
}
footer #copyright,footer #author {
    color: #b5b5b5;
    font-size: 11px;
    line-height: 17px;
}
footer #author a {
    color: #cf130a;
}
footer #author a:hover {
    text-decoration: underline;
}

footer .logo {
    float: right;
    margin: 27px 3px 0px 0;
} 

section#content {
    background: #fff;
    padding: 0px 0 85px 0;
}

h1 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 41px;
    margin-top: 60px;
}
h2 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 23px;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

article {
    line-height: 24px;
    font-size: 13px;
}
article img {
    max-width: 100%;
    height: auto !important;
}
article p {
    padding-bottom: 24px;
}
article ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
article ul li {
    padding-left: 20px;
    position: relative;
}
article ul li:before {
    content: "";
    display: block;
    background: #cf130a;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 7px;
    top: 10px;
    position: absolute;
}
article strong {
    color: #d40b00;
}

.heading-photo {
    display: block;
    height: 264px;
    background-position: center top;
    
}

.btn-red {
    display: inline-block;
    height: 400px;
    min-width: 216px;
    padding: 0 10px;
    border-top: 1px solid #f10400;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    background: #d40b00;
    background-image: linear-gradient(#d40b00,#a30800);
    cursor: pointer;
    font-size: 14px;
    text-shadow: 1px 1px 0px #810800;
    text-align: center;
    width: 100%;
}
.btn-red:hover {
    background-image: linear-gradient(#a30800,#d40b00);
    border-bottom: 1px solid #f10400;
    border-top: 0;
}
.btn-shadow {
    position: relative;
}
.btn-shadow:before {
    content:"";
    display: block;
    width: 235px;
    height: 18px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -117px;
    background: url('../images/btn-shadow.png');
}



/* kontakt */

#contact-form {
    width: 238px;
    float: right;
    background: url('../images/contact-form.jpg') no-repeat center top #810800;
    height: 438px;
    margin-top: -438px;
    position: relative;
    padding: 0 29px 0 30px;
}
#contact-form-heading {
    font-size: 35px;
    color: #ffffff;
    padding: 25px 0 25px 0;
}
#contact-form .form-group {
    margin-bottom: 10px;
    position: relative;
}
#contact-form input {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: #fff;
    color: #4a4a4a;
    height: 36px;
    padding: 0 13px;
    font-size: 13px;
}

#contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background: #fff;
    color: #4a4a4a;
    height: 87px;
    padding: 8px 13px;
    font-size: 13px;
    resize: none;
}
#contact-form .error input, #contact-form .error textarea {
    color: red;
}
#contact-form .form-group label.error:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dfdfdf;
    top: -8px;
    content: "";
    display: block;
    height: 0;
    left: 17px;
    position: absolute;
    width: 0;
}
#contact-form .form-group label.error:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    content: "";
    display: block;
    height: 0;
    left: 17px;
    position: absolute;
    width: 0;
}
#contact-form .form-group label.error {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    top: 100%;
    font-size: 11px;
    left: -15px;
    padding: 4px 6px;
    position: absolute;
    z-index: 1000;
    margin-top: 4px;
    box-shadow: 0 0 5px #2e2e2e;
}

.contact-column {
    width: 33%;
    float: left;
    min-height: 133px;
    margin-bottom: 80px;
    
}
.contact-column article {
    font-size: 13px;
    
}
.contact-column-photo {
    float: left;
    width: 120px;
    height: 133px;
}


#index {
    background: url('../images/indexbg.jpg') no-repeat center top;
    height: 610px;
    display: block;
    margin-bottom: 1px;
    background-size: cover;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}
#index-heading {
    background: rgba(0,0,0,0.6);
    
    padding: 80px 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    
}
#index-heading h1 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
}
#index-heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 10px;
}
#index-left {
    height: 316px;
    display: block;
    width: 50%;
    background: url('../images/index-left.jpg') no-repeat right top;
    float: left;
    background-size: cover;
    overflow: hidden;
}
#index-right {
    height: 316px;
    display: block;
    width: 50%;
    background: url('../images/index-right.jpg') no-repeat left top;
    float: left;
    background-size: cover;
    overflow: hidden;
}

#index-left .index-heading-1,
#index-left .index-heading-2,
#index-left .index-content,
#index-left .index-btn {
    padding-right: 50px;
    padding-left: 50px;
    text-align: right;
}
#index-right .index-heading-1,
#index-right .index-heading-2,
#index-right .index-content,
#index-right .index-btn {
    padding-right: 50px;
    padding-left: 50px;
    text-align: left;
}

.index-heading-1 {
    padding-top: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}
.index-heading-2 {
    color: #b50901;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 35px;
    padding-top: 2px;
    white-space: nowrap;
}
.index-content {
    font-size: 13px;
    color: #d9d9d9;
    padding-top: 31px;
    height: 100px;
}
.index-btn {

}
.index-btn .btn {
    display: inline-block;
    width: 176px;
    height: 38px;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px -1px 0px #810800;
    box-sizing: border-box;
    border-top: 1px solid #f10400;
    background: #d40b00;
    background: linear-gradient(#d40b00,#a30800);
    text-align: center;
    font-size: 13px;
    padding: 0 5px;
    white-space: nowrap;
    max-width: 100%;
}
.index-btn .btn:hover {
    background: linear-gradient(#a30800,#d40b00);
}
.index-btn .btn.btn-white {
    border-top-color: #363434;
    color: #484848;
    text-shadow: 1px -1px 0px #ffffff;
    background: #fff;
    background: linear-gradient(#fff,#d1d1d1);
}
.index-btn .btn.btn-white:hover {
    background: linear-gradient(#d1d1d1,#fff);
}

#newsletter-wrapper button
{
    font-family: 'Roboto', sans-serif;
}
#newsletter-wrapper {
    background: #e11a2c; /* Old browsers */
background: -moz-linear-gradient(top, #e11a2c 0%, #8b0304 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e11a2c 0%,#8b0304 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e11a2c 0%,#8b0304 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11a2c', endColorstr='#8b0304',GradientType=0 ); /* IE6-9 */
    width: 626px;
    max-width: 100%;
}
#newsletter-wrapper .newsletter-subscribe-container {
    background: url('../images/newsletter-logo.png') no-repeat 90% 0;
    padding: 50px 25px 25px 30px;
}
#newsletter-wrapper .newsletter-subscribe-heading {
    color: #fff;
    font-size: 30px;
    font-family: 'toyotadisplay_bd', sans-serif;
    font-weight: 700;
}
#newsletter-wrapper .newsletter-subscribe-content {
    color: #fff;
    font-size: 22px;
    font-family: 'toyotadisplay_rg', sans-serif;
    font-weight: 400;
    margin-bottom: 33px;
}
#newsletter-wrapper .form-group {
    float: left;
    position: relative;
}
#newsletter-wrapper .form-group input {
    box-sizing: border-box;
    height: 41px;
    width: 370px;
    border-radius: 10px;
    border: 1px solid #656060;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 18px;
    color: #7a7a7b;
}
#newsletter-wrapper .form-button {
    float: right;
}
#newsletter-wrapper .form-button button {
    background: url('../images/newsletter-btn.png') no-repeat;
    border: 0;
    width: 176px;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    color: #cc0101;
    font-size: 20px;
}
#newsletter-wrapper .form-checkbox {
    color: #ffffff;
    font-size: 12px;
    padding-top: 20px;
    clear: both;
    position: relative;
}
#newsletter-wrapper .form-checkbox > label > input {
    float: left;
}
#newsletter-wrapper .form-checkbox > label > span {
    display: block;
    margin-left: 30px;
    font-weight: 300;
}
#newsletter-wrapper .form-group .error,
#newsletter-wrapper .form-checkbox .error
{
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: -16px;
    left: 10px;
}
@media screen and (max-width: 700px) {
    #newsletter-wrapper .newsletter-subscribe-container {
        background: none;
        padding-top: 25px;
    }
    #newsletter-wrapper .form-group {
        float: none;
    }
    #newsletter-wrapper .form-group input {
        width: 100%;
    }
    #newsletter-wrapper .form-button {
        float: none;
        text-align: center;
    }
    #newsletter-wrapper .newsletter-subscribe-content {
        margin-bottom: 0;
        text-align:center;
    }
    #newsletter-wrapper .newsletter-subscribe-heading {
        text-align:center;
    }
}