
/* =================================== */
/*	Basic Style
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    font-size: 18px;
    line-height: 1.65;
    
    color: #818181;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

h2 > span{
    font-size: 26px;
    color: #009ee3;
}

main > section {
    padding: 0 0 20px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}



.strong
{
    font-weight: 600;
    color: #818282;
    font-size: 16px;
    line-height: 32px;
}


/**
/*	Header
/* ==========================================*/

/*
#navigation {
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.8s ease;
}
*/


#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;    
    background-color: rgba(0,0,0,.6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;   
}

#navigation.navbar-solid {
    background-color: #000;
}


#navigation.animated-header {
    padding: 20px 0;
}

h1.navbar-brand {
    font-family: 'Kabel_Book_BT';
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.navbar-brand a{
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-brand{
    padding: 0px;
}


/*
.site-content{
    margin: 100px 0 0 0;
}
*/



/*=================================================================
        Lists Icons
==================================================================*/

.list-check {
  color: #999999;
}
.list-check > li {
  color: #737373;
  font-size: 16px;
  padding: 10px 0;
  letter-spacing: 1.1px;
}
.list-check > li > i {
  color: #219144;
  padding: 11px 0;
}
.list-icons {
  color: #666666;
  list-style-type: none;
}
.list-icons > h4 {
  color: #2588c3;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.list-icons > li {
  font-size: 16px;
  /*font-size: 18px;*/
  padding: 10px 0;
  letter-spacing: 1.1px;
}
.list-icons > li > i {
  /*color: #bfbfbf;*/
  color: #009ee3;
  padding: 5px 10px;
  vertical-align: middle;
}
.list-icons > li > span {
  color: #55ACDF;
  font-size: 14px;
  font-weight: bold;
}

.list-icons-min > li > i {
    font-size: 9px;
    padding: 2px;
}
.list-icons-min > li {
    padding: 3px 0;
}


/*=================================================================
        Home Slider
==================================================================*/

#home-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/*
#home-slider {
    position: relative;
    padding: 0;
}
*/


/*
.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}
*/



.sl-slider-wrapper,
.sl-slider,
.sl-slides-wrapper,
.sl-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}






/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: inline-block;
    height: 100%;
    
   
    right: 20px;    
    top: 150px;
    width: 45%;
    text-align: right;
    
    
    min-height: 100%;
    position: absolute;
    z-index: 11;
}

/*
.slide-caption {
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}
*/


.slide-caption .caption-content {
    vertical-align: middle;
    display: inline-block;
    background: #4575b5;
    /*background: #9cc24c;*/
    opacity: 0.9;
    text-align: center;
    padding: 10px;

}



.caption-content h1{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.caption-content > span {
    display: inline-block;
    font-size: 19px;
    margin-bottom: 30px;
    /*text-transform: capitalize;*/
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}


/*=================================================================
        About us
==================================================================*/


#about-us p {
    line-height: 1.7;
}

#about-us .text-block {
    margin-top: 40px;
}
/*=================================================================
        Customs
==================================================================*/


#customs {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
}

#customs .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#customs .overlay {
    background-color: rgba(15,155,224, 0.78);
    padding: 70px 0 40px;
}




.customs-item h3{
    /*margin: 0 auto;*/
   color: #fff;
    /*padding-bottom: 20px;*/
}


.customs-item p{
    line-height: 30px;
    font-size: 1.1em;
}




/* ===============================
   Workflow / Flujo del sistema
================================ */

#workflow {
    padding: 80px 0;
    /*background: #f8f9fb;*/
    background: #f4f4f4;
    margin-bottom: 30px;
}


.workflow-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    text-align: center;
    flex-wrap: wrap; /* CLAVE */
}

.workflow-steps .step {
    position: relative;
    padding: 20px;
}

.workflow-steps .step i {
    font-size: 42px;
/*    color: #4575b5;  azul Genuino     */
    color: #009ee3;
    margin-bottom: 15px;
}

.workflow-steps .step h4 {
    color:#777272;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.workflow-steps .step span {
    font-size: 14px;
    color: #666;
    display: block;
}

