﻿
#portalRibbon {
    background-color: #2a323a;
    height: 163px;
    color: white;
    padding: 20px;
    font-size: 32px;
}

    #portalRibbon .date-time {
        font-size: 15px;
        color: rgba(255,255,255,0.5);
    }

#back-to-top span {
    transform: rotate(-90deg);
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #fe5e00;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 0.8;
}

    #back-to-top span:hover {
        /*background-color: black;*/
    }

/*#region General*/
@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Abel Regular'), local('Abel-Regular'), url('/App/Content/Fonts/Abel.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
    font-family: "Abel";
}

body {
    margin: 0;
    padding: 0;
}

a {
}

/*#endregion*/

/*#region PortalLayout*/

/*#region General*/


.p-col {
    float: left;
    width: 25%;
    display: none;
}

@media (max-width:767px) {
    .p-col {
        width: 100%;
    }
}

.p-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.col-icon img {
    height: 60px;
}


.col-content h3 {
    color: #fe5e00;
    font-weight: 600;
    font-size: 15px;
}

.show {
    display: block; /*show class is added in js to filtered elements*/
}

.hover {
    background-color: rgba(0, 0, 0, 0.4);
    height: 525px;
    width: 350px;
    text-align: center;
    color: white;
    position: absolute;
    top: 5px;
    opacity: 0;
}


.hover-text {
    position: absolute;
    top: 300px;
    width: 350px;
}



    .hover-text h3 {
        font-size: 18px;
        font-weight: 400;
    }

.row-icon img:hover {
    transform: skewX(-20deg);
    filter: grayscale(100%);
}


.row-text::after {
    content: "";
    display: table;
    clear: both;
}

.row-text {
    padding-left: 80px;
    color: #7a7a7a;
}


    .row-text h3 {
        font-weight: 600;
        font-size: 16px;
    }

@media (max-width:767px) {
    .hover {
        background-color: rgba(0, 0, 0, 0.4);
        height: 525px;
        width: 100%;
        text-align: center;
        color: white;
        position: absolute;
        top: 5px;
        opacity: 0;
    }

    .hover-text {
        position: absolute;
        top: 300px;
        width: 100%;
    }
}

.content-row {
    margin-top: 40px;
}

#content {
    padding-top: 55px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.my-btn {
    cursor: pointer;
    background-color: #fe5e00;
    box-shadow: 0px 0px 10px 0px rgba(254,94,0,0.69);
    padding: 15px 25px;
    margin: 20px 0;
    display: inline-block;
}

    .my-btn a,
    .my-btn a:hover {
        text-decoration: none;
        color: white;
    }

.sections {
    padding: 60px 0;
    box-sizing: border-box;
}

.section-title {
    white-space: normal;
    font-size: 30px;
    font-weight: bold;
    word-break: break-word;
}

    .section-title > p {
        font-size: 21px;
        color: rgb(100,100,100);
        margin-bottom: 0;
        font-weight: normal;
    }

        .section-title > p.highlight {
            color: rgb(253, 93, 0);
        }

        .section-title > p:first-child {
            color: black;
            font-size: 30px;
            font-weight: bold;
        }

.section-page {
    margin: 30px 0;
}

.section-component {
    margin-top: 20px;
}

@media (max-width:767px) {
    .section-title {
        font-size: 25px;
        font-weight: 600;
    }
}
/*section title deviderlines*/
span.devider-line {
    border-bottom: solid 2px #fe5e00;
    width: 40px;
    margin: 30px 0 30px 0;
    display: inline-block;
    vertical-align: middle;
}


.section-devider {
    text-align: center;
}

/*#endregion*/

/*#region header and navbar*/
header {
    background-color: #fbfbfb;
    display: block;
}



.navbar-fixed-top {
    height: 60px;
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.4);
}

    .navbar-fixed-top ul li {
        display: inline;
        line-height: 55px;
        padding: 0;
    }

        .navbar-fixed-top ul li a {
            color: black;
        }

            .navbar-fixed-top ul li a:hover {
                text-decoration: none;
                color: #fe5e00;
            }

.navbar-default {
    border: unset;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .navbar-nav {
        margin: 0 -15px;
        background-color: #ffffff;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        background-color: white;
    }

    .navbar-default .navbar-toggle {
        border: 2px solid #ff7349;
        color: #ff7349;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ff7349;
        }

    .navbar-default .navbar-brand {
        color: #fff;
        font-weight: bold;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #eceaea;
        box-shadow: 0 14px 14px rgba(0, 0, 0, 0.12);
    }

    .navbar-default .navbar-nav > li > a {
        color: #d1d1d1;
    }

    .navbar-fixed-top ul li {
        display: block;
        line-height: 55px;
        padding: 0 14px;
        background-color: #ffffff;
        border-top: none;
    }

        .navbar-fixed-top ul li:hover {
            background-color: #ffeee2;
        }

            .navbar-fixed-top ul li:hover a {
                text-decoration: none;
                color: #a2360c !important;
            }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #333333 !important;
    }
    /*.navbar-fixed-top ul li a {
            color: black;
        }*/
    /*.navbar-fixed-top ul li a:hover {
                text-decoration: none;
                color: #fff;
            }*/

}

.top-logo {
    display: inline;
    float: left;
}

    .top-logo img {
        height: 32px;
        padding: 0 15px;
    }
