/* =============================================== */
/* ---------------->>> CSS STYLES <<<------------- */
/* ================================================ */ 
/*									
1. GLOBAL STYLES	
- Heading
- List Style
- Links
- Positions
- Title
- Layout
- z-index
- Button
- Animation
- Icons Styles
- Icon With Color
- Icons With Size Variations
- Social Icons
- Icon Hover
- Border	
- Page Loader
- Accordion
- Tabs
- BG Image
- Overlay
- Forms
- Text Color
- BG Color
- Transition Effects
- Gary Scale Image
- Hover Effects
- Navigation Menu 
- Side Navigation Menu
2. SLIDER SECTION
- Slider Revolution
- Bootstrap Carousel
- Carousel Fade
- Home Carousel Slider	
- Owl Slider
- Owl Navigations
- Owl Paginations
- Text Slider	
3. MAIN SECTION	
- Special Features
- Features 
- Additional Features
- Progress
- Portfolio / Work
- Work Process
- Pricing
-Ribbon
- Counter	
- Pie Chart
- Item-box
- Twiiter Feed
- Blog
- Latest News
- Posts
- Video Post
- Meta
- Reply
- Testimonials	
- Get a Quote
- Page Title Variations
- Background Video
- Google Map
- Contact Form
- Sitemap
4. SIDEBAR	
- Tags	
- Social Feed Widget
- Shop Widgets
- Poll
- Price Range Filter
- Widget
- Newsletter
- Sticky Sidebar - NEW 
5. PAGES
- Service Time-line	
- Time Liner Blog & Resume
- Timeline Left side Bar
- Coming Soon
- Event page
- Schedule Section
- Schedule panel-collapse
- Faq
- Book Landing page
- 404
- Charity
- Fashion page
- spa
- Wedding
- Real Estate
- Motor Page
- Mail chimp
- Shopping Cart
- Zoom Product
- Masonry Grid
- Hosting Page
6. Footer
- Copyright
- Dark Section	
- Bootstrap Elements
7 . Extras		
- Space Adjustments	
- Custom Height
- 4 Side Padding
- 4 Side Margin
- Top Padding
- Top Margin
- Bottom Padding
- Bottom Margin
- Top & Bottom Padding
- Top & Bottom Margin
- Item Box
- Carousel Custom height 

/******************************************************************************
Global Style 
*******************************************************************************/
body {
    font-family: 'Arimo', sans-serif;
    height: 100%;
    line-height: 1.8;
    font-style:normal;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size:14px;
}
input,
button,
select,

/* Heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 22px;
    font-family: 'Gudea', sans-serif;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
    font-weight: 500;

}
h4 {
    font-size: 24px;
    font-weight: 500;
    line-height:1.7;
    text-transform:capitalize;
}
h5 {
    font-size: 18px;
    text-transform:capitalize;
}
h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform:capitalize;
}
.head-no-margin h6{
    margin-bottom:14px;
}
.upper{
    text-transform:uppercase;
}
.lower{
    text-transform:lowercase;
}
.text-small{
    font-size: 12px;
    line-height: 18px;
}
hr{
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 0 none;
}
hr.white{
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 0 none;
}
.highlight{
    background:#FFC400;
    padding:0 5px;
}
.bg-black{
    background:#000;
}
/* List Style */
ol li{
    list-style:inherit;
}
ul.list-style{
    margin: 0 0 18px;
    padding: 0 0 0 60px;
}
ul.list-style li{
    position:relative;
    line-height:1;
    list-style: disc;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
}
.arrow-style {
    margin: 0 0 22px;
    padding: 0 ;
}

.arrow-style li{
    list-style: outside none none;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
    position: relative;
}
ul.arrow-style li:before{
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}
.product-page .description {
    color: #7f7f7f;
    margin-bottom:20px;
}

