@import url("./normalize.css");
@import url("./fonts.css");

body {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f5f5f5;
    font-family: "open_sansregular",sans-serif;
}

/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

/* TYPOGRAPHY */
h1, h2 {font-family: "open_sanslight",sans-serif;}
h3, h4 {font-family: "open_sansbold",sans-serif}
h2, h3, h4, h5 {text-transform: uppercase;}
h2 {
    font-size: 26px;
    margin-bottom: 0.5em;
}
h3 {
    color: #dd1936;
    font-size:  20px;
    margin-top: 0;
}
h4 {
    color: #35afe4;
    font-size: 16px;
    margin: 3em 0 1em 0;
}
h5 {
    font-family: "open_sansregular",sans-serif;
    font-weight: normal;
    font-size: 14px;
}
h5 span {
    color: #dd1936;
    padding-right: 2em;
    height: 2em;
    display: block;
    float: left;
    font-weight: bold;
}

p {
    color: #231f20;
    font-size: 14px;
}
ul > li {
    list-style-image: url("../img/ico-list.png");
}
ul > li li {
    list-style-image: url("../img/ico-list-2nd.png");
}
li.no-list-img {
    list-style-image: none;
    list-style-type: none;
}
li.no-list-img > span {
    color: #dd1936;
    font-weight: 600;
}
a.no-underline-link {
    text-decoration: none;
}
/* ICONS */
.ico-phone {
    background: url("../img/ico-phone.png") 0 0 no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    padding-right: 1em;
}
.ico-mail {
    background: url("../img/ico-mail.png") 0 4px no-repeat;
    width: 15px;
    height: 16px;
    float: left;
    padding-right: 1em;
}

/* LAYOUT */
.wrap {
    max-width: 1280px;
    margin: 0 auto;
}
#header {
    width: 100%;
    max-height: 650px;
    height: auto;
    overflow: hidden;
    position: relative;
}
#main-content {
    width: 960px;
    margin: 0 auto;
    padding: 2em 0 4em 0;
}
#references {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 2em 0 4em 0;
}
#footer {
    background: #252525;
    color: #fff;
    width: auto;
    height: auto;
    padding: 3em 2em 6em 2em;
    font-family: "open_sanslight",sans-serif;
    font-size: 13px;
    line-height: 1.8em;
}

/* HEADER */
#header img.visual {
   width: 100%;
   height: auto;
}
.header-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(250,250,250,0.5);
}
#header h1 {
    text-align: center;
    font-size: 22px;
    color: #191919;
    padding: 2em 0;
}
#header h1 > span {
    clear: both;
    display: block;
}

/* MAIN */
/* References */
#references h4 {
    text-align: center;
    color: #fff;
}
#references a {
    padding: 0 1.6em;
}
#references a:first-child {
    padding-left: 0;
}
#references a:last-child {
    padding-right: 0;
}
/* Footer */
#footer .contacts, 
#footer .products {
    width: 50%;
    float: left;
}
#footer .col {
    width: 33%;
    float: left;
}
#footer .col-row,
#footer .col-row-2 {
    float: left;
    width: 100%;
}
#footer .col-row-2 {
    margin-top: 4em;
}
#footer h5 {
    font-weight: bold;
}
#footer a,
#footer p {
    font-family: "open_sanslight",sans-serif;
    font-size: 13px;
    color: #fff;
}
#footer a:before {
    content: "";
    background: url("../img/ico-list.png") 0 7px no-repeat;
    width: 6px;
    height: 17px;
    float: left;
    padding-right: 1em;
}
a.no-ico-link:before,
#footer a.no-ico-link:before {
    background: transparent;
    content:"";
}
#footer .col-img {
    min-height: 63px;
}
#footer .address {
    padding-left: 1.5em;
    margin: 0;
}