/*#endregion*/

/*#region Section*/

#section-02 .col-content p {
    color: #7a7a7a
}


.aside-image-component {
    background-color: transparent;
    height: auto;
}

    .aside-image-component p,
    .aside-image-component li {
        color: #7a7a7a;
    }


    /*different colors in title*/
    .aside-image-component .section-title strong {
        color: #fe5e00;
    }


    /*here,devider line is left aligned*/
    .aside-image-component .section-devider {
        text-align: center;
    }

    /*arrow inside button*/
    .aside-image-component .my-btn a span {
        margin-left: 10px;
        font-size: 20px;
        line-height: 10px;
        vertical-align: middle;
    }

#section-04 {
    padding-bottom: 0;
}

/* Add background color to the active button */
#p-btns-container .p-btns.active {
    background-color: #1bbde8;
}


#section-04 .row::after {
    content: "";
    display: table;
    clear: both;
}


#section-04 button {
    background-color: #333333;
    padding: 8px 14px;
    margin: 0 4px;
    color: white;
    border: none;
}


#p-btns-container {
    padding: 20px 0 10px 0;
}

.text-content-component {
    /*background: url(images/section-05-img.jpg);*/
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height: auto;
}

    .text-content-component .my-btn {
        float: right;
    }

    .text-content-component p {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        line-height: 90px;
    }

    /*phone inside button*/
    .text-content-component .my-btn span {
        margin-left: 10px;
        font-size: 20px;
        line-height: 10px;
        vertical-align: middle;
    }

#section-06 {
    height: auto;
}


.doctor-img {
    width: 100%;
    padding-top: 5px;
}


/*animation: elements displayed by hovering*/
/*1-hover text*/



/*2-hover socials*/
#section-06 .hover-socials ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 430px;
    left: 70px;
    transform: scale(0);
}

#section-06 .hover-socials li {
    height: 40px;
    width: 40px;
    background-color: white;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
}

    #section-06 .hover-socials li i {
        color: black;
        font-size: 14px;
        line-height: 40px;
    }



/*order to hover*/
#section-06 .col-md-4:hover .hover-text {
    position: absolute;
    top: 5px;
    margin: 0 auto;
    padding: 15px 7px 0 7px;
    transition: top ease 1s 0s;
}

#section-06 .col-md-4:hover .hover {
    opacity: 1;
    transition: opacity 0s;
}

#section-06 .col-md-4:hover .hover-socials ul {
    transform: scale(1);
    transition: transform 0.5s 0.5s;
}


#section-07 {
    height: 460px;
    border-top: solid 1px grey;
    position: relative;
    background-image: url(images/section-07-img.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 334px 460px;
}


.row-icon img {
    height: 50px;
    display: inline-block;
    float: left;
}


/*icon animation*/
@keyframes shake {
}




#section-07 .section-content {
    margin-top: 40px;
}


#section-07 .section-content,
#section-07 .section-title {
    position: absolute;
    left: 730px;
}

.apoona-colleague {
    /*height: 480px;*/
    background: linear-gradient(rgba(254,94,0,0.45), rgba(254,94,0,0.45)), url(images/section-08-img.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
}


    .apoona-colleague .section-title {
        color: white;
    }


    /*here,devider line is blue*/
    .apoona-colleague span.devider-line {
        border-bottom: solid 2px #1bbde8;
    }



/*---------satisfaction slideshow--------*/
.satisfaction-slide {
    color: #ffffff;
    display: none;
}

.apoona-colleague .satisfaction-slide img {
    border-radius: 50%;
}




/*next and previous buttons*/
.satisfaction-allSlides {
    position: relative;
}


.satisfaction-prev, .satisfaction-next {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    top: 30%;
    cursor: pointer;
    color: #1bbde8;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border: solid 1px #1bbde8;
}

.satisfaction-next {
    right: 350px
}

.satisfaction-prev {
    left: 350px;
}

@media (max-width:767px) {
    .satisfaction-prev, .satisfaction-next {
        text-align: center;
        height: 40px;
        width: 40px;
        line-height: 40px;
        opacity: 1;
        position: absolute;
        top: 30%;
        cursor: pointer;
        color: #00b7d4;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border: solid 1px #ff5722ad;
        background-color: #ff572230;
    }

    .satisfaction-next {
        right: 0
    }

    .satisfaction-prev {
        left: 0;
    }
}

.satisfaction-next:hover,
.satisfaction-prev:hover {
    text-decoration: none;
    background-color: #1bbde8;
    color: white;
}


#section-08:hover a.satisfaction-next,
#section-08:hover a.satisfaction-prev {
    height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 0;
}

#section-09 {
    background-color: #f7f7f7;
}

    #section-09 .partner {
        display: inline;
    }

        #section-09 .partner img {
            margin: 0 30px;
        }

    /*here,devider line is blue*/
    #section-09 .devider-line {
        border-bottom: solid 2px #1bbde8;
    }
/*#endregion*/

/*#region Footer*/
.container-fluid.main-footer {
    background-color: #111111;
    height: auto;
    padding: 60px 0;
}


.main-footer .first {
    color: #fe5e00;
}


.main-footer .widget-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}