/* Links */
a {
    color: #171717;
}
a:visited {
    color: #171717;
    text-decoration:none;
}
a:focus{
    color: #171717;
    text-decoration:none;
}
a:active {
    color: #000;
}
a:hover {
    color: #171717;
    text-decoration:none;
}
a,
a:hover,
a:visited,
a:focus{
    outline: 0 none;
}
.container {
    max-width: 1200px;
    width: 100%;
}
/* Positions */

.absolute{
    position: absolute;
}
.relative{
    position: relative;
}

/* Title */
.title{
    font-family: 'Gudea', sans-serif;
}
.section-title {
    border-bottom-width: 0px;
    margin-bottom: 40px;
    position: relative;
    color: black;
}





/* Layout */
section,
.footer-widget,
.copyright{
    position:relative;
}
.wide .container{
    width:100%;
}
.boxed {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 20px;
}
.boxed #page{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
    position: relative;
}
.boxed .sticky-wrapper.is-sticky #sticker, 
.boxed .sticky-wrapper{
    margin: 0 auto;
    max-width: 1200px;
}
.page-section{
    padding:75px 0;    
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* z-index */

.z-index-9{
    z-index:9;
}
.z-index-99{
    z-index:99;
}
.z-index-999{
    z-index:999;
}
.z-index-9999{
    z-index:9999;
}

/* Button */
.btn{
    line-height: 22px;
    outline: none;
    padding: 9px 20px;
    border:none;
    background-color: skyblue;
}



/* Animation */

.animated{
    visibility:hidden;
}
.visible{
    visibility:visible;
}

/*********
IFRAME
**********/

.iframe {

    width: 100px;

    height: 50px;

}

/* Pantallas de 320px o superior */

@media (min-width: 320px) {

    .iframe {

        width: 200px;

        height: 150px;

    }
    .logo{
        width: 135px;


    }
}




/* Pantalla 768px o superior */

@media (min-width: 768px) {

    iframe {

        width: 500px;

        height: 350px;

    }

}




/******************************************************************************
SLIDER SECTION
*******************************************************************************/

/*Revolution Slider */
.tp-caption {
    white-space: inherit;
    margin-top: 50px;
}
.tp-caption.bold{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
    margin: 0;
    line-height: 75px;
}
.tp-caption.description {
    font-size: 15px !important;    
    line-height: 25px;
    font-family: 'Arimo', sans-serif;
}
.tparrows:before {
    margin-top: 4px;
    font-size: 18px;
}
.tparrows { 
    -webkit-border-radius: 50%;
    border-radius:  50%;
    background: rgba(0,0,102,.4) !important;
}
.tp-banner{
    z-index:0;
    margin-top: 1000px;


    margin: auto;
    width: 100%;
    height: 100%;
    margin-bottom: -100px
}
.slider.rs-slider-full{
    float:left;
    width:100%;
}
.slider.rs-slider {
    background: none;
    border: 0 none;
    max-height: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index:0;
}
.slider.rs-slider-full {
    min-height:auto;
    background:none;
    padding:0;
}
p.tp-caption.button-block{
    width:100%;
    left:0!important;
} 
p.tp-caption.button-block a{
    margin:0 5px;
}
.transparent .slider.rs-slider {
    max-height: 700px;
}
.slider.load .tp-banner-container {
    visibility: hidden;
}
.slider.rs-slider .container {
    position: relative;
}
.slider.rs-slider .title {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.slider.rs-slider .title.bold,
.slider .bold  {
    font-size: 60px;
    font-weight: bold;
    text-transform:uppercase;
    margin: 0;
    line-height: 75px;
}
.white .tp-caption,.text-white{
    color:#fff;
}
.slider.rs-slider .description {
    font-size: 15px !important;
    line-height: 25px;
    margin: 0;
    padding: 0 15px;
}
.slider.rs-slider .btn {
}
.slider.rs-slider .btn.orang {
    background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
    background: #752033;
}
.slider.rs-slider .phone-text {
    font-size: 17px;
}
.tp-caption a {
    color: #000;
}	
.tp-caption a:hover {
    color: #fff;
}	
.rs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tp-bannertimer {
    background: #777 !important;
    background: rgba(0,0,0,0.1) !important;
    height: 0px !important;
}
.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
    background: #fff;
    background: rgba(255,255,255,.5);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 none !important;
    display: inline-block;
    height: 14px;
    float: none;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    vertical-align: top;
    width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
    background: rgba(255,255,255,.7);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.slider.rs-slider .tparrows {
    background: #1e1e1e;
    background: rgba(30, 30, 30, 0.5);
    -webkit-border-radius: 100%;
    border-radius:100%;
    cursor: pointer;
    height: 40px !important;
    width: 40px !important;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    -webkit-transition: opacity 0.2s ease-out; 
    -webkit-transform: inherit;
    z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
    font-family: 'revicons';
    color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 3px;
    text-align: center;
    width: 40px;
    font-size: 19px;
}
.tp-leftarrow:before {
    content: '\e824';
}
.slider.rs-slider-full .tp-leftarrow:before,.slider.rs-slider-full .tp-rightarrow:before{
    content:none;
}
.tp-rightarrow:before {
    content: '\e825';
}
.slider.rs-slider .tparrows:hover {
    background: #1e1e1e;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
    color: #000 !important;
}
.slider4container .tparrows {
    background: #fff !important;
    background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover	{
    background:#fff !important
}
.slider.rs-slider .tp-loader {
    background-image: url("../img/svg/loader.svg"), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    background-color: inherit;
    height: 40px;
    margin: -20px 0 0 -20px;
    width: 40px;
    z-index: 700;
}
.layerslider {
    margin: 0 auto;
}
.slider.rs-slider.full-width {
    max-height: inherit;
}
.slider.rs-slider.full-width .title {
    font-size: 60px;
    line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
    font-size: 14px !important;
    font-weight: bold;
    line-height: 31px;
    letter-spacing: 1px;
    padding: 0;
    text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 180%;
    height: 36px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
    opacity: .8;
}
.slider.rs-slider.full-width  .tp-rightarrow,
.slider.rs-slider.full-width  .tp-leftarrow {
    display: none !important;
}
.tp-caption p {
    line-height: 25px;
}
.rs-slider-full .tparrows{
    background:none!important;
}
.rs-slider-full  .tp-rightarrow{
    right:-10px!important;
}

/* Bootstrap Carousel */
.carousel-control {
    top: 0;
    width: 10%;
}
.carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 25px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
.carousel-control .fa-angle-right {
    margin-left: -25px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.col-md-3.mix .carousel-indicators ,
.col-md-4.mix .carousel-indicators,
.grid-item .carousel-indicators{
    bottom: -7px;
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
    background-image:none;
}

/* Carousel Fade */
.carousel-fade .carousel-inner .item {
    opacity: .8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel.full-width{
    width: 100% !important; 	
}
.carousel.full-width .item img,
.carousel.full-width .item{
    display: block;
    width: 100%; 	
}
.carousel-style .next,
.carousel-style .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-style .prev {
    left: 0;
    z-index:9999;	
    margin: -7px 0 0 -30px;
}
.carousel-style .next {
    right: 0;
    z-index:9999;	
    margin: 0 20px 0 0 !important;
}
.carousel-style .next i,
.carousel-style .prev  i{
    padding:10px;
    background-color:rgba(0,0,0,.2);
}
.carousel-caption {
    bottom: auto;
    left: 7%;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index:0;
}
#main-slider.carousel{
    width:100%;
}
/*  Home Carousel Slider */
#main-slider.carousel{
    width:100%;
    clear:both;
}
#main-slider .carousel .item .carousel-caption {
    opacity: 0;
}
#main-slider h1  {
    font-size: 55px;
    font-weight: bold;
    text-transform:uppercase;
    margin: 0;
    line-height: 75px;
}
#main-slider .carousel .item.active .carousel-caption{
    opacity: 1;
}
#main-slider .description,
.description.medium{
    font-size: 18px !important;
    font-weight:300;
    line-height: 30px;
    margin: 0;
}
.black{
    text-shadow:none;
}
.text-shadow{
    text-shadow:1px 1px 1px rgba(0,0,0,.4);
}
#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

