@import url(animate.css);

/*
* @section Page Layouts
*/
/*
* @section Main Styles
*/
body {
    color: #1c1d21;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    -webkit-text-size-adjust: none;
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    color: #1c1d21;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1, .heading-1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.17;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    h1, .heading-1 {
        font-size: 62px;
    }
}

@media (min-width: 1500px) {
    h1, .heading-1 {
        font-size: 60px;
    }
}

@media (min-width: 1800px) {
    h1, .heading-1 {
        font-size: 70px;
    }
}

h2, .heading-2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.39286;
    text-transform: uppercase;

}

@media (min-width: 992px) {
    h2, .heading-2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    h2, .heading-2 {
        font-size: 56px;
    }
}

@media (min-width: 1500px) {
    h2, .heading-2 {
        font-size: 66px;
    }
}

@media (min-width: 1800px) {
    h2, .heading-2 {
        font-size: 70px;
    }
}

h3, .heading-3 {
    font-size: 32px;
    line-height: 1.19643;
}

@media (min-width: 1500px) {
    h3, .heading-3 {
        font-size: 44px;
    }
}

@media (min-width: 1800px) {
    h3, .heading-3 {
        font-size: 56px;
    }
}

h4, .heading-4 {
    color: #1bd10e;
    font-size: 20px;
    line-height: 1.2;
}

@media (min-width: 1500px) {
    h4, .heading-4 {
        font-size: 36px;
    }
}

@media (min-width: 1800px) {
    h4, .heading-4 {
        font-size: 40px;
    }
}

h5, .heading-5 {
    font-size: 22px;
    line-height: 1.40909;
}

@media (min-width: 1500px) {
    h5, .heading-5 {
        font-size: 26px;
    }
}

h6, .heading-6 {
    font-size: 18px;
    line-height: 2;
}

@media (min-width: 1500px) {
    h6, .heading-6 {
        font-size: 22px;
    }
}

@media (min-width: 1800px) {
    h6, .heading-6 {
        font-size: 24px;
    }
}

p a:hover, .marked-list a:hover, .list a:hover {
    text-decoration: underline;
}

p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
    vertical-align: middle;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

/*
* @section Main Layout
*/
/*
* @subsection Offsets
*/
h2 + .contact-info {
    margin-top: 39px;
}

h1 + h4 {
    margin-top: 27px;
}

.contact-info + .inline-list {
    margin-top: 9px;
}

h2 + h4 {
    margin-top: 15px;
}

@media (min-width: 992px) {
    h2 + h4 {
        margin-top: 42px;
    }
}

h2 + form {
    margin-top: 53px;
}

h2 + .terms-list {
    margin-top: 41px;
}

.img-wrap + p {
    margin-top: 29px;
}

h4 + p {
    margin-top: 28px;
}

h2 + .marked-list {
    margin-top: 20px;
}

@media (min-width: 992px) {
    h2 + .marked-list {
        margin-top: 40px;
    }
}

h4 + .marked-list {
    margin-top: 22px;
}

@media (min-width: 992px) {
    .bg-aside .img-wrap-lg .offset-1 {
        margin-left: -180px;
        top: 60%;
    }
}

@media (min-width: 1500px) {
    .bg-aside .img-wrap-lg .offset-1 {
        margin-left: 0;
        top: 50%;
    }
}

@media (min-width: 992px) {
    .offset-2 img {
        margin-left: 185px;
    }
}

@media (min-width: 1500px) {
    .offset-2 img {
        margin-left: 0;
    }
}

.flow-offset > * + * {
    margin-top: 30px;
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 480px) {
    html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n) {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n + 2) {
        margin-top: 30px;
    }
}

/*
* @subsection Insets
*/
.container-inset {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container-inset {
        padding-right: 30px;
    }
}

@media (min-width: 1800px) {
    .container-inset {
        padding-left: 139px;
        padding-right: 139px;
    }
}