footer span.devider-line {
    border-bottom: solid 2px #fe5e00;
    width: 40px;
    margin: 10px 0 25px 0;
    display: inline-block;
}


footer .section-devider {
    text-align: left;
}


/*------subscribe------*/

/*form*/
footer form input[type="email"] {
    border: solid 1px #444;
    background-color: #222;
    font-size: 14px;
    width: 100%;
    padding: 7px 10px;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.
}

    footer form input[type="email"]:focus {
        border: solid 1px #1bbde8 !important;
    }


footer form input[type="submit"] {
    background: #1bbde8;
    border: 0;
    font-size: 14px;
    padding: 5px 40px;
    color: #fff;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    footer form input[type="submit"]:hover {
        background: #222;
    }


/*socials*/
footer .subscribe-socials ul {
    margin: 0;
    padding: 0;
}


footer .subscribe-socials li {
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #333333;
    display: inline-block;
    text-decoration: none;
    margin: 0 0.3px;
}


    footer .subscribe-socials li i {
        color: #fe5e00;
        font-size: 16px;
        line-height: 40px;
        transition: color 0.3s;
    }

/*changing column width to make socials in one line*/
footer .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

/*hover*/
footer .subscribe-socials li:hover {
    background-color: #1bbde8;
    transition: background-color 1s;
}

    footer .subscribe-socials li:hover i {
        color: white;
        transition: color 0.3s;
    }

/*------instagram------*/
.instagram-feed p a {
    text-decoration: none;
    color: #bbb;
}

    .instagram-feed p a:hover {
        color: #1bbde8;
    }





/*------contact------*/
.col-md-3.contact {
    color: #fe5e00;
}

/*icons*/
footer .widget-content i {
    color: #1bbde8;
    margin-right: 10px;
}
/*-----------------copyright-----------------*/

.container-fluid.copyright {
    background-color: #222222;
    height: 60px;
    color: #bbb;
    line-height: 60px;
}

/*#endregion*/

/*#endregion*/

/*#region SlideShow*/


.slider-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    z-index: 10
}

    .slider-controls > .previous, .slider-controls > .next {
        position: absolute;
        width: 64px;
        height: 64px;
        display: block;
        cursor: pointer;
        border: none;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-size: 64px;
        background-color: transparent;
        background-repeat: no-repeat
    }

    .slider-controls > .next {
        right: 20px;
        background-image: url("../images/arrow-right.svg")
    }

    .slider-controls > .previous {
        left: 20px;
        background-image: url("../images/arrow-left.svg")
    }

.slider-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    text-align: center
}

    .slider-navigation > li {
        position: relative;
        display: inline-block;
        margin-right: 12px
    }

        .slider-navigation > li > a {
            display: inline-block;
            width: 15px;
            height: 15px;
            border: 3px solid #FFF;
            border-radius: 50%;
            background: transparent;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease
        }

            .slider-navigation > li > a.is-active {
                background: rgba(255,255,255,0.5);
                border-color: rgba(255,255,255,0)
            }

.section {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*top: 93px;*/
}

.grid {
    display: table
}

    .grid > .column {
        width: 50%;
        display: table-cell;
        vertical-align: middle
    }

        .grid > .column:first-child {
            text-align: right
        }

.slide-btn {
    width: 240px;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border-color: rgb(254, 94, 0);
    border-style: solid;
    border-width: 1px 1px 2px 2px;
    border-radius: 30px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    transition: none 0s ease 0s;
    padding: 12px 35px;
    position: absolute;
    left: 260px;
    top: 180px;
    animation: fadeOut 5s;
}

    .slide-btn a {
        color: white;
        text-decoration: none;
        font-weight: 700;
    }

        .slide-btn a span {
            margin-left: 10px;
        }

        .slide-btn a:hover {
            color: white;
            text-decoration: none;
        }


    .slide-btn:hover {
        border: none;
        background-color: white;
        color: black;
    }

        .slide-btn:hover a {
            color: black;
        }

.next, .prev {
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    /*opacity: 0;*/
    position: absolute;
    top: 45%;
    cursor: pointer;
    color: rgba(203, 75, 0, 0.37);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    transition: color linear .8s;
    transform: scaleX(-1);
}

.next {
    right: 40px;
}

.prev {
    left: 40px;
    /*transform: scaleX(-1);*/
}


    .next:hover,
    .prev:hover {
        text-decoration: none;
        color: rgba(203, 75, 0, 1);
    }


#section-01:hover a.next,
#section-01:hover a.prev {
    height: 70px;
    width: 70px;
    background-color: white;
    opacity: 1;
    border-radius: 0;
}

.slide-back {
    background-color: #272321;
}

.slide-text {
    vertical-align: middle;
}

.slide-title {
    font-size: 1.8em;
    font-weight: 100;
    color: #e64a19;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.slide-description {
    font-size: 1em;
    color: #8c8c8c;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    white-space: normal;
}

@media only screen and (min-width: 768px) {
    .slide-title {
        font-size: 1.9em;
        text-align: center;
    }
}

.slider {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    overflow: hidden
}

    .slider .slider__container {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 0;
        list-style: none;
        white-space: nowrap
    }