/******************************************************************/

/* Owl Slider */
.owl-prev i,
.owl-next i{
    color: #111;
    font-size: 15px;
}
.owl-prev .fa, .owl-next .fa {
    position: relative;
    width: 30px;
    height:30px;
    line-height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
}
.owl-prev,
.owl-next{
    color: #111;
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    text-align:center;
}
.owl-prev{
    left:-40px;
}
.owl-next{
    right:-40px;
}
.owl-theme .owl-controls .owl-buttons div{
    padding:0;
    margin:0;
}

.custom-styles .owl-prev{
    left:40px;
}
.custom-styles .owl-next{
    right:40px;
}

/* Owl Navigations */
.navigation-1 .owl-prev .fa, 
.navigation-1 .owl-next .fa {
    background:none;
}
.navigation-1 .owl-prev{
    right:20px;
    left:auto;
    top:-20px;
}
.navigation-1 .owl-next{
    right:0px;	
    left:auto;
    top:-20px;
}

.top-0 .owl-prev{
    right:20px;
    left:auto;
    top:0px;
}
.top-0 .owl-next{
    right:0px;	
    left:auto;
    top:0px;
}

.navigation-2 .owl-prev{
    right:35px;
    left:auto;
    top:0px;
}
.navigation-2 .owl-next{
    right:0px;	
    left:auto;
    top:0px;
}
.navigation-shop .owl-prev{
    left:2px;
}
.navigation-shop .owl-next{
    right:2px;
}
.navigation-shop .owl-prev .fa,
.navigation-shop .owl-next .fa{
    background:none;
}
.widget .navigation-1 .owl-next,
.widget .navigation-1 .owl-prev{
    top:-30px;
}
.owl-carousel.white .owl-prev .fa,
.owl-carousel.white .owl-next .fa{
    color:#fff;
}

