* {
    outline: none !important;
}

/***********/
/*  HEADERS  */
/***********/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

/***********/
/*  PAGINATION  */
/***********/


div.news-box .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.news-inside-info-box a.photo-block {
    float: right;
    display: flex;
    padding: 0 0 15px 15px;
}

div.news-inside-gallery {
    margin-top: 20px;
}

div.news-images-block {
    clear: both;
    display: block;
    padding-top: 30px;
    margin-bottom: -20px;
}

div.news-box div.news-inside-gallery > div {
    margin-bottom: 20px;
}

div.news-inside-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

div.pagination_container {
    text-align: center;
}

ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

ul.pagination > li {
    margin: 0 5px !important;
}

ul.pagination > li > a {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
}

ul.pagination > li:hover > a,
ul.pagination > li.selected > a {
    color: #000;
    background: #D0D6D9;
}

ul.pagination > li.selected > a {
    cursor: default;
}

/***********/
/*  TYPOGRAPHY  */
/***********/

div.page-module ul {
    margin: 20px;
}

div.page-module ul > li {
    margin: 5px 0 0;
}

div.page-module ul > li:first-child {
    margin: 0
}

div.page-module ol {
    margin: 20px;
}

div.page-module ol > li {
    margin: 5px 0 0
}

div.page-module ol > li:first-child {
    margin: 0
}

div.table-block table ,
div.page-module table {
    background: #fff;
    border-collapse: separate;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.1;
}

div.table-block table td,
div.table-block table th ,
div.page-module table td,
div.page-module table th {
    padding: 13px 18px;
    border: 1px solid #D9D9D9;
}

div.table-block table thead td,
div.table-block table th ,
div.page-module table thead td,
div.page-module table th {
    background: #D9D9D9;
    text-align: left;
    border-right: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;

}
div.table-block table th:first-child{
    border-left: 0;
    border-top: 0;
    border-radius: 20px 0px 0px 0px;
}
div.table-block table th:last-child{
    border-right: 0;
    border-top: 0;
    border-radius:  0px 20px 0px 0px;
}
div.table-block table tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
div.table-block table tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
/***********/
/*  ROUND  */
/***********/

*.round-1 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

*.round-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

*.round-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

*.round-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

*.round-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

*.round-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

*.round-7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

*.round-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

