/* Error de minimización. Devolviendo el contenido no minimizado.
(4474,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}


p {
    font-size: 13px;
    line-height: 21px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.white-text {
    color: #fff !important;
}

.section-title h3 {
    color: #666;
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}





.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: none !important;
    }



/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

    .navbar-default .navbar-brand {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

    .navbar-default .navbar-collapse {
        border-color: rgba(255,255,255,.02);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }


    .navbar-default .nav li a {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        color: #bdbec3;
        font-size: 16px;
        font-weight: bolder;
    }


    .navbar-default .navbar-nav > .active > a {
        border-radius: 0;
        color: #fff;
    }

        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #fff;
        }

@media(min-width:768px) {
    .navbar-default {
        padding: 0px 0;
        border: 0;
        /*background-color: transparent;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-default .navbar-brand {
            font-size: 20px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .navbar-default .navbar-nav > .active > a {
            /*border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;*/
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
        }

        .navbar-default.navbar-shrink {
            padding: 10px 0;
            background-color: #222;
        }

            .navbar-default.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}






/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.menu-wrap .logo {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 35px;
}



/* Menu Button */
.menu-button {
    position: fixed;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
}

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }

        .menu-button::before {
            position: absolute;
            top: 0.5em;
            right: 0.5em;
            bottom: 0.5em;
            left: 0.5em;
            background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
            content: '';
        }

    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }

        .menu-button::before {
            position: absolute;
            top: 0.5em;
            right: 0.5em;
            bottom: 0.5em;
            left: 0.5em;
            background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
            content: '';
        }
}



.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
}

    .close-button::before,
    .close-button::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #bdc3c7;
    }

    .close-button::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-button::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Menu */
.menu-wrap {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: #111;
    padding: 2.5em 1.5em 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-320px,0,0);
    -moz-transform: translate3d(-320px,0,0);
    -o-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -webkit-transform 0.4s;
    -o-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu,
.icon-list {
    height: 100%;
}

.icon-list {
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

    .icon-list a {
        display: block;
        padding: 0.8em;
        -webkit-transform: translate3d(0,500px,0);
        -moz-transform: translate3d(0,500px,0);
        -o-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
    }

    .icon-list,
    .icon-list a {
        -webkit-transition: -webkit-transform 0s 0.4s;
        -moz-transition: -webkit-transform 0s 0.4s;
        -o-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .icon-list a:nth-child(2) {
            -webkit-transform: translate3d(0,1000px,0);
            -moz-transform: translate3d(0,1000px,0);
            -o-transform: translate3d(0,1000px,0);
            transform: translate3d(0,1000px,0);
        }

        .icon-list a:nth-child(3) {
            -webkit-transform: translate3d(0,1500px,0);
            -moz-transform: translate3d(0,1500px,0);
            -o-transform: translate3d(0,1500px,0);
            transform: translate3d(0,1500px,0);
        }

        .icon-list a:nth-child(4) {
            -webkit-transform: translate3d(0,2000px,0);
            -moz-transform: translate3d(0,2000px,0);
            -o-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0);
        }

        .icon-list a:nth-child(5) {
            -webkit-transform: translate3d(0,2500px,0);
            -moz-transform: translate3d(0,2500px,0);
            -o-transform: translate3d(0,2500px,0);
            transform: translate3d(0,2500px,0);
        }

        .icon-list a:nth-child(6) {
            -webkit-transform: translate3d(0,3000px,0);
            -moz-transform: translate3d(0,3000px,0);
            -o-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0);
        }

        .icon-list a span {
            margin-left: 10px;
            font-weight: 500;
        }

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -webkit-transform 0.8s;
    -o-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -webkit-transform 0.8s;
    -o-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

    .show-menu .icon-list a {
        -webkit-transition-duration: 0.9s;
        -moz-transition-duration: 0.9s;
        -o-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }





/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: 700px;
}

    #main-slide .item img {
        width: 100%;
    }

    #main-slide .item .slider-content {
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
    }

    #main-slide .item.active .slider-content {
        z-index: 0;
        opacity: 1;
        -webkit-transition: opacity 100ms;
        -moz-transition: opacity 100ms;
        -o-transition: opacity 100ms;
        transition: opacity 100ms;
    }

#main-slide .slider-content {
    top: 45%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    #main-slide .carousel-control.left span {
        padding: 15px;
    }

    #main-slide .carousel-control.right span {
        padding: 15px;
    }

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


#main-slide .slider-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn {
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 300;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
    background: transparent;
    border: 1px solid #fff;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

    .slider.btn.btn-default:hover {
        background: #000;
        color: #fff;
    }

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
    -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
    animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
    font-weight: bolder !important;
}

.carousel .item.active .animated3 {
    -webkit-animation: flipInX 2s ease-in-out 800ms both;
    animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {

    #main-slide .slider-content h1 {
        font-size: 68px;
    }
}


@media (min-width : 768px) and (max-width: 991px) {

    #main-slide .slider-content h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #main-slide .slider-content p {
        font-size: 20px;
        margin-top: 0;
        line-height: 25px;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }

    #main-slide .item {
        height: 550px;
    }
}


@media (max-width : 767px) {

    #main-slide .slider-content h1 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0;
    }

    #main-slide .slider-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    .slider.btn {
        padding: 0 15px;
        margin-top: 0;
        font-size: 12px;
    }

    #main-slide .carousel-indicators {
        display: none;
    }

    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 400px;
    }
}


@media (max-width : 479px) {

    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide .item {
        height: 180px;
    }
}



/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */

.services-section {
    padding-top: 80px;
    padding-bottom: 20px;
}

@media(max-width:768px) {

    .feature-section-home {
        padding-top: 0px;
        position: absolute;
        top: 85%;
        width: 100%;
    }

    .feature-section {
        position: absolute;
        width: 100%;
        top: 9%;
    }

    .feature-section-main {
        overflow-y: auto;
    }
}

@media(min-width:768px) {
    .feature-section-home {
        padding-top: 50px;
        position: absolute;
        top: 85%;
        width: 100%;
    }

    .feature-section {
        padding-top: 50px;
        position: absolute;
        width: 100%;
        top: 5%;
        margin-bottom: 5%;
    }
}

.feature, .feature-2, .feature-3 {
    padding-bottom: 80px;
}

.feature, .feature-3 {
    text-align: center;
}

    .feature h4,
    .feature-3 h4 {
        font-size: 15px;
        color: #666;
        font-weight: 300;
        font-family: 'Oswald', sans-serif;
    }

.feature-2 h4 {
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p,
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size: 2.5em;
    width: 80px;
    height: 80px;
    padding: 25px;
    margin-bottom: 10px;
    position: relative;
}

.feature i {
    color: #fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.no-touch .feature:hover i,
.no-touch .feature:active i,
.no-touch .feature:focus i {
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
    font-size: 2.5em;
    color: #fff;
    width: 70px;
    height: 70px;
    padding: 20px;
    position: relative;
}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
    border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}






/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f7f7f7;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 120px;
    //background: #f7f7f7;
}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #111;
}



#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}

#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    margin-bottom: -5px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width : 550px) {

    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) and (min-width : 551px) {

    #portfolio-list li {
        width: 49.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 33.3%;
    }
}

@media only screen and (min-width : 601px) and (max-width : 800px) {
    #portfolio-list li {
        width: 50%;
    }
}


@media only screen and (min-width : 801px) and (max-width : 991px) {
    #portfolio-list li {
        width: 50%;
    }
}