/* Owl Paginations */
.pagination-1  .owl-controls .owl-page span {
    border-radius: 0;
    height: 7px;
    margin: 2px;
    width: 22px;
}
.pagination-2  .owl-controls .owl-page span {
    border-radius: 50%;
    -moz-border-radius:50%;
    height: 10px;
    margin: 2px;
    width: 10px;
}
.dark-switch .owl-controls .owl-page span{
    background:rgba(0, 0, 0, 1);
}
.light-switch .owl-controls .owl-page span{
    background:rgba(255, 255, 255, 1);
}
/* Owl Bootstrap Friendly */

.owl-carousel .col-sm-1,
.owl-carousel .col-sm-2,
.owl-carousel .col-sm-3,
.owl-carousel .col-sm-4,
.owl-carousel .col-sm-5,
.owl-carousel .col-sm-6,
.owl-carousel .col-sm-7,
.owl-carousel .col-sm-8,
.owl-carousel .col-sm-9,
.owl-carousel .col-sm-10,
.owl-carousel .col-sm-11,
.owl-carousel .col-sm-12 {
    display: block;
    float: left;
    width:auto !important
}
.owl-carousel .col-md-1 {
    max-width: 80px;
    width:auto !important
}
.owl-carousel .col-md-2 {
    max-width: 161px;
    width:auto !important
}
.owl-carousel .col-md-3 {
    max-width: 242px;
    width:auto !important
}
.owl-carousel .col-md-4 {
    max-width: 323px;
    width:auto !important
}
.owl-carousel .col-md-5 {
    max-width: 404px;
    width:auto !important
}
.owl-carousel .col-md-6 {
    max-width: 485px;
    width:auto !important
}
.owl-carousel .col-md-7 {
    max-width: 565px;
    width:auto !important
}
.owl-carousel .col-md-8 {
    max-width: 646px;
    width:auto !important
}
.owl-carousel .col-md-9 {
    max-width: 727px;
    width:auto !important
}
.owl-carousel .col-md-10 {
    max-width: 808px;
    width:auto !important
}
.owl-carousel .col-md-11 {
    max-width: 889px;
    width:auto !important
}
.owl-carousel .col-md-12 {
    max-width: 970px;
    width:auto !important
}

