/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */


/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    overflow-x: hidden;
    line-height: 25px;
    text-align: center;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i {
    vertical-align: middle;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* Selection colours (easy to forget) */

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

::selection {
    background: #FC6D6D;
    color: #FFF;
}

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

a {
    color: #3ab0e2;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #cb4332;
}

p {
    margin: 0;
}

.full-width {
    width: 100%;
    margin: auto;
}


/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1,
h2 {
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px !important;
    line-height: 55px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}


/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
    text-align: center;
    margin-bottom: 90px;
    margin-top: 45px;
}

.button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    margin: 10px;
}

.custom-button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: none;
}

.red-btn {
    background: #e96656;
}

.green-btn {
    background: #20AA73;
}

.blue-btn {
    background: #3ab0e2;
}

.darkblue-btn {
    background: #127eab;
}

.yellow-btn {
    background: #E7AC44;
}

.yellowgr-btn {
    background: #bcb653;
}

.dark-btn {
    background: #4e4e4e;
}

.purple-btn {
    background: #945293;
}

.red-btn,
.green-btn,
.blue-btn,
.yellow-btn,
.purple-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
    color: #FFF;
    background: #1288b9;
}

.darkblue-btn:hover {
    color: #FFF;
    background: #0f6488;
}

.red-btn:hover {
    color: #FFF;
    background: #cb4332;
}

.green-btn:hover {
    color: #FFF;
    background: #069059;
}

.yellow-btn:hover {
    color: #FFF;
    background: #d8951e;
}

.yellowgr-btn:hover {
    background: #a49e2c;
}

.purple-btn:hover {
    color: #FFF;
    background: #942692;
}


/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/


/** BACKGROUNDS **/

.red-bg {
    background: #e96656;
}

.green-bg {
    background: #34d293;
}

.blue-bg {
    background: #3ab0e2;
}

.yellow-bg {
    background: #E7AC44;
}

.dark-bg {
    background: #404040;
}

.white-bg {
    background: #FFFFFF;
}


/** FOR TEXTS AND ICON FONTS **/

.red-text {
    color: #e96656;
}

.green-text {
    color: #34d293;
}

.blue-text {
    color: #3ab0e2;
}

.yellow-text {
    color: #f7d861;
}

.dark-text {
    color: #404040;
}

.white-text {
    color: #FFFFFF;
}


/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #F5F5F5;
    bottom: -9px;
    left: 25%;
}

.dark-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #404040;
    bottom: -9px;
    left: 25%;
}

.red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 12.5%;
}

.green-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #34d293;
    bottom: -9px;
    left: 12.5%;
}

.blue-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #3ab0e2;
    bottom: -9px;
    left: 12.5%;
}

.ligthblue-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #75cede;
    bottom: -9px;
    left: 12.5%;
}

.darkblue-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #488fcd;
    bottom: -9px;
    left: 12.5%;
}

.purple-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #973695;
    bottom: -9px;
    left: 12.5%;
}

.yellow-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #f7d861;
    bottom: -9px;
    left: 12.5%;
}

.yellowgreen-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #bbb332;
    bottom: -9px;
    left: 12.5%;
}

.white-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #fff;
    bottom: -9px;
    left: 12.5%;
}


/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/

.input-box {
    border: 0;
    width: 274px;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 46px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
}

.textarea-box {
    border: 0;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 250px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 1 !important;
    outline-color: #3ab0e2 !important;
    /* -webkit-appearance:none; */
    /* border: none !important; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/


/*** SECTION HEADERS ***/

.focus,
.works,
.about-us,
.features,
.packages,
.products,
.testimonial,
.contact-us {
    padding-top: 50px;
}

.section-header {
    text-align: center;
    padding-bottom: 75px;
}

.section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

.section-header h6 {
    font-size: 16px;
}


/* PRE LOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/


/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
    background: rgba(0, 0, 0, 0.5);
    min-height: 75px;
    position: relative;
    overflow: hidden;
}

.header-management {
    border-bottom: 1px solid #2ba5ca;
}

.header-humantalent {
    border-bottom: 1px solid #983794;
}

.header-payroll {
    border-bottom: 1px solid #bbb432;
}

.header-healthsafety {
    border-bottom: 1px solid #cc2027;
}


/*----  SECTION:  HOME > TOP BAR   ----*/


/* COMENTADO POR CSS DUPLICADOS

.navbar {
    background: #FFF;
    overflow: hidden;
    border: 0;
    border-radius: 0 !important;
    text-align: left;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
} */

#main-nav {
    position: absolute;
    width: 100%;
    z-index: 1000;
    min-height: 75px;
}

#main-nav.fixed {
    position: fixed !important;
    top: 0;
}

.navbar-inverse .navbar-nav>li {
    display: inline;
    margin-right: 20px;
    margin-top: 20px;
}

.navbar-inverse .navbar-nav>li:last-child {
    margin-right: 0 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #404040;
    padding: 0;
    line-height: 35px;
}

.navbar-brand {
    height: 76px;
    position: relative;
    line-height: 45px;
    padding-top: 0px;
}

.current a {
    color: #3ab0e2 !important;
    position: relative;
    outline: none;
}

.current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #3ab0e2;
    bottom: 0px;
    left: 12.5%;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #3ab0e2;
    outline: none;
}

.navbar-toggle {
    border: 0;
    background-color: #808080;
    margin-top: 23px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #3ab0e2;
    filter: alpha(opacity=100);
    opacity: 1;
}


/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/

.intro {
    text-align: center;
    color: #FFF;
    margin-top: 25%;
    line-height: 65px;
    z-index: 0;
}

.intro-modulo {
    text-align: center;
    color: #FFF;
    margin-top: 42%;
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
    z-index: 0;
}


/* Short Messages */