.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .portfolio-item img {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .portfolio-item:hover img {
        -webkit-transform: scale(1,5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

.portfolio-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    filter: Alpha(Opacity=100);
}


.portfolio-caption h4 {
    display: inline-table;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    //margin: 20px 0 0 0;
    position: relative;
    top: 14%;
    font-family: 'Oswald', sans-serif;
}

.portfolio-caption a i {
    width: 60px;
    height: 60px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 60%;
    //left: 40%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}


/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/

.about-us-section-1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-us-section-2 {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/parallax/bg-01.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.welcome-section {
    padding-bottom: 40px;
}

    .welcome-section img {
        width: 100%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome-section h4 {
    padding-top: 20px;
    color: #777;
}

.welcome-section p {
    padding-top: 20px;
    color: #999;
}

.welcome-section:hover .border {
    margin: 0 40%;
}

.about-us-section-2 .carousel {
    margin-top: 8px;
}

.project-image .carousel img {
    width: 100%;
    height: auto;
}

.about-text p {
    color: #999;
    text-align: justify;
}

.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}

.about-text li {
    margin-bottom: 10px;
    color: #999;
}

    .about-text li i {
        padding-right: 10px;
    }

.about-slide img {
    width: 100%;
}



/*----------------------------------------------------------*/
/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    /* padding-top: 120px;
    padding-bottom: 80px;*/
    margin-top: 1px;
}

.counter-item {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
}

    .counter-item h5 {
        text-align: center;
        margin-bottom: 0px;
        color: #fff;
    }

    .counter-item i {
        font-size: 40px;
    }


.timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    font-family: 'Oswald', sans-serif;
}



/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/


.latest-news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.latest-post {
    padding-bottom: 20px;
}

    .latest-post h4 {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .latest-post .post-details .date {
        position: absolute;
        top: 0;
        left: 10%;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        text-align: center;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .latest-post .post-details .date strong {
            font-size: 16px;
        }

    .latest-post .post-details li {
        display: inline;
        font-size: 13px;
        color: #999;
        padding-right: 10px;
    }

        .latest-post .post-details li i {
            padding-right: 5px;
        }

    .latest-post p {
        padding-bottom: 15px;
        color: #999;
        font-weight: 300;
    }

    .latest-post .btn-primary {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        font-weight: 300;
    }

        .latest-post .btn-primary:hover {
            background: none;
            color: #666;
            border: 1px solid #888;
            box-shadow: none;
        }

    .latest-post:hover .date {
        opacity: 1;
        -webkit-animation: bounceIn;
        -moz-animation: bounceIn;
        -o-animation: bounceIn;
        animation: bounceIn;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -o-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }



/*************** Testimonials ***************/

.testimonial-section {
    background: Url(../images/parallax/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
    text-align: center;
    position: relative;
}

.testimonials .testimonial-content img {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
}



.testimonials .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
    //font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
}

.testimonials .testimonial-content {
    position: relative;
}

.testimonials .testimonial-author {
    margin-bottom: 40px;
}

    .testimonials .testimonial-author .author {
        font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .testimonials .testimonial-author .designation {
        color: #d3d3d3;
    }

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
    //background-color: #00afd1;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
    //background-color: #00afd1;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div {
    background: none;
    font-size: 40px;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
}

.owl-theme .owl-controls .owl-page.active {
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .owl-theme .owl-controls .owl-page.active span {
        background: #fff;
    }



/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/


#partner {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    filter: Alpha(Opacity=100);
}





/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background: url(../images/parallax/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    //padding-bottom: 100px;
}

    .contact .btn-primary {
        padding: 20px;
        font-size: 16px;
    }

        .contact .btn-primary:hover {
            background: transparent;
        }

    .contact .section-title h3 {
        color: #fff;
    }

    .contact .section-heading {
        color: #fff;
    }

    .contact .form-group {
        margin-bottom: 25px;
    }

        .contact .form-group input,
        .contact .form-group textarea {
            padding: 20px;
        }

            .contact .form-group input.form-control {
                height: auto;
            }

            .contact .form-group textarea.form-control {
                height: 236px;
            }

    .contact::-webkit-input-placeholder {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact:-moz-placeholder {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact::-moz-placeholder {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact:-ms-input-placeholder {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    .contact .text-danger {
        color: #e74c3c;
    }

    .contact button {
        font-weight: 400;
        margin-top: 30px;
    }


.footer-contact-info {
    color: #fff;
    padding: 20px 30px;
    margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .footer-contact-info ul {
        padding-bottom: 10px;
    }

    .footer-contact-info h4 {
        padding-bottom: 10px;
    }

    .footer-contact-info li strong {
        font-weight: 600;
    }

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 100px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.8);
}

    footer.style-1 .copyright {
        text-transform: uppercase;
        text-transform: none;
        color: #999;
    }

    footer.style-1 .footer-social li {
        display: inline;
        padding: 0 10px;
    }

        footer.style-1 .footer-social li a {
            padding: 8px;
            color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }

        footer.style-1 .footer-social li i {
            font-size: 15px;
            width: 20px;
            height: 20px;
        }

        footer.style-1 .footer-social li:hover a {
            background: #fff;
            color: #666;
        }

    footer.style-1 .footer-link li {
        display: inline;
        padding-left: 10px;
        font-size: 13px;
    }


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .section-modal .close-modal:hover {
        opacity: .3;
    }

    .section-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .section-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #222;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }







/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(../images/parallax/call-to.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

    .call-to-action h1 {
        font-weight: 300;
        line-height: 50px;
        padding-bottom: 40px;
        font-size: 30px;
    }

        .call-to-action h1 strong {
            font-weight: 600;
        }

    .call-to-action .btn-primary {
        padding: 20px;
        font-size: 16px;
    }

        .call-to-action .btn-primary:hover {
            background: transparent;
        }


/*-----------------------------------------*/
/* Start Team Section
/*-----------------------------------------*/


.team-member-section {
    padding-top: 80px;
    padding-bottom: 100px;
}



#team-section .our-team {
    padding-top: 20px;
}

#team-section .team-member img {
    width: 99%;
    height: auto;
    text-align: center;
}

.team-member .team-details {
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    color: #fff;
    padding: 0 2px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: bounceIn;
    animation: bounceIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.team-member .team-details h4 {
    padding-top: 30%;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

.team-member .team-details li {
    display: inline-block;
    padding-top: 20px;
}

    .team-member .team-details li a {
        padding: 8px 12px;
        background: #fff;
        border: 1px solid #fff;
        color: #666;
        font-size: 16px;
    }

    .team-member .team-details li:hover a {
        background: transparent;
        border: 1px solid #ddd;
        color: #fff;
    }

.owl-controls {
    margin-top: 35px !important;
}



/*-----------------------------------------*/
/* Start Progress Bar Section
/*-----------------------------------------*/


/* progress bar */

.skill {
    padding-bottom: 5px;
}

    .skill p {
        margin-bottom: 7px;
    }

.progress {
    background: #fff;
    overflow: visible;
    height: 30px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
}

.progress-bar-span {
    opacity: 1;
    position: absolute;
    top: -5px;
    background: #ACB2B8;
    padding: 10px 15px;
    color: #FFF;
    border-radius: 0px;
    right: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.skill:hover .progress-bar-span {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}



/*-----------------------------------------------*/
/* Start Pricing Table
/*-----------------------------------------------*/


.pricing-section {
    padding: 80px 0;
    background: url(../images/parallax/pricing-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

    .pricing-section .section-title h3 {
        color: #fff;
    }

.pricing-table {
    text-align: center;
    background: #fff;
}



.plan-name {
    padding: 10px 0;
}

    .plan-name h3 {
        font-weight: 300;
        color: #fff;
    }

.plan-price {
    padding: 25px 0;
}

    .plan-price .price-value {
        font-size: 38px;
        line-height: 40px;
        font-weight: 600;
        color: #444;
    }

        .plan-price .price-value span {
            font-size: 18px;
            font-weight: 300;
            line-height: 18px;
        }

    .plan-price .interval {
        line-height: 14px;
    }

.plan-list li {
    padding: 13px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

    .plan-list li:first-child {
        border-top: 1px solid #eee;
    }

.plan-signup {
    padding: 25px 0;
}

    .plan-signup a {
        text-transform: uppercase;
        color: #fff;
    }


.pricing .owl-buttons {
    padding-top: 30px;
}

    .pricing .owl-buttons div {
        color: #fff !important;
    }


iframe {
    border: 0;
}



/**** Start Color Switcher ****/

.show-comments-panel {
    /*right: 0px;*/
}

.hide-comments-panel {
    /*right: -90%;*/
}

.comments-panel {
    width: 50%;
    height: 100%;
    max-height: 800px;
    max-width: 912px;
    padding: 20px 18px 14px 20px;
    position: fixed;
    z-index: 901;
    top: 90px;
    right: 0;
    background-color: #f9f9f9;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    max-height: 85%;
}

    .comments-panel > p {
        font-size: 11px;
        line-height: 0;
    }

    .comments-panel #show-panel {
        position: absolute;
        left: -36px;
        top: -1px;
        /*width: 38px;*/
        /*height: 38px;*/
        z-index: 900;
        display: block;
        background-color: #f9f9f9;
        border-radius: 2px 0 0 2px !important;
        border: 1px solid rgba(0,0,0,.1);
        border-right: none;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px !important;
        text-transform: uppercase;
    }

        .comments-panel #show-panel i {
            color: #5bb12f;
            font-size: 20px;
            line-height: 38px;
            margin-left: 15px;
        }

    .comments-panel .colors-list {
        margin: 0;
        padding: 0;
    }

        .comments-panel .colors-list li {
            float: left;
            display: block;
            margin-bottom: 2px;
            margin-right: 6px;
        }

            .comments-panel .colors-list li a {
                display: inline-block;
                width: 24px;
                height: 24px;
                border-radius: 2px;
                transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                cursor: pointer;
            }

                .comments-panel .colors-list li a:hover {
                    box-shadow: inset 0 0 6px rgba(0,0,0,.4);
                }

        .comments-panel .colors-list a.light-red {
            background-color: #FF432E;
        }

        .comments-panel .colors-list a.blue {
            background-color: #28ABE3;
        }

        .comments-panel .colors-list a.light-blue {
            background-color: #69D2E7;
        }

        .comments-panel .colors-list a.green {
            background-color: #5BB12F;
        }

        .comments-panel .colors-list a.light-green {
            background-color: #BCCF02;
        }

        .comments-panel .colors-list a.yellow {
            background-color: #FED136;
        }


.comments-panel-container {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    overflow-y: hidden;
}

@media(max-width:768px) {
    .comments-panel-container {
        /*overflow-y: auto;*/
        overflow-y: hidden;
    }
}

.comments-overview {
    background-color: #ededed;
    overflow-y: auto;
    border-radius: 2px;
    padding: 20px 20px 10px 20px;
}

    .comments-overview img {
        border-radius: 2px;
        border-color: #5bb12f;
        border-width: 1px;
        border-style: solid;
    }

@media(max-width:768px) {
    .comments-panel {
        width: 90%;
        height: 80%;
    }
}

.comments-panel-overview-top {
    background-color: #ededed;
    height: 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.comments-panel-overview-bottom {
    background-color: #ededed;
    height: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/******* Style Loader *******/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



















/**********************************************************************************/
/* ESTILS PROPIS */
/**********************************************************************************/

/*********************** FORMS ***********************/
.form-field-button {
    margin-top: 24px;
    float: right;
}

.button-right {
    float: right;
    margin-left: 10px;
}

.column-right-align {
}

    .column-right-align label {
        padding-top: 10px;
        float: right;
    }

.validation-error-forced {
    border-color: #FF0500;
}

.dropdown-regular {
    border-radius: 0px 4px 4px 0px !important;
}

.dropdown-autocomplete {
    border-radius: 0px 4px 4px 0px !important;
    width: 100% !important;
}

.btn-form {
    margin-top: 20px;
}

.btn-form-label {
    margin-top: 25px;
    margin-left: -15px !important;
}

/********************** TEMPLATE *********************/

.rounded {
    border-radius: 10px;
}

/********************** FILTERS **********************/
.lblCheckboxFilter {
}

.checkBoxFilter {
    padding-top: 3px;
}

.list-filters {
    padding-left: 0px;
}

    .list-filters li {
        display: initial;
        list-style-type: none;
        margin-right: 10px;
    }

.buttonFilter {
    float: right;
    margin-left: 10px;
}

.div-filters-briefing {
    margin-top: 10px;
    font-style: italic;
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #fbfff9;
    border-color: #bce8f1;
}

/*.form-filters-report {
    background-color: #DBF7D9 !important;
    border: 1px solid #BCF1C7 !important;
}

.form-filters {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .form-filters .form-control {
        height: 24px;
    }

    .form-filters .form-group {
        margin-bottom: 5px;
    }

    .form-filters .btn {
        font-size: 12px;
    }

    .form-filters label {
        display: inline;
        margin-right: 10px;
        font-size: 12px;
    }

    .form-filters select {
        display: inline;
        height: 24px;
        padding-top: 2px;
        padding-bottom: 3px;
        padding-left: 3px;
    }

    .form-filters input {
        padding-left: 7px;
    }

.form-filters-form {
    background-color: #f9f9f9;
    border: 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.05);
}*/

.label-filter-inline {
    float: left;
    padding-top: 4px;
}

.input-group-operation-filter {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.operation-filter {
    width: 43px;
    padding-right: 0px;
    font-weight: 700;
}

.btn-operations {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-actions {
    cursor: pointer;
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
    margin-left: 5px;
}

.btn-top-filters {
    height: 25px;
    margin-top: -1px;
    padding-right: 2px;
    padding-bottom: 18px;
}

.bootstrap-switch.bootstrap-switch-small {
    min-width: 50px;
}

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 3px 6px;
        font-size: 12px;
        line-height: 18px;
    }

.btn-highlighted {
    width: 200px !important;
    margin-right: 5px;
    border-color: #accff5;
    border-width: 3px;
}

/********************** ACTIONS **********************/

.div-actions {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #ededed;
    border-color: #e4e4e4;
}

.buttonAction {
    float: left;
}

.div-btn-top-right {
    float: right;
    padding-top: 10px;
}

/*****************************************************/

/*********************** GRIDS ***********************/

@media(max-width:768px) {

    .row-separator {
        display: none;
        height: 0px;
    }

    .row-separator-10 {
        /*display: none;*/
        height: 5px;
    }

    .row-separator-15 {
        display: none;
        height: 5px;
    }

    .row-separator-25 {
        /*display: none;*/
        height: 5px;
    }

    .row-separator-5 {
        display: none;
        height: 0px;
    }

    .row-separator-8 {
        display: none;
        height: 0px;
    }
}

@media(min-width:768px) {

    .row-separator {
        height: 20px;
    }

    .row-separator-10 {
        height: 10px;
    }

    .row-separator-15 {
        height: 15px;
    }

    .row-separator-25 {
        height: 25px;
    }

    .row-separator-5 {
        height: 5px;
    }

    .row-separator-8 {
        height: 8px;
    }
}



.scroll-div {
    overflow: auto;
    overflow-y: hidden;
}

.editable-field-grid {
    width: 95% !important;
    height: 25px !important;
    font-size: 10pt;
}

.editable-field-row {
    border-width: 1px !important;
    border-color: black !important;
    border-radius: 5px;
}

.dropdown-autocomplete-grid {
    border-radius: 4px 4px 4px 4px !important;
    width: 95% !important;
    height: 25px !important;
    font-size: 9pt !important;
}

.dropdown-autocomplete-selection-grid {
    padding-top: 4px !important;
}







/*****************************************************/






/********************** HELPERS***********************/
/*********************** GRIDS ***********************/

.row-hand {
    cursor: pointer;
}

.table-hand {
    cursor: pointer;
}

.column-order-arrow {
    position: absolute;
    padding-top: 11px;
    padding-left: 8px;
}

.btn-new-element {
    margin-left: 15px;
}

.table-nonfluid {
    width: auto;
}

.textbox-filter-column {
    font-size: 12px;
    height: 24px;
    width: 100%;
    border: 0px;
    padding: 1px;
    padding-left: 5px;
}

.select-filter-column {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    height: 24px;
    width: 100%;
}

.bool-result {
    text-align: center;
}

.column-min-width {
    min-width: 150px;
}

.column-max-width-25 {
    min-width: 25px;
    max-width: 25px;
}

.column-max-width-75 {
    min-width: 75px;
    max-width: 75px;
}

.column-max-width-50 {
    min-width: 50px;
    max-width: 50px;
}

.column-max-width-100 {
    min-width: 100px;
    max-width: 100px;
}

.column-max-width-120 {
    min-width: 120px;
    max-width: 120px;
}

.column-max-width-150 {
    min-width: 150px;
    max-width: 150px;
}

.column-max-width-200 {
    min-width: 200px;
    max-width: 200px;
}

.column-max-width-250 {
    min-width: 250px;
    max-width: 250px;
}

.caret-dropdown {
    float: right;
}

.textbox-elementsPerPage {
    display: inline;
    width: 50px;
    text-align: right;
}

.label-elementsPerPage {
    display: inline;
    margin-right: 10px;
}

.div-paginatorSetElements {
    margin-top: 20px;
    float: right;
    max-width: 90px;
}

.div-buttonGrid {
    margin-top: 20px;
    float: right;
    max-width: 90px;
}

.tr-selected {
    border: 3px solid #5bb12f;
}

.tr-selected-background {
    /*background-color: #BDD3E6;*/
}


.tr-selected-green {
    border: 3px solid #8DCA17;
}

.tr-selected-green-background {
    /*background-color: #C0D694;*/
}

.tr-warning {
    background-color: #FD8F8F !important;
}

    .tr-warning:hover {
        background-color: #F96A6A !important;
    }


.tr-regularization {
    background-color: #dce088 !important;
}
/*****************************************************/

/********************* PAGINATOR *********************/

.row-pagination-results {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.row-paginator {
    text-align: center;
}

.div-paginator {
    display: inline;
}

.ul-paginator-hand {
    cursor: pointer;
}

/*****************************************************/

/************************ FORMS **********************/

.checkboxForm {
    width: auto;
    -webkit-box-shadow: none;
}

.btn-section {
    width: 100%;
    max-width: none;
}

.div-operations {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000000;
    background-color: #ededed;
    border-color: #e4e4e4;
}

.title-operations {
    font-weight: bold;
    font-style: italic;
    font-size: larger;
}

.form-section-title {
    cursor: pointer;
    font-weight: bold;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
    background-color: #BBBBBB;
    border: #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.form-section-title-filters {
    background-color: #337AB7;
    border: #204d74;
}

.form-section-title-closed {
    margin-bottom: 10px;
}

.form-section {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.actions-section {
    min-height: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .actions-section .btn {
        font-size: 12px;
    }

.form-title-status {
    float: right;
    display: inline-flex;
    padding-top: 14px;
}

    .form-title-status label {
        margin-right: 10px;
        padding-top: 8px;
    }

    .form-title-status select {
        width: auto;
        margin-right: 0px;
        height: 34px;
        padding-top: 6px;
    }

.form-table-elements {
    margin-bottom: 10px;
}

.nodisplay-error-message {
    display: none;
}

.col-control-horizontal {
    padding-left: 0px;
}

.col-label-horizontal {
    padding-right: 0px;
}

    .col-label-horizontal > label {
        padding-top: 8px;
        float: right;
    }

.editor-currency {
    text-align: right;
}

.panel-group-header {
    margin-bottom: 10px;
}

.form-header-body {
    font-size: 10px;
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 0px;
    background-color: #f9f9f9;
    border: 1px solid #d9edf7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .form-header-body label {
        padding-top: 5px;
        font-size: 12px;
        float: right;
    }

    .form-header-body input {
        height: 25px;
        font-size: 12px;
    }

    .form-header-body select {
        height: 25px;
        font-size: 12px;
        padding-left: 8px;
        padding-top: 3px;
    }

    .form-header-body .form-group {
        margin-bottom: 5px;
    }

.form-header-title {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 5px;
    border-radius: 4px;
    background-color: #d9edf7;
    border: 1px solid #d9edf7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.form-header-link {
    font-size: 14px;
    color: black;
    font-weight: bold;
    color: #9E9E9E;
}

    .form-header-link:hover {
        font-size: 14px;
        color: black;
        font-weight: bold;
        text-decoration: none;
        color: #9E9E9E;
    }

    .form-header-link:focus {
        font-size: 14px;
        color: black;
        font-weight: bold;
        text-decoration: none;
        color: #9E9E9E;
    }

/*****************************************************/

/******************** EVENT VIEWER *******************/

.profile-validation-summary {
    /*height: 34px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.profile-validation-summary-block {
    display: block !important;
}

.profile-error-tab {
    background-color: #f2dede;
}

/*****************************************************/



/********************** STOCK ************************/

.td-stock-group {
    border-width: 3px;
    border-style: solid;
    border-color: rgb(144, 193, 211);
    background-color: rgb(167, 225, 232);
}

.td-stock-element {
    background-color: rgb(182, 247, 255);
}

.td-stock-element-hidden {
    display: none;
}

.td-stock-element-visible {
    display: normal;
}

.td-stock-element-available {
    background-color: rgb(206, 249, 206);
}

.td-stock-element-reserved {
    background-color: rgb(182, 247, 255);
}

.td-stock-element-booked {
    background-color: rgb(158, 158, 158);
}

.td-stock-element-damaged {
    background-color: #ffabab;
}

.td-stock-element-deleted {
    background-color: #f6e22e;
}

/*****************************************************/

/************************ LOGIN **********************/

.divLoginOuter {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
}

.divLogin {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 400px;
    border-width: 5px;
    border-radius: 25px;
    border-color: black;
    padding: 35px;
    background-color: white;
}

.divLoginHeader {
    text-align: center;
    width: 100%;
    border-radius: 25px;
    /*margin-top: 15px; */
    margin-bottom: 35px;
}

.imgLoginHeader {
    width: 75%;
}

.divLoginResult {
    display: none;
    color: red;
    font-weight: bold;
}

/*****************************************************/


/**************** CORRECI� DE MODALS *****************/

.modal {
    overflow: auto !important;
}

/*****************************************************/
/*********************** LOADING *********************/
.btn-loading {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-loading {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px solid rgb(170, 170, 170);
    cursor: wait;
    border-radius: 10px;
    z-index: 9999999999;
    background-color: rgb(255, 255, 255);
}

/*****************************************************/

/********************** ESTILS ***********************/

.navbar-logo {
    height: 45px;
    left: 50%;
    position: absolute;
    padding-top: 3px;
    padding-bottom: 0px;
}

/*****************************************************/

.table-volume {
}

    .table-volume input {
        /*padding-left: 0px !important;
        border: none !important;
        background-color: #f9f9f9 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;*/
    }

.table-volume-label {
    font-weight: bold;
}

.table-volume-editable-row {
    /*border-bottom: 1px solid #ddd;
    border-color: black !important;
    background-color: red !important;*/
}

    .table-volume-editable-row input {
        /*background-color: red !important;*/
    }

.table-volume-editable-input {
}


/***************** DATETIME CONTROL ******************/

.datetime-control-group {
    /*display: inline-flex !important;*/
}

.datetime-control-date-textbox {
    width: 44px !important;
    padding-left: 12px !important;
    border-radius: 4px !important;
    padding-left: 7px !important;
    font-weight: bold !important;
    text-align: center;
}

.datetime-control-time-textbox {
    width: 80px !important;
    border-radius: 4px !important;
    padding-left: 15px !important;
    font-style: italic !important;
    text-align: center;
}

.datetime-control-date-separator-span {
    float: left !important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 900;
    padding-top: 8px;
}

.datetime-control-time-separator-span {
    float: left !important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 900;
    padding-top: 8px;
}

.datetime-control-value {
    /*display: none !important;*/
    /*visibility: hidden;*/
}

.datetime-control-button-calendar {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
    top: 38px !important;
    left: 4px !important;
}

.weekend {
    background-color: #ffe5e5;
    border-radius: 0px !important;
}

.input-group-addon-datetime-filter {
    font-size: inherit;
    line-height: inherit;
    background-color: inherit;
    border: inherit;
    display: inline-flex;
    float: left;
    padding-right: 5px;
    padding-top: 5px;
}

/*****************************************************/


/************* INPUT ADDON & CONTROLS ****************/
.carousel-inner {
    max-height: 500px;
}

.form-control {
    border-radius: 0px 3px 3px 0px !important;
    border-left: none;
}

.form-control-noicon {
    border-radius: 3px 3px 3px 3px !important;
    border: 1px solid #ccc;
}

.input-group-addon {
    border: none;
    border-radius: 3px 0px 0px 3px !important;
}

    .input-group-addon i {
        color: white;
        font-size: 20px;
    }

.btn {
    /*font-weight: 300;*/
}

.btn-primary:hover {
    background-color: rgba(40, 96, 144, 0);
    color: black;
}

.container-login {
    max-width: 480px !important;
    /*border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: #28abe3;*/
    /*padding: 15px 15px 0px 15px;
    background-color: rgba(40, 171, 227, 0.03);*/
    /*margin-left: 10px;
    margin-right: 10px;*/
    /*margin-bottom: 10px;*/
}

.container-error {
    max-width: 750px !important;
    /*border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: #28abe3;*/
    /*padding: 15px 15px 0px 15px;
    background-color: rgba(40, 171, 227, 0.03);*/
    /*margin-left: 10px;
    margin-right: 10px;*/
    /*margin-bottom: 10px;*/
}

@media(min-width:768px) {
    .container-form {
        max-width: 800px;
        /*border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: #28abe3;*/
        /*padding: 15px 15px 0px 15px;
    background-color: rgba(40, 171, 227, 0.03);*/
        /*margin-left: 10px;
    margin-right: 10px;*/
        /*margin-bottom: 10px;*/
        background-color: white;
        border-radius: 2px;
        border-style: none;
        border-width: 3px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

@media(max-width:768px) {
    .container-form {
        max-width: 800px;
        /*border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    border-color: #28abe3;*/
        /*padding: 15px 15px 0px 15px;
    background-color: rgba(40, 171, 227, 0.03);*/
        /*margin-left: 10px;
    margin-right: 10px;*/
        /*margin-bottom: 10px;*/
        background-color: white;
        border-style: none;
        padding-left: 25px;
        padding-right: 25px;
        /*padding-top: 25px;
        padding-bottom: 25px;*/
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.fa {
    max-width: 20px !important;
    min-width: 20px !important;
}

.row-separator {
    height: 20px;
}

.section-title {
    margin-bottom: 25px;
}

label {
    font-weight: 500 !important;
}

.input-info-text {
    font-style: italic;
}

/***************** SELECTIZE FIX *********************/

.form-control.selectize-control {
    height: 34px !important;
}

.selectize-input {
    border-radius: 0px 5px 5px 0px !important;
}

.selectize-dropdown {
    position: absolute !important;
    z-index: 100 !important;
    border-radius: 5px 5px 5px 5px !important;
}

/*.selectize-dropdown-content {
    position: absolute !important;
    z-index: 10000 !important;
}*/

.input-group .form-control {
    position: static;
}

.text-bold {
    font-weight: bold !important;
}

/*****************************************************/


/********************* MODALS ************************/
.modal-close-caret {
    color: white;
}

.modal-header-title-text {
    text-transform: uppercase;
}

.modal-header-input-addon {
    float: left;
    padding-bottom: 6px;
    padding-top: 0px;
    padding-left: 0px;
    margin-right: 20px;
}

.modal-dialog {
    margin-top: 60px !important;
}

.modal-body-confirmation-clause {
    margin-top: 20px;
}

.modal-body-confirmation-clause-message {
    margin-left: 5px;
}

/*****************************************************/
/********************* NAVBAR ************************/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #222 !important;
    color: #5ab12f !important;
}

.language-menu {
    background-color: #222 !important;
    white-space: nowrap;
    top: 32px;
    width: 144px !important;
    opacity: 0.8;
}

.dropdown-menu {
    min-width: 0px !important;
}

.language-menu li {
    display: inline;
    margin-left: 5px;
}

.language-menu-option {
    cursor: pointer;
}

.flag-wrapper {
    margin-bottom: 0px;
    width: 85%;
}

.flag-wrapper-selected {
    max-width: 26px;
    margin-left: 16px;
    max-height: 20px;
}

.dropdown-language {
    padding-top: 0px !important;
}

.img-thumbnail:hover {
    border: 1px solid #28ABE3 !important;
}

.img-thumbnail {
    border: 1px solid #bdbec3 !important;
}

.flag-wrapper {
    overflow: unset;
}

.flag-wrapper-option {
    max-width: 26px;
}

.navbar-default .nav li a {
    font-weight: bold;
}

/*****************************************************/



/**************** SUMMARY & ERRORS *******************/

.bg-danger {
    background-color: #ff5c5c !important;
}

.bg-warning {
    background-color: #ffb145 !important;
}

.bg-success {
    background-color: #5bb12f !important;
}

.field-error {
    background-color: #fdf4f4 !important;
}

/*****************************************************/



/******************** TOP MENU ***********************/

.container-logged {
    text-align: center;
}

/******************** EXPEDIENT **********************/

.expedient-info {
    top: 3%;
    /* margin-top: -70px; */
    /* left: 0; */
    /* padding: 0; */
    text-align: center;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    /* color: #fff; */
    width: 100% !important;
}

.expedient-status-description {
    width: 100%;
    border-radius: 3px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    border-color: red;
}

.container-form-expedient {
    max-width: none !important;
}

/*****************************************************/

@media(min-width:768px) {
    .row-md {
    }
}

@media(max-width:768px) {
    .row-md {
        display: none;
    }
}

.expedient-instructions {
    text-align: justify;
    display: flex;
}

.expedient-info-row {
    padding-left: 0px !important;
}

.expedient-text-row {
    display: flex;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.wizard-hidden-step {
    display: none;
}

@media(min-width:768px) {

    .modal-dialog-max {
        width: 100%;
        max-width: 800px;
    }
}

@media(max-width:768px) {

    .modal-dialog-max {
        width: 100%;
        margin: 0px !important;
    }
}

.fa-button-left {
    margin-right: 0px;
    cursor: pointer;
}

.fa-button-right {
    margin-left: 8px;
    cursor: pointer;
}

.ul-themed {
}

    .ul-themed li {
        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ul-themed .li-title {
        font-weight: 600;
    }

.btn-danger {
    border-color: #FF432E !important;
    background-color: #FF432E !important;
}

    .btn-danger:hover {
        color: black;
        background-color: transparent !important;
    }

.img-luggage-preview {
    border-style: solid;
    border-width: 1px;
    border-color: #5BB12F;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
    max-width: 100%;
    max-height: 100%;
}

.div-luggage-preview {
    height: 335px;
    width: 335px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    /*border-style: solid;*/
    border-width: 1px;
    border-color: #5BB12F;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.19) !important;
    border-radius: 2px;
    background-color: #5bb12f2b;
    text-align: center;
    filter: grayscale(100%);
}

@media(max-width:768px) {

    .div-luggage-preview {
        width: 100%;
    }
}

.div-luggage-preview-button {
    position: relative;
    top: 45%;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    background-color: #5bb12f;
    cursor: pointer;
    margin-bottom: 5px;
}

    .div-luggage-preview-button:hover {
        /*background-color: #fff;*/
    }

.div-luggage-carrousel {
    max-height: 500px;
}

.div-luggage-data {
    height: 300px;
    max-height: 300px;
    text-align: justify;
}


@media(max-width:768px) {

    .div-luggage-data {
        display: none;
    }
}

.text-danger {
    color: #FF432E;
}

.text-link {
    cursor: pointer;
}

.modal-header-background-danger {
    background-color: #e74c3c !important;
}

.input-group-addon-danger {
    background-color: #e74c3c !important;
}

.modal-header-background-warning {
    background-color: #f0ad4e !important;
}

.input-group-addon-warning {
    background-color: #f0ad4e !important;
}

/*********************** JCROP ***********************/
.img-crop-init {
    display: inline-block !important;
    /*width: auto !important;
    height: auto !important;*/
}

.img-crop {
    max-height: 670px;
    max-width: 768px;
    border-style: solid;
    border-width: 1px;
    border-color: #5BB12F;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
    display: inline-block;
}

.img-crop-holder {
    display: inline-block;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #5BB12F !important;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
}

@media(max-width:768px) {
    .img-crop {
        max-width: 100% !important;
        max-height: 350px !important;
        margin-top: 10px;
    }

    .img-crop-holder {
        margin-top: 10px;
    }
}

/*****************************************************/

/******************* LUGGAGE FILES *******************/

ul-luggage-file {
}

.ul-luggage-file li {
    float: left;
}

@media(min-width:768px) {

    .img-luggage-file {
        width: 100px;
        height: 100px;
        max-height: 500px;
        max-width: 500px;
        /*border-style: solid;*/
        border-style: none;
        border-width: 1px;
        border-color: #5BB12F;
        box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
        border-radius: 10px;
    }
}

@media(max-width:768px) {

    .img-luggage-file {
        width: 75px;
        height: 75px;
        max-height: 500px;
        max-width: 500px;
        /*border-style: solid;*/
        border-style: none;
        border-width: 1px;
        border-color: #5BB12F;
        box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
        border-radius: 10px;
    }
}

/*****************************************************/


/********************** MODALS **********************/

.modal-backdrop {
    background-color: #93b184 !important;
}

    .modal-backdrop.in {
        opacity: .25 !important;
    }

    .modal-backdrop.multiple {
        opacity: 0;
    }

/*****************************************************/

/********************* FANCYBOX 2 ********************/
.fancybox-skin {
    /*background-color: #5BB12F !important;*/
    background-color: #525252 !important;
    /*padding: 2px !important;*/
    padding: 0px !important;
}

#fancybox-thumbs ul li.active {
    border-color: #5BB12F !important;
}

.fancybox-buttons-hidden {
    display: none;
}

.fancybox-buttons {
    top: 10px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

.fancybox-buttons-list {
    margin: 0 auto;
    text-align: center;
    opacity: 0.8;
}

    .fancybox-buttons-list li {
        display: inline-block;
        float: none;
    }

.fancybox-button-list-element {
    padding-left: 20px;
}

.fancybox-button-list-element-last {
    padding-left: 60px;
}

.fancybox-wrap {
    padding-top: 12px !important;
}

.fancybox-title-inside-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #525252;
    color: #bbbbbb;
    font-weight: bold;
}

/*****************************************************/

.btn-circle {
    width: 32px;
    height: 32px;
    padding: 6px 0px;
    border-radius: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }


/******************* LOADING *************************/

.progress-bar {
    padding-top: 5px !important;
}

.progress-bar-actionname {
    /*text-align: center;*/
    /*font-weight: 600;*/
    margin-bottom: 10px;
    padding-left: 5px;
}

.progress-bar-actionname-label {
    margin-left: 15px;
    vertical-align: text-bottom;
}

.loading-spinner-modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0px !important;
}

.loading-spinner-modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    opacity: .1;
}

/*****************************************************/




.modal-warning {
    background-color: #f0ad4e !important;
}

    .modal-warning .input-group-addon {
        background-color: #f0ad4e !important;
    }

.btn-warning {
    background-color: #f0ad4e !important;
    border-color: #ec971d !important;
}

    .btn-warning:hover {
        background-color: rgba(40, 96, 144, 0) !important;
        color: black;
    }

.modal-dialog-info {
    margin-top: 120px !important;
}

.btn-primary:active {
    background-color: none !important;
    border-color: none !important;
}

@media(min-width:768px) {
    .list-profile-files-buttons {
        display: inline-flex;
        padding-left: 5px;
        margin-top: 10px;
    }

        .list-profile-files-buttons li {
            padding-left: 10px;
        }

    .list-profile-files-buttons-modal {
        padding-left: 0px;
        margin-top: 0px;
    }
}

@media(max-width:768px) {
    .list-profile-files-buttons {
        text-align: center;
        display: grid;
    }

        .list-profile-files-buttons li {
            padding-top: 5px;
        }

    .list-profile-files-buttons-modal {
        padding-left: 0px;
        margin-top: 0px;
    }

    .luggage-delete-button {
        margin-top: 15px;
    }

    .luggage-general-name {
        display: none;
    }
}

.luggage-profile-middlebutton {
    text-align: center;
}



/*********************** FLAGS ************************/

.flag-icon-es {
    background-image: url(../../../content/flags/flags/4x3/es.svg) !important;
}

.flag-icon-es-ct {
    background-image: url(../../../content/flags/flags/4x3/es-ct.svg) !important;
}

.flag-icon-gb {
    background-image: url(../../../content/flags/flags/4x3/gb.svg) !important;
}

.flag-icon-fr {
    background-image: url(../../../content/flags/flags/4x3/fr.svg) !important;
}

.flag-icon-de {
    background-image: url(../../../content/flags/flags/4x3/de.svg) !important;
}

.flag-icon-it {
    background-image: url(../../../content/flags/flags/4x3/it.svg) !important;
}

.flag-icon-pt {
    background-image: url(../../../content/flags/flags/4x3/pt.svg) !important;
}

/*****************************************************/



.fa-icon-example {
    /*margin-left: 5px;*/
    float: right;
    margin-right: 20px;
    padding-top: 3px;
    cursor: pointer;
}



@media(min-width:768px) {
    .ul-required-documents {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ul-columns-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

        .ul-columns-2 li {
            margin-top: 0px !important;
        }

    .img-airline-image {
        max-width: 125px;
        max-height: 90;
        cursor: pointer;
        position: relative;
    }

    .div-airline-image {
        position: absolute;
        left: -10px;
        /*border-color: black;
        border-style: solid;
        border-width: 1px;*/
        height: 90px;
    }
}

@media(max-width:768px) {
    .ul-required-documents {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .btn-mobile-action {
        width: 100%;
    }
}

.margin-bottom-15 {
    margin-bottom: 15px;
}


.comments-panel-button {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    text-orientation: mixed;
    font-weight: 500;
    padding-top: 20px;
}

.comments-panel #show-panel {
    border-radius: 5px;
    box-shadow: -10px 5px 15px -5px rgba(0, 0, 0, .5);
    padding-bottom: 5px;
    height: 175px;
    background-color: #72b550;    
}

    .comments-panel #show-panel a {
        color: #ffffff !important;
        text-transform: uppercase;
    }

    .comments-panel #show-panel i {
        color: #ffffff !important;
    }

.modal-header-background {
    border-radius: 2px 2px 0px 0px;
}

.modal-header-background {
    border-radius: 2px 2px 0px 0px !important;
}

.show-comments-panel {
    right: 0px;
}

.hide-comments-panel {
    right: -100px;
}





.comments-menu-option {
    text-align: center;
}

.comments-menu-option-text {
    text-align: center;
    font-size: 18px;
    color: #959595;
    cursor: pointer;
}

.comments-panel-section {
    margin-top: 15px;
    height: 100%;
}

    .comments-panel-section .row-panel-view {
        overflow-y: auto;
        max-height: 85%;
    }

.comments-customer-instructions {
    text-align: justify;
}

@media(max-width:768px) {
    .comments-customer-instructions {
        /*overflow-y: auto;*/
        display: none;
    }
}

@media(min-width:768px) {
    .comments-customer-instructions-mobile {
        /*overflow-y: auto;*/
        display: none;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5bb12f;
}

.nav-pills > li > a {
    color: #959595;
}

.simditor {
    border-radius: 2px !important;
}

.simditor-body {
    max-height: 238px;
    overflow-y: scroll;
}

.tracing-admin-option {
    cursor: pointer;
    margin-left: 10px;
}

    .tracing-admin-option:active {
        color: #2b5018;
    }

    .tracing-admin-option span {
        margin-left: 25px;
        font-size: 25px;
    }

.tracing-admin-option-enabled {
    font-weight: bolder;
    color: #5bb12f;
}

.tracing-admin-option-disabled {
    font-style: italic;
    color: #aab3a6;
}


.panel-registration-view {
    /*    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 670px;*/
    padding-right: 15px;
}





.container-button {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #5BB12F;
}


.label-admin {
    font-weight: 600 !important;
}

.div-lugagge-replace {
    cursor: pointer;
}

.div-luggage-repair {
    position: absolute;
    z-index: 1;
    background-color: #72b550;
    width: 335px;
    left: 15px;
    top: 10px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.19) !important;
    /*cursor: pointer;*/
}

.div-lugagge-repair-label {
    text-transform: uppercase;
    font-weight: 600;
}

.div-luggage-replace-info {
    margin-top: 5px;
    margin-bottom: 5px;
}

.div-lugagge-replace-label-bold {
    font-weight: 600;
    color: #ffffff;
}

.div-lugagge-replace-label {
    font-weight: 300;
    color: #ffffff;
}

.modal-body {
    text-align: justify;
}

.pagination > li > a, .pagination > li > span {
    color: #5BB12F !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5bb12f !important;
    border-color: #5BB12F !important;
    color: #fff !important;
}




.catalog-table {
    margin-bottom: 0px;
}

.catalog-image-cell {
    text-align: center;
}

.catalog-image {
    width: 100px;
    /*border-style: solid;*/
    border-style: none;
    border-width: 1px;
    border-color: #5BB12F;
    /* box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important; */
    border-radius: 5px;
}

.catalog-marca {
    font-weight: bolder;
    font-size: 16px;
    /*padding-top: 15px;*/
}

.catalog-modelo {
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
}

.catalog-descripcion {
    font-style: italic;
    margin-top: 5px;
}

.catalog-scroll-div {
    overflow: auto;
    max-height: 650px;
    overflow-x: hidden;
    padding-right: 10px;
}

.catalog-header {
    margin-bottom: 20px;
    /*margin-top: 15px;*/
}

.catalog-footer {
    margin-top: 20px;
    text-align: right;
}

    .catalog-footer .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

/*.modal-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.modal-footer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}*/




.modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.label-luggage-marca {
    font-weight: bolder;
    font-size: 16px;
}

.label-luggage-modelo {
    font-weight: 600;
    font-size: 20px;
}

.label-luggage-description {
    font-style: italic;
}

.field-catalog-image-profile {
    text-align: center;
}

.catalog-image-profile {
    width: 250px;
}

.catalog-luggage-color {
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .5);
    margin: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.suitcase-profile-description {
    max-height: 200px;
    overflow-y: auto;
}


.carousel-control-min {
    background-image: none !important;
}

.carousel-inner .item img {
    display: block;
    margin: auto;
}

.carousel-inner .item {
    min-height: 380px;
    max-height: 380px;
}

.catalog-image-profile-link div {
    border-radius: 2px;
}

.catalog-image-profile-link img {
    border-radius: 2px;
}

.carousel .right {
    /*margin-right: 10px;*/
}

.carousel .left {
    /*margin-left: 10px;*/
}

.carousel .carousel-control span {
    color: #5bb12f;
}

.carousel-indicators li {
    border: 2px solid #5bb12f !important;
}

.carousel-indicators .active {
    background-color: #5bb12f
}

.fancybox-image {
    border-radius: 2px;
}

.section-title {
    text-align: left !important;
}


@media(max-width:768px) {
    .carousel {
        max-height: 250px;
    }

    .catalog-descripcion {
        display: none;
    }

    .suitcase-profile-description {
        display: none;
    }

    .carousel-inner {
        height: 250px;
    }

        .carousel-inner .item {
            min-height: 250px;
            max-height: 250px;
        }

    .field-catalog-image-profile {
        height: 250px;
    }

    .comments-panel-section {
        margin-top: 5px;
    }
}

.btn-action-list {
    width: 50%;
}

.container-admin {
    width: 95%;
    !important;
    /*width: 1780px !important;*/
    max-width: none !important;
    padding-bottom: 10px;
}

.form-filters {
    font-size: 12px;
}

    .form-filters input {
        font-weight: bold !important;
    }

    .form-filters .item {
        font-weight: bold !important;
    }

    .form-filters .col-lg-3 {
        margin-bottom: 5px;
    }

    .form-filters .form-control {
        height: 25px;
    }

    .form-filters .input-group-addon {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .form-filters .fa {
        font-size: unset;
    }

    .form-filters .glyphicon {
        font-size: unset;
    }

    .form-filters .btn {
        height: 30px !important;
        font-size: 12px !important;
    }

    .form-filters label {
        margin-bottom: 2px;
    }

    /*    .form-filters .selectize-dropdown {
        height: 25px !important;
        min-height: 5px !important;
    }*/

    .form-filters .selectize-input {
        height: 25px !important;
        min-height: 5px !important;
    }

    .form-filters .selectize-control {
        height: 25px !important;
        min-height: 5px !important;
    }

    .form-filters .selectize-input input {
        font-size: 12px !important;
    }

.datepicker {
    z-index: 1000000 !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
        background-image: linear-gradient(to bottom, #5bb12f, #5bb12f) !important
    }

    .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
        background-image: linear-gradient(to bottom, #5bb12f, #5bb12f) !important
    }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #5bb12f !important;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #5bb12f !important;
}

.list-cell-tracing {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}

.list-column-tracing {
    text-align: center;
}

.list-column-currency {
    text-align: right;
    padding-right: 30px !important;
}

.list-cell-currency {
    text-align: right;
    padding-right: 30px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.text-error-description {
    text-align: center;
    margin-bottom: 35px;
}

.text-error-button {
    text-align: center;
}

.dropdown-logout {
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-left: 15px !important;
    /*padding-right: 5px !important;*/
}

.ref-link {
    cursor: pointer;
}

.wrap-control label {
    word-wrap: break-word;
}

.btn-editcomments {
    float: right;
    margin-left: 10px;
}

.textbox-annotations {
    border-width: 0px;
    font-weight: bolder;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

.flag-username {
    border: none !important;
    height: 15px;
    vertical-align: middle;
    margin-bottom: 2px !important;
}


@media(min-width:1900px) {
    .comments-panel #show-panel {
        position: absolute;
        width: 80px;
        left: -80px;
        background-color: #5bb12f;
        /*width: 38px;*/
        /*height: 38px;*/
        z-index: 900;
        display: block;
        border-radius: 2px 0 0 2px !important;
        border: 1px solid rgba(0,0,0,.1);
        border-right: none;
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px !important;
        height: 200px;
    }

    .comments-panel-button {
        color: white !important;
        font-weight: 300 !important;
        font-size: 18px;
        padding-top: 25px;
    }

    .comments-panel #show-panel i {
        color: white !important;
    }
}

.dropdown-menu-top {
    background-color: #222222d1 !important;
}

.dropdown-menu li {
    margin-bottom: 5px !important;
}


.dropdown-item {
    text-transform: none !important;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    font-size: 15px !important;
    letter-spacing: 1px;
    /*color: red !important;*/
    font-size: 16px;
    font-weight: bolder;
    padding-left: 10px !important;
    padding-right: 100px !important;
}

.has-error .simditor {
    border-color: #a94442;
}

.has-error .simditor-wrapper {
    background-color: #fdf4f4 !important;
}

.category-list {
    display: inline;
}

.category-list-element {
    margin-bottom: 6px;
}

.btn-action-grid {
    margin-top: -20px;
    float: right;
}

.maintenance-modal-title {
    color: #5bb12f !important;
    font-weight: 900;
    text-transform: none !important;
}

.maintenance-label-section {
    font-weight: bolder !important;
    color: #5BB12F !important;
    font-size: 18px !important;
}

.maintenance-label-subsection {
    font-weight: 700 !important;
    /*color: #5BB12F !important;*/
    font-size: 16px !important;
}

.maintenance-color-list {
    height: 25px;
    width: 100px;
    border-radius: 5px;
}

.colpick_full {
    z-index: 99999 !important;
}

.btn-colorpicker {
    cursor: pointer;
}

.modal-catalogue {
    max-width: 90% !important;
}

.table-catalogue {
    width: 100%;
}

    .table-catalogue th {
        color: #5BB12F !important;
        font-weight: 900;
        padding: 5px;
        text-align: center
    }

    .table-catalogue tbody tr {
        /*        border-style: solid;
        border-width: 1px;
        border-color: #5bb12f42;*/
    }

    .table-catalogue td {
        padding: 10px;
        margin: 5px;
        text-align: center;
        height: 50px !important;
    }

.catalogue-cell-color {
    /*    border-style: solid;
    border-width: 1px;
    border-color: #5bb12f42;*/
}

.catalogue-div-color {
    min-width: 50px;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
}

.catalogue-check-color {
    width: 30px;
    height: 30px;
    accent-color: #cfdac9 !important;
}

.ul-luggage-photos {
    display: inline-block;
    margin-bottom: 10px;
}

    .ul-luggage-photos li {
        display: inline-block;
        padding: 5px;
    }

.img-luggage-file-catalogue {
    height: 200px;
    border-radius: 5px;
}

.img-luggage-images-catalogue {
    border-style: solid;
    border-width: 2px;
    border-color: #dddddd;
    border-radius: 5px;
}

    .img-luggage-images-catalogue li {
        display: block;
    }

.img-luggage-images-catalogue-actions {
    display: inline-block;
    width: 100%
}

    .img-luggage-images-catalogue-actions li {
        display: inline-block;
    }

.ul-luggage-images-actions {
    text-align: center;
}

    .ul-luggage-images-actions li {
        display: inline-block
    }

.luggage-images-action-arrow {
    color: #bbbbbb !important;
    cursor: pointer;
}

.luggage-images-action-remove {
    color: #a84747 !important;
    cursor: pointer;
}

.img-airline-file {
    height: 100px !important;
}

.datepicker .datepicker-dropdown {
    background-color: #fff !important;
}

.example-link {
    cursor: pointer !important;
}

.list-pickup-luggage {
}

    .list-pickup-luggage li {
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        padding: 10px;
        border-color: #afafaf;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .list-pickup-luggage li:hover {
            border-style: solid;
            border-radius: 5px;
            padding: 10px;
            border-color: #fff;
            margin-bottom: 5px;
            cursor: pointer;
            background-color: #5bb12f3b !important;
            color: #000;
            font-weight: 700;
        }

.list-pickup-luggage-item-selected {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    border-color: #ffffff !important;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #5bb12f;
    color: #fff;
    font-weight: 600;
}

    .list-pickup-luggage-item-selected:hover {
        border-style: solid !important;
        border-width: 1px !important;
        border-radius: 5px !important;
        padding: 10px !important;
        border-color: #fff !important;
        margin-bottom: 5px !important;
        cursor: pointer !important;
        background-color: #5bb12f !important;
        color: #000 !important;
        font-weight: 600 !important;
    }

.list-pickup-luggage-item-color-background {
    float: right !important;
    width: 150px !important;
    height: 100% !important;
    padding-bottom: 15px !important;
    border-radius: 5px !important;
}


@keyframes parpadeo {
    0% {
        background-color: #f0ad4e;
    }
    100% {
        background-color: #5BB12F;
    }
}

.comments-alert {
    animation: parpadeo 0.5s infinite;
}

@media only screen 
and (max-width : 320px) {
    
    
    .header .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    
    .header .intro-text p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .call-to-action h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .call-to-action .btn-primary {
        padding: 15px;
        font-size: 13px;
    }
    
    .about-text p {
        margin-top: 20px;
    }
    
    .skill-shortcode {
        margin-bottom: 30px;
    }
    
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    
    
}


@media only screen 
and (min-width : 321px) 
and (max-width : 480px) {
    
    
    .header .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    
    .header .intro-text p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .call-to-action h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .call-to-action .btn-primary {
        padding: 15px;
        font-size: 13px;
    }
    
    .about-text p {
        margin-top: 20px;
    }
    
    .skill-shortcode {
        margin-bottom: 30px;
    }
    
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    
    
}

@media only screen 
and (min-width : 481px) 
and (max-width : 600px) {
    
    
    .header .intro-text h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    
    .header .intro-text p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .call-to-action h1 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .call-to-action .btn-primary {
        padding: 18px;
        font-size: 15px;
    }
    
    .about-text p {
        margin-top: 20px;
    }
    
    .skill-shortcode {
        margin-bottom: 30px;
    }
    
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    
    
}


@media only screen 
and (min-width : 601px) 
and (max-width : 800px) {
    
    
    .header .intro-text h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    
    .header .intro-text p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .call-to-action h1 {
        font-size: 40px;
        line-height: 45px;
    }
    
    .call-to-action .btn-primary {
        padding: 18px;
        font-size: 15px;
    }
    
    .about-text p {
        margin-top: 20px;
    }
    
    .skill-shortcode {
        margin-bottom: 30px;
    }
    
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    
}

@media only screen 
and (min-width : 801px) 
and (max-width : 991px) {
    
    
    .header .intro-text h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .header .intro-text p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    
    .header .intro-text .btn-primary {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    
}


@media only screen 
and (min-width : 992px) 
and (max-width : 1100px) {
    
}