/******************************************************************************
Text Slider
*******************************************************************************/
.text-slider{
    padding:250px 0;
    background:url(../img/sections/slider/slider8-bg.jpg) no-repeat;
}
.text-slider h1{
    font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    margin: 0;
    text-align:center;
    text-transform: uppercase;
}
.text-slider p.description{
    margin-bottom:20px;
}
.text-slider p{
    text-align:center;
}
.text-slider p a.btn{
    margin:0 5px;
}
.text-slider .typed-cursor{
    animation:fadeIn 0.6s alternate infinite;
    -o-animation:fadeIn 0.6s alternate infinite;
    -moz-animation:fadeIn 0.6s alternate infinite;
    -webkit-animation:fadeIn 0.6s alternate infinite;
}
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************************
MAIN SECTION	
*******************************************************************************/

/*Special Features */
.special-feature .section-title hr{
    border-color:#151515;
}
.special-feature i{
    font-size:65px;
    line-height:75px;
}
.special-feature h4{
    font-size:20px;
    margin-top:25px;
    position:relative;
}
.special-feature .mask-top{
    width:100%;
    background-color:#ffffff;
    padding:55px 0;
    position:absolute;
    top:0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right:0;
    margin:-2px auto;
    position: absolute;
    width: 40px;
}
.special-feature .s-feature-box:hover .mask-top{
    top:-200px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition:all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .s-feature-box{
    overflow:hidden;
    position:relative;
    min-height:290px;
    border:1px solid #f2f2f2;
    margin-bottom:20px;
    cursor:pointer;
}
.special-feature .mask-bottom{
    color:#333333;
    padding:20px 15px 20px 15px;
    width:100%;
    position:absolute;
    bottom:-300px;
    height:100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom p{
    padding:0px 5px;
}
.special-feature .mask-bottom h4{
    margin:15px 0px 17px;
}
.special-feature .s-feature-box:hover .mask-bottom{
    bottom:0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
/******************************************************************************
Features 
*******************************************************************************/
.features-block .header-box {
    display: block;
    min-height: 30px;
    margin: 0 0 13px;
    overflow: hidden;
}
.features-block .header-box .icon-box {
    background: none;
    color: #1e1e1e;
    float: left;
    height: 30px;
    margin: 0 10px 0 0; 
    text-align: center;
    width: 24px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.features-block .header-box a.icon-box:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.features-block .header-box .icon-box i:before {
    font-size: 20px;
    line-height: 30px;
}
.features-block .header-box h6 {
    margin: 6px 0 0;
}
.features-list {
    padding:40px 0 0 0px;
}
.features-list-left {
    text-align:left;
}
.features-list-right {
    text-align:left;
}
.features-list-right.text-right{
    text-align:right;
}
.features-list li {
    list-style:none;
    padding:20px 0;
    line-height:2;
    font-size:15px;
    font-weight:300;
    position:relative;
}
.features-list li i {
    display:block;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    width:70px;
    height:70px;
    margin:20px auto;
    line-height:70px;
    top:0px;
    text-align:center;
    position:absolute;
}
.features-list-left li i {
    left:0px;
}
.features-list-right li i {
    right:0px;
}
.features-list-left .features-content {
    margin-left:90px;
}
.features-list-right .features-content {
    margin-right:90px;
}
/* Additional Features */
.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}
.responsive-features h5 {
    display: inline-block;
    margin: 0 0 15px;
    text-transform: capitalize;
}

/* Progress */
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 12px;
}
.about-us  h6{
    margin-bottom:10px;
}
.progress-bar {
    font-size: 14px;
    background: #1e1e1e;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 40px;
    text-align: left;
    text-indent: 10px;
    text-shadow: none;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.progress-label{
    color: #171717;
    font-weight: 300;
    position: absolute;
    right: -1px;
    top: -38px;
}
.white .progress-label{
    color:#ffffff;
}
.white .progress{
    background-color:#f7f7f7;
}
.progress-bar{
    text-align:right;
    position:absolute;
    height:12px;
}
.progress{
    background-color:#333333;
    margin-bottom:10px;
}

#contact1{
    margin-top: 70px;
}
#contact1 h4{
    font-size: 16px;

}




/*********information***********/
#information{
    text-align: center;
    margin: 35px;
    text-align: center;
    background: rgb(191, 191, 191);
    padding: 65px 35px;
    box-sizing: border-box;
    margin-top: 0px;
    border-radius: 9px;
    color: white;

}
#information h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 36px;


}
#information p{
    font-size: 25px;
    margin-bottom: 93px;

}
#information h1{
    font-size: 37px;
}
#information h4{
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width:480px){
    #information{
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    #information h3{
        font-size: 18px;
        text-align: center;
    }
    #information p{
        font-size: 15px
    }
    #information h1{
        font-size: 25px;
    }    
    #information h4{
        font-size: 18px;
        text-align: center;
    }}


