﻿
/* #region GENERAL ====================================================================== */

section#header
{
    width: 100%;
    height: 328px;
    display: table;
    background: url(images/header-bg.jpg) no-repeat 0 0;
}

section#header.absolute
{
    height: 468px;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 10;
    background: url(images/header-bg-big.jpg) no-repeat 0 0;
}

section#header h1
{
    display: table-cell;
    background: rgba(48,167,255,0.56);
    background: url(images/header-map-bg.png) repeat 0 0;
    color: white;
    font-size: 59px;
    line-height: 65px;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0px 0px 27px rgba(3, 54, 124, 0.7);
}

/*****************************************/

section#content
{
    width: 1198px;
    max-width: 100%;
    padding: 85px 0 60px 0;
    margin: 0 auto;
}

@media screen and (max-width: 1230px)
{
    section#content
    {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*****************************************/

.bigbtn
{
    width: auto;
    height: 70px;
    padding: 0 45px;
    margin: 0 0 0 25px;
    display: inline-block;
    background: #30a7ff;
    color: white !important;
    font-size: 22px;
    line-height: 70px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: top;
    text-decoration: none !important;

    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.bigbtn:hover
{
    background-color: #353e3e;
    text-decoration: none !important;
}

/* #endregion */

/* #region SLIDER ======================================================================= */

#slider
{
    width: 100%;
    height: 751px;
    position: absolute;
    top: 70px;
    z-index: 50;
    background: url(images/slider-empty.png) no-repeat center 0;
}

#slider .center
{
    width: 1502px;
    max-width: 100%;
    margin: 0 auto;
}

#slider .center .slick-dots
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 650px;
    list-style: none;
    text-align: center;
}

#slider .center .slick-dots li
{
    display: inline-block;
}

#slider .center .slick-dots li button
{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: white;
    text-indent: 50px;
    cursor: pointer;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#slider .center .slick-dots li.slick-active button:before
{
    content: " ";
    
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    background: #a29689;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*****************************************/

#slider .center div.item
{
    width: 100%;
    min-height: 751px;
}

#slider .center div.item div
{
    width: 1500px;
    padding: 45px 0 0 785px;
    margin: 0 auto;
}

#slider .center div.item h2
{
    padding: 0 0 30px 0;
    color: #30a7ff;
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
}

#slider .center div.item h2 strong
{
    font-weight: bold;
}

#slider .center div.item p
{
    max-width: 420px;
    padding: 0 0 25px 0;
    font-size: 20px;
    font-weight: 300;
}

#slider .center div.item p a
{
    position: relative;
    color: #30a7ff;
    font-weight: bold;
    text-decoration: underline;
}

#slider .center div.item p a:after
{
    content: " ";

    width: 9px;
    height: 20px;
    position: absolute;
    right: -16px;
    top: 0;
    display: block;
    background: url(images/slider-more-arrow.png) no-repeat 0 7px;
}

#slider .center div.item p a:hover
{
    text-decoration: none;
}

#slider .center div.item a.enter
{
    width: 265px;
    height: 56px;
    padding: 0 0 0 62px;
    display: block;
    background: #30a7ff url(images/header-enter.png) no-repeat scroll 31px 19px;
    color: white;
    font-size: 18.8px;
    line-height: 56px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: left;

    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

#slider .center div.item a.enter:after
{
    display: none;
}

#slider .center div.item a.enter:hover
{
    background-color: #353e3e;
    text-decoration: none;
}

@media screen and (max-width: 1510px)
{
    #hp
    {
        padding-top: 328px !important;
    }

    section#header.absolute
    {
        height: 328px;
    }

    #slider
    {
        height: 550px;
        background: url(images/slider-empty-middle.png) no-repeat center 0;
    }

    #slider .center .slick-dots
    {
        top: 448px;
    }

    #slider .center div.item
    {
        min-height: 550px;
        padding: 0;
    }

    #slider .center div.item div
    {
        width: 1100px;
        padding: 52px 0 0 576px;
        margin: 0 auto;
    }

    #slider .center div.item h2
    {
        font-size: 34px;
        line-height: 40px;
    }

    #slider .center div.item p
    {
        max-width: 360px;
        font-size: 15px;
    }

    #slider .center div.item a.enter
    {
        width: 196px;
        height: 42px;
        padding: 0 0 0 46px;
        background: #30a7ff url(images/header-enter.png) no-repeat scroll 20px 12px;
        font-size: 13.8px;
        line-height: 42px;

        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        border-radius: 21px;
    }
}

@media screen and (max-width: 1140px)
{
    #hp
    {
        padding-top: 428px !important;
    }

    section#header.absolute
    {
        height: 428px;
    }

    #slider
    {
        height: 465px;
        z-index: 150;
        background: url(images/slider-empty-small.png) no-repeat center 0;
    }

    #slider .center .slick-dots
    {
        top: 330px;
    }

    #slider .center div.item
    {
        min-height: 465px;
    }

    #slider .center div.item div
    {
        width: 930px;
        max-width: 100%;
        padding: 24px 0 0 485px;
        margin: 0 auto;
    }

    #slider .center div.item h2
    {
        max-width: 370px;
        font-size: 30px;
        line-height: 35px;
    }

    #slider .center div.item p
    {
        display: none;
    }

    #slider .center div.item p:last-child
    {
        display: block;
    }

    /*#slider .center div.item
    {
        min-height: initial;
        padding: 470px 0 30px 0;
        text-align: center;
    }

    #slider .center div.item p
    {
        max-width: initial;
        padding: 0 30px 25px 30px;
    }

    #slider .center div.item a.enter
    {
        margin: 0 auto;
    }*/
}

@media screen and (max-width: 950px)
{
    #slider .center div.item div
    {
        padding-left: 0;
    }

    #slider .center div.item h2 br
    {
        display: none;
    }

    #slider .center div.item h2
    {
        font-size: 25px;
        line-height: 30px;
    }

    #slider .center div.item h2,
    #slider .center div.item p
    {
        max-width: initial;
        padding-left: 55%;
        padding-right: 3%;
        margin: 0 auto;
    }
}

/* #endregion */

/* #region HP =========================================================================== */

#hp
{
    padding-top: 468px;
    min-height: 450px;
}

/*****************************************/

#hp .benefits
{
    padding: 30px 0 0 0;
    background: #fafafa;
    text-align: center;
}

#hp .benefits a
{
    width: 360px;
    max-width: 100%;
    position: relative;
    z-index: 100;
    padding: 78px 0 40px 0;
    display: inline-block;
    background-position: center 5px;
    background-repeat: no-repeat;
    color: #353e3e;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}

#hp .benefits a:nth-of-type(1) { background-image: url(images/icons-icon1.png); }
#hp .benefits a:nth-of-type(2) { background-image: url(images/icons-icon2.png); }
#hp .benefits a:nth-of-type(3) { background-image: url(images/icons-icon3.png); }
#hp .benefits a:nth-of-type(4) { background-image: url(images/icons-icon4.png); }

#hp .benefits .middle
{
    width: 400px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
}

#hp .benefits .clear
{
    display: none;
}

/*****************************************/

#hp .texts
{
    width: 100%;
    padding: 90px 0 80px 0;
    display: table;
    table-layout: fixed;
}

#hp .texts div
{
    width: 33.33%;
    padding: 0 40px 0 40px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

#hp .texts div h2
{
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #30a7ff;
    font-size: 24px;
    line-height: 28px;
    /*font-size: 32px;
    line-height: 36px;*/
    font-weight: normal;
    text-transform: uppercase;
}

#hp .texts div h2 a
{
    text-decoration: none;
}

#hp .texts div p
{
    padding: 17px 0 0 0;
    color: #7f7f7f;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

#hp .texts div p strong
{
    font-weight: 600;
}

#hp .texts div p a
{
    color: #7f7f7f;
    text-decoration: none;
}

#hp .texts div p a:hover
{
    text-decoration: none;
}

@media screen and (max-width: 1900px)
{
    #hp .benefits a
    {
        width: 330px;
    }
}

@media screen and (max-width: 1770px)
{
    #hp .benefits
    {
        width: 100%;
        padding: 60px 0 30px 0;
        display: table;
        table-layout: fixed;
    }

    #hp .benefits a,
    #hp .benefits .middle
    {
        display: table-cell;
        vertical-align: top;
    }

    #hp .benefits .middle
    {
        width: 450px;
    }

    #hp .benefits a
    {
        width: auto;
        padding-top: 64px;
        font-size: 18px;
        line-height: 22px;
    }

    #hp .benefits a:nth-of-type(1) { background-image: url(images/icons-small-icon1.png); }
    #hp .benefits a:nth-of-type(2) { background-image: url(images/icons-small-icon2.png); }
    #hp .benefits a:nth-of-type(3) { background-image: url(images/icons-small-icon3.png); }
    #hp .benefits a:nth-of-type(4) { background-image: url(images/icons-small-icon4.png); }
}

@media screen and (max-width: 1510px)
{
    #hp .benefits
    {
        padding: 30px 0 0 0;
    }

    #hp .texts
    {
        padding-top: 45px;
    }
}

@media screen and (max-width: 1380px)
{
    #hp .benefits .middle
    {
        width: 305px;
    }
}

@media screen and (max-width: 1190px)
{
    #hp .texts
    {
        display: block;
    }

    #hp .texts div
    {
        width: 100%;
        padding-bottom: 60px;
        display: block;
    }

    #hp .texts div h2
    {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1140px)
{
    #hp .benefits
    {
        padding: 0;
    }

    #hp .benefits a
    {
        width: 25%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 90px;
        background-position: center 30px !important;
        border-right: 1px solid #e2e2e2;
        font-size: 21px;
        line-height: 25px;
    }

    #hp .benefits a:last-of-type
    {
        border: none;
    }

    #hp .benefits .middle
    {
        display: none;
    }
}

@media screen and (max-width: 880px)
{
    #hp .benefits
    {
        display: block;
    }

    #hp .benefits a,
    #hp .benefits a:last-of-type
    {
        width: 50%;
        display: block;
        float: left;
        border-right: 1px solid #e2e2e2;
    }

    #hp .benefits a:nth-of-type(1) { border-bottom: 1px solid #e2e2e2; }
    #hp .benefits a:nth-of-type(2) { border-bottom: 1px solid #e2e2e2; border-right: none;  }
    #hp .benefits a:nth-of-type(3) {  }
    #hp .benefits a:nth-of-type(4) { border-right: none; }

    #hp .benefits .clear
    {
        display: block;
    }
}

@media screen and (max-width: 780px)
{
    #hp .benefits
    {
        padding: 40px 0 0 0;
    }

    #hp .benefits a,
    #hp .benefits a:nth-of-type(1),
    #hp .benefits a:nth-of-type(2),
    #hp .benefits a:nth-of-type(3),
    #hp .benefits a:nth-of-type(4)
    {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e2e2e2;
    }

    #hp .benefits a:last-of-type
    {
        border: none !important;
    }
}

/* #endregion */

/* #region TEXT ========================================================================= */

#content
{
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
}

/*****************************************/

#content .leftPanel
{
    width: 826px;
    padding: 0 40px 0 0;
    float: left;
    border-right: 1px solid #e8e8e8;
}

#content .rightPanel
{
    width: 372px;
    padding: 0 0 0 40px;
    float: left;
}

@media screen and (max-width: 1230px)
{
    #content .leftPanel
    {
        width: 100%;
        padding: 0 0 40px 0;
        float: none;
        border: none;
        border-bottom: 1px solid #e8e8e8;
    }

    #content .rightPanel
    {
        width: 100%;
        float: none;
        padding: 40px 0 0 0;
    }
}

@media screen and (max-width: 800px)
{
    img.mesec
    {
        display: none;
    }
}

/*****************************************/

#content .alignright
{
    margin: 0 0 30px 30px;
    float: right;
}

#content .alignleft
{
    margin: 0 30px 30px 0;
    float: left;
}

/*****************************************/

#content h2
{
    padding: 0 0 50px 0;
    color: #30a7ff;
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
}

#content h3
{
    padding: 10px 0 30px 0;
    color: #30a7ff;
    font-weight: 300;
    font-size: 35px;
    line-height: 37px;
}

#content h4
{
    padding: 10px 0 30px 0;
    color: #30a7ff;
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
}

#content p
{
    padding: 0 0 30px 0;
    text-align: justify;
}

#content p.bigger
{
    font-size: 26px;
}

#content a
{
    color: #30a7ff;
    text-decoration: underline;
}

#content a:hover
{
    text-decoration: none;
}

#content strong
{
    font-weight: 600;
}

#content ul
{
    padding: 5px 0 30px 0;
    list-style: none;
}

#content ul li
{
    min-height: 33px;
    padding: 0 0 13px 43px;
    display: block;
    background: url(images/ul-li.png) no-repeat 0 0;
}

#content ol
{
    margin: 0 0 30px 30px;
}

#content .articleInfo
{
    padding: 0 0 17px 0;
    position: relative;
    top: -20px;
    color: #999999;
}

#content .articleInfo span
{
    width: 20px;
    display: inline-block;
    color: #d1d1d1;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
}

#content .articleInfo a
{
    color: #999999;
    text-decoration: underline;
}

#content .articleInfo a:hover
{
    text-decoration: none;
}

/* #endregion */

/* #region PRICE MAPS =================================================================== */

#content.maps
{

}

/*****************************************/

#content.maps h2
{

}

#content.maps div
{
    padding: 30px 0 30px 150px;
    border-bottom: 1px solid #e8e8e8;
}

#content.maps div:first-of-type
{
    padding-top: 0;
}

#content.maps div:last-of-type
{
    border-bottom: 0;
}

#content.maps div.login { background: url(images/maps-icon1.png) no-repeat 7px 25px; }
#content.maps div.admin { background: url(images/maps-icon2.png) no-repeat 0 50px; }
#content.maps div.order { background: url(images/maps-icon3.png) no-repeat 8px 58px; }
#content.maps div.wallet { background: url(images/maps-icon4.png) no-repeat 9px 63px; }
#content.maps div.services { background: url(images/maps-icon5.png) no-repeat 4px 68px; }

#content.maps div h3
{
    padding: 0 0 16px 0;
    color: #30a7ff;
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
}

#content.maps div p
{
    padding: 0;
}

@media screen and (max-width: 500px)
{
    #content.maps div
    {
        padding-left: 0;
        background: none !important;
    }
}

/* #endregion */

/* #region WHAT OFFERS ================================================================== */

#content.what
{

}

/*****************************************/

#content.what .separator
{
    margin-top: 30px;
}

#content.what div
{
    width: 561px;
    padding: 16px 0 88px 230px;
    position: relative;
    float: left;
}

#content.what div:nth-of-type(2n-1)
{
    margin-right: 76px;
}

#content.what div img
{
    position: absolute;
    left: 0;
    top: 0;
}

#content.what div h3
{
    padding: 0;
    color: #30a7ff;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
}

#content.what div p
{
    padding: 0;
}

@media screen and (max-width: 1230px)
{
    #content.what div
    {
        width: 100%;
        min-height: 167px;
        padding-left: 160px;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    #content.what div img
    {
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width: 500px)
{
    #content.what div
    {
        padding-left: 0;
        padding-top: 0;
    }

    #content.what div img
    {
        display: none;
    }
}

/* #endregion */

/* #region CONTACT ====================================================================== */

#content.contact
{

}

/*****************************************/

#content.contact .text
{
    min-height: 440px;
    padding: 0 630px 70px 0;
    margin: 0 0 80px 0;
    background: url(images/contact-map.png) no-repeat right 0;
    border-bottom: 1px solid #e8e8e8;
}

#content.contact .text p
{
    font-size: 26px;
}

@media screen and (max-width: 1140px)
{
    #content.contact .text
    {
        padding: 0 0 480px 0;
        background-position: left bottom;
    }
}

/*****************************************/

#content.contact form
{

}

#content.contact form h2
{
    
}

#content.contact form .frm_form_field
{
    width: 100%;
}

#content.contact form .left,
#content.contact form .right
{
    float: left;
}

#content.contact form .left
{
    width: 491px;
    padding: 0 44px 0 0;
}

#content.contact form .right
{
    width: 706px;
}

#content.contact form .frm_form_field label
{
    padding: 25px 20px 15px 20px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

#content.contact form .frm_form_field textarea,
#content.contact form .frm_form_field input[type=text],
#content.contact form .frm_form_field input[type=email],
#content.contact form .frm_form_field input[type=tel]
{
    width: 100%;
    padding: 0 19px;
    border: 1px solid #d1d1d1;
    font-size: 24px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#content.contact form .frm_form_field input[type=text],
#content.contact form .frm_form_field input[type=email],
#content.contact form .frm_form_field input[type=tel]
{
    height: 72px;
    padding-right: 65px;
}

#content.contact form .frm_form_field textarea
{
    height: 342px;
    padding: 20px 80px 20px 20px;
    background: url(images/form-icon-text.png) no-repeat right top;
}

#content.contact form .frm_form_field .frm_error
{
    padding: 10px 20px 15px 20px;
    display: block;
    color: red;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

#content.contact form .frm_form_field.name input[type=text]
{
    background: url(images/form-icon-name.png) no-repeat right center;
}
#content.contact form .frm_form_field.email input[type=text],
#content.contact form .frm_form_field.email input[type=email]
{
    background: url(images/form-icon-email.png) no-repeat right center;
}
#content.contact form .frm_form_field.phone input[type=text],
#content.contact form .frm_form_field.phone input[type=tel]
{
    background: url(images/form-icon-phone.png) no-repeat right center;
}

#content.contact form .frm_submit
{
    padding: 44px 30px 0 30px;
    clear: both;
    text-align: center;
}

#content.contact form .frm_submit input[type=submit]
{
    width: 445px;
    max-width: 100%;
    height: 66px;
    display: inline-block;
    background: #30a7ff;
    color: white;
    font-size: 22.8px;
    line-height: 66px;
    text-align: center;
    vertical-align: top;

    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
}

#content.contact form .frm_submit input[type=submit]:hover
{
    background-color: #353e3e;
}

#content.contact form .frm_submit .frm_ajax_loading
{
    width: 16px;
    height: 11px;
    margin: 10px auto 0 auto;
    display: block;
}

@media screen and (max-width: 1230px)
{
    #content.contact form .left
    {
        width: 45%;
    }

    #content.contact form .right
    {
        width: 55%;
    }
}

@media screen and (max-width: 850px)
{
    #content.contact form .left,
    #content.contact form .right
    {
        width: 100%;
        padding: 0;
        float: none;
    }
}

/* #endregion */

/* #region NEWS ========================================================================= */

#content.news
{

}

#content.news .bottomLine
{
    padding: 40px 0 0 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

/*****************************************/

#content.news form
{
    width: 100%;
    min-height: 78px;
    padding: 15px 20px 15px 20px;
    display: table;
    table-layout: fixed;
    background: #e8e8e8;
}

#content.news form span
{
    display: table-cell;
    vertical-align: top;
}

#content.news form span.label { width: 138px; }
#content.news form span.text  { }
#content.news form span.button { width: 160px; }

#content.news form label
{
    width: 138px;
    display: inline-block;
    color: #353e3e;
    font-size: 20px;
    line-height: 48px;
    vertical-align: top;
}

#content.news form input[type=text]
{
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: white;
    border: 1px solid #d4d4d4;
    color: #353e3e;
    font-size: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content.news form input[type=submit]
{
    width: 140px;
    height: 48px;
    margin: 0 0 0 25px;
    display: inline-block;
    background: #30a7ff;
    color: white;
    font-size: 16px;
    line-height: 48px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    vertical-align: top;

    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

#content.news form input[type=submit]:hover
{
    background-color: #353e3e;
}

@media screen and (max-width: 930px)
{
    #content.news form
    {
        display: block;
    }

    #content.news form span
    {
        display: block;
    }

    #content.news form label
    {
        line-height: 27px;
    }

    #content.news form input[type=text]
    {
        margin: 10px 0;
    }

    #content.news form input[type=submit]
    {
        margin: 0;
    }
}

/*****************************************/

#content.news .tags
{
    font-size: 24px;
    line-height: 27px;
    font-weight: 300;
    text-align: justify;
}

#content.news .tags h3
{
    padding: 30px 0 56px 0;
}

#content.news .tags a
{
    padding: 10px 20px 10px 20px;
    margin: 0 6px 10px 0;
    display: inline-block;
    border: 1px solid #d1d1d1;
    color: #302e2e;
    text-decoration: none;
}

#content.news .tags a:hover
{
    background: #f7f7f7;
    text-decoration: none;
}

#content.news .tags a.active
{
    background: #dbdbdb;
}

@media screen and (max-width: 1230px)
{
    #content.news .tags
    {
        padding: 0;
    }

    #content.news .tags h3
    {
        padding: 0 0 30px 0;
    }

    #content.news .tags br
    {
        display: none;
    }
}

/*****************************************/

#content.news article
{
    padding: 45px 0 45px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 19px;
    line-height: 28px;
}

#content.news article:last-of-type
{
    border-bottom: none;
}

#content.news article .img
{
    width: 295px;
    padding: 0 30px 0 0;
    float: left;
}

#content.news article .img img
{
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
}

#content.news article .text
{
    width: 490px;
    float: left;
}

#content.news article.full .text
{
    width: 100%;
    float: none;
}

#content.news article .text h3
{
    padding: 0;
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
}

#content.news article .text h3 a
{
    color: #30a7ff;
    text-decoration: none;
}

#content.news article .text h3 a:hover
{
    text-decoration: none;
}

#content.news article .text .info
{
    padding: 0 0 10px 0;
    color: #999999;
}

#content.news article .text .info span
{
    width: 20px;
    display: inline-block;
    color: #d1d1d1;
    vertical-align: top;
    text-align: center;
}

#content.news article .text .info a
{
    color: #999999;
    text-decoration: underline;
}

#content.news article .text .info a:hover
{
    text-decoration: none;
}

#content.news article .text p
{
    padding: 0;
}

#content.news article .text p a
{
    font-weight: 600;
}

#content.news article .text p a:hover
{

}

#content.news article.content .text p
{
    padding: 0 0 26px 0;
}

#content.news article.content .text p a
{
    font-weight: 300;
}

@media screen and (max-width: 1230px)
{
    #content.news article .img
    {
        width: 35%;
    }

    #content.news article .text
    {
        width: 65%;
    }
}

@media screen and (max-width: 730px)
{
    #content.news article .img,
    #content.news article .text
    {
        width: 100%;
    }

    #content.news article .img
    {
        padding: 0 0 20px 0;
    }
}

/*****************************************/

#content.news .pagination
{
    padding: 24px 0 0 0;
}

#content.news .pagination div.up,
#content.news .pagination div.more,
#content.news .pagination ul
{
    width: 33.3%;
    float: left;
}

#content.news .pagination div.buttons
{
    width: 66.6%;
    float: left;
    text-align: right;
}

#content.news .pagination div.up
{
    padding-left: 10px;
}

#content.news .pagination div.up a
{
    height: 44px;
    padding: 0 0 0 57px;
    position: relative;
    display: inline-block;
    color: #373737;
    font-size: 20px;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    vertical-align: top;
}

#content.news .pagination div.up a:before
{
    content: " ";

    width: 44px;
    height: 44px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #e8e6ec url(images/pagination-up.png) no-repeat center center;

    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

#content.news .pagination div.up a:hover:before
{
    background-color: #dddddd;
}

#content.news .pagination div.up a:hover
{
    text-decoration: underline;
}

#content.news .pagination div.more
{
    text-align: center;
}

#content.news .pagination div.more a,
#content.news .pagination div.buttons a
{
    width: 385px;
    max-width: 100%;
    height: 58px;
    margin: 0 0 10px 0;
    display: inline-block;
    background: #e8e6ec;
    color: #353e3e;
    font-size: 19px;
    line-height: 58px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    vertical-align: top;

    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

#content.news .pagination div.buttons a:first-of-type
{
    position: relative;
    left: -30px;
}

#content.news .pagination div.more a:hover,
#content.news .pagination div.buttons a:hover
{
    background-color: #dddddd;
    text-decoration: none;
}

#content.news .pagination ul
{
    text-align: right;
}

#content.news .pagination ul li
{
    padding: 0;
    display: inline;
    background: none;
}

#content.news .pagination ul li a,
#content.news .pagination ul li span
{
    width: 44px;
    height: 44px;
    margin: 0 2px 10px 2px;
    display: inline-block;
    background: #e8e6ec;
    color: #373737;
    font-size: 20.6px;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    vertical-align: top;

    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

#content.news .pagination ul li a.prev
{
    background: #e8e6ec url(images/pagination-prev.png) no-repeat center center;
}
#content.news .pagination ul li a.next
{
    background: #e8e6ec url(images/pagination-next.png) no-repeat center center;
}

#content.news .pagination ul li a:hover
{
    background-color: #dddddd;
}

#content.news .pagination ul li a span
{
    display: none;
}

#content.news .pagination ul li a.current,
#content.news .pagination ul li a.current:hover,
#content.news .pagination ul li span.current,
#content.news .pagination ul li span.current:hover
{
    color: white;
    background: #30a7ff;
}

@media screen and (max-width: 1230px)
{
    #content.news .pagination div.up,
    #content.news .pagination div.more,
    #content.news .pagination ul,
    #content.news .pagination div.buttons
    {
        width: 100%;
        padding: 0 0 30px 0;
        text-align: center;
    }

    #content.news .pagination div.buttons a:first-of-type
    {
        position: static;
    }
}

/* #endregion */