.slider__container .slider__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    visibility: hidden
}

    .slider__container .slider__content .slide-image {
        position: relative;
        opacity: 0;
        transition: transform linear 2.5s,opacity linear 1s;
        width: 450px;
    }

        .slider__container .slider__content .slide-image.none {
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            opacity: 1 !important;
        }

        .slider__container .slider__content .slide-image.animate-none {
        }

        .slider__container .slider__content .slide-image.from-up-to-down {
            transform: matrix(1, 0, 0, 1, 0, -400);
        }

        .slider__container .slider__content .slide-image.animate-from-up-to-down {
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            opacity: 1 !important;
        }

        .slider__container .slider__content .slide-image.from-down-to-up {
            transform: matrix(1, 0, 0, 1, 0, 400);
        }

        .slider__container .slider__content .slide-image.animate-from-down-to-up {
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            opacity: 1 !important;
        }

        .slider__container .slider__content .slide-image.from-right-to-left {
            transform: matrix(1, 0, 0, 1, 930, 0);
        }

        .slider__container .slider__content .slide-image.animate-from-right-to-left {
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            opacity: 1 !important;
        }

        .slider__container .slider__content .slide-image.from-left-to-right {
            transform: matrix(1, 0, 0, 1, -930, 0);
        }

        .slider__container .slider__content .slide-image.animate-from-left-to-right {
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            opacity: 1 !important;
        }

        .slider__container .slider__content .slide-image.fade-in {
            opacity: 0;
        }

        .slider__container .slider__content .slide-image.animate-fade-in {
            opacity: 1 !important;
        }

.slider .slider__item {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block
}

.slider__container .slider__content .slide-title, .slider__container .slider__content .slide-description {
    position: relative;
    opacity: 0;
    transition: transform ease-in-out 2.5s,opacity ease-in-out 1s;
}

.slider__container .slider__content .text.from-up-to-down {
    transform: matrix(1, 0, 0, 1, 0, -400);
}