/***********Formulario**********/


form{
    margin: 45px;
    text-align: center;
    background: rgb(191, 191, 191);
    padding: 53px 25px;
    box-sizing: border-box;
    margin-top: 0px;
    border-radius: 9px;




}
form h1{
    color: white;
    font-family: inherit;
    font-size: 30px;
}
form p{
    font-size: 12px;
    margin-top: 25px;
    color: white;
}

input, textarea{
    width: 100%;
    margin-bottom: 28px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 20px;
    border: none;

}

textarea{
    min-height: 150px;
    max-height: 200px;
    max-width: 100%;

}

#boton{
    background: #31384A;
    color:#fff;
    padding: 20px;
    margin-top: 20px;
}
@media (max-width:480px){
    form{
        width: 100%;
        margin-top: 25px;
        margin: 0;
    }
    #form h1{
        font-size: 18px;
    }
}

/******clients*********/
.team_columns_carousel_wrapper {
    padding: 2px;
    margin-top: -65px;
    overflow: hidden

}
.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
    top:2px;
    margin-left: -5px;
    z-index: 2;
    opacity: 1;
    width: 35px;
    height: 35px;
    border: 0;
    color: black;
    text-shadow: none;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_carousel_control_icons {
    line-height: 35px;
    font-size: 20px!important;
    font-weight: normal!important;
    margin-top:8px;
}
.team_columns_carousel_control_left {
    left: 26px!important
}
.team_columns_carousel_control_right {
    left: 63px!important
}
.adv_left {
    left: 41px!important
}
.adv_right {
    left: 78px!important
}
.team_columns_item_image {
    padding-top: 60px;
    padding-bottom: 25px
}
.team_columns_item_image img {
    width: 100%;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_image:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}