/* Flechas entre pasos */
.workflow-steps .step:after {
    content: "→";
    position: absolute;
    top: 35%;
    right: -25px;
    font-size: 28px;
    color: #ccc;
}

/* Quitar flecha al último */
.workflow-steps .step:last-child:after {
    display: none;
}

.workflow-steps .step:hover i {
    color: #9cc24c; /* verde Genuino */
    transition: color 0.3s ease;
}


@media (max-width: 767px) {

    .workflow-steps {
        flex-direction: column;
        margin-top: 30px;
    }

    .workflow-steps .step {
        width: 100%;
        padding: 20px 10px;
    }

    /* Ocultamos las flechas en mobile */
    .workflow-steps .step:after {
        display: none;
    }

    .workflow-steps .step i {
        font-size: 38px;
    }

    .workflow-steps .step h4 {
        font-size: 15px;
    }

    .workflow-steps .step span {
        font-size: 13px;
    }
    
    .workflow-steps .step:before {
        content: "↓";
        display: block;
        margin: 15px 0;
        font-size: 26px;
        color: #ccc;
    }

    /* Al primero no le ponemos flecha arriba */
    .workflow-steps .step:first-child:before {
        display: none;
    }
    
}

/* ===============================
   Features 
================================ */


#features {
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-size: 16px;*/
    line-height: 24px;
    padding: 50px 0;
}

.feature-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;
    margin-top: 18px;

    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-item:hover .feature-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.feature-icon i {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
}

.feature-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}





/*=================================================================
        POS Section
==================================================================*/


#pos-uso p {
    line-height: 1.7;
}

#pos-uso .text-block {
    margin-top: 40px;
}


/* Intro de la sección */
.section-intro {
    max-width: 800px;
    margin: 20px auto 50px auto;
    text-align: center;
    /*font-size: 15px;*/
    line-height: 1.6;
    color: #666;
}

/* Contenedor de cada modo */
.pos-modo {
    margin-bottom: 30px;
}

.pos-modo-inner {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.pos-modo-inner:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* Iconos */
.pos-icon {
    font-size: 42px;
    color: #009ee3;
    margin-bottom: 15px;
}

/* Títulos */
.pos-modo-inner h3 {
    
    color: #252525;
    font-size: 20px;
    text-transform: uppercase;
/*font-size: 18px;*/
    margin-bottom: 15px;
    font-weight: 500;
}

/* Texto */
.pos-modo-inner p {
    /*font-size: 14px;*/
    line-height: 1.6;
    color: #666;
}



@media (max-width: 767px) {

    /* Texto introductorio */
    .section-intro {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    /* Columnas */
    .pos-modo {
        padding: 0 15px;
    }

    .pos-modo-inner {
        padding: 25px 20px;
    }
    
    .pos-modo-inner {
        margin-bottom: 20px;
    }

    .pos-modo-inner p {
        font-size: 14px;
        line-height: 1.7;
    }

    .pos-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }

}


/*=================================================================
        Compras web
==================================================================*/

/*
.highlight-compras {
    background: #009ee3; 
    padding: 50px 20px;
    color: #fff;
}

.highlight-compras p {
    font-size: 20px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
*/

.highlight-compras {
    /*background: #f4f4f4;*/
    background: #4575b5;    
    padding: 60px 20px;     
}

.highlight-compras p {
    font-size: 20px;
    font-weight: 600;
    color: #e1e1e2;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}





/*=================================================================
        Contact
==================================================================*/
#contact{
    margin: 30px 0;
}
.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #0A85BB;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    /*border-bottom: 1px solid #008ecc;*/
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*text-transform: uppercase;*/
    text-align: center;
}

.contact-details h4 {
    font-size: 18px;
    color:#008ecc;
    font-weight: 400;
    margin: 40px 0 15px 0;
    padding-bottom: 15px;
    text-align: center;
}



.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

/*============================================================
        Alerts extensions
==============================================================*/

.alert-success{

    background: #9cc24c;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
}

.alert-error{
    background: #C50A0A;
    color: #e3e3e3;
    /*font-size: 13px;*/
    padding: 10px;
    margin: 10px 0;


}