.slider__container .slider__content .text.animate-from-up-to-down {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider__container .slider__content .text.from-down-to-up {
    transform: matrix(1, 0, 0, 1, 0, 400);
}

.slider__container .slider__content .text.animate-from-down-to-up {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider__container .slider__content .text.from-left-to-right {
    transform: matrix(1, 0, 0, 1, -400, 0);
}

.slider__container .slider__content .text.animate-from-left-to-right {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider__container .slider__content .text.from-right-to-left {
    transform: matrix(1, 0, 0, 1, 400, 0);
}

.slider__container .slider__content .text.animate-from-right-to-left {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider__container .slider__content .text.fade-in {
    opacity: 0;
}

.slider__container .slider__content .text.animate-fade-in {
    opacity: 1 !important;
}

.delay-1 {
    transition-delay: 1s !important;
}

.delay-2 {
    transition-delay: 2s !important;
}

.full-image {
    display: block;
    width: 100vw !important;
    height: 100vh;
    object-fit: contain;
}

@media (max-width:767px) {
    .slider {
        height: 400px;
    }

    .slider__container .slider__content .slide-image {
        width: 100% !important;
    }

    .full-image {
        width: 100vw !important;
        height: 25vh;
    }

    .next, .prev {
        text-align: center;
        height: 50px;
        width: 50px;
        line-height: 50px;
        /* opacity: 0; */
        position: absolute;
        top: 45%;
        cursor: pointer;
        color: rgb(255, 87, 34);
        font-weight: bold;
        font-size: 40px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        transition: color linear .8s;
        transform: scaleX(-1);
        background-color: #ffffff57;
    }
}
/*.slider .column > h1.title {
   
    transform: matrix(1, 0, 0, 1, 0, -400);
    
}

.text-animate-from-up {
    animation-name: slideInUp;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider .column > .line1 {
    position: relative;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -400, 0);
    transition: transform ease-in-out 5s,opacity ease-in-out 2s;
}

.text-animate-from-left {
    animation-name: slideInUp;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}

.slider .column > .line2 {
    position: relative;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 400, 0);
    transition: transform ease-in-out 5s,opacity ease-in-out 2s;
}

.text-animate-from-right {
    animation-name: slideInUp;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}*/

.slider__container p {
    font-size: 1em;
    color: #8c8c8c;
    word-break: break-word;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.slide-d-none {
    display: none;
    /*transition:display linear .4s;*/
}

.slide-active {
    display: block !important;
}
/*#endregion*/


/*#region service-menu*/
.service-menu-fixed-top {
    position: fixed !important;
    top: 50px;
}

.service-menu {
    position: relative;
    width: 100%;
    z-index: 99;
    display: inline-block;
    height: 37px;
    /*top: 50px;*/
}

.menu-level-1 {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #E64A19;
}

ul.menu-level-1 > li.menu-item {
    display: inline-block;
    float: left;
    width: auto;
}

    ul.menu-level-1 > li.menu-item.active > a {
        color: #383838;
        background-color: #0000000f;
    }

    ul.menu-level-1 > li.menu-item > a {
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        background-color: transparent;
        width: 100%;
        padding: 10px;
        text-align: center;
        transition: background-color linear .4s,color linear .4s;
        font-size: 1.2em;
        line-height: unset;
        font-family: "Abel";
    }

        ul.menu-level-1 > li.menu-item > a:hover {
            color: #00BCD4;
            background-color: #000000;
            cursor: default;
        }

.menu-level-2 {
    display: none;
}

    .menu-level-2 > .menu-item:nth-child(2n+1) {
        /*float: left;*/
    }

ul.menu-level-2, ul.menu-level-3 {
    margin: 0px;
    padding: 0;
    text-align: left;
    list-style: none;
    width: 250px;
    background-color: #fff;
    width: auto;
}

ul.menu-level-2 {
    position: absolute;
    z-index: 999;
    top: 43px;
    border: 1px solid #ec440f;
    box-sizing: content-box;
}

.menu-level-2 > .menu-item a {
    color: #444;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    text-decoration: none;
    font-family: "Abel";
}

    .menu-level-2 > .menu-item a:hover {
        color: #00BCD4;
        background-color: #000000;
    }

.menu-level-2 > .menu-item > a {
    font-weight: bold;
    font-size: 1em;
    color: #444;
    font-family: "Abel";
}

.menu-level-3 > .menu-item a {
    padding-left: 15px;
}

.menu-item-image {
    width: 225px;
    height: 127px;
    padding: 5px 0px;
}

@media (max-width:767px) {
    .service-menu {
        position: static;
    }

    ul.menu-level-1,
    ul.menu-level-2,
    ul.menu-level-3,
    ul.menu-level-4,
    ul.menu-level-5 {
        margin: 0;
        padding: 0;
        position: static;
        z-index: 999;
        width: 100%;
        display: block;
        border: unset;
        background-color: unset;
    }

        ul.menu-level-1 > li.menu-item,
        ul.menu-level-2 > li.menu-item,
        ul.menu-level-3 > li.menu-item,
        ul.menu-level-4 > li.menu-item,
        ul.menu-level-5 > li.menu-item {
            display: block;
            float: unset;
            width: auto;
        }

            ul.menu-level-1 > li.menu-item > a,
            ul.menu-level-2 > .menu-item > a,
            ul.menu-level-3 > .menu-item > a,
            ul.menu-level-4 > .menu-item > a,
            ul.menu-level-5 > .menu-item > a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                display: block;
                background-color: #000000;
                width: 100%;
                padding: 10px;
                text-align: left;
                transition: background-color linear .4s,color linear .4s;
                /*font-size: 1em;*/
                cursor: pointer;
            }

    [role=back] > a {
        background-color: #795548 !important;
    }
}
/*#endregion*/


.info-box {
    font-size: 27px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    padding: 65px 0;
    text-align: center;
    margin: 0 0 47px 0;
}

.image-header-container {
    margin-top: 33px;
}

.card {
    border: 1px solid #ddd;
    padding: 20px;
}

.box {
    /*height: calc(100vh - 194px);*/
    border-top: 3px solid #607D8B;
}

.card-image {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*transform:scale(1);*/
    transition: transform ease 1s;
}

.card-title {
    display: block;
    font-size: 18px;
    width: 100%;
    margin: 0;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-secondary-title {
    padding: 5px 10px;
    display: block;
    font-size: 18px;
    width: 100%;
    line-height: 1;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-text {
    display: block;
    height: 77px;
    overflow: hidden;
}

.upload-image-container {
    position: relative;
}

    .upload-image-container span {
        position: absolute;
        right: -11px;
        top: -11px;
        display: inline-block;
        margin: 0px 0px;
        padding: 5px 7px;
        background-color: #E91E63;
        border-radius: 43px;
        color: #fff;
        border: 2px solid #fff7f7;
        box-shadow: 0px 0px 3px 1px #00000026;
        transition: background-color ease .4s,color ease .4s;
        cursor: pointer;
    }

        .upload-image-container span:hover {
            background-color: rgba(68, 68, 68, 0.73);
            border: 2px solid #fff7f7;
            /*color:crimson;*/
        }

    .upload-image-container .file-upload-image {
        width: 100%;
        margin: 10px 0px 0px;
        border-radius: 4px;
        border: 3px solid #ffffff;
        box-shadow: 0px 0px 5px 0px #0000003d;
    }

/*.form-control {
        padding: 5px;
        border: 0;
        border-bottom: solid rgba(0, 0, 0, 0.2);
        border-width: 0 0 2px;
        outline: 0;
        width: calc(100% - 15px);
        font-weight: bold;
        border-radius: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
       
    }

        .form-control:focus {
            border-color: #337ab7;
            box-shadow: inset 0px -1px 0px 0px #1E88E5;
        }

            .form-control:focus + label {
                color: #03A9F4;
            }

    .clear-btn::before {
        content: '\f00d';
        cursor: pointer;
        position: absolute;
        right: 27px;
        top: 4px;
        font-weight: 500;
        font-family: FontAwesome;
        display: inline;
        padding: 0px 5px;
        border-radius: 43px;
        color: #ff000069;
    }*/
.table .checkbox, .table .radio {
    margin-bottom: 0;
    margin-top: 0;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    top: 3px;
    left: 0;
    border: 1px solid #ddd;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    top: 3px;
    left: 0;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.checkbox input[type=checkbox]:checked + label:after {
    content: '\f00c';
    position: absolute;
    left: 1px;
    top: 1px;
    font-family: FontAwesome;
    width: 16px;
    height: 16px;
    color: #337ab7;
}

.radio {
    display: inline-block;
    /*padding-top:0px!important;*/
}

    .radio input[type=radio] {
        display: none;
    }

    .radio label:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: white;
        top: 3px;
        left: 0;
        border: 1px solid #ddd;
        border-radius: 25px;
    }

.form-group .radio label:before {
    top: 8px;
}

.radio input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: white;
    top: 3px;
    left: 0;
    background-color: #f5f5f5;
    border: 2px solid #337ab7;
    border-radius: 25px;
}

.form-group .radio input[type=radio]:checked + label:before {
    top: 8px;
}

.radio input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #337ab7;
}

.form-group .radio input[type=radio]:checked + label:after {
    top: 11px;
}


.switch-checkbox.switcher {
    display: inline-block;
    padding-right: 15px;
}

div.switch-checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
}

    div.switch-checkbox.switcher label *,
    div.radio.switcher label * {
        vertical-align: middle;
    }

    div.switch-checkbox.switcher label input,
    div.radio.switcher label input {
        display: none;
    }

        div.switch-checkbox.switcher label input + span,
        div.radio.switcher label input + span {
            position: relative;
            display: inline-block;
            margin-right: 0;
            width: 40px;
            height: 22px;
            background: #f2f2f2;
            border: 1px solid #eee;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

            div.switch-checkbox.switcher label input + span small,
            div.radio.switcher label input + span small {
                position: absolute;
                display: block;
                width: 50%;
                height: 100%;
                background: #fff;
                border-radius: 50%;
                transition: all 0.3s ease-in-out;
                left: 0;
            }

        div.switch-checkbox.switcher label input:checked + span,
        div.radio.switcher label input:checked + span {
            background: #269bff;
            border-color: #269bff;
        }

            div.switch-checkbox.switcher label input:checked + span small,
            div.radio.switcher label input:checked + span small {
                left: 50%;
            }





.file-upload {
    position: relative;
    padding: 5px;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 32px;
}

    .file-upload .file-name {
        display: inline-block;
        padding-left: 27px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

    .file-upload input[type=file] {
        display: none;
    }

    .file-upload label {
        margin: 0;
        padding: 0px;
        display: inline-block;
    }

        .file-upload label:before {
            content: '\f0fe';
            position: absolute;
            font-family: FontAwesome;
            font-size: 27px;
            color: seagreen;
            width: 200px;
            margin: 0;
            padding: 0;
            height: 30px;
            top: -3px;
            left: 3px;
        }

.modal-title {
    display: inline-block;
    width: calc(100% - 20px);
}


.box-body {
    padding: 0px;
}

.box-footer {
    border-top: 0px;
    padding: 0px;
}

.card-title {
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    background-color: #0000007a;
    color: #ffffff;
}

.parent {
    width: 100%;
    /*margin: 20px;*/
    height: 300px;
    /*border: 1px solid blue;*/
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .parent:hover .child:before, .parent:focus .child:before {
        display: block;
    }

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.box.box-shadow {
    /* border-bottom-color: #929292; */
    border: unset;
    border-bottom: unset;
    box-shadow: 0px 0px 16px 1px #0000000f;
}

    .box.box-shadow:hover {
        transition: box-shadow linear .4s;
        box-shadow: 2px 0px 8px 4px rgba(0, 0, 0, 0.2);
    }

.input-group {
    display: flex;
}

.card-url {
    display: inline-block;
    width: calc(100% - 41px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 35px;
    background-color: #607D8B;
    line-height: 35px;
    padding-left: 8px;
    float: left;
    border: 0px;
    border-right: 0;
    border-left: 1px solid #1c2f3b;
    color: #fff;
}

.card-btn-copy {
    display: inline-block;
    float: right;
    height: 35px;
    width: 41px;
    border: unset;
    border-left: 1px solid #1c2f3b;
    background-color: #2a4251;
    color: #fff;
    outline: 0;
}

    .card-btn-copy:hover {
        color: #a1a1a1;
        background-color: #222d35;
        border-color: #222d35;
    }

.box-body {
    margin-top: 14px;
}

.card-text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.card-row {
    display: flex;
}

    .card-row .card-col {
        flex-grow: 1;
        width: 33.33333%;
    }

        .card-row .card-col > a {
            width: 100%;
            font-weight: bold;
            border-radius: 0;
            background-color: #2a4251;
            border: 1px solid #1c2f3b;
            border-left: 0px;
        }

        .card-row .card-col:first-child > a {
            border-right: 1px solid #1c2f3b;
            border-left: 1px solid #1c2f3b;
        }

        .card-row .card-col > a.btn-primary,
        .card-row .card-col > a.btn-danger,
        .card-row .card-col > a.btn-success {
            color: #e2e1e1;
        }

            .card-row .card-col > a.btn-primary:hover,
            .card-row .card-col > a.btn-danger:hover,
            .card-row .card-col > a.btn-success:hover {
                color: #a1a1a1;
                background-color: #222d35;
                border-color: #222d35;
            }

.image-header-container {
    margin-top: 0;
    padding: 0;
    margin-top: 0;
}

.content-wrapper {
    background-color: #f1f1f1;
}

.btn {
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px 20px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #1dc5e0;
        background-color: #000000;
    }
}

/*#region product*/
.product {
    position: relative;
}

.product-hover {
    opacity: 0;
    width: 0;
    /*width: 100%;*/
    height: 250px;
    background-color: black;
    position: absolute;
    top: 0;
}

.product-title > h3 {
    opacity: 0;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product:hover .product-hover {
    transition: width .4s, opacity .2s;
    opacity: .5;
    width: 100%;
}

    .product:hover .product-hover h3 {
        /*transition: opacity 1s;*/
        opacity: 1;
    }

.product-title {
    width: 100%;
    text-align: center;
    height: 250px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
/*#endregion*/

.input-group .form-control {
    width: calc(100% - 38px);
}

#copyright-text {
    margin: unset;
    margin-bottom: 0px;
    line-height: unset;
    color: #bbb;
}

/*#region comments*/
.mailbox-messages a.email {
    border-bottom: 1px dashed;
    color: blue;
    cursor: pointer;
}

.comment {
    border: 1px solid #5becff;
    padding: 5px;
    border-radius: 10px;
    background-color: #00bcd40a;
}


/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
    margin: 60px auto 15px;
    width: 768px;
}

    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

.comments-list {
    margin-top: 30px;
    position: relative;
}

    /**
 * Lineas / Detalles
 -----------------------*/
    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0;
    }

    .comments-list:after {
        content: '';
        position: absolute;
        background: #c7cacb;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #dee1e3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list > li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list > li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .comments-list > li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 2.5em;
    font-family: 'Roboto Mono';
    font-weight: bold;
}

    .comments-list .comment-avatar img {
        width: 100%;
        height: 100%;
    }

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 1.5em;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0,0,0,0.05);
        left: -12px;
    }

.reply-list .comment-box {
    width: 610px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 14px;
        position: relative;
        top: 2px;
        color: #A6A6A6;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

    .comment-box .comment-name a {
        color: #283035;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .comment-box .comment-content p {
        font-size: 15px !important;
    }

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

    .comment-box .comment-name.by-author:after {
        content: 'autor';
        background: #03658c;
        color: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-container {
        width: 100%;
    }

    .comments-list .comment-box {
        width: calc(100% - 55px);
    }

    .reply-list .comment-box {
        width: calc(100% - 55px);
    }
}



.back-color {
    background-color: #F2F3F4;
}

.page-toolbox {
    position: relative;
}

    .page-toolbox ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .page-toolbox ul li {
            margin: 10px;
        }

            .page-toolbox ul li button {
                width: 100%;
            }

.component-container {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .component-container > li.item {
        margin: 10px 23px;
        /*box-shadow: 0px 0px 8px 1px #0000002e;*/
        border: 1px solid #ddd;
    }

.component-toolbar {
    position: relative;
    list-style: none;
    height: 35px;
    background-color: #fff;
    /*padding-right: 9px;*/
    border-bottom: 1px solid #ddd;
}

    .component-toolbar > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /* position: absolute; */
    }

        .component-toolbar > ul > li {
            float: right;
            /*margin-left: 4px;*/
        }

            .component-toolbar > ul > li > a {
                display: inline-block;
                padding: 7px;
                background-color: #fff;
                width: 36px;
                text-align: center;
                color: black;
                border: 1px solid #ddd;
                border-left-width: 0;
                border-top-width: 0;
                border-bottom-width: 0;
            }

                .component-toolbar > ul > li > a:hover {
                    transition: background-color linear .4s;
                    background-color: rgba(0,0,0,.1);
                }

            .component-toolbar > ul > li:first-child > a {
                border-right-width: 0;
            }

            .component-toolbar > ul > li:last-child > a {
                border-left-width: 1px;
            }

            .component-toolbar > ul > li .sp-replacer {
                margin: 0;
                overflow: hidden;
                cursor: pointer;
                padding: 7px;
                display: inline-block;
                *zoom: 1;
                *display: inline;
                border: solid 1px #ddd;
                background: #fff;
                color: #333;
                vertical-align: middle;
                border-top: 0;
                border-bottom: 0;
            }

    .component-toolbar .btn-remove-image {
        position: absolute;
        left: -8px;
        top: -10px;
        display: inline-block;
        padding: 0px 4px;
        background-color: #ff0030;
        border-radius: 25px;
        z-index: 4;
        color: #fff;
        cursor: pointer;
    }

.file-upload.image-upload {
    border: unset;
    background-color: transparent;
    height: auto;
    text-align: center;
}

    .file-upload.image-upload label:before {
        content: '\f0fe';
        width: 100%;
        height: 100%;
        font-size: 4em;
        color: #000000;
        top: -32px;
        left: 1px;
    }

    .file-upload.image-upload label:after {
        content: '\f0fe';
        font-family: FontAwesome;
        width: 100%;
        font-size: 4em;
        color: #FFC107;
        top: -34px;
        position: absolute;
        left: -1px;
    }

.aside-image-component .aside-image {
    max-height: 500px;
    opacity: .6;
    max-width: 450px;
}

.aside-image-component .form-control, .text-content-component .form-control {
    background-color: transparent;
}

@media (max-width:767px) {
    .aside-image-component .aside-image {
        width: 100%;
    }
}

.background-cover {
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

#slide-resizer {
    height: 34px;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    border-left: 0px solid #ddd;
    padding: 7px;
    width: 108px;
    outline: 0;
}

.page-generator .checkbox, .radio {
    display: inline-block;
    padding-right: 36px;
}



.comments.contact100-form {
    width: 80%;
    margin: auto;
}

.comments .btn-generate-captch {
    height: 58px;
    background-color: #1bbde8;
    padding: 0;
    width: 42px;
    color: #fff;
    display: inline-block;
    min-width: unset;
    height: 57px;
    border: 0;
    border-radius: 0;
    margin-left: -2px;
}

.comments .captch-image {
    width: calc(100% - 44px);
    height: 55px;
}

.btn-modal {
    display: inline-block;
}

    .btn-modal:hover {
        text-decoration: none;
        cursor: pointer;
    }

[modal-data-content] {
    display: none;
}



footer p {
    font-size: 14px;
    color: #fe5e00;
    margin: 0 0 10px;
    font-family: "Abel";
    line-height: unset;
}

    footer p a {
        color: #fe5e00;
    }

footer .main-footer .title > p {
    margin-bottom: 0;
    color: #fe5e00c7;
    font-size: 12px;
}

footer .main-footer .title > p {
}


.navbar-default {
    background-color: #ffffff;
    border-radius: 0;
    padding: 0 15px 0px 0px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .navbar-nav {
        float: unset;
        display: inline-block;
        padding-left: 35px;
    }

    .navbar-collapse.collapse {
        height: 60px !important;
    }
}

@media (max-width: 767px) {
    .navbar-default {
        padding: 0 15px;
    }
}

.navbar-brand {
    padding: 7px;
    background-color: #e64a19;
    width: 139px;
    /* position: relative; */
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #ff6a3b;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 22px;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #ce2e06;
        background-color: #ffffff2e;
    }



.service-caret-down {
    font-size: 19px
}

[data-event="onClose"] {
    font-size: 14px !important;
}

.main-footer .contact .contact-input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #f5f5f526;
    background-color: #111;
    outline: 0;
}

.main-footer .contact .contact-btn {
    background: #BF360C;
    border: 0;
    font-size: 14px;
    padding: 6px 43px;
    color: #fff;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0 !important;
}

    .main-footer .contact .contact-btn:hover {
        background: #272321;
        color: #FF7043;
    }


.btn-android {
    width: 100%;
    padding: 0;
    border: 0;
    text-align: center;
    color: #fff;
    background-color: #333333;
    border-color: #272321;
    margin-bottom: 4px;
    line-height: 35px;
}

    .btn-android:hover {
        /*color: #fff;*/
        background-color: #333333;
        border-color: #333333;
    }

    .btn-android:focus, .btn-android:active:focus {
        /*color: #fff;*/
        background-color: #232323;
        border-color: #111111;
    }

    .btn-android i {
        padding-right: 4px;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        width: 45px;
        background-color: #272321;
        background: linear-gradient(34deg, #272321, #15060682);
        float: left;
    }

/*.btn-android span {
        display: inline-block;
        height: 35px;
        width: 105px;
        line-height: 32px;
        background-color: #333333;
    }*/

#navbar.navbar-collapse {
    position: relative;
}

#newPageDropdownMenu {
    cursor: default;
    position: absolute;
    right: -1px;
    top: calc(100% + 1px);
    background-color: white;
    border: 1px solid #00acd6;
    width: 250px;
    z-index: 2;
    display: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.25), 0 16px 11px -10px rgba(0,0,0,0.18);
}

    #newPageDropdownMenu > div {
        padding: 10px 0;
        text-align: center;
        border-bottom: 1px solid #00acd6;
        color: #007794;
        font-weight: bold;
        font-size: 13px;
    }

        #newPageDropdownMenu > div:last-child {
            border-bottom: 0;
        }

        #newPageDropdownMenu > div:hover {
            cursor: pointer;
            background-color: rgb(237,248,251);
        }


