@import url("print.css");
@import url("ie.css");
@import url("fonts/stylesheet.css");


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #252525;
    background: #fafafa;
    font-family: Arial, "Helvetica Neue", Helvetica sans-serif;
    font-size: 14px;
    line-height: 1.428;
    margin-bottom: 190px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.container {
    width: 980px;
    position: relative;
    margin: 0 auto;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.row .col3 {
    float: left;
    width: 300px;
    min-height: 1px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after,
.container:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix,
.container {
    *zoom: 1;
}

.indent60 {
    padding-bottom: 60px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

/* Header
=============================*/

.header {
    height: 130px;
}

.header .logo {
    top: 30px;
    left: 0;
    width: 251px;
    height: 61px;
    position: absolute;
    cursor: pointer;
    background: url("../img/logo.png") 0 0 no-repeat;
}

.header .slogan {
    top: 56px;
    left: 290px;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.header .phone-block {
    top: 36px;
    right: 0px;
    position: absolute;
    text-align: right;
    line-height: 1.2;
}

.header .phone-block .telephone {
    display: block;
    font-size: 30px;
    font-family: "pf_agora_sans_probold";
    font-weight: bold;
    margin-bottom: 4px;
}

.header .phone-block .callback {
    display: block;
    background: url("../img/header-tel.png") 5px 4px no-repeat;
    padding-left: 23px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* Footer
=============================*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: #e9e9e9 url("../img/bg-footer.png") center top no-repeat;
}

.footer .company {
    margin: 38px 0 0 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer .company p {
    margin: 0 0 4px 0;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
}

.footer-nav li {
    display: inline;
    margin-right: 18px;
}

.footer .developer {
    top: 43px;
    left: 50px;
    position: absolute;
    padding-left: 30px;
    background: url("../img/developer.png") 0 0 no-repeat;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
}

.footer .phone-block {
    padding: 43px 0 0 64px;
    line-height: 1;
}

.footer .phone-block .telephone {
    display: block;
    font-size: 28px;
    font-family: "pf_agora_sans_probold";
    font-weight: bold;
    margin-bottom: 4px;
}

.footer .phone-block .telephone  .num {
    color: #176f9f;
}

.footer .phone-block .callback {
    display: block;
    background: url("../img/footer-tel.png") 0 1px no-repeat;
    padding-left: 23px;
}

.phone-block .callback a {
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px dashed #008cc3;
}

.callback a:hover {
    border-bottom: 1px dashed #01a347;
}

/* Navigation
=============================*/

.topnav {
    height: 60px;
    background: transparent url("../img/bg-topnav.png") 0 0 repeat-x;
    z-index: 999;
    position: relative;
}

.topnav ul {
    width: 600px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topnav li {
    float: left;
    position: relative;
    width: 120px;
    height: 58px;
    text-align: center;
    background-image: url("../img/bg-topnav-item.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.topnav li:first-child {
    background-position: 0 -120px;
}

.topnav li:last-child {
    background-position: 0 -60px;
}

.topnav li:hover {
    background-position: 0 -180px;
}

.topnav li a {
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.topnav li ul {
    width: 220px;
    display: none;
    position: absolute;
    left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #0073a0 url("../img/bg-topnav-item.png") 0 -230px no-repeat;
}

.topnav li:hover ul {
    display: block;
}

.topnav li li {
    margin-left: 25px;
    height: 40px;
    float: none;
    background: none;
}

.topnav li li a {
    height: 40px;
    display: block;
    border-left: 1px solid transparent;
    line-height: 40px;
    text-transform: none;
    text-decoration: underline;
}

.topnav li li a:hover {
    color: #00df60;
}

.topnav .login {
    float: right;
    background: url("../img/topnav-login.png") 0 50% no-repeat;
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
}

.topnav .login a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

.topnav .login a:hover {
    color: #00df60;
    border-bottom: 1px dashed #00df60;
}


/* scrolling text
======================= */


.topline {
    margin-top: -10px;
    padding: 10px 0;
    height: 30px;
    background: #019a43 url("../img/bg-topline.png") center top no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    z-index: 50;
    text-align: center;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 1px 8px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 1px 8px 0px rgba(50, 50, 50, 0.25);
    position: relative;
}

.topline .location {
    margin-left: 20px;
    margin-right: 20px;
}

.line-wrap {
    position: relative;
    height: 30px;
    margin-left: 90px;
    margin-right: 90px;
}

.str {
    margin: 0;
    padding: 0;
    list-style: none;
}

.str li {
    height: 30px;
    width: 100%;
}

/* calculation
======================= */

.calculation a {
    float: left;
    width: 380px;
    height: 70px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    background-image: url("../img/bg-calculation.png");
    background-repeat: no-repeat;
}

.calculation a:hover {
    color: #fff;
}

.calculation .transportation {
    background-position: 0 -70px;
    margin-left: 80px;
}

.calculation .storage {
    background-position: 0 0;
    margin-left: 20px;
}

.calculation-form {
    width: 570px;
    background: none;
}

.calculation-form .form-title {
    height: 64px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    position: relative;
    overflow: hidden;
}

.calculation-form .form-title .title-left {
    float: left;
    width: 250px;
    height: 64px;
    cursor: pointer;
}

.calculation-form .form-title .title-right {
    float: right;
    width: 320px;
    height: 64px;
    background: none;
    cursor: pointer;
}

#form-storage .title-left,
#form-transportation .title-right{
    color: #fff;
}

#form-storage .title-right,
#form-transportation .title-left{
    background: #e2e2e2;
}

.calculation-form .form-body {
    background: #e2e2e2;
    padding-top: 30px;
    padding-bottom: 27px;
}

.calculation-form .form {
    display: block;
    margin-left: 30px;
}

.calculation-form .clearfix {
    padding-bottom: 10px;
}

.calculation-form input[type="text"] {
    display: block;
    float: left;
    width: 230px;
    height: 20px;
    padding: 10px;
    line-height: 20px;
    font-size: 11px;
    background: #cdcdcd;
    border: none;
    outline: none;
    margin-right: 10px;
    text-transform: uppercase;
}

.calculation-form .select-inner {
    float: left;
    width: 240px;
    height: 40px;
    padding-left: 10px;
    margin-right: 10px;
    background: url("../img/select.png");
    position: relative;
}

.select-inner select {
    width: 100%;
    height: 40px;
    position: relative;
    border:none;
    cursor:pointer;
    opacity:0;
    filter: alpha(opacity=0);
}

.select-inner option {
    background: #e2e2e2;
}

.select-inner span {
    width:100%;
    height:100%;
    position:absolute;
    left:10px;
    top:3px;
    color:#252525;
    text-transform: uppercase;
    font-size:11px;
    line-height:34px;
    overflow:hidden;
}


.calculation-form .send {
    width: 510px;
    height: 50px;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: 3px solid #007934;
    background: #01a347;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.calculation-form .send:hover {
    background: #02863b;
}


#form-storage {
    display: none;
}

/* Callback
======================= */

.callback-form {
    width: 400px;
}

.callback-form .form-title {
    height: 64px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    position: relative;
    overflow: hidden;
    background: #e2e2e2;
}

.callback-form .form-body {
    background: #e2e2e2;
    padding-top: 0;
    padding-bottom: 25px;
}

.callback-form .form {
    display: block;
    margin-left: 30px;
}

.callback-form .clearfix {
    padding-bottom: 15px;
}

.callback-form input[type="text"] {
    text-align: center;
    display: block;
    float: left;
    width: 320px;
    height: 20px;
    padding: 10px;
    line-height: 20px;
    font-size: 11px;
    background: #cdcdcd;
    border: none;
    outline: none;
    margin-right: 10px;
    text-transform: uppercase;
}

.callback-form .send {
    width: 340px;
    height: 50px;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: 3px solid #007934;
    background: #01a347;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.callback-form .send:hover {
    background: #02863b;
}


/* Slider
======================= */

.slider-inner {
    height: 410px;
    position: relative;
    background: #0692bd;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 1px 8px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 1px 8px 0px rgba(50, 50, 50, 0.25);
}

.slider .slider-title {
    padding-top: 58px;
    margin-left: 20px;
    margin-bottom: 38px;
    font-family: "pf_agora_sans_probold";
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.slider .slider-text {
    margin-left: 20px;
    width: 250px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 32px;
}

.slider .slider-readmore {
    margin-left: 20px;
    text-transform: lowercase;
    color: #fff;
}

.slider .slider-readmore a {
    color: #fff;
    margin-right: 10px;
}

.slider .slider-readmore a:hover {
    color: #fff;
    text-decoration: none;
}

.slider-nav-inner {
    top: 160px;
    left: 0;
    width: 100%;
    height: 30px;
    position: absolute;
}

.slider-nav {
    top: 0px;
    width: 20px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    background-image: url("../img/slider-nav.png");
    background-repeat: no-repeat;
}

.slider-nav.prev {
    left: -35px;
    background-position: 0 0;
}

.slider-nav.next {
    right: -35px;
    background-position: -20px 0;
}

.slider .item-one {
    width: 100%;
    height: 410px;
    background: url("../img/slide01.jpg") top center no-repeat;
}

.slider .item-two {
    width: 100%;
    height: 410px;
    background: url("../img/slide02.jpg") top center no-repeat;
}
/* Content
===================*/

.title {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.title .link {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #008cc3;
    font-size: 11px;
    text-transform: uppercase;
}

.title .link a {
    margin-right: 10px;
}

.news-block {}

.news-block-date {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.news-block-image {
    width: 300px;
    height: 99px;
    margin-bottom: 30px;
}

.news-block-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
}

.news-block-text {
    margin: 0;
}

.news-block-text:after {
    content: '–  ...';
}

.partners ul {
    margin: -20px 1px 0 1px;
    padding: 0;
    list-style: none;
}

.partners li {
    float: left;
    width: 143px;
    margin: 0 10px;
    height: 80px;
    text-align: center;
    position: relative;
}

.partners .img-color {
    display: none;
}

.partners .img-gray {
    display: inline-block;
}
.partners li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.partners li a:hover .img-gray {
    display: none;
}

.partners li a:hover .img-color {
    display: inline-block;
}

.partners .nav {
    top: 5px;
    width: 7px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    background-image: url("../img/partners-nav.png");
    background-repeat: no-repeat;
}

.partners .nav.partners-prew {
    left: 0;
    background-position: 0 0;
}

.partners .nav.partners-next {
    right: 0;
    background-position: -7px 0;
}


/* Typography
=================== */

h1,h2,h3,h4 {
    color: #000;
    margin: 0 0  20px 0;
    padding: 0;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
}

h2 {
    font-size: 21px;
    text-transform: uppercase;
}

a {
    color: #008cc3;
}

a:hover {
    color: #01a347;
}


.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}