.alert-margin
{
    margin:10px 0 10px 0;
    padding: 5px;
}

.alert-full h5
{
    font-weight: bold;
}

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


.has-error .form-control {
    border: 1px solid #C50A0A;
}

.has-error .form-control:focus {
    border-color: #C50A0A;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01), 0 0 1px #C50A0A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01), 0 0 1px #C50A0A;
}

.has-success .form-control {
    border: 1px solid #9cc24c;
}

.has-success .form-control:focus {
    border-color: #9cc24c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01), 0 0 1px #9cc24c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01), 0 0 1px #9cc24c;
}


/*============================================================
        FAQS
==============================================================*/

.faq-section {
    padding: 2em 0;	
}
.faq-section h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;    
    color: #000;
}
.test-list {
	margin-top: 3em;
	}
.test-list ul{
	margin: 0 0 10px 0;
	padding:0;
	background: #ffffff;
	width: 100%;
	cursor:pointer;
        border: 1px solid #eeeeee;
        border-radius: 5px;
	}
.test-list ul li{
	display: inline-block;
	padding: 9px 14px 9px 9px;
	background: #ffffff;
	border-right: 1px solid #eeeeee;
	}
.test-list ul li i{
  width: 19px;
  height: 19px;
  display: inline-block;
}
.test-list ul li.text{
    color: #009ee3;
    /*font-size: 1.1em;*/
    margin-left: 15px;
    padding: 0 !important;
    border:none !important;
	}
.test-list p{
	font-size: 1em;
	color: #777;
	width: 100%;
	padding: 6px;
	margin: 10px 0;
	}
        
        
        

/*============================================================
    FAQs ALL
==============================================================*/
      
.faq-content{
    padding:130px 0 60px 0;
}

.faq-content h1{
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    /*position: relative;*/
    text-transform: uppercase;
    line-height: 60px;
}
.faq-content h1 span{
    display: block;
}


.faq-content .section-subtitle{
    margin-top:10px;
    color:#777;
}

.faq-title{
    margin-top: 140px;
}


.faq-box{
   /* background:#fff;*/
    padding:40px;
}

.faq-box h3{
    
    font-size: 1.1em;   
    margin-top:30px;
    margin-bottom:13px;
    
}
    
.faq-box p{
    color:#555;
    line-height:1.7;
    margin-bottom:20px;
}

.faq-box hr{
    margin:30px 0;
    border-top:1px solid #eee;
}
        
.faq-group{
    color: #009EE3;    
    font-size: 24px;
    padding: 15px 0;
    text-transform: uppercase;
}        

.faq-group i{
    color:#1e73be; /* azul genuino */
    font-size: 20px;
    margin-right:8px;
}
        

/*
.faq-tabs{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-bottom:30px;
}

.faq-tab{
padding:10px 18px;
border-radius:6px;
background:#f3f3f3;
text-decoration:none;
font-weight:600;
color:#333;
}

.faq-tab:hover{
background:#e6e6e6;
}

.faq-tab.active{
background:#1e73be;
color:white;
}
*/

/*============================================================
        Footer
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 70px 0 0 0;
    color: #fff;
}


.footer-pre {    
    color: #d1d5db;
    /*padding: 50px 0;*/
    padding: 0 0 40px 0;
    font-size: 14px;
}

.footer-pre h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-pre .logo-genuino
{
    font-family: 'Kabel_Book_BT';
    font-size: 24px;
    font-weight: 700;          
}



.footer-pre p {
    line-height: 1.6;
}

.footer-content {
    /*width: 390px;*/
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 15px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-content{
    margin: 40px 0 35px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}

/*============================================================
        Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .parallax {
        background-position: centet tip !important;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

    /*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    /* slider */
    .caption-content h1,
    .caption-content h2 {
        font-size: 18px;
        color: #fff;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    .slide-caption {
        width: 100%;
        right:0px;
        text-align: center;
        padding: 10px;
    }


    /* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

    /* service */
    .service-item {
        width: 100%;
    }

    /*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

    /* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }
}