@media (min-width: 1500px) {
    .inset-0 {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .inset-1 {
        padding-right: 200px;
    }
}

@media (min-width: 1200px) {
    .inset-2 {
        padding-right: 70px;
    }
}

@media (min-width: 1800px) {
    .inset-2 {
        padding-right: 125px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .inset-3 {
        padding-left: 70px;
    }
}

@media (min-width: 1500px) {
    .inset-4 {
        padding-right: 125px;
    }
}

.inset-5 {
    padding-left: 0;
    padding-right: 0;
}

/*
* @subsection Prefix
*/
/*
* @subsection Well
*/
.well-md {
    padding-top: 40px;
    padding-bottom: 0;
}

.well-md--inset-3 {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .well-md {
        padding-top: 110px;
        padding-bottom: 126px;
    }
}

@media (min-width: 992px) {
    .well-md--inset-1 {
        padding-bottom: 157px;
    }
}

@media (min-width: 992px) {
    .well-md--inset-2 {
        padding-bottom: 133px;
    }
}

.well-md--inset-3 {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .well-md--inset-3 {
        padding-bottom: 137px;
    }
}

.well-lg {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .well-lg {
        padding-top: 333px;
        padding-bottom: 131px;
    }
}

@media (min-width: 992px) {
    .well-lg {
        padding-top: 333px;
        padding-bottom: 131px;
    }
}

/*
* @section Helpers
*/
.strike {
    text-decoration: line-through;
}

.hidden-md {
    display: none;
}

@media (min-width: 992px) {
    .hidden-md {
        display: block;
    }
}

.text-primary {
    color: #1bd10e;
}

.small {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 22px;
}

.uppercase {
    text-transform: uppercase;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.sbold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.ubold {
    font-weight: 900;
}

strong {
    font-weight: 700;
}

.big {
    font-size: 30px;
    line-height: 1.2;
}

.bigi {
    font-size: 25px;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .big {
        font-size: 52px;
    }

    .bigi {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .pull-lg-right {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull-md-right {
        float: right;
    }
}

.relative {
    position: relative;
}

.brdr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}

html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
    margin-top: 0;
}

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

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

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

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

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

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

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: justify;
    }

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

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

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

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

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

/*
* @section Components
*/
/*
* @subsection Banner
*/
.banner {
    z-index: 3;
    position: relative;
    background: url(../images/page-2_img03.jpg) no-repeat center center;
    background-size: cover;
}

.banner:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
    background: linear-gradient(to bottom, rgba(28, 29, 33, 0) 0%, #1c1d21 100%);
}

@media (min-width: 1500px) {
    .banner:after {
        left: 43.4%;
    }
}

.banner__cnt h1, .banner__cnt h2, .banner__cnt h3, .banner__cnt h5, .banner__cnt h6, .banner__cnt .heading-1, .banner__cnt .heading-2, .banner__cnt .heading-3, .banner__cnt .heading-5, .banner__cnt .heading-6 {
    color: #fff;
}

@media (min-width: 1500px) {
    .banner__cnt {
        left: 50.8%;
        position: relative;
        text-align: left;
    }
}

/*
* @subsection Terms-list
*/
.terms-list dt + dd {
    margin-top: 28px;
}

.terms-list dd + dt {
    margin-top: 59px;
}

.privacy-link {
    color: #1bd10e;
    margin-top: 37px;
    display: inline-block;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.privacy-link:hover {
    color: #000;
}

/*
* @subsection Inline-list
*/
.inline-list li {
    display: inline-block;
}


/*
* @subsection Quote
*/
.quote p q {
    position: relative;
}

.quote p + p {
    margin-top: 16px;
}

.quote cite {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
}

/*
* @subsection Marked list
*/
.marked-list li {
    position: relative;
    padding-left: 41px;
    font-size: 20px;
}

@media (min-width: 1200px) {
    .marked-list li {
        font-size: 20px;
    }
}

.marked-list li:before {
    content: "\e5cc";
    position: absolute;
    left: -9px;
    top: -3px;
    font-weight: 400;
    font-size: 28px;
    font-family: "Material Icons";
    color: #1bd10e;
}

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

.marked-list a:hover {
    color: #1bd10e;
    text-decoration: none;
}

/*
* @subsection List
*/
.list li + li {
    margin-top: 8px;
}

/*
* @subsection Contact-info
*/
.contact-info .icon {
    margin-top: -15px;
}

@media (min-width: 1200px) {
    .contact-info .icon {
        margin-top: -20px;
        margin-left: -4px;
        margin-bottom: -20px;
    }
}

.contact-info li span {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .contact-info li span {
        margin-right: 5px;
        vertical-align: middle;
    }
}

.contact-info li a[href^="mailto:"] {
    text-decoration: underline;
    color: #1bd10e;
}

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

.contact-info li a:hover {
    text-decoration: none;
    color: #1bd10e;
}

/*
* @subsection Markers
*/
.marker:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 139px;
    width: 10px;
    height: 60px;
    background: #1bd10e;
}

@media (min-width: 1500px) {
    .marker:before {
        display: inline-block;
    }
}

@media (min-width: 2050px) {
    .marker:before {
        display: none;
    }
}

.marker-1:before {
    content: "";
    display: none;
    position: absolute;
    width: 10px;
    height: 60px;
    background: #1bd10e;
}

/*
* @subsection Product
*/
.product {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.product h1, .product h2, .product h3, .product h4, .product h5, .product h6 {
    color: #fff;
}

.product img {
    width: 100%;
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

@media screen and (max-width: 2000px) {
    .product img {
        max-height: 415px;
    }
}

@media screen and (max-width: 1440px) {
    .product img {
        max-height: 415px;
    }
}

.product__cnt {
    z-index: 1;
    position: absolute;
    left: 10%;
    bottom: 0;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

@media (min-width: 1800px) {
    .product__cnt {
        left: 20%;
        bottom: -6.6%;
    }
}

.product__cnt .pricing-table {
    margin-top: 13px;
}

.product:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222226', endColorstr='#222226', GradientType=0);
    background: linear-gradient(to bottom, rgba(34, 34, 33, 0) 0%, rgba(34, 34, 33, 0) 25%, #222221 100%);
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.product .link {
    color: #fff;
    margin-top: 0;
    margin-left: 1px;
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: 0.45s -webkit-transform ease;
    transition: 0.45s transform ease;
}

@media (min-width: 1800px) {
    .product .link {
        margin-top: 80px;
    }
}

.product .link:hover {
    color: #000;
}

.product:hover .product__cnt {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

@media (min-width: 1800px) {
    .product:hover .product__cnt {
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%);
    }
}

.product:hover .text-primary {
    color: #fff;
}

.product:hover:after {
    background: rgba(246, 95, 2, 0.8);
}

.product:hover .link {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*
* @subsection Pricing-table
*/
.pricing-table .price {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/*
* @subsection Brand
*/
.rd-navbar-brand {
    display: inline-block;
}

.rd-navbar-brand_name {
    display: inline-block;
    font-size: 28px;
    color: #fff;
}

@media (min-width: 992px) {
    .rd-navbar-brand_name {
        font-size: 34px;
    }
}


/*
* @subsection Backgrounds
*/
.bg-default {
    background: #000;
}

.bg-primary {
    background: #1bd10e;
    color: #fff;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
    color: #fff;
}

.bg-primary .btn-default {
    background: #4d4d4d;
}

.bg-primary .btn:hover {
    background: #000;
}

.bg-primary .marker:before, .bg-primary .marker-1:before {
    background: #1c1d21;
}

.bg-primary .marked-list li:before {
    color: #fff;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.bg-primary .marked-list li:hover:before {
    color: #000;
}

.bg-primary .marked-list a:hover {
    color: #000;
    text-decoration: none;
}

.bg-aside {
    position: relative;
}

.bg-aside .img-wrap {
    position: static;
    margin-top: 28px;
}

@media (min-width: 992px) {
    .bg-aside .img-wrap-sm img {
        min-height: 670px;
    }
}

@media (min-width: 992px) {
    .bg-aside .img-wrap-md img {
        min-height: 782px;
    }
}

@media (min-width: 992px) {
    .bg-aside .img-wrap-lg img {
        min-height: 844px;
    }
}

@media (min-width: 992px) {
    .bg-aside .img-wrap {
        margin-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
}

.bg-aside .img-wrap img {
    position: static;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .bg-aside .img-wrap img {
        width: auto;
        max-width: none;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%) scale(1.03);
        -webkit-transform: translate(-50%, -50%) scale(1.03);
        transform: translate(-50%, -50%) scale(1.03);
    }
}

.bg-aside-left .img-wrap {
    right: 50%;
    left: 0;
}

@media (min-width: 1500px) {
    .bg-aside-left .img-wrap {
        right: 56.5918%;
    }
}

@media (min-width: 2050px) {
    .bg-aside-left .img-wrap img {
        right: 0;
        left: auto;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.bg-aside-right .img-wrap {
    left: 50%;
    right: 0;
}

@media (min-width: 1500px) {
    .bg-aside-right .img-wrap {
        left: 43.4082%;
    }
}

/*
* @subsection Icons
*/
.icon {
    display: inline-block;
    position: relative;
    line-height: inherit;
}

.icon-sm {
    font-size: 28px;
}

.icon-md {
    font-size: 22px;
}

.icon-lg {
    font-size: 40px;
}

.icon-default {
    color: #fff;
}

.icon-primary {
    color: #1bd10e;
}

.icon-secondary {
    color: #000;
}

.fa-facebook:hover {
    color: #3a589b;
}

.fa-twitter:hover {
    color: #598dca;
}

.fa-google-plus:hover {
    color: #d6492f;
}

/*
* @subsection Buttons
*/
.btn {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.btn-sm {
    font-size: 20px;
    line-height: 50px;
    padding: 0 30px;
}

.btn-md {
    line-height: 68px;
    font-size: 26px;
    padding: 0 38px;
}

.btn-lg {
    font-size: 30px;
    line-height: 80px;
    padding: 0 50px;
}

.btn-default {
    color: #fff;
    background: #1bd10e;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.btn-default:hover {
    background: #13b304;
}

/*
* @subsection Links
*/
.link {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #000;
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.link a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
    color: inherit;
}

@media (min-width: 992px) {
    .link a {
        font-size: 18px;
    }
}

.link:after {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    display: inline-block;
    content: "\e5cc";
    font-family: "Material Icons";
    font-size: 20px;
    position: absolute;
    color: inherit;
    padding-left: 20px;
    top: -3px;
}

@media (min-width: 992px) {
    .link:after {
        font-size: 28px;
        top: -9px;
        right: -44px;
    }
}

.link:hover {
    color: #fff;
}

/*
* @subsection Box
*/
.box .box_left img, .box .box_right img {
    max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
    display: table-cell;
    vertical-align: top;
}

.box .box_left {
    padding-right: 30px;
}

.box .box_right {
    padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
    padding-bottom: 30px;
}

.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
    padding-top: 30px;
}

/*
* @subsection Copyright
*/
.copyright {
    margin-top: 7px;
    font-size: 14px;
}

.copyright a {
    font-family: "Raleway", sans-serif;
}

.copyright a:hover {
    color: #1bd10e;
}

/*
* @subsection Superfish
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
    display: inline-block;
    margin-top: 12px;
}

@media (max-width: 950px) {
    .sf-menu {
        margin-top: -16px;
    }
}

.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    position: relative;
    float: left;
}

.sf-menu > li + li {
    margin-left: 20px;
}

@media (min-width: 1300px) {
    .sf-menu > li + li {
        margin-left: 48px;
    }
}

.sf-menu a {
    font-family: "Roboto", sans-serif;
    display: block;
}

.sf-menu > li > a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .sf-menu > li > a {
        font-size: 18px;
        text-shadow: 1px 2px 20px #1e1e1e;
    }
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #1bd10e;
}

.sf-menu > li.active > a {
    color: #1bd10e;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: max-content;
    margin-top: 29px;
    padding: 35px 0;
    background: #1c1d21;
    z-index: 2;
    margin-left: -115px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .sf-menu ul {
        margin-left: 0;
    }
}

.sf-menu ul > li {
    position: relative;
}

.sf-menu ul > li > a {
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
    color: #FFF;
    padding: 0 40px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #1bd10e;
}

.sf-menu ul ul {
    top: -35px;
    left: -100%;
    margin-top: 0;
    background: #1c1d21;
    margin-left: -2px;
    box-sizing: border-box;
    z-index: 2;
}

.sf-menu ul ul > li > a {
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
    color: #FFF;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #1bd10e;
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    .mfControls.text-center.text-lg-right {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fw-logo {
        margin-right: auto;
        width: 158px;
        height: 20px;
        margin-left: auto;
    }

    .marked-list li {
        position: relative;
        padding-left: 41px;
        font-size: 16px;
    }
}

/*
* @subsection RD Mobile Menu
* @description mobile navbar
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    text-align: left;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 270px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #1bd10e;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: linear-gradient(to bottom, black 0%, #3e3e3e 100%);
    color: #000;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -ms-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

/*
* @subsection Stuck menu
*/
.isStuck {
    z-index: 999;
    padding: 10px;
    background: black;
    background: -webkit-linear-gradient(top, black 0%, #3e3e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3e3e3e', GradientType=0);
    background: linear-gradient(to bottom, black 0%, #3e3e3e 100%);
}

.isStuck .rd-navbar-brand {
    padding-top: 4px;
}

.isStuck .nav {
    padding-top: 0;
}

.isStuck .container-fluid {
    padding-top: 0;
}

@media only screen and (max-width: 770px) {
    .isStuck {
        display: none !important;
    }
}

/*
* @subsection ToTop
*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #1bd10e;
    border-radius: 50%;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #333333;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

/*
* @section Scripts Modules
*/
/*
* @subsection GOOGLE-MAP.css
* @description  RD-Google Map - v0.1. Easy as hell Google Map Api Jquery plugin.
* @author       Evgeniy Gusarov (Stmechanus || Diversant)
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.map-wrap {
    margin-top: 40px;
    color: #000;
}

@media (min-width: 992px) {
    .map-wrap {
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 0;
        top: 0;
        margin-top: 0;
    }
}

@media (min-width: 1500px) {
    .map-wrap {
        left: 43.39%;
    }
}

.map_model {
    height: 773px;
}

.map_model img {
    max-width: none !important;
}

@media (max-width: 767px) {
    .map_model {
        height: 500px;
    }
}

@media (max-width: 479px) {
    .map_model {
        height: 300px;
    }
}

.map_locations {
    display: none;
}

.map {
    width: 100%;
    height: 100%;
}

.mapouter {
    width: 100%;
    height: 100%;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
}

iframe#gmap_canvas {
    width: 100%;
    height: 100%;

}

/*
* @section HEADER Section
*/
header.camera_container .stuck_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header .container-fluid {
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

@media (min-width: 1200px) {
    header .container-fluid {
        padding-top: 0px;
    }
}

header .rd-navbar-brand {
    float: left;
    margin-left: 10px;
    padding-top: 15px;
}

header .nav {
    float: right;
    padding-top: 16px;
}

@media (max-width: 950px) {
    header .rd-navbar-brand {
        float: none;
        margin-left: auto;
        padding-top: 15px;
        margin-right: auto;
        width: 200px;
        display: block;
    }

    header .nav {
        float: none;
        padding-top: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }

    header .rd-navbar-brand, header .nav {
        float: none;
    }
}

header.mod-1 {
    background-size: cover;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    header.mod-1 {
        padding-bottom: 25px;
    }

    .brand-desktop {
        display: inline-block;
    }

    .brand-mobil {
        display: none;
    }
}

@media (min-width: 1200px) {
    header.mod-1 {
        padding-bottom: 103px;
    }
}

/*
* @section CONTENT Section
*/
main {
    display: block;
}

/*
* @section FOOTER Section
*/
footer {
    position: relative;
    background: #1e1f22;
    color: #fff;
}

footer .well-md {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    footer .well-md {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

footer h1, footer .heading-1, footer h2, footer .heading-2, footer h3, footer .heading-3, footer h4, footer .heading-4, footer h5, footer .heading-5, footer h6, footer .heading-6 {
    color: #fff;
}


.fw-logo {
    width: 158px;
    height: 20px;
}

.pad-for {
    padding: 20px 38px;
}

.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
}

#a img, .btn-select img {
    width: 18px;

}

#a li {
    list-style: none;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    text-transform: uppercase;
}

#a li:hover {
    background-color: #ef9354;
}

#a li img {
    margin: 5px;
}

#a li span, .btn-select li span {
    margin: 20px 20px 20px 10px;
    color: white;
}

/* item list */

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid white;
    border-radius: 5px;
    background-color: #1bd10e;
}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 40px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #1bd10e;
    color: white;
    border: 1px solid #ccc;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    text-transform: uppercase;

}

.btn-select li:after {
    position: absolute;
    content: '';
    left: 60px;
    top: 52px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid white;

}


.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #ef9354;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
    position: absolute;
    right: 1%;
    z-index: 9;
}

span {
    font-size: 20px;
}

@media (max-width: 768px) {
    .lang-select {
        margin-left: 50px;
        position: fixed;
        left: unset;
        right: 18px;
        z-index: 99999999;
        top: 2px;
    }

    .btn-select {
        margin-top: 10px;

    }

    .btn-select li:after {
        top: 23px;
    }
}


header .container-fluid {
    position: relative;
    z-index: 2;
    padding-top: 0px;
}

.slogen {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    position: relative;
    top: -10px;
    left: 43px;
}

.logo-brand {
    position: relative;
    top: -10px;
    width: 330px;
    display: block;
}

@media (max-width: 1070px) {
    .logo-brand {
        width: 210px;
    }
}

@media (max-width: 1000px) {
    .slogen {
        left: 20px;
    }
}

@media (max-width: 768px) {
    .slogen {
        left: 0px;
    }
}

span#copyright-year {
    font-size: 14px;
}

h2.rd-navbar-brand_name {
    position: relative;
    height: 60px;
}

.header-contact {
    height: 90px;
    background-color: #1c1d21;
    background-image: url("bg-head.png");

}

.content-page {
    min-height: 50vh;
}

.h1box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-4 {
    margin-top: 30px;
}

.infos {
    color: #1c1d21 !important;
    font-size: 22px;
}

.infos-text {
    font-size: 20px;
}

select.js_language_selector {
    padding: 5px 10px;
    font-size: 22px;
    border: 1px solid #ccc;
    color: white;
    right: 5%;
    background-color: #1bd10e;
    border-radius: 5px;
    position: absolute;
    z-index: 99999;
}

.selector {
    margin-top: 40px;
    padding: 0px 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    color: white;
    right: 5%;
    background-color: #1bd10e;
    border-radius: 5px;
    position: absolute;
    z-index: 99999;
    display: block;
    max-height: 38px;
}

.selector:hover {
    background-color: #ef9354;
}

.selector.selector-desktop.open {
    background-color: #ef9354;
}

.sel-an {
    padding: 0px 10px;
}

.selector__toggle {
    display: block;
    color: white;
    text-decoration: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.selector__toggle i {
    float: right;
    position: relative;
    top: 0.2em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.open .selector__toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.selector__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    background-color: #1bd10e;
    border: 1px solid #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.open .selector__list {
    display: block;
}

.selector__list li a {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.selector__list li:hover a, .selector__list li:focus a, .selector__list li.selected a {
    background: transparent;
}

.select-lang-button {
    color: white;
}

li.selected {
    background-color: #ef9354;

}

ul.selector__list {
    margin-top: 5px;
}

.sel-le {
    max-height: 38px;

}

.selector__toggle i {
    float: right;
    position: relative;
    top: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 5px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .button-slider {
        z-index: 9999;
        position: absolute;
        top: 70%;
        /* right: 17%; */
        left: 50%;
        padding: 35px 124px;
        background-image: url(voucher2.png);
        background-size: cover;
        transform: translateX(-50%);
    }

    .parallax-container.bg-image.parallax-header.rd-parallax-light {
        background-attachment: initial !important;
    }


    .selector__toggle {
        padding: 9px;
    }

}

@media only screen and (min-width: 767px) {
    .selector-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .selector {
        right: 5%;
    }

}

@media (min-width: 1500px) {
    .selector {
        right: 4%;
    }

}

@media (min-width: 1600px) {
    .selector {
        right: 4%;
    }

}

@media (min-width: 1750px) {
    .selector {
        right: 7%;
    }

}

@media (max-width: 768px) {
    header .container-fluid {
        position: relative;
        z-index: 2;
        padding-top: 0px !important;
    }

    div#camera {
        margin-top: 56px;
    }
}

h2 {
    text-align: left;
}

h4 {
    text-align: left;
}

@media (max-width: 768px) {
    .rd-navbar-brand {
        display: inline-block;
        z-index: 99999999999999;
        position: fixed;
        top: 6px;
        right: 0;
    }

    .marked-list li:before {
        top: -11px;
    }

    .btn-md {
        font-size: 22px;
    }

    .camera_wrap {
        z-index: 97 !important;
    }

    h4 {
        text-align: center;
    }

    h1 {
        text-align: center;
    }

    h2 {
        text-align: center;
    }

    ul.inline-list {
        justify-content: center;
        display: flex;
    }

    .copyright {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .mod-1.header-contact {
        display: none;
    }

    .text-button {
        text-align: center;
    }

    .brand-desktop {
        display: none;
    }

    .camera_container {
        padding-bottom: 350px;
        z-index: 97;
    }

    header .rd-navbar-brand, header .nav {
        float: none;
        position: fixed;
        left: 55px;
        top: -9px;
    }

    h2.rd-navbar-brand_name {
        color: black;
    }

    .selector {
        z-index: 999999999;
        margin-top: 0;
        padding: 0;
        right: 15px;
        top: 8px;
        position: fixed;
        max-height: 38px;
    }

    a.logo-brand {
        font-size: 25px;
        top: -3px;
    }

    .slogen {
        font-size: 14px;
        top: -13px;
    }

    .selector__toggle {
        padding: 0px 9px;
    }

    .brand-mobil {
        display: inline-block;
    }
}


.material-icons-person:before {
    content: "\e7fd";
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.material-icons-work:before {
    content: "\e8f9";
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.picture-right {
    width: 46%;
}

.contact-info li a {
    text-decoration: underline;
    color: #1bd10e;
}

.contact-info li a:hover {
    color: #fff;
}

.made-by {
    display: flex;
    align-items: center;
}


label#name-error {
    position: absolute;
    right: 10px;
    text-align: right;
    top: -10px;
    font-style: italic;
    font-size: 11px;
    color: red;
}

label#phone-error {
    position: absolute;
    right: 10px;
    text-align: right;
    top: -10px;
    font-style: italic;
    font-size: 11px;
    color: red;
}

label#email-error {
    position: absolute;
    right: 10px;
    text-align: right;
    top: -10px;
    font-style: italic;
    font-size: 11px;
    color: red;
}

label#message-error {
    position: absolute;
    right: 10px;
    text-align: right;
    top: -10px;
    font-style: italic;
    font-size: 11px;
    color: red;
}

label#aszf-error {
    position: absolute;
    left: 0px;
    font-style: italic;
    font-size: 11px;
    /*top: 222px;*/
    color: red;
    margin-top: 0 !important;
}

label#aszf-error {

    font-style: italic;

    color: red;
}


.back-to-list {
    display: block;
    margin-top: 50px;
    text-decoration: underline
}

.back-to-list span {
    font-size: 12px;
}

.seo_city ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
}

.seo_city li {
    float: left;
}

.seo_city li a {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 6px 0 0;
    text-decoration: none;
}

.works img {
    border: 2px solid #ffcaa9;
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
    margin: auto;
}

.works a.image-link {
    display: block;
    height: 300px;
    max-width: 430px;
    margin: auto;
}

.works .col-md-3 {
    margin-bottom: 20px;
}

.works .img-container a {
    position: relative;
}

.works .image-zoom {
    position: absolute;
    bottom: 3px;
    right: 30px;
    font-size: 30px;
    text-shadow: 1px 1px 9px #575757;
}

.fa-mobile {
    font-size: 36px !important;
    margin-right: 2px;
}

.fa-car {
    font-size: 18px !important;
}

#camera {
    font-size: 46px;
    line-height: 52px;
}

#camera .box {
    padding: 50px;
    background: rgba(19, 19, 19, 0.3);
}


@media (max-width: 1600px) {
    #camera .box-top {
        font-size: 26px;
        line-height: 24px;
    }

    #camera .box-bottom {
        font-size: 28px;
        font-weight: bold;
        margin-top: 20px;
        line-height: 30px;
    }
}


#camera a, #contact a {
    padding: 20px 38px;
    line-height: 68px;
    font-size: 26px;
    text-transform: uppercase;
    background: #1bd10e;
    transition: 0.35s all ease;
    color: #fff;
}

#contact .text-md-left {
    padding: 40px;
}

.no-padding {
    padding: 0;
}


@media (min-width: 501px) {
    #bottom-caller {
        display: none;
    }
}

@media (max-width: 500px) {
    .page {
        margin-bottom: 30px;
    }

    .toTop {
        right: 5px;
        bottom: 65px;
    }

    #bottom-caller {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px;
        line-height: 67px;
    }

    #bottom-caller .fa-mobile {
        vertical-align: sub;
    }

    #bottom-caller .btn {
        padding: 10px 20px;
        color: #fff;
        margin-left: 30px;
    }
}

.sweet-alert .confirm {
    background: #1bd10e!important;
}