.layoutLegalFooterLink {
    font-weight: bold;
    padding: 0 15px;
}

    .layoutLegalFooterLink:hover {
        color: gold;
    }

.app-store-link {
    display: inline-block;
    text-decoration: none;
    background-color: #333333;
    width: 150px;
    height: 56px;
    border: none;
    border-radius: 8px;
    position: relative;
    color: #b5b5b5;
    text-align: center;
    line-height: normal;
    transition: background-color 0.75s;
}

    .app-store-link:hover,
    .app-store-link:focus,
    .app-store-link:active {
        text-decoration: none;
        color: white;
        background-color: #1688da;
        transition: background-color 0.75s;
    }

    .app-store-link .app-store-icon {
        width: 34px;
        position: absolute;
        left: 8px;
        top: 9px;
    }

    .app-store-link .app-store-content-wrapper {
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0px;
        height: 100%;
        left: 38px;
        text-align: center;
    }

    .app-store-link.apple-app-store .app-store-content-wrapper {
    }

    .app-store-link.google-play-store .app-store-content-wrapper {
        left: 50px;
        text-align: left;
    }

    .app-store-link .app-store-content-wrapper .link-upper-text {
        position: absolute;
        left: 0;
        top: 7px;
        right: 0;
        width: 100%;
    }

    .app-store-link .app-store-content-wrapper .link-lower-text {
        font-size: 19px;
        font-weight: bold;
        font-family: 'Abel';
        position: absolute;
        left: 0;
        bottom: 8px;
        right: 0;
        width: 100%;
    }
