/* 
    Document   : main
    Created on : 23.10.2013, 14:29:07
    Author     : Ilja
    Description:

*/

html {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    height: 100%;  /* STICKY FOOTER */
    overflow-y: scroll;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #9F937D;
    background-position: center center;
    background-attachment: fixed;
}
input, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
body {
    height: 100%;  /* STICKY FOOTER */
}
.wrapper { /* STICKY FOOTER */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -6em; /* the bottom margin is the negative value of the footer's height */
}
a {
    text-decoration: none;
}
a:link,a:visited,a:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
a:hover {
    border-bottom: 1px solid rgba(204,0,0,1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
p{
    margin-bottom: 15px;
}
/* HEADER start */
.header_container{
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    min-height: 80px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(31,31,31,0.5);
-moz-box-shadow: 0px 2px 2px 0px rgba(31,31,31,0.5);
box-shadow: 0px 2px 2px 0px rgba(31,31,31,0.5);
}
.header{
    min-height: 60px;
}
.logo{
    background-image: url("../images/logo_eslat_w.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    min-height: 80px;
}
.logo:hover{
    
}
.header a.logo_link{
    display: block;
    width: 147px;
    height: 45px;
    margin-left: 10px;
    margin-top: 18px;
    border: 0;
}
/* NAVIGATION start */
.navigation_bar{
    line-height: 80px;
}
ul.navigation{
    float: right;
}
ul.navigation li {
    float: left;
    padding: 0 8px 0 7px;
    text-align: right;
}
ul.navigation li.last {
    padding-right: 10px;
}
ul.navigation li a:link{
    border: 0;
}
ul.navigation li a:hover{
    color: rgba(204,0,0,1);
    border: 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
/* NAVIGATION end */

/* LANGUAGE BAR start */
ul.languages{
    position: relative;
    float: right;
    padding: 2px;
    background-color: rgba(0,0,0,0.7);
    line-height: 20px;
    font-size: 12px;
    right: 10px;
}
ul.languages li {
    float: left;
    padding: 0 5px 0 5px;
    text-align: right;
}
ul.languages li.last {
    padding-right: 10px;
}
ul.languages li a:link{
    border: 0;
}
ul.languages li a:hover{
    border: 0;
    color: rgba(204,0,0,1);
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
/* LANGUAGE BAR end */

/* M CLIMATE LANGUAGE BAR start */
ul.m_climate_languages{
    padding: 2px;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    text-align: center;
    margin: 20px 20px 0 20px;
    font-weight: 500;
    font-size: 18px;
}
.center {
    display: inline-block;
}
ul.m_climate_languages li {
    float: left;
    display: inline-block;
    padding: 0 5px 0 5px;
    color: #fff;
    line-height: 25px;
}
ul.m_climate_languages li.m_climate_menu_devider {
    color: rgba(255,255,255,0.3);
    font-weight: 300;
}
ul.m_climate_languages li a:link{
    border: 0;
}
ul.m_climate_languages li a:hover{
    border: 0;
    color: rgba(204,0,0,1);
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
/* M CLIMATE LANGUAGE BAR end */

/* HEADER end */

/* CONTENT start */
.content_container{
    width: 100%;
    overflow: hidden;
}
.content{
    padding-top:  20px;
    padding-bottom:  20px;
}

/* MAIN.PHP start */
.boxes {
    min-height: 220px;
    margin-bottom: 20px;
}
.box_bottom {
    margin-bottom: 0px;
}
.ae{
    top:-230px;
}
.hokkaido{
    top:-20px;
}
.tecnogas{
    top:-25px;
}
h3{
    line-height: 30px;
    text-align: justify;
}
h3.text{
    line-height: 20px;
}
span.bold {
    font-weight: 500;
}
h3.sitelink {
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    color: black;
}
a.sitehref {
    color: black;
    font-weight: 400;
}
.icon_pdf, .icon_document, .icon_link, .icon_contact, .icon_m_climate
{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;  /* width of the image plus a little extra padding */
}
.icon_pdf {
    background-image: url('../images/icon_pdf.png');
    line-height: 30px;
}
.icon_document {
    background-image: url('../images/icon_document.png');
}
.icon_link {
    background-image: url('../images/icon_link.png');
}
.icon_contact {
    background-image: url('../images/icon_contact.png');
    line-height: 30px;
}
.icon_m_climate {
    background-image: url('../images/icon_m_climate_device.png');
    padding-left: 30px;
}
.divider {
    border: 0;
    height: 1px;
    background-color: #999;
    margin: 7px 0 7px 0;
}
.paragraph {
    font-weight: 400;
}
/* MAIN.PHP end */

.about, .location, .contacts, .m_climate, .vacancies {
    border: 0px solid rgba(0,0,0,1);
    padding: 5px;
    min-height: 440px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

/* ABOUT.PHP start */
.about, .vacancies{
    padding: 20px;
    text-align: justify;
    line-height: 20px;
}
.eslat_text{
    font-weight: 400;
}
.about_picture_frame {
    float: left;
    background: rgba(0,0,0,0.2);
    margin: 0 20px 5px 0;
    height: 191px;
}
.sales_picture_frame {
    float: left;
    background: rgba(0,0,0,0.2);
    margin: 1px 20px 20px 0px;
    height: 183px;
}
.about_picture {
    width: 300px;
}
.sales_picture {
    width: 316px;
}
.e-waste_picture {
    width: 320px;
}
/* ABOUT.PHP end */

/* LOCATION.PHP start */
.location{
    padding: 10px 20px 20px 20px;
}
.location a:link{
    color:#000;
    font-size: 12px;
}
.map_office{
    background-color: rgba(255,255,255,0);
    display: inline-block;
    width: 887px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 2px 5px;
}
.location_address_office {
    display: inline-block;
    width: 440px;
    padding: 6px;
    margin-bottom: 10px;
    line-height: 22px;
}
.location_address_warehouse {
    display: inline-block;
    width: 432px;
    padding: 6px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: right;
}
.location_address_office .address_title, .location_address_warehouse .address_title {
    margin-bottom: 10px;
}
/* LOCATION.PHP end */

/* CONTACTS.PHP start */
.contacts{
}
/* CONTACTS.PHP end */

/* M_CLIMATE.PHP start */
.m_climate_logo_head {
    width: 100%;
    height: 110px;
    background-image: url('../images/m_climate_logo_1.png?ver=1');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.4);
}
.m_climate_logo_head_text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 20px;
}
.m_climate_main_head {
    text-align: center;
    margin: 30px 0 20px 0;
    font-weight: 500;
    font-size: 28px;
}
.m_climate{
    padding: 0;
    overflow: hidden;
}
.m_climate_logo {
    width: 193px;
    height: 67px;
    background-image: url('../images/m_climate_logo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: -15px;
}
.m_climate_picture {
    width: 440px;
    height: 532px;
    background-image: url('../images/m_climate_controller.png?ver=2');
    background-repeat: no-repeat;
    background-position: 30px 40px;
    display: inline-block;
    padding: 5px;
    float: left;
}
.m_climate_3g_picture {
    width: 440px;
    height: 500px;
    background-image: url('../images/m_climate_3g_router.png?ver=1');
    background-repeat: no-repeat;
    background-position: 50px 80px;
    display: inline-block;
    padding: 5px;
    float: right;
}
.m_climate_pics_window {
    margin-top: 20px;
    margin-left: -30px;
    padding-top: 20px;
}
.m_climate_3g_pics_window {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: -40px;
    padding-top: 20px;
}
.m_climate_pics_texts_space {
    margin-bottom: 10px;
    min-height: 85px;
    line-height: 1.2em;
}
.m_climate_pic1, .m_climate_pic2, .m_climate_pic3, .m_climate_pic4, .m_climate_pic5, .m_climate_pic6, .m_climate_pic7, .m_climate_3g_pic1, .m_climate_3g_pic2, .m_climate_3g_pic3, .m_climate_3g_pic4, .m_climate_3g_pic5 {
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 5px;
    float: left;
}
.m_climate_pic1 {
    background-image: url('../images/m_climate_pic1.png');
}
.m_climate_pic2 {
    background-image: url('../images/m_climate_pic2.png');
}
.m_climate_pic3 {
    background-image: url('../images/m_climate_pic3.png');
}
.m_climate_pic4 {
    background-image: url('../images/m_climate_pic4.png');
}
.m_climate_pic5 {
    background-image: url('../images/m_climate_pic5.png');
}
.m_climate_pic6 {
    background-image: url('../images/m_climate_pic6.png');
}
.m_climate_pic7 {
    background-image: url('../images/m_climate_alarm_pic1.png?ver=1');
}
.m_climate_3g_pic1 {
    background-image: url('../images/m_climate_3g_pic1.png');
}
.m_climate_3g_pic2 {
    background-image: url('../images/m_climate_3g_pic2.png?ver=1');
}
.m_climate_3g_pic3 {
    background-image: url('../images/m_climate_3g_pic3.png');
}
.m_climate_3g_pic4 {
    background-image: url('../images/m_climate_3g_pic4.png');
}
.m_climate_3g_pic5 {
    background-image: url('../images/m_climate_3g_pic5.png');
}
.m_climate_pics_head {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}
.m_climate_pics_text {
    overflow: hidden;
    padding: 0 10px 0px 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.m_climate_brake_line {
    clear: both;
    margin: 0 40px 10px 40px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.m_climate_apps {
    margin-bottom: 20px;
    text-align: center;
}
.m_climate_apps_text {
    margin: 30px 0 20px 0;
    font-weight: 500;
    font-size: 22px;
}
.m_climate_app_ios {
    width: 200px;
    margin: 0 40px 0 0;
}
.m_climate_app_android {
    width: 200px;
}
a.link_picture, a.link_picture:hover {
    border: 0;    
}
.m_climate_media {
    padding: 30px 30px;
}
.m_climate_video {
    width: 100%;
    margin-left: -8px;
    display: inline-block;
    text-align: center;
}
.m_climate_video_head {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.m_climate_video_clip {
    background-color: rgba(255,255,255,0.3);
    padding: 1px;
}
.m_climate_big_pic_frame {
    margin-left: 5px;
    margin-bottom: 30px;
}
.m_climate_big_pics_head {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
}
.m_climate_big_pic {
    width: 196px;
}
a.gallery-item, a.gallery-item2, a.gallery-item:hover {
    border: 0;
}
.m_climate_big_pic_style {
    border: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    height: 196px;
    margin: 0 4px 0 4px;
}
.m_climate_docs {
    width: 49%;
    display: inline-block;
}
.m_climate_docs_head {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: Left;
    padding-left: 20px;
}
.m_climate_docs_text {
    padding-left: 20px;
    line-height: 30px;
}
.m_climate_specs {
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
}
/* M_CLIMATE.PHP end */

/* REMKO.PHP */
.remko_logo {
    width: 100%;
    height: 110px;
    background-image: url('../images/remko/remko_logo.png?ver=1');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.4);
}
.remko_logo_text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 7px;
    background-color: rgba(0,0,0,0.7);
    margin-bottom: 20px;
}
.remko_main_head {
    text-align: center;
    margin: 30px 0 20px 0;
    font-weight: 500;
    font-size: 28px;
}
.remko_picture_full {
    width: 440px;
    height: 1040px;
/*  background-image: url('../images/remko/rvt_arctic_full_label.png?ver=5'); */
/*  background-size: 400px; */
    background-repeat: no-repeat;
    background-position: 10px 30px;
    display: inline-block;
    padding: 30px 5px 5px 20px;
    float: left;
}
.remko_pics_window {
    margin-top: 20px;
    margin-left: -30px;
    padding-top: 20px;
}
.remko_pics_texts_space {
    margin-bottom: 10px;
    min-height: 85px;
}
.remko_pics_head {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
}
.remko_pics_text {
    overflow: hidden;
    padding: 0 10px 2px 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.remko_pic1, .remko_pic2, .remko_pic3, .remko_pic4, .remko_pic5, .remko_pic6, .remko_pic7, .remko_pic8, .remko_pic9, .remko_pic10, .remko_pic11, .remko_pic12, .remko_pic13, .remko_pic14 {
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 5px;
    float: left;
}
.remko_pic1 {
    background-image: url('../images/remko/remko_icon_cool_heat.png?ver=1');
}
.remko_pic2 {
    background-image: url('../images/remko/remko_icon_3d.png?ver=1');
}
.remko_pic3 {
    background-image: url('../images/remko/remko_icon_inverter.png?ver=1');
}
.remko_pic4 {
    background-image: url('../images/remko/remko_icon_infrared.png?ver=1');
}
.remko_pic5 {
    background-image: url('../images/remko/remko_icon_filter.png?ver=1');
}
.remko_pic6 {
    background-image: url('../images/remko/remko_icon_winter_fan.png?ver=2');
}
.remko_pic7 {
    background-image: url('../images/remko/remko_icon_frost_protection.png?ver=1');
}
.remko_pic8 {
    background-image: url('../images/remko/remko_icon_auto_restart.png?ver=1');
}
.remko_pic9 {
    background-image: url('../images/remko/remko_icon_silent_mode.png?ver=1');
}
.remko_pic10 {
    background-image: url('../images/remko/remko_icon_r32.png?ver=1');
}
.remko_pic11 {
    background-image: url('../images/remko/remko_icon_m_climate.png?ver=1');
}
.remko_pic12 {
    background-image: url('../images/remko/remko_icon_sleep_mode.png?ver=1');
}
.remko_pic13 {
    background-image: url('../images/remko/remko_icon_timer.png?ver=1');
}
.remko_pic14 {
    background-image: url('../images/remko/remko_icon_multifunction_board.png?ver=1');
}
.remko_main_head_text {
    padding: 0 40px;
    margin: 40px 0;
    font-size: 18px;
    text-align: justify;
}
.remko_table {
    margin: 0 40px;
}
.remko_specs_head {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    margin: 50px 0 30px 0;
}
table.remko_specs {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}
.remko_note {
    font-size: 12px;
    margin: 4px !important;
}
table.remko_specs th {
    font-weight: bold;
    padding-bottom: 5px;
}
table.remko_specs td {
    padding: 4px 2px;
}
table.remko_specs td {
    text-align: center;
}
table.remko_specs tr td:nth-child(1) { /* I don't think they are 0 based */
    text-align: left;
}
table.remko_specs tr th:nth-child(1) { /* I don't think they are 0 based */
     text-align: left;
     padding-left: 2px;
}
table.remko_specs tr { /* I don't think they are 0 based */
    border-bottom: 1px solid #666;
}
table.remko_specs tr:nth-child(1) { /* I don't think they are 0 based */
    border-bottom: 1px solid white;
}
table.remko_specs tr:nth-last-child(1) { /* I don't think they are 0 based */
    border-bottom: none;
}
.remko_docs {
    padding: 0 0 0 40px;
    margin-bottom: 70px;
}
.remko_contact {
        text-align: center;
}
.remko_icon_contact {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;  /* width of the image plus a little extra padding */
    background-image: url('../images/icon_contact.png');
    line-height: 30px;
}
/* REMKO.PHP end */

/* CONTENT end */

/* FOOTER start */
.footer_container {
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: rgba(0,0,0,0.7);
}
.footer_container, .push {
    height: 6em; /* STICKY FOOTER '.push' must be the same height as 'footer' */
}
.footer{
    min-height: 100px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.address_title{
    display: block;
    font-weight: 400;
}
.address_office{
    padding-left: 10px;
}
.address_warehouse{
    float: right;
    text-align: right;
    padding-right: 10px;
}
.address_phones{
    text-align: center;
}
/* FOOTER end */
.test {
    text-decoration: none;
}
.customer_phone, #customer_phone{
    visibility: hidden;
    position: absolute;
}