/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import "animate.css";

/*========================================================
                      Main Styles
=========================================================*/
.badge {
    background: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .clearboth {
        clear: both;
    }
}

.ls__mod {
    letter-spacing: 3.2px;
}

.ls1 {
    letter-spacing: 1px;
}

.mg-add {
    margin-top: -85px;
}

@media (max-width: 767px) {
    .mg-add {
        margin-top: 0;
    }
}

* + .row {
    margin-top: 30px;
}

.row + * {
    margin-top: 30px;
}

.row + .row {
    margin-top: 30px;
}

* + .article-time {
    margin-top: 40px;
}

* + p {
    margin-top: 20px;
}

h2 + img {
    margin-top: 45px;
}

* + h4 {
    margin-top: 35px;
}

* + .btn {
    margin-top: 35px;
}

* + .offs {
    margin-top: 45px;
}

* + h3 {
    margin-top: 30px;
}

.row + .offs {
    margin-top: 60px;
}

* + .offs2 {
    margin-top: 17px;
}

* + .map__mod {
    margin-top: 45px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================      Brand    ======================*/
.brand {
    max-width: 770px;
    display: inline-block;
    background: rgba(206, 84, 107, 0.7);
    padding: 75px 54px 70px;
    text-align: center;
}

.brand .brand_name {
    line-height: 86px;
    font-family: 'Satisfy', sans-serif;
    color: #272727;
}

.brand .brand_name a:hover {
    color: #272727;
}

.brand .brand_slogan {
    font-size: 90px;
    letter-spacing: 18px;
    line-height: 102px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 12px;
}

.brand p + h1 {
    margin-top: 24px;
}

@media (max-width: 2000px) {
    .brand {
        padding: 30px 40px;
    }

    .brand .brand_name {
        font-size: 50px;
        line-height: 60px;
    }

    .brand .brand_slogan {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 5px;
    }
}

@media (max-width: 991px) {
    .brand .brand_name {
        font-size: 30px;
        line-height: 35px;
    }

    .brand .brand_slogan {
        font-size: 25px;
        line-height: 30px;
    }
}

.brand__mod {
    padding: 55px 54px 45px;
}

/*==================      Icons      ====================*/
.fa:before {
    font-size: 60px;
    color: #c35167;
}

/*==================   Block-icon     ===================*/
.block-icon {
    display: flex;
    align-items: center;
    position: relative;
    /*padding-left: 85px;*/
}

* + .block-icon {
    margin-top: 45px;
}

.block-icon .icon {
    padding-right: 25px;
}

.block-icon .icon {
    width: 75px;
    padding-right: 25px;
}

.block-icon p {
    margin-top: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .block-icon {
        margin-top: 30px;
    }

    .block-icon p {
        margin-top: 5px;
    }
}

.block-icon + .block-icon {
    margin-top: 45px;
}

/*==================  Marked List  ======================*/
* + .marked-list {
    margin-top: 20px;
}

.marked-list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    color: #e192a2;
}

.marked-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c35167;
}

.marked-list li + li {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .marked-list {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.marked-list a:hover {
    color: #272727;
}

/*==================   Index List  ======================*/
.index-list {
    counter-reset: li;
}

.index-list li {
    position: relative;
    padding-top: 128px;
    padding-left: 15px;
    padding-right: 15px;
}

.index-list li:before {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: counter(li, decimal-leading-zero) '/';
    counter-increment: li;
    font-size: 90px;
    font-weight: 800;
    color: #fff;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.lt-ie9 .index-list li:before {
    filter: alpha(opacity=10);
}

.index-list li h2 + p {
    margin-top: 37px;
}

.index-list li p + p {
    margin-top: 20px;
}

/*==================   Copyright     ====================*/
.rights {
    margin-top: 10px;
    letter-spacing: 6.44px;
    color: #dddddd;
    font-weight: 800;
    text-transform: uppercase;
}

/*==================    Cont-info  ======================*/
.contact-info {
    max-width: 370px;
}

* + .contact-info {
    margin-top: 40px;
}

.contact-info address {
    font-size: 20px;
}

.contact-info dl {
    display: inline-block;
}

.contact-info dl dt {
    float: left;
}

.contact-info dl dd {
    float: right;
    margin-left: 25px;
}

.contact-info dl dd,
.contact-info dl dt {
    font-size: 14px;
}

.contact-info a[href^="mailto:#"] {
    color: #c35167;
}

.contact-info a[href^="mailto:#"]:hover {
    color: #272727;
}

.contact-info * + dl {
    margin-top: 20px;
}

.contact-info dt + dd {
    margin-top: 0;
}

.contact-info dd + dt {
    clear: both;
    margin-top: 0;
}

@media (max-width: 991px) {
    .contact-info {
        margin-left: auto;
        margin-right: auto;
    }
}

* + .term-list {
    margin-top: 40px;
}

.term-list dd {
    margin-left: 0;
}

.term-list * + dt {
    margin-top: 72px;
}

.term-list dt + * {
    margin-top: 15px;
}

.term-list a[href^="mailto:"] {
    display: inline-block;
    color: #c35167;
    margin-top: 50px;
}

.term-list a[href^="mailto:"]:hover {
    color: #272727;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: #ffffff;
}

header .brand {
    position: absolute;
    left: 50%;
    top: 180px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

@media (max-width: 1199px) {
    header .brand {
        top: 0;
    }
}

.header__mod {
    position: relative;
    background: url("../images/header-bg.jpg") 100% 100% no-repeat;
    background-size: cover;
    height: 344px;
    max-height: 344px;
    display: block;
}

.header__mod .brand {
    top: 35px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    background: #ffffff;
}

/*==================  404    ======================*/
.page404 {
    padding-top: 115px;
    padding-bottom: 70px;
    color: #ffffff;
    background: url("../images/bg-404.jpg") no-repeat;
    background-size: cover;
}

.page404 p > strong {
    font-size: 150px;
    letter-spacing: 11.25px;
    font-weight: 800;
    line-height: 43px;
    color: #c35167;
}

@media (max-width: 767px) {
    .page404 p > strong {
        font-size: 60px;
    }
}

.page404 p + h2 {
    margin-top: 40px;
}

.page404 h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1.0px;
}

.page404 * + p {
    margin-top: 32px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #ffffff;
}

footer .brand-footer {
    margin-top: 40px;
}

footer .brand-footer .brand_name {
    font-size: 60px;
    line-height: 60px;
    margin-top: 10px;
    font-family: 'Satisfy', sans-serif;
    color: #bababa;
}

footer .brand-footer .brand_name a:hover {
    color: #bababa;
}

footer .brand-footer .brand_slogan {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 9.6px;
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 800;
}

.footer__mod {
    border-top: 1px solid #dddddd;
    padding-bottom: 91px;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-dialog .btn {
    margin-top: 0;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 400px;
    }
}
.rd-mobilepanel a {
    position: fixed;
    top: 14px;
    right: 20px;
}
.rd-mobilepanel a .fa:before {
    /*float: right;*/
    font-size: 30px;
}

#result {
    display: none;
}