.bottom-message-section {
    margin-top: 14%;
    position: relative;
}

.short-text {
    margin: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}


/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/

.focus {
    padding-bottom: 50px;
    overflow: hidden;
    background: #FFFFFF;
}


/* FOCUS BOX */

.focus-box {
    margin-bottom: 25px;
}

.focus-box .service-icon {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.focus-box .product-icon {
    font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #ececec;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.focus-box .product-icon:hover {
    background-color: #fafafa;
}


/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */

.red,
.green,
.blue,
.yellow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.red:hover .service-icon {
    border: 10px solid #e96656;
}

.green:hover .service-icon {
    border: 10px solid #34d293;
}

.blue .service-icon {
    border: 10px solid #75cede;
    background-color: #75cede;
}

.blue:hover .service-icon {
    border: 10px solid #58c8dc;
    background-color: #58c8dc;
}

.darkblue .service-icon {
    border: 10px solid #488fcd;
    background-color: #488fcd;
}

.darkblue:hover .service-icon {
    border: 10px solid #3586cc;
    background-color: #3586cc;
}

.purple .service-icon {
    border: 10px solid #973695;
    background-color: #973695;
}

.purple:hover .service-icon {
    border: 10px solid #942692;
    background-color: #942692;
}

.yellow:hover .service-icon {
    border: 10px solid #f7d861;
}

.management,
.humantalent,
.payroll,
.healthsafety {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.management:hover .product-icon {
    border: 3px solid #56b4d0;
}

.humantalent:hover .product-icon {
    border: 3px solid #995a97;
}

.payroll:hover .product-icon {
    border: 3px solid #cfcc8b;
}

.healthsafety:hover .product-icon {
    border: 3px solid #cb5c5f;
}

.focus-box .producttitle {
    margin-bottom: 15px;
    color: rgba(76, 76, 76, 0.83);
    position: relative;
    display: inline-block;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 23px;
}

.focus-box h5 {
    margin-bottom: 15px;
    color: #404040;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 17px;
}

.focus-box p {
    font-size: 14px;
    padding: 10px;
}


/* FOCUS BOX */

.iconsistema-box {
    top: 250px;
    margin: 0px;
}

.iconsistema-box .modulo-icon {
    font-size: 55px;
    color: #fff;
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: rgba(234, 234, 234, 0.25);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modulo-icon img {
    margin-top: 15px;
}

.management .modulo-icon {
    background-color: #2ba5ca;
}

.humantalent .modulo-icon {
    background-color: #983794;
}

.payroll .modulo-icon {
    background-color: #bbb432;
}

.healthsafety .modulo-icon {
    background-color: #cc2027;
}

.management:hover p,
.humantalent:hover p,
.payroll:hover p,
.healthsafety:hover p {
    background-color: #383838;
    color: #ffffff;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
    padding: 10px;
}

.modulo-box {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modulo-box p {
    font-size: 14px;
    text-align: justify;
    padding: 20px 15px 0px 0px;
}


/*----OTHER FOCUSES ----*/

.other-focuses {
    background: url(../images/lines.png) repeat-x center;
    margin-bottom: 25px;
}

.other-focuses .section-footer-title {
    background: #FFF;
    padding: 0 15px;
    color: #404040;
    font-weight: bold;
}

.other-focus-list {
    padding-top: 5px;
    margin-bottom: -17px;
}

.other-focus-list ul li {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.other-focus-list ul li:last-child {
    margin-right: 0;
}

.other-focus-list ul li i {
    margin-right: 8px;
}


/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator-one {
    background: rgba(88, 200, 220, 0.80);
    padding: 100px 0 100px 0;
}

.separator-one .blue-btn {
    background: #488fcd;
}

.separator-one .blue-btn:hover {
    background: #3586cc;
}

.separator-one .text {
    color: #FFF;
    line-height: 34px;
    padding: 0;
    max-width: 800px;
    margin-bottom: 20px;
}


/*---------------------------------------
 **   SECTION:  SEPARATOR TWO         -----
-----------------------------------------*/

.separator-two {
    background: #ffffff;
    padding: 100px 0 100px 0;
}

.separator-one .text {
    color: #FFF;
    line-height: 34px;
    padding: 0;
    max-width: 800px;
    margin-bottom: 20px;
}


/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/

.works {
    padding-bottom: 100px;
    background: #FFFFFF;
    min-height: 600px;
}


/* IMAGE GRID */

.cbp-rfgrid {
    margin: auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.cbp-rfgrid li {
    position: relative;
    float: left;
    text-align: -webkit-center;
    overflow: hidden;
    width: 33%;
    /* Fallback */
    width: -webkit-calc(100% / 3.2);
    width: calc(100% / 3.2);
    border: 1px solid #c0c0c0;
    margin: 5px;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    max-width: 90%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.cbp-rfgrid li a:hover img {
    -webkit-transform: scale(1.05, 1.07);
    -ms-transform: scale(1.05, 1.07);
    transform: scale(1.05, 1.07);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}


/* Flexbox is used for centering the heading */

.cbp-rfgrid li a .project-info {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 25%;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
}

.cbp-rfgrid li a .project-info .project-details {
    position: relative;
    top: -29px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    width: 100%;
}

.cbp-rfgrid li a .project-info h5 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cbp-rfgrid li a:hover .project-info {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cbp-rfgrid li a:hover .project-details {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.cbp-rfgrid li a:hover .project-details .details {
    line-height: 18px;
    margin-top: 5px;
}

.cbp-rfgrid li a:hover .button {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: -50px;
}


/* media queries:  change number of items per row */

@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 25%;
        /* Fallback */
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 1024px) {
    .cbp-rfgrid li {
        width: 33.33333333333333%;
        /* Fallback */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .cbp-rfgrid li {
        width: 50%;
        /* Fallback */
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 480px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}

@media screen and (max-width: 300px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}


/* PROJECT DETAILS LOADER */

#back-button {
    display: none;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
}

#back-button i {
    margin-right: 10px;
}

#loader {
    min-height: 930px;
    position: relative;
    display: none;
}

#loader .loader-icon {
    background: url(../images/loading.gif) no-repeat center center;
    background-color: #FFF;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: fixed;
    width: 44px;
    height: 44px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    border-radius: 5px;
}


/*---------------------------------------
 **   MANAGEMENT              -----
-----------------------------------------*/

.modulos {
    /*background: #1fa6cb;*/
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.modulos p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.modulos-management {
    background-color: #3daacb;
}

.modulos-humantalent {
    background-color: #995d97;
}

.modulos-payroll {
    background-color: #bcb653;
}

.modulos-healthsafety {
    background-color: #cb5c5f;
    /* ce2127 */
}

.submodulo-box {
    margin-bottom: 75px;
}

.submodulo-box .service-icon {
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.submodulo-box h5 {
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 17px;
}


/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/

.about-us {
    background: #272727;
    color: #FFF;
    padding-bottom: 100px;
}

.about-us .big-intro {
    text-align: right;
    font-weight: 300;
    font-size: 58px;
    line-height: normal;
    margin-top: -15px;
}

.about-us p {
    text-align: justify;
    color: #939393;
}

.about-us .column {
    margin-bottom: 78px;
}


/*--SKILLS --*/

.skills {
    text-align: left;
}

.skills .skill {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 25px;
}

.skills .skill .skill-count {
    display: inline-block;
    height: 64px;
    margin-top: 3px;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.skills .skill .skill-count i {
    font-size: 42px;
}

.skills li:last-child {
    margin-bottom: 0;
}

.skills .skill .skill1,
.skill2,
.skill3,
.skill4 {
    font-size: 16px !important;
}

.skills .skill h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.skills .skill p {
    line-height: 20px;
    color: #8f8f8f;
}


/*--OUR CLIENTS --*/

.our-clients {
    background: url(../images/lines-dark.png) repeat-x center;
    margin-bottom: 40px;
}

.our-clients .section-footer-title {
    background: #272727;
    padding: 0 15px;
    color: #FFF;
}

.our-clients h5 {
    font-weight: 700;
}

.client-list {
    padding-top: 5px;
    margin-bottom: -17px;
}

.client-list ul li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.client-list ul li img {
    max-width: 130px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*filter: alpha(opacity=80);
	opacity: 0.8;*/
    -webkit-transition: all ease .55s;
    transition: all ease .55s;
}

.client-list ul li img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.client-list ul li:last-child {
    margin-right: 0;
}

.client-list ul li i {
    margin-right: 8px;
}

#intelitek {
    content: url("./../images/clients/intelitek_gris.png");
}

#intelitek:hover {
    content: url("./../images/clients/intelitek_color.png");
}

#metropolitan {
    content: url("./../images/clients/metropolitan_gris.png");
}

#metropolitan:hover {
    content: url("./../images/clients/metropolitan_color.png");
}

#hivimar {
    content: url("./../images/clients/hivimar_gris.png");
}

#hivimar:hover {
    content: url("./../images/clients/hivimar_color.png");
}

#veris {
    content: url("./../images/clients/veris_gris.png");
}

#veris:hover {
    content: url("./../images/clients/veris_color.png");
}

#salud {
    content: url("./../images/clients/salud_gris.png");
}