.team_columns_item_caption {
    padding: 10px;
    text-align: center;
    padding-bottom: 30px
}
.team_columns_item_caption>hr {
    width: 15%
}
.team_columns_item_caption h4 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p {
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    width: 25px;
    float: center;
    height: 25px;
    display: block;
    line-height: 25px;
    margin-right: 2px;
    text-decoration: none;
    -webkit-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
@media(min-width:768px) and (max-width:789px) {
    .adv_team_columns_item_social a, .adv_team_columns_item_social a:visited {
        margin-right: 0
    }
}
.team_columns_carousel_wrapper {
    background: #fff;
    margin-left: 1px;

}
.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
    color: black;
    background: blue;!important


}
.team_columns_item_caption {
    color: #fff;
    background: #171717
}
.team_columns_item_caption>hr {
    border-top: 2px solid #feb600
}
.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
    color: #feb600
}
.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
    color: #cb9200
}
.team_columns_item_social a,
.team_columns_item_social a:visited {
    color: #171717;
    background: #feb600
}
.team_columns_item_social a:hover,
.team_columns_item_social a:active {
    background: #cb9200
}
.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
    display: none
}
@media all and (min-width: 768px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -50%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 50%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-1 {
        display: block
    }
}
@media all and (min-width: 768px) and (transform-3d),
    all and (min-width: 768px) and (-webkit-transform-3d) {
        .four_shows_one_move .carousel-inner>.item.active.right,
        .four_shows_one_move .carousel-inner>.item.next {
            -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
            left: 0
        }
        .four_shows_one_move .carousel-inner>.item.active.left,
        .four_shows_one_move .carousel-inner>.item.prev {
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
            left: 0
        }
        .four_shows_one_move .carousel-inner>.item.left,
        .four_shows_one_move .carousel-inner>.item.prev.right,
        .four_shows_one_move .carousel-inner>.item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0
        }
}
@media all and (min-width: 992px) {
    .four_shows_one_move .carousel-inner>.active.left,
    .four_shows_one_move .carousel-inner>.prev {
        left: -25%
    }
    .four_shows_one_move .carousel-inner>.active.right,
    .four_shows_one_move .carousel-inner>.next {
        left: 25%
    }
    .four_shows_one_move .carousel-inner>.left,
    .four_shows_one_move .carousel-inner>.prev.right,
    .four_shows_one_move .carousel-inner>.active {
        left: 0
    }
    .four_shows_one_move .carousel-inner .cloneditem-2,
    .four_shows_one_move .carousel-inner .cloneditem-3 {
        display: block
    }
}
@media all and (min-width: 992px) and (transform-3d),
    all and (min-width: 992px) and (-webkit-transform-3d) {
        .four_shows_one_move .carousel-inner>.item.active.right,
        .four_shows_one_move .carousel-inner>.item.next {
            -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
            left: 0
        }
        .four_shows_one_move .carousel-inner>.item.active.left,
        .four_shows_one_move .carousel-inner>.item.prev {
            -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
            left: 0
        }
        .four_shows_one_move .carousel-inner>.item.left,
        .four_shows_one_move .carousel-inner>.item.prev.right,
        .four_shows_one_move .carousel-inner>.item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0
        }
}

/********************************************/
/******************us************************/
/********************************************/

#portfolio h1{
    text-align: center;
    color: black;
}
@media (max-width:480px){
    #portfolio h1{
        font-size: 25px;
    }
}

/***********LOGO**********/
.logo{

    height: 150000px;
    margin-top: px;


}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom:0;
}
.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}
.navbar-header .navbar-brand {
    padding:0px 22px;
}
.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;

}
#top-header {
    padding: px  0;

    background: white;
    opacity: 0.9;
    filter:  alpha(opacity=40);
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: black;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }


    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: grey;
    }
    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }
    #main-menu.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: black;
    }
    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }
    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover {
        border-left-color: rgb(0,145,178);
    }
    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: rgb(0,145,178);
        background-color: transparent;
    }
}
/********************************************/
/******************call to action************************/
/********************************************/
.call-to-action{
    background:#0086d2;
    padding:49px 0;

}
@media (max-width:480px){
    .call-to-action{
        margin-top: 2px;  
    }
    #portfolio .photobox__label{
        font-size: 25px;
    }
}
#ruta h1{
    text-align: center;
    color: black;

}
#ruta li{
    color: black;
    text-align: center;
    list-style: none;
}
#ruta iframe{
    width: 100%;
}
@media (max-width:480px){
    #ruta h1{
        font-size: 28px;
        margin-top: 25px;

    }
    #contact h5{
        font-size: 12px;
        text-align: center;
    }
    #services h1{
        font-size: 25px;
    }
}}

.ir-arriba {
    display:none;
    padding:0px;


    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
}

.contact-us2{
    color: white;
    background-color: #7ba21f;
    padding: 15px;
    text-align: center;

}
.contact-us2 h5{
    font-size: 12px;
}
#services h1{
    color: black;
}
#ruta img{
    width: 1350px;
    height: 750px;

}
.container{
    width: 100%;
}