*.round-9 {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

*.round-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

*.round-11 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

*.round-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

*.round-13 {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

*.round-14 {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

*.round-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

*.round-16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

*.round-17 {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

*.round-18 {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

*.round-19 {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

*.round-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

*.round-21 {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}

*.round-22 {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

*.round-23 {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

*.round-24 {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

*.round-25 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

*.round-26 {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

*.round-27 {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

*.round-28 {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

*.round-29 {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

*.round-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/***********/
/*  Inputs  */
/***********/

input.hidden_submit {
    font-size: 0;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -10000px;
    top: -10000px;
}

input,
textarea,
select {
    /*-webkit-appearance: none;*/
    outline: none;
    box-shadow: none;
}

div.inputs-container {
    margin: -10px -5px 0;
}

div.inputs-container > div {
    margin-top: 10px;
    padding: 0 5px !important;
}
div.inputs-container .error{
    border-color: red!important;
}
div.inputs-container input[type="text"],
div.inputs-container input[type="password"],
div.inputs-container input[type="tel"],
div.inputs-container input[type="email"],
div.inputs-container textarea {
    border: 1px solid #e2e3e6;
    background: #f5f5f5;
    width: 100%;
    font-size: 16px;
    color: #4a5566;
    padding: 12px 20px;
    border-radius: 3px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.inputs-container textarea {
    resize: vertical;
}

div.inputs-container input[type="text"]:focus,
div.inputs-container input[type="password"]:focus,
div.inputs-container input[type="tel"]:focus,
div.inputs-container input[type="email"]:focus,
div.inputs-container textarea:focus {
    border-color: #6d6d6d;
}

/***********/
/*  Menus  */
/***********/

/***********/
/*  Button */
/***********/

.button:focus,
.button:hover {
    text-decoration: none;
    background: #0f57b5;
    color: #ffffff;
    text-decoration: none;
}

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.8857em;
    line-height: 2.8857em;
    padding: 0 1.1em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 0.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: flex;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.blue-style {
    background: #0073bb;
    color: #fff;
}

.ext_button.blue-style:hover {
    background: #035081
}

.iconed-link {
    display: inline-flex;
    align-items: center;
}

.iconed-link .fa,
.iconed-link .fal,
.iconed-link .far,
.iconed-link .fas {
    margin: 0 0 0 0.6em;
}

.iconed-link .fa:first-child,
.iconed-link .fal:first-child,
.iconed-link .far:first-child,
.iconed-link .fas:first-child {
    margin: 0 0.6em 0 0;
}

/***********/
/*  Extra  */
/***********/

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.hide {
    display: none;
}

/*****************/
/*  REN SPECIAL  */
/*****************/

.d_block {
    display: block;
}

.d_inl_block {
    display: inline-block;
}

.d_flex {
    display: flex;
}

.d_inl_flex {
    display: inline-flex;
}

.uppercase {
    text-transform: uppercase;
}

br.cleaner {
    display: block;
    clear: both;
}

br.small_br {
    font-size: 6px;
    line-height: 1;
}

.pointer {
    cursor: pointer;
}

.cleaner {
    display: block;
    clear: both;
}

.nopadd {
    padding: 0 !important;
}

.noborg {
    border: 0 !important;
}

.nobg {
    background: none !important;
}

.nomarg {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no_float {
    float: none !important;
}

.cursor_def {
    cursor: default !important;
}

.v_align {
    vertical-align: middle;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*FONTS*/

.bold {
    font-weight: 700;
}

.fw_normal {
    font-weight: normal;
}

.f_9 {
    font-size: 9px;
}

.f_10 {
    font-size: 10px;
}

.f_11 {
    font-size: 11px;
}

.f_12 {
    font-size: 12px;
}

.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px !important;
}

.f_17 {
    font-size: 17px;
}

.f_18 {
    font-size: 18px;
}

.f_19 {
    font-size: 19px;
}

.f_20 {
    font-size: 20px;
}

.f_21 {
    font-size: 21px;
}

.f_22 {
    font-size: 22px;
}

.f_23 {
    font-size: 23px;
}

.f_24 {
    font-size: 24px;
}

.f_25 {
    font-size: 25px;
}

.f_26 {
    font-size: 26px;
}

.f_27 {
    font-size: 27px;
}

.f_28 {
    font-size: 28px;
}

.f_29 {
    font-size: 29px;
}

.f_30 {
    font-size: 30px;
}

.f_6 {
    font-size: 6px !important;
}

/**/

img {
    border: 0
}

p {
    margin: 1.4em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

/*SWIPER*/

.swiper-wrapper.noswipe {
    transform: translate3d(0px, 0, 0) !important;
}
ul.main-menu li{
    position: relative;
}
ul.main-menu li > .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: auto;
    height: 28px;
    width: 30px;
    background: #fff;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
ul.main-menu > li.selected .fa:before {
    content: '\f068';
}


/* XS = max-width: 567px */
/* XS + SM = max-width: 767px */
@media (max-width: 767px) {
    div.news-inside-info-box a.photo-block {
        float: none;
    }

    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }

    body.mob_menu_opened #page,
    body.mob_menu_opened #footer {
        left: -80%;
    }

    body.mob_menu_opened header.mob-position-fixed,
    body.mob_menu_opened .mob-search-container.mob-position-fixed {
        transform: translate(-80%, 0);
    }

    div.mob_nav_container {
        position: fixed;
        left: 20%;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 1;
        background: rgba(172, 44, 16, 0.02);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        display: flex;
        flex-direction: column;
    }

    div.mob_nav_menus {
        flex: auto;
        overflow: hidden;
        overflow-y: auto;
    }

    a.smart_menu_caller {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 100%;
        z-index: 569;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        text-decoration: none;
        display: flex;
    }

    a.smart_menu_caller .fa-times {
        display: none;
    }

    body.mob_menu_opened a.smart_menu_caller .fa {
        display: none;
    }

    body.mob_menu_opened a.smart_menu_caller .fa-times {
        display: flex;
    }

    .container {
        padding: 0 15px;
    }

    #page {
        z-index: 2;
        transition: left ease 0.3s;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        background: #fff;
        left: 0%;
    }

    header.mob-position-fixed {
        transition: transform ease 0.3s, top ease 0.3s;
    }

    #footer {
        transition: left ease 0.3s;
        left: 0%;
    }

    body.mob_menu_opened {
        overflow: hidden;
    }

    body.mob_menu_opened div.mob_nav_container {
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
    }

    .xs-tar {
        text-align: right;
    }

    .xs-tac {
        text-align: center;
    }

    .xs-tal {
        text-align: left;
    }

    .xs-hide {
        display: none;
    }

    div.news-box div.news-inside-info-box .photo-block {
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }

    div.news-box div.news-inside-info-box .photo-block img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* SM */
@media (min-width: 568px) and (max-width: 767px) {

}

/* MD and more */
@media (min-width: 768px) {

    a.smart_menu_caller {
        display: none;
    }

    div.mob_nav_container {
        display: none;
    }

    #page, #footer {
        transform: none !important;
    }

    .full-w-mob {
        width: 100%;
        height: auto;
        display: block;
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    .md-tar {
        text-align: right;
    }

    .md-tac {
        text-align: center;
    }

    .md-tal {
        text-align: left;
    }

    .md-hide {
        display: none;
    }

    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box .photo-block {
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }

    div.news-box div.news-inside-info-box .photo-block img {
        width: 100%;
        height: auto;
        display: block;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    .lg-tar {
        text-align: right;
    }

    .lg-tac {
        text-align: center;
    }

    .lg-tal {
        text-align: left;
    }

    .lg-hide {
        display: none;
    }

}

/* XLG */
@media (min-width: 1280px) {

    .xlg-tar {
        text-align: right;
    }

    .xlg-tac {
        text-align: center;
    }

    .xlg-tal {
        text-align: left;
    }

    .xlg-hide {
        display: none;
    }

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