#salud:hover {
    content: url("./../images/clients/salud_color.png");
}

#delta {
    content: url("./../images/clients/delta_gris.png");
}

#delta:hover {
    content: url("./../images/clients/delta_color.png");
}

#legaline {
    content: url("./../images/clients/legaline_gris.png");
}

#legaline:hover {
    content: url("./../images/clients/legaline_color.png");
}


/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/

.stats {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0 60px 0 !important;
    clear: both;
}

.stat {
    margin-bottom: 40px;
}

.stat .icon-top {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
}

.stat .stat-text {
    display: inline-block;
    position: relative;
}

.stat h3 {
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.stat h6 {
    color: #d1d1d1;
    margin-top: 15px;
}


/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/

.our-team {
    padding-bottom: 66px;
    padding-top: 100px;
    background: #FFFFFF;
}

.team-member {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-member .details {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    padding: 15px;
    top: -200px;
    left: 0;
    width: 100%;
    height: 190px;
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.team-member .member-details {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.team-member:hover .details {
    top: 0;
    background: #333;
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.team-member .profile-pic {
    border-radius: 50%;
    width: 174px;
    height: 174px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
}

.team-member .profile-pic img {
    width: 100%;
    height: 100%;
}

.team-member h5 {
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;
    position: relative;
}

.team-member .position {
    font-size: 13px;
    margin-top: 15px;
}

.team-member .social-icons {
    margin-bottom: 25px;
}

.team-member .social-icons ul li {
    display: inline-block;
    line-height: 32px;
    margin: 6px;
}

.team-member .social-icons ul li a {
    background: #FFF;
    font-size: 18px;
    border-radius: 50%;
    color: #808080;
}

.team-member .social-icons ul li a:hover {
    color: #3ab0e2;
}


/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/

.features {
    background: #FFFFFF;
    text-align: left;
    padding-bottom: 51px;
}

.features .feature {
    margin-bottom: 55px;
}

.features .feature-icon {
    font-size: 55px;
    float: left;
    margin-top: 10px;
    margin-right: 25px;
}

.features .feature h5 {
    font-weight: bold;
    line-height: 28px;
    color: #404040;
}

.features .feature p {
    font-size: 14px;
}


/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/

.packages {
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.package {
    border-radius: 4px;
    background: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.package-header {
    height: 57px;
    color: #FFF;
    line-height: 57px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.package-header h5 {
    text-transform: uppercase;
    font-weight: bold;
}

.price {
    line-height: 120px;
    height: 100px;
    color: #FFF;
    font-weight: 400;
}

.price h4 {
    display: inline;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
}

.price h4 .dollar-sign {
    font-size: 17px;
    vertical-align: super;
}

.price .price-meta {
    line-height: normal;
    text-transform: uppercase;
    color: #9f9f9f;
}

.package ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #dadada;
}

.package ul li:last-child {
    border-bottom: 0;
}

.best-value .package {
    margin-top: 0;
}

.best-value .package-header {
    padding-top: 17px;
    height: 82px !important;
}

.best-value .package-header h4 {
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
}

.best-value .package-header .meta-text {
    font-size: 13px;
    line-height: normal;
}

.best-value .package-header {
    height: 72px;
}

.package ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.order {
    background: #d8ccba;
    color: #404040;
}

.package .order-now {
    line-height: 45px;
    max-width: 100%;
    display: block;
    background: #404040;
    color: #FFF;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.package .order-now:hover {
    background: #3ab0e2;
}


/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/

.products {
    background: url(../images/product-bg.png) 50% 0 repeat;
}

.products .color-overlay {
    background: rgba(39, 144, 176, 0.96);
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 70px;
}


/*--ITEMS IMAGES--*/

.item-1 {
    background-image: url(../images/products/1.jpg);
}

.item-2 {
    background-image: url(../images/products/2.jpg);
}

.item-3 {
    background-image: url(../images/products/3.jpg);
}

.item-4 {
    background-image: url(../images/products/4.jpg);
}

.item-5 {
    background-image: url(../images/products/5.jpg);
}

.item-6 {
    background-image: url(../images/products/6.jpg);
}

.item-7 {
    background-image: url(../images/products/7.jpg);
}

.item-8 {
    background-image: url(../images/products/8.jpg);
}


/*---ITEM STYLE ---*/

.item {
    width: 100%;
    height: 260px;
    display: block;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    border-radius: 4px;
}

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-top-content {
    position: relative;
}

.item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    background: rgba(255, 255, 255, .95);
    width: 100%;
}

.item-add-content {
    padding: 0 15px 15px 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-add-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.item-add-content-inner {
    border: 0px solid #dadada;
    border-top-width: 1px;
    padding-top: 10px;
}

.item-top-title {
    text-align: left;
}

.item-top-title h5 {
    color: #404040;
    font-weight: 700;
}


/* ITEM DETAILS */

.item-product {
    width: 70%;
    float: left;
}

.item-product-price {
    width: 30%;
    float: right;
    text-align: right;
}

.subdescription {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}


/*---PRODUCT PRICE---*/

.item-product-price {
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.item-product-price .subdescription {
    color: #808080;
}

.old-price {
    border: 0 solid #808080;
    border-bottom-width: 1px;
    margin-top: -11px;
    width: 30px;
    position: absolute;
    right: -2px;
    bottom: 10px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


/*---ITEM DESCRIPTION ---*/

.item-content {
    background: rgba(255, 255, 255, .85);
}

.item-add-content {
    font-weight: 400;
    color: #808080;
}

.item-add-content .section {
    margin-bottom: 10px;
}

.item-add-content .section:last-of-type {
    margin-bottom: 0;
}

.item-add-content p {
    font-size: 14PX;
}


/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/

.newsletter {
    padding-top: 62px;
    padding-bottom: 62px;
    background: rgba(0, 0, 0, 0.5);
}

.newsletter h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.newsletter .subscription {
    margin-top: 15px;
}

.newsletter .custom-button {
    margin-top: 7px;
}


/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/

.testimonial {
    background: #dbbf56;
    padding-bottom: 90px;
}

#client-feedbacks .feedback-box {
    background: #FFFFFF;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    z-index: 5;
}

.feedback-box .message {
    font-size: 15px;
    color: #909090;
}

.feedback-box .client {
    margin-top: 30px;
    height: 73px;
    position: relative;
}

.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}

.feedback-box .client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}

.feedback-box .client-info .client-name {
    font-family: 'Homemade Apple', serif;
    color: #404040;
}

.feedback-box .client-info .client-company {
    font-size: 13px;
    margin-top: -3px;
}

.feedback-box .client-image {
    float: right;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
}

.customNavigation {
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: #886e0e;
    border-radius: 50%;
}

.customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/

.purchase-now {
    background: #3ab0e2;
    padding-top: 70px;
    padding-bottom: 70px;
}

.purchase-now h3 {
    text-align: left;
    line-height: 40px;
    margin-top: 14px;
}

.purchase-now .red-btn {
    float: right;
    background: #db5a4a;
}

.purchase-now .red-btn:hover {
    background: #bf3928;
}


/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/

.contact-us {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 95px;
}

.contact-us .input-box,
textarea {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.contact-us .custom-button {
    float: right;
}

.success,
.error {
    display: none;
}


/* ----------------------------------------*/


/*   SECTION:  FOOTER                        */


/* ----------------------------------------*/

footer {
    background: #272727;
    border-top: 1px solid #6f6f6f;
}

.company-details {
    color: #939393;
    padding-top: 67px;
    padding-bottom: 67px;
}

.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}

.copyright {
    background: #171717;
    height: 250px;
}

.copyright ul li {
    padding-top: 50px;
    text-align: left;
}

.direcciones {
    height: 50px;
    background: #141414;
}

.direcciones ul li {
    display: inline-block;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 15px;
    border-right: 1px rgba(52, 52, 52, 0.86) solid;
    font-size: 11px;
}

.direcciones ul li:last-child {
    border-right: 0px;
}

.direcciones ul li img {
    padding: 0px;
    margin-top: -5px;
    margin-right: 10px;
}

.direcciones ul li p {
    display: inline-block;
}

.footer .menu-footer li {
    font-size: 12px;
    text-align: left;
    color: #999999;
}

.social {
    margin-botom: 20px;
}

.social li {
    display: inline-block;
    margin: 5px;
}

.social li a {
    color: #939393;
    font-size: 18px;
}

.social li a:hover {
    color: #3ab0e2;
}

.footer div {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer .menu-footer p {
    color: #999999;
    line-height: 3;
    font-size: 14px;
    font-weight: 700;
}

.footer .menu-footer ul {
    margin-left: 30px;
}

.footer .menu-footer li {
    text-align: left;
}

.footer .menu-footer li a {
    font-size: 13px;
    text-align: left;
    color: #999999;
}

.footer .modulo-footer {
    text-align: left;
}

.footer .modulo-footer p {
    line-height: 1;
    font-size: 14px;
    padding: 0;
    font-weight: 100;
    text-align: left;
}


/* ========================================= */


/* -----------------------------------------*/


/*   SINGLE PROJECT PAGE                     */


/* -----------------------------------------*/


/* ========================================= */

.single-project {
    text-align: left;
    margin-bottom: 25px;
}

.single-project .project-image {
    width: 75%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
}

.single-project h3 {
    margin-bottom: 10px;
    padding-bottom: 7px;
    line-height: 40px;
    border-bottom: 1px dotted #dadada;
}

.single-project .project-description {
    margin-bottom: 25px;
}

.single-project .button {
    margin-left: 0;
}

.single-project .project-information {
    margin-bottom: 10px;
}

.single-project .project-information ul li {
    /*border-bottom: 1px dotted #dadada;*/
    padding-bottom: 2px;
    margin-top: 5px;
}

.single-project .project-information ul li span {
    font-weight: 700;
    margin-right: 5px;
}

/*------------------------------------------------------------------
  [Helper classes]
*/

.xs-p-50 {
    padding: 50px;
}

.xs-pt-50 {
    padding-top: 50px;
}

.xs-pl-50 {
    padding-left: 50px;
}

.xs-pr-50 {
    padding-right: 50px;
}

.xs-pb-50 {
    padding-bottom: 50px;
}

.xs-m-50 {
    margin: 50px;
}

.xs-mt-50 {
    margin-top: 50px;
}

.xs-ml-50 {
    margin-left: 50px;
}

.xs-mr-50 {
    margin-right: 50px;
}

.xs-mb-50 {
    margin-bottom: 50px;
}

.xs-p-40 {
    padding: 40px;
}

.xs-pt-40 {
    padding-top: 40px;
}

.xs-pl-40 {
    padding-left: 40px;
}

.xs-pr-40 {
    padding-right: 40px;
}

.xs-pb-40 {
    padding-bottom: 40px;
}

.xs-m-40 {
    margin: 40px;
}

.xs-mt-40 {
    margin-top: 40px;
}

.xs-ml-40 {
    margin-left: 40px;
}

.xs-mr-40 {
    margin-right: 40px;
}

.xs-mb-40 {
    margin-bottom: 40px;
}

.xs-p-30 {
    padding: 30px;
}

.xs-pt-30 {
    padding-top: 30px;
}

.xs-pl-30 {
    padding-left: 30px;
}

.xs-pr-30 {
    padding-right: 30px;
}

.xs-pb-30 {
    padding-bottom: 30px;
}

.xs-m-30 {
    margin: 30px;
}

.xs-mt-30 {
    margin-top: 30px;
}

.xs-ml-30 {
    margin-left: 30px;
}

.xs-mr-30 {
    margin-right: 30px;
}

.xs-mb-30 {
    margin-bottom: 30px;
}

.xs-p-20 {
    padding: 20px;
}

.xs-pt-20 {
    padding-top: 20px;
}

.xs-pl-20 {
    padding-left: 20px !important;
}

.xs-pr-20 {
    padding-right: 20px !important;
}

.xs-pb-20 {
    padding-bottom: 20px !important;
}

.xs-m-20 {
    margin: 20px;
}

.xs-mt-20 {
    margin-top: 20px;
}

.xs-ml-20 {
    margin-left: 20px;
}

.xs-mr-20 {
    margin-right: 20px;
}

.xs-mb-20 {
    margin-bottom: 20px;
}

.xs-p-15 {
    padding: 15px;
}

.xs-pt-15 {
    padding-top: 15px !important;
}

.xs-pl-15 {
    padding-left: 15px;
}

.xs-pr-15 {
    padding-right: 15px;
}

.xs-pb-15 {
    padding-bottom: 15px;
}

.xs-m-15 {
    margin: 15px;
}

.xs-mt-15 {
    margin-top: 15px;
}

.xs-ml-15 {
    margin-left: 15px;
}

.xs-mr-15 {
    margin-right: 15px;
}

.xs-mb-15 {
    margin-bottom: 15px;
}

.xs-p-10 {
    padding: 10px;
}

.xs-pt-10 {
    padding-top: 10px;
}

.xs-pl-10 {
    padding-left: 10px;
}

.xs-pr-10 {
    padding-right: 10px;
}

.xs-pb-10 {
    padding-bottom: 10px;
}

.xs-m-10 {
    margin: 10px;
}

.xs-mt-10 {
    margin-top: 10px;
}

.xs-ml-10 {
    margin-left: 10px;
}

.xs-mr-10 {
    margin-right: 10px;
}

.xs-mb-10 {
    margin-bottom: 10px;
}

.xs-p-5 {
    padding: 5px;
}

.xs-pt-5 {
    padding-top: 5px;
}

.xs-pl-5 {
    padding-left: 5px;
}

.xs-pr-5 {
    padding-right: 5px;
}

.xs-pb-5 {
    padding-bottom: 5px;
}

.xs-m-5 {
    margin: 5px;
}

.xs-mt-5 {
    margin-top: 5px;
}

.xs-ml-5 {
    margin-left: 5px;
}

.xs-mr-5 {
    margin-right: 5px;
}

.xs-mb-5 {
    margin-bottom: 5px;
}

.xs-p-0 {
    padding: 0px !important;
}

.xs-pt-0 {
    padding-top: 0px !important;
}

.xs-pl-0 {
    padding-left: 0px !important;
}

.xs-pr-0 {
    padding-right: 0px !important;
}

.xs-pb-0 {
    padding-bottom: 0px !important;
}

.xs-m-0 {
    margin: 0px;
}

.xs-mt-0 {
    margin-top: 0px;
}

.xs-ml-0 {
    margin-left: 0px;
}

.xs-mr-0 {
    margin-right: 0px;
}

.xs-mb-0 {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .sm-p-50 {
        padding: 50px;
    }
    .sm-pt-50 {
        padding-top: 50px;
    }
    .sm-pl-50 {
        padding-left: 50px;
    }
    .sm-pr-50 {
        padding-right: 50px;
    }
    .sm-pb-50 {
        padding-bottom: 50px;
    }
    .sm-m-50 {
        margin: 50px;
    }
    .sm-mt-50 {
        margin-top: 50px;
    }
    .sm-ml-50 {
        margin-left: 50px;
    }
    .sm-mr-50 {
        margin-right: 50px;
    }
    .sm-mb-50 {
        margin-bottom: 50px;
    }
    .sm-p-40 {
        padding: 40px;
    }
    .sm-pt-40 {
        padding-top: 40px;
    }
    .sm-pl-40 {
        padding-left: 40px;
    }
    .sm-pr-40 {
        padding-right: 40px;
    }
    .sm-pb-40 {
        padding-bottom: 40px;
    }
    .sm-m-40 {
        margin: 40px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-ml-40 {
        margin-left: 40px;
    }
    .sm-mr-40 {
        margin-right: 40px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
    .sm-p-30 {
        padding: 30px;
    }
    .sm-pt-30 {
        padding-top: 30px;
    }
    .sm-pl-30 {
        padding-left: 30px;
    }
    .sm-pr-30 {
        padding-right: 30px;
    }
    .sm-pb-30 {
        padding-bottom: 30px;
    }
    .sm-m-30 {
        margin: 30px;
    }
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-ml-30 {
        margin-left: 30px;
    }
    .sm-mr-30 {
        margin-right: 30px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-p-20 {
        padding: 20px;
    }
    .sm-pt-20 {
        padding-top: 20px;
    }
    .sm-pl-20 {
        padding-left: 20px;
    }
    .sm-pr-20 {
        padding-right: 20px;
    }
    .sm-pb-20 {
        padding-bottom: 20px;
    }
    .sm-m-20 {
        margin: 20px;
    }
    .sm-mt-20 {
        margin-top: 20px;
    }
    .sm-ml-20 {
        margin-left: 20px;
    }
    .sm-mr-20 {
        margin-right: 20px;
    }
    .sm-mb-20 {
        margin-bottom: 20px;
    }
    .sm-p-15 {
        padding: 15px;
    }
    .sm-pt-15 {
        padding-top: 15px;
    }
    .sm-pl-15 {
        padding-left: 15px;
    }
    .sm-pr-15 {
        padding-right: 15px;
    }
    .sm-pb-15 {
        padding-bottom: 15px;
    }
    .sm-m-15 {
        margin: 15px;
    }
    .sm-mt-15 {
        margin-top: 15px;
    }
    .sm-ml-15 {
        margin-left: 15px;
    }
    .sm-mr-15 {
        margin-right: 15px;
    }
    .sm-mb-15 {
        margin-bottom: 15px;
    }
    .sm-p-10 {
        padding: 10px;
    }
    .sm-pt-10 {
        padding-top: 10px;
    }
    .sm-pl-10 {
        padding-left: 10px;
    }
    .sm-pr-10 {
        padding-right: 10px;
    }
    .sm-pb-10 {
        padding-bottom: 10px;
    }
    .sm-m-10 {
        margin: 10px;
    }
    .sm-mt-10 {
        margin-top: 10px;
    }
    .sm-ml-10 {
        margin-left: 10px;
    }
    .sm-mr-10 {
        margin-right: 10px;
    }
    .sm-mb-10 {
        margin-bottom: 10px;
    }
    .sm-p-5 {
        padding: 5px;
    }
    .sm-pt-5 {
        padding-top: 5px;
    }
    .sm-pl-5 {
        padding-left: 5px;
    }
    .sm-pr-5 {
        padding-right: 5px;
    }
    .sm-pb-5 {
        padding-bottom: 5px;
    }
    .sm-m-5 {
        margin: 5px;
    }
    .sm-mt-5 {
        margin-top: 5px;
    }
    .sm-ml-5 {
        margin-left: 5px;
    }
    .sm-mr-5 {
        margin-right: 5px;
    }
    .sm-mb-5 {
        margin-bottom: 5px;
    }
    .sm-p-0 {
        padding: 0px;
    }
    .sm-pt-0 {
        padding-top: 0px;
    }
    .sm-pl-0 {
        padding-left: 0px;
    }
    .sm-pr-0 {
        padding-right: 0px;
    }
    .sm-pb-0 {
        padding-bottom: 0px;
    }
    .sm-m-0 {
        margin: 0px;
    }
    .sm-mt-0 {
        margin-top: 0px;
    }
    .sm-ml-0 {
        margin-left: 0px;
    }
    .sm-mr-0 {
        margin-right: 0px;
    }
    .sm-mb-0 {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .md-p-50 {
        padding: 50px;
    }
    .md-pt-50 {
        padding-top: 50px;
    }
    .md-pl-50 {
        padding-left: 50px;
    }
    .md-pr-50 {
        padding-right: 50px;
    }
    .md-pb-50 {
        padding-bottom: 50px;
    }
    .md-m-50 {
        margin: 50px;
    }
    .md-mt-50 {
        margin-top: 50px;
    }
    .md-ml-50 {
        margin-left: 50px;
    }
    .md-mr-50 {
        margin-right: 50px;
    }
    .md-mb-50 {
        margin-bottom: 50px;
    }
    .md-p-40 {
        padding: 40px;
    }
    .md-pt-40 {
        padding-top: 40px;
    }
    .md-pl-40 {
        padding-left: 40px;
    }
    .md-pr-40 {
        padding-right: 40px;
    }
    .md-pb-40 {
        padding-bottom: 40px;
    }
    .md-m-40 {
        margin: 40px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-ml-40 {
        margin-left: 40px;
    }
    .md-mr-40 {
        margin-right: 40px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
    .md-p-30 {
        padding: 30px;
    }
    .md-pt-30 {
        padding-top: 30px;
    }
    .md-pl-30 {
        padding-left: 30px;
    }
    .md-pr-30 {
        padding-right: 30px;
    }
    .md-pb-30 {
        padding-bottom: 30px;
    }
    .md-m-30 {
        margin: 30px;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-ml-30 {
        margin-left: 30px;
    }
    .md-mr-30 {
        margin-right: 30px;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-p-20 {
        padding: 20px;
    }
    .md-pt-20 {
        padding-top: 20px;
    }
    .md-pl-20 {
        padding-left: 20px;
    }
    .md-pr-20 {
        padding-right: 20px;
    }
    .md-pb-20 {
        padding-bottom: 20px;
    }
    .md-m-20 {
        margin: 20px;
    }
    .md-mt-20 {
        margin-top: 20px;
    }
    .md-ml-20 {
        margin-left: 20px;
    }
    .md-mr-20 {
        margin-right: 20px;
    }
    .md-mb-20 {
        margin-bottom: 20px;
    }
    .md-p-15 {
        padding: 15px;
    }
    .md-pt-15 {
        padding-top: 15px;
    }
    .md-pl-15 {
        padding-left: 15px;
    }
    .md-pr-15 {
        padding-right: 15px;
    }
    .md-pb-15 {
        padding-bottom: 15px;
    }
    .md-m-15 {
        margin: 15px;
    }
    .md-mt-15 {
        margin-top: 15px;
    }
    .md-ml-15 {
        margin-left: 15px;
    }
    .md-mr-15 {
        margin-right: 15px;
    }
    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-p-10 {
        padding: 10px;
    }
    .md-pt-10 {
        padding-top: 10px;
    }
    .md-pl-10 {
        padding-left: 10px;
    }
    .md-pr-10 {
        padding-right: 10px;
    }
    .md-pb-10 {
        padding-bottom: 10px;
    }
    .md-m-10 {
        margin: 10px;
    }
    .md-mt-10 {
        margin-top: 10px;
    }
    .md-ml-10 {
        margin-left: 10px;
    }
    .md-mr-10 {
        margin-right: 10px;
    }
    .md-mb-10 {
        margin-bottom: 10px;
    }
    .md-p-5 {
        padding: 5px;
    }
    .md-pt-5 {
        padding-top: 5px;
    }
    .md-pl-5 {
        padding-left: 5px;
    }
    .md-pr-5 {
        padding-right: 5px;
    }
    .md-pb-5 {
        padding-bottom: 5px;
    }
    .md-m-5 {
        margin: 5px;
    }
    .md-mt-5 {
        margin-top: 5px;
    }
    .md-ml-5 {
        margin-left: 5px;
    }
    .md-mr-5 {
        margin-right: 5px;
    }
    .md-mb-5 {
        margin-bottom: 5px;
    }
    .md-p-0 {
        padding: 0px;
    }
    .md-pt-0 {
        padding-top: 0px;
    }
    .md-pl-0 {
        padding-left: 0px;
    }
    .md-pr-0 {
        padding-right: 0px;
    }
    .md-pb-0 {
        padding-bottom: 0px;
    }
    .md-m-0 {
        margin: 0px;
    }
    .md-mt-0 {
        margin-top: 0px;
    }
    .md-ml-0 {
        margin-left: 0px;
    }
    .md-mr-0 {
        margin-right: 0px;
    }
    .md-mb-0 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .lg-p-200 {
        padding: 200px;
    }
    .lg-pt-200 {
        padding-top: 200px;
    }
    .lg-pl-200 {
        padding-left: 200px;
    }
    .lg-pr-200 {
        padding-right: 200px;
    }
    .lg-pb-200 {
        padding-bottom: 200px;
    }
    .lg-m-200 {
        margin: 200px;
    }
    .lg-mt-200 {
        margin-top: 200px;
    }
    .lg-ml-200 {
        margin-left: 200px;
    }
    .lg-mr-200 {
        margin-right: 200px;
    }
    .lg-mb-200 {
        margin-bottom: 200px;
    }
    .lg-p-150 {
        padding: 150px;
    }
    .lg-pt-150 {
        padding-top: 150px;
    }
    .lg-pl-150 {
        padding-left: 150px;
    }
    .lg-pr-150 {
        padding-right: 150px;
    }
    .lg-pb-150 {
        padding-bottom: 150px;
    }
    .lg-m-150 {
        margin: 150px;
    }
    .lg-mt-150 {
        margin-top: 150px;
    }
    .lg-ml-150 {
        margin-left: 150px;
    }
    .lg-mr-150 {
        margin-right: 150px;
    }
    .lg-mb-150 {
        margin-bottom: 150px;
    }
    .lg-p-100 {
        padding: 100px;
    }
    .lg-pt-100 {
        padding-top: 100px;
    }
    .lg-pl-100 {
        padding-left: 100px;
    }
    .lg-pr-100 {
        padding-right: 100px;
    }
    .lg-pb-100 {
        padding-bottom: 100px;
    }
    .lg-m-100 {
        margin: 100px;
    }
    .lg-mt-100 {
        margin-top: 100px;
    }
    .lg-ml-100 {
        margin-left: 100px;
    }
    .lg-mr-100 {
        margin-right: 100px;
    }
    .lg-mb-100 {
        margin-bottom: 100px;
    }
    .lg-p-50 {
        padding: 50px;
    }
    .lg-pt-50 {
        padding-top: 50px;
    }
    .lg-pl-50 {
        padding-left: 50px;
    }
    .lg-pr-50 {
        padding-right: 50px;
    }
    .lg-pb-50 {
        padding-bottom: 50px;
    }
    .lg-m-50 {
        margin: 50px;
    }
    .lg-mt-50 {
        margin-top: 50px;
    }
    .lg-ml-50 {
        margin-left: 50px;
    }
    .lg-mr-50 {
        margin-right: 50px;
    }
    .lg-mb-50 {
        margin-bottom: 50px;
    }
    .lg-p-40 {
        padding: 40px;
    }
    .lg-pt-40 {
        padding-top: 40px;
    }
    .lg-pl-40 {
        padding-left: 40px;
    }
    .lg-pr-40 {
        padding-right: 40px;
    }
    .lg-pb-40 {
        padding-bottom: 40px;
    }
    .lg-m-40 {
        margin: 40px;
    }
    .lg-mt-40 {
        margin-top: 40px;
    }
    .lg-ml-40 {
        margin-left: 40px;
    }
    .lg-mr-40 {
        margin-right: 40px;
    }
    .lg-mb-40 {
        margin-bottom: 40px;
    }
    .lg-p-30 {
        padding: 30px;
    }
    .lg-pt-30 {
        padding-top: 30px;
    }
    .lg-pl-30 {
        padding-left: 30px;
    }
    .lg-pr-30 {
        padding-right: 30px;
    }
    .lg-pb-30 {
        padding-bottom: 30px;
    }
    .lg-m-30 {
        margin: 30px;
    }
    .lg-mt-30 {
        margin-top: 30px;
    }
    .lg-ml-30 {
        margin-left: 30px;
    }
    .lg-mr-30 {
        margin-right: 30px;
    }
    .lg-mb-30 {
        margin-bottom: 30px;
    }
    .lg-p-20 {
        padding: 20px;
    }
    .lg-pt-20 {
        padding-top: 20px;
    }
    .lg-pl-20 {
        padding-left: 20px;
    }
    .lg-pr-20 {
        padding-right: 20px;
    }
    .lg-pb-20 {
        padding-bottom: 20px;
    }
    .lg-m-20 {
        margin: 20px;
    }
    .lg-mt-20 {
        margin-top: 20px;
    }
    .lg-ml-20 {
        margin-left: 20px;
    }
    .lg-mr-20 {
        margin-right: 20px;
    }
    .lg-mb-20 {
        margin-bottom: 20px;
    }
    .lg-p-15 {
        padding: 15px;
    }
    .lg-pt-15 {
        padding-top: 15px;
    }
    .lg-pl-15 {
        padding-left: 15px;
    }
    .lg-pr-15 {
        padding-right: 15px;
    }
    .lg-pb-15 {
        padding-bottom: 15px;
    }
    .lg-m-15 {
        margin: 15px;
    }
    .lg-mt-15 {
        margin-top: 15px;
    }
    .lg-ml-15 {
        margin-left: 15px;
    }
    .lg-mr-15 {
        margin-right: 15px;
    }
    .lg-mb-15 {
        margin-bottom: 15px;
    }
    .lg-p-10 {
        padding: 10px;
    }
    .lg-pt-10 {
        padding-top: 10px;
    }
    .lg-pl-10 {
        padding-left: 10px;
    }
    .lg-pr-10 {
        padding-right: 10px;
    }
    .lg-pb-10 {
        padding-bottom: 10px;
    }
    .lg-m-10 {
        margin: 10px;
    }
    .lg-mt-10 {
        margin-top: 10px;
    }
    .lg-ml-10 {
        margin-left: 10px;
    }
    .lg-mr-10 {
        margin-right: 10px;
    }
    .lg-mb-10 {
        margin-bottom: 10px;
    }
    .lg-p-5 {
        padding: 5px;
    }
    .lg-pt-5 {
        padding-top: 5px;
    }
    .lg-pl-5 {
        padding-left: 5px;
    }
    .lg-pr-5 {
        padding-right: 5px;
    }
    .lg-pb-5 {
        padding-bottom: 5px;
    }
    .lg-m-5 {
        margin: 5px;
    }
    .lg-mt-5 {
        margin-top: 5px;
    }
    .lg-ml-5 {
        margin-left: 5px;
    }
    .lg-mr-5 {
        margin-right: 5px;
    }
    .lg-mb-5 {
        margin-bottom: 5px;
    }
    .lg-p-0 {
        padding: 0px;
    }
    .lg-pt-0 {
        padding-top: 0px;
    }
    .lg-pl-0 {
        padding-left: 0px;
    }
    .lg-pr-0 {
        padding-right: 0px;
    }
    .lg-pb-0 {
        padding-bottom: 0px;
    }
    .lg-m-0 {
        margin: 0px;
    }
    .lg-mt-0 {
        margin-top: 0px;
    }
    .lg-ml-0 {
        margin-left: 0px;
    }
    .lg-mr-0 {
        margin-right: 0px;
    }
    .lg-mb-0 {
        margin-bottom: 0px;
    }
}