

/* CSS Document */

/*---------------------------------------------------
* Nombre del proyecto:              PYRO CMS
* Nombre del archivo:               style.css
* Descripción:                      Hoja de estilos global
* Fecha de creación:                06 de Agosto de 2014 
* Autor:                            Fabián Andrés
---------------------------------------------------*/

/*
|-----------------------------------------------------------------------------
| @FONT-FACE
|-----------------------------------------------------------------------------
*/

@font-face{
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal; 

}

@font-face{
    font-family: 'gothambold1';
    src: url('../fonts/gothambold1.eot');
    src: local('gothambold1'), 
        url('../fonts/gothambold1.woff') format('woff'), 
        url('../fonts/gothambold1.ttf') format('truetype');
}

@font-face{
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face{
    font-family: 'oxygenregular';
    src: url('../fonts/oxygen-regular-webfont.eot');
    src: url('../fonts/oxygen-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/oxygen-regular-webfont.woff') format('woff'),
         url('../fonts/oxygen-regular-webfont.ttf') format('truetype'),
         url('../fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
|-----------------------------------------------------------------------------
| GENERAL
|-----------------------------------------------------------------------------
*/

.dib
{
    display: inline-block;
}

.padding0
{
    padding: 0;
}

#loader
{
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000000000;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

body
{
    background-color: #FFFFFF;
    color: #333;
    font-size: 13px;
    font-family: 'montserratregular';
    overflow-x: hidden;
    width: 100%;
}

.m0
{
    margin: 0;
}

.mtop10
{
    margin-top: 10px;
}

.mtop15
{
    margin-top: 15px;
}

.mtop20
{
    margin-top: 20px;
}

.mtop25
{
    margin-top: 20px;
}

.mtop29
{
    margin-top: 29px;
}

.mtop30
{
    margin-top: 30px;
}

.mtop40
{
    margin-top: 40px;
}

.mtop50
{
    margin-top: 50px;
}

.mtop60
{
    margin-top: 60px;
}

.mtop70
{
    margin-top: 70px;
}

.mtop80
{
    margin-top: 80px;
}

footer.mtop60
{
    margin-top: 35px;
}

textarea
{
    resize: none;
}

.btn-primary {
    font-family: 'oxygenregular';
    background: rgb(55,159,204);
    background: -moz-linear-gradient(top,  rgba(55,159,204,1) 0%, rgba(0,142,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,159,204,1)), color-stop(100%,rgba(0,142,204,1)));
    background: -webkit-linear-gradient(top,  rgba(55,159,204,1) 0%,rgba(0,142,204,1) 100%);
    background: -o-linear-gradient(top,  rgba(55,159,204,1) 0%,rgba(0,142,204,1) 100%);
    background: -ms-linear-gradient(top,  rgba(55,159,204,1) 0%,rgba(0,142,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(55,159,204,1) 0%,rgba(0,142,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379fcc', endColorstr='#008ecc',GradientType=0 );
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: rgb(10,145,204);
    background: -moz-linear-gradient(top,  rgba(10,145,204,1) 0%, rgba(0,137,206,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,145,204,1)), color-stop(100%,rgba(0,137,206,1)));
    background: -webkit-linear-gradient(top,  rgba(10,145,204,1) 0%,rgba(0,137,206,1) 100%);
    background: -o-linear-gradient(top,  rgba(10,145,204,1) 0%,rgba(0,137,206,1) 100%);
    background: -ms-linear-gradient(top,  rgba(10,145,204,1) 0%,rgba(0,137,206,1) 100%);
    background: linear-gradient(to bottom,  rgba(10,145,204,1) 0%,rgba(0,137,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a91cc', endColorstr='#0089ce',GradientType=0 );
}

.btn-alpha {
    color: #fff;
    background: rgb(255,221,33);
    background: -moz-linear-gradient(top,  rgba(255,221,33,1) 0%, rgba(229,202,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,221,33,1)), color-stop(100%,rgba(229,202,0,1)));
    background: -webkit-linear-gradient(top,  rgba(255,221,33,1) 0%,rgba(229,202,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,221,33,1) 0%,rgba(229,202,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,221,33,1) 0%,rgba(229,202,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,221,33,1) 0%,rgba(229,202,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd21', endColorstr='#e5ca00',GradientType=0 );
}

.btn-alpha:hover, .btn-alpha:focus, .btn-alpha:active {
    color: #fff;
    background: rgb(226,199,22);
    background: -moz-linear-gradient(top,  rgba(226,199,22,1) 0%, rgba(216,195,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,199,22,1)), color-stop(100%,rgba(216,195,0,1)));
    background: -webkit-linear-gradient(top,  rgba(226,199,22,1) 0%,rgba(216,195,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(226,199,22,1) 0%,rgba(216,195,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(226,199,22,1) 0%,rgba(216,195,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,199,22,1) 0%,rgba(216,195,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c716', endColorstr='#d8c300',GradientType=0 );
}

.btn-modal
{
    margin-right: 5px;
}

.scrollup
{
    background: url("../img/icon_top.png") no-repeat 0 0 #000;
    bottom: 0px;
    display: none;
    height: 36px;
    opacity: 0.5;
    position: fixed;
    right: 0px;
    width: 42px;
    z-index: 9999;
}

.alert-success
{
    bottom: 0;
    margin-bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 10;
}

.shadow, .gravatar
{
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
}

.dib
{
    display: inline-block;
}

.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus
{
    border-color: #ACACAC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160, 160, 160, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160, 160, 160, 0.6);
}

.btn-absolute
{
    top: 17px;
    right: 15px;
    position: absolute;
}

.transition, .list-group-item,  .navbar-default .search,.prod_img span, .prod_img span i,.prod_img img, .collapchat, input, textarea
{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.flexslider .slides > li
{
    position: relative;
}

.flexslider.detail
{
    margin: 5px 0 13px;
}

.flexslider.detail .flex-control-nav
{
    bottom: 0;
}

.flexslider.detail .flex-direction-nav a:before
{
    font-size: 30px;
    margin-top: 0;
}

.flex-control-nav
{
    float: left;
    bottom: 20px;
    text-align: center;
    width: 100%;
    position: absolute;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    background: #FFF;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active
{
    background: transparent;
}

.clear
{
    clear: both;
}

/*Prod and Services */

.article__inner
{
    position: relative;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}

.article
{
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    background: white;
    border-bottom: 1px solid lightgray;
    border-radius: 3px;
}

.article__inner .inner__inner
{
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}

.article a
{
    text-decoration: none;
}

.article__meta-data
{
    height: 50px;
    background: #333333;
    padding: 0 20px;
    color: white;
    line-height: 50px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
}

.article__inner img
{
    max-width: 100%;
    width: auto;
    height: 200px;
}

.article__excerpt
{
    padding: 0 20px;
}

.article .title
{
    font-weight: 300;
    color: #666;
}

.article:hover .inner__inner
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.article__excerpt p
{
    color: #666;
}

h2.arrow
{
    font-size: 22px;
    text-transform: uppercase;
    color: #24292e;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #003b92;
    display: table;
    margin: auto;
}

.owl-theme .owl-controls .owl-page span
{
    background: #004496;
}

/*
|-----------------------------------------------------------------------------
| Waypoints
|-----------------------------------------------------------------------------
*/

.wp1, .wp2, .wp3, .wp4, .wp5, .wp6
{
    visibility: hidden;
}

.rotateInUpLeft, .bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .zoomIn
{
    visibility: visible;
}

.delay-05s
{
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-1s
{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

/*
|-----------------------------------------------------------------------------
| HEADER
|-----------------------------------------------------------------------------
*/

header
{
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.phone_head i
{
    font-size: 20px;
    vertical-align: middle;
    margin: 0 5px;
}

a.phone_head:hover
{
    text-decoration: none;
}

.navbar-default
{
    background: transparent;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
}

header .nav.navbar-nav>li>ul
{
    display: none;
    min-width: 135px;
}

/*header .nav.navbar-nav>li>ul li:hover{
    background-color: #078FD0;
}*/

.pos_ab
{
    margin-top: -1px !important;
}

header .nav.navbar-nav>li>ul a
{
    color: #fff;
}

header .nav.navbar-nav>li>ul li:hover a
{
    color: #FFDE32;
}

header .nav.navbar-nav>li:hover>ul
{
    display: block;
}

header .nav.navbar-nav>li:hover>ul a:hover
{
    text-decoration: none;
}

.list-group-item
{
    background-color: rgba(60, 60, 60, 0.63);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-top: 1px;
}

.list-group-item:first-child
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navbar
{
    margin-top: 20px;
}

.nav > li > a
{
    padding: 5px 10px;
    text-transform: uppercase;
    text-shadow: none;
}

.navbar-form
{
    margin-top: 0;
    padding: 5px 0 10px 10px;
    position: relative;
    width: 35px;
}

.navbar-default .search
{
    width: 26px;
}

.navbar-nav
{
    float: right;
}

#ordenar,
#ordenar:focus
{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select#ordenar
{
    width: 110px;
}

.navbar-default .navbar-nav > li > a
{
    border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current>a
{
    background-color: transparent;
    color: #24292e;
    border-bottom: 3px solid #577db7;
}

.topbar
{
    background-color: #FFFFFF;
    height: 35px;
}

.top-elem
{
    color: #003b92;
    float: right;
    padding: 10px 20px 6px;
    position: relative;
    font-size: 15px;
}

.top-elem:hover, .top-elem:focus, .top-elem:active
{
    color: #003b92;
    text-decoration: none;
}

.top-elem.last
{
    padding-right: 0;
}

.topbar .dropdown
{
    list-style: none;
}

.topbar #navLogin
{
    border-radius: 0;
    top: 30px;
}

.navbar-brand
{
    padding: 0;
}

.navbar-brand img
{
    margin-top: -55px;
}

/* login header */

.login:hover, .close_login:hover
{
    cursor: pointer;
}

.bkg-login
{
    background-color: #383838;
    margin-top: -165px;
    min-height: 165px;
    text-align: center;
}

.active_login
{
    display: block;
    margin-top: 0;
}

.w300
{
    width: 300px;
}

.w180
{
    width: 180px;
}

.ss
{
    position: absolute;
    top: -165px;
}

.input-h
{
    border: black;
    border-radius: 5px;
    color: #C2BDBD;
    font-size: 17px;
    height: 30px;
    margin-right: 10px;
    padding: 5px 10px 3px;
}

.text-h
{
    color: #fff;
    font-weight: normal;
}

.btn-h
{
    margin-top: -9px;
}

.span12 .close_login
{
    display: block;
    position: absolute;
    right: 1px;
    top: 16px;
}

.close_login
{
    display: inline-block;
    right: 10px;
    padding: 20px;
    position: absolute;
    top: 10px;
}

.close_login:before, .close_login:after
{
    border-top: 2px solid #888;
    content: "";
    position: absolute;
    width: 25px;
    margin: 0 -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_login:after
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_login:hover:after, .close_login:hover:before
{
    border-color: #fff;
}

.reset_pass_head
{
    text-align: right;
    margin-right: 24.5%;
    margin-top: 10px;
}

.reset_pass_head a
{
    color: #fff;
}

.reset_pass_head a:hover
{
    color: #ACA4A4;
}

/* end login header */

/* register header */

.register:hover, .close_register:hover
{
    cursor: pointer;
}

.bkg-register
{
    background-color: #383838;
    margin-top: -165px;
    min-height: 165px;
    text-align: center;
}

.active_register
{
    margin-top: 0;
}

.w300 input, .w300
{
    width: 300px;
}

.w180
{
    width: 180px;
}

.input-h, .input-h input
{
    border: black;
    border-radius: 5px;
    color: #C2BDBD;
    font-size: 17px;
    height: 38px;
    margin-right: 10px;
    padding: 5px 10px 3px;
}

.text-h
{
    color: #fff;
    font-weight: normal;
}

.h-38
{
    height: 38px;
    margin-top: -5px;
}

/* end register header */

.fixed
{
    position: fixed;
    top: 0;
    background-color: #363636;
    z-index: 1000;
    width: 100%;
    transition-duration: .32s;
}

.social_header a i
{
    font-size: 21px;
    color: #c2c1c2;
    margin: 0 3px;
}

.social_header a:hover i
{
    color: #003B92;
}

/*
|-----------------------------------------------------------------------------
| HOME
|-----------------------------------------------------------------------------
*/

.flexslider
{
    border: none;
    margin: 0;
}

.flex-direction-nav li:nth-child(1) {
    opacity: 0;
    width: 149px;
    height: 100%;
    position: absolute;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );

}

.flex-direction-nav li:nth-child(2) {
    opacity: 0;
    width: 149px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );


}

.flex-direction-nav li
{
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.flex-direction-nav li:hover
{
    opacity: 1;
}

.flex-direction-nav a
{
    color: transparent;
}

.flex-direction-nav a:before
{
    margin-top: -6px;
}

.flex-direction-nav a.flex-prev:before
{
    content: "";
    background: url("../img/left_banner.png") no-repeat 0px 7px transparent;
    width: 20px;
    height: 36px;
    display: block;
    margin-left: 15px;
}

.flex-direction-nav a.flex-next:before
{
    content: "";
    background: url("../img/right_banner.png") no-repeat 0px 7px transparent;
    width: 20px;
    height: 36px;
    display: block;
}

.flex-caption
{
    background-color: rgba(152, 152, 152, 0.3);
    overflow: hidden;
    position: absolute;
    width: 515px;
    padding: 15px 20px;
    height: auto;
    text-align: center;
    bottom: 125px;
    margin: 0 30%;
}

.flex-caption h3
{
    color: #FFFFFF;
    font-size: 45px;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    font-family: 'gothambold1';
    margin: 8px 0 10px;
}

.flex-caption p
{
    font-size: 30px;
    height: 27px;
    overflow: hidden;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    line-height: 34px;
    font-weight: lighter;
}

/*Slider clients*/

#wrapper, #prev, #next
{
    height: 130px;
    position: relative;
    top: 50%;
}

#wrapper
{
    left: 2.5%;
    overflow: hidden;
    width: 95%;
}

#carousel img
{
    border: 1px solid #f0f0f0;
    height: 120px;
    display: block;
    float: left;
    margin: 10px 5px;
    left: 0;
    width: auto;
}

#prev, #next
{
    background: center center no-repeat #ccc;
    margin-top: -85px;
    width: 5%;
}

#prev:hover, #next:hover
{
    background-color: #eee;
}

#prev
{
    background-image: url( "../img/left.png" );
    background-color: transparent;
    height: 158px;
    left: 15px;
    position: absolute;
    width: 25px;
}

#next
{
    background-image: url( "../img/right.png" );
    background-color: transparent;
    height: 180px;
    position: absolute;
    right: 15px;
    width: 25px;
}

/*end*/

#owl-demo .item
{
    margin: 3px;
}

#owl-demo .item img
{
    display: block;
    width: 100%;
    height: auto;
}

.wgdt_reserve
{
    background-color: #585858;
    min-height: 500px;
    margin-top: 5px;
    min-width: 370px;
}

.wgdt_reserve h3
{
    margin: 0;
    color: #fff;
    text-align: center;
    padding-top: 60%;
}

.bkg-1
{
    width: 100%;
    display: block;
    border-bottom: 2px solid #333336;
    margin-top: 20px;
    background-attachment: fixed !important;
    min-height: 280px;
    background-position: center center;
    background-size: cover !important;
}

.newsletter
{
}

.form_newsletter a
{
    color: #333333;
    top: -2px;
    position: relative;
}

#loading_newsletter
{
    position: absolute;
    width: 100%;
    bottom: -26px;
    left: 0;
}

#loading_newsletter>div, #loading_newsletter>.wrap_success_send_contact
{
    color: rgb(51, 51, 51) !important;
    background: #fff;
    display: inline-block;
    padding: 4px 10px;
}

.newsletter>h2
{
    background-color: #f3f3f3;
    display: inline-table;
    padding: 9px 30px;
    margin-top: 60px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}

.newsletter>p
{
    color: #fff;
    font-size: 17px;
    text-shadow: none;
    font-weight: normal;
    margin-top: 5px;
}

.newsletter input[type="text"]
{
    width: 340px;
    margin: 0 auto;
    background-color: #F3F3F3;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #c7c7c7;
    text-shadow: none;
    font-family: 'quicksandregular';
    background-position: 305px;
    background-repeat: no-repeat;
    margin-top: 20px;
    max-width: 100%;
}

.newsletter input[type="checkbox"]
{
    margin-top: 12px;
}

.newsletter input
{
    background-image: url("../img/msm.png");
    background-position: 305px;
    background-repeat: no-repeat;
}

.newsletter input:hover,
.newsletter input:focus
{
    background-color: #FFFFFF;
}

input[placeholder],
    [placeholder],
    *[placeholder]
{
    color: #000 !important;
    font-weight: 800;
}

.form-group label
{
    color: #999999 !important;
}

.newsletter button
{
    position: absolute;
    height: 20px;
    width: 27px;
    background: url("../img/msm.png") no-repeat 0 0 transparent;
    border: none;
    right: 21px;
}

/* promo */

#owl-1 .item.lol1
{
    width: 470px;
    height: 372px;
    overflow: hidden;
    position: relative;
}

#owl-1 .item.lol2
{
    width: 363px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#owl-1 .owl-item.ml1
{
    width: 363px !important;
    margin-left: 200px;
}

#owl-1 .item.lol3
{
    width: 364px;
    overflow: hidden;
    height: 160px;
    margin-top: 212px;
    left: -363px;
    position: relative;
}

.ml2
{
    margin-right: -280px;
}

.caption_promo {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
    font-family: 'montserratregular';
    padding: 10%;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-item .caption_promo:hover
{
    opacity: 1;
}

.caption_promo h3
{
    border: 1px solid;
    margin: 0;
    padding: 6px 12px;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: 43px;
    overflow: hidden;
    line-height: 30px;
}

.lol1 .caption_promo:hover h3
{
    margin-top: 45%;
}

.lol2 .caption_promo:hover h3
{
    margin-top: 5%;
}

.lol3 .caption_promo:hover h3
{
    margin-top: -7px;
}

.caption_promo p
{
    position: relative;
    height: 48px;
    overflow: hidden;
    line-height: 16px;
    font-size: 13px;
}

/* end pormo */

/* Hotels */

.caption_hotels
{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(2, 167, 204, 0.5);
    color: #fff;
    font-family: 'quicksandregular';
    padding: 15% 15%;
}

.caption_hotels h2
{
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    position: relative;
    padding: 25px 0 10px;
    text-transform: uppercase;
}

.caption_hotels h2:before
{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.caption_hotels p
{
    position: relative;
    margin: 0;
    padding: 0 0 25px;
    font-size: 25px;
    text-transform: uppercase;
    text-shadow: 0 0;
    overflow: hidden;
    line-height: 24px;
}

.caption_hotels p:after
{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

#owl-2.owl-theme .owl-controls
{
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 45%;
}

#owl-2.owl-theme .owl-controls .owl-buttons div
{
    height: 30px;
    border-radius: 0;
}

#owl-2.owl-theme .owl-controls .owl-buttons div.owl-prev
{
    background: url("../img/left_banner.png") no-repeat 0 0 transparent;
    left: 7px;
    position: absolute;
    opacity: .8;
}

#owl-2.owl-theme .owl-controls .owl-buttons div.owl-next
{
    background: url("../img/right_banner.png") no-repeat 0 0  transparent;
    position: absolute;
    right: 7px;
    opacity: .9;
}

/* end Hotels */

/*
|-----------------------------------------------------------------------------
| ABOUT US
|-----------------------------------------------------------------------------
*/

.about_us
{
    text-align: justify;
}

.about_us> .col-lg-6
{
    float: left;
}

.about_iframe iframe
{
    width: 100%;
    height: 313px;
    margin-top: 5px;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    margin: 15px 10px 10px 0;
}

.about_us img
{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 15px 10px 10px 0;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.fl
{
    float: left;
}

.text_about
{
    padding: 0 15px;
}

/*
|-----------------------------------------------------------------------------
| packages
|-----------------------------------------------------------------------------
*/

.news .grid
{
    padding-top: 20px;
}

.news
{
    margin-top: 10px;
}

.ifrmame_paquetes
{
    margin-top: 15px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.ifrmame_paquetes #map_canvas, .ifrmame_paquetes iframe
{
    width: 100%;
    height: 200px;
}

.ifrmame_paquetes #map_canvas .info_content
{
    width: 162px;
    overflow-y: hidden;
}

.ifrmame_paquetes #map_canvas .info_content img, .ifrmame_paquetes iframe .info_content img
{
    display: none;
}

.news_img
{
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
    text-align: center;
}

.news_img img
{
    max-width: 100%;
    height: 295px;
}

.news>.col-lg-8
{
    margin-top: 20px;
}

.news>.col-lg-8>div
{
    height: 120px;
    overflow: hidden;
    margin-top: 15px;
}

.news>.col-lg-8>a
{
    margin-top: 20px;
    float: right;
}

.news_detail img
{
    width: 100%;
}

.news_detail .p
{
    padding: 0 15px;
}

.news_detail>div.text-about-packet
{
    font-size: 13px;
    padding: 0 15px;
}

.cont_inclued
{
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 370px;
    position: relative;
    text-align: right;
}

.cont_inclued_text
{
    color: #fff;
    text-align: right;
}

.news_detail div.img_included
{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-table;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news_detail div.img_included i
{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/*div.img_included i.transfer{
    background-position-x: -33px;

}
div.img_included i.hotel{
    background-position-x: -66px;
}
div.img_included i.food{
    background-position-x: -100px;
}*/

.img_pakage
{
}

/*.fancybox-title {
    display: none;
}*/

/*
|-----------------------------------------------------------------------------
| PROMOTIONS
|-----------------------------------------------------------------------------
*/

/*.fancybox-inner{
    height: auto!important;
}*/

.cont_promo
{
    width: 100%;
    height: 255px;
    overflow: hidden;
    border: 3px solid #dedede;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cont_promo:hover
{
    border-color: #FFE700;
}

.cont_promo img
{
    width: 100%;
}

.por
{
    position: relative;
    z-index: 1;
}

.cont_promo .title
{
    background: red;
    position: absolute;
    padding: 7px 10px 6px;
    color: #fff;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-46deg);
    left: -13px;
    top: 7px;
}

.cont_promo .title:before
{
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 20px solid #FF0000;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: -19px;
    top: 17px;
}

.cont_promo .title:after
{
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 13px solid #FF0000;
    border-bottom: 13px solid transparent;
    position: absolute;
    left: -10px;
    top: 12px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(40deg);
}

.gray_scale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
}

/*
|-----------------------------------------------------------------------------
| PRODUCTS
|-----------------------------------------------------------------------------
*/

.products>.col-lg-4
{
    float: left;
}

.text_products
{
    padding: 0 15px;
}

.img_detail_prod
{
    width: 100%;
    max-height: 500px;
}

.prod_img
{
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0.5px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.prod_img span {
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.prod_img span i
{
    position: absolute;
    margin: auto;
    display: inline-table;
    font-size: 25px;
    color: #fff;
    left: 46%;
    top: 0;
}

.prod_img:hover span
{
    opacity: 1;
}

.prod_img:hover span i
{
    top: 43%;
}

.prod_img img
{
    max-width: 100%;
    height: 148px;
}

.prod_text
{
    border: solid 1px #e0e0e0;
    padding: 0 10px;
}

.prod_text>p
{
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
}

.prod_text>p.city
{
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}

.prod_text>p>span, .text_packages>p>span, .text_hotels>p>span
{
    color: #155c77;
    font-size: 15px;
}

.prod_text .pri
{
    font-size: 13px;
    text-shadow: 0 0;
}

.prod_text>h4
{
    height: 17px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
}

.prod_text>div.text-info
{
    height: 48px;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.btn-f-right
{
    float: right;
}

.prod_text a
{
    padding: 3px 13px;
    margin-top: 12px;
}

.results
{
    text-align: center;
    margin-top: 80px;
    position: absolute;
    width: 100%;
}

.ajax_loading
{
    text-align: center;
    position: absolute;
    width: 100%;
}

/* Nav tabs */

.w_categorie li a
{
    color: #577DB7;
}

.w_categorie li a img
{
    max-width: 200px;
    height: auto;
}

.w_categorie.nav-tabs > li
{
    float: inherit;
    display: inline-block;
}

.w_categorie li a .prod_img
{
    margin-bottom: 5px;
}

/* End Nav tabs */

/*categories head*/

.list-group
{
    margin: 0;
}

.li_nav_header .list-group-item
{
    border: 0.2rem solid #004c62 !important;
    padding: 1rem !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    list-style: none;
}

.li_nav_header .list-group-item
{
    border-bottom: none !important;
}

.li_nav_header .list-group-item:last-child
{
    border-bottom: none!important;
}

.search_home_product
{
    margin: 1% 0 2% 0;
}

.bkg-search
{
    background-image: url("../img/search_btn.jpg");
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
}

.navbar-default .search
{
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
    position: absolute;
    top: 0px;
    right: 0;
}

.navbar-default .search:hover,
 .navbar-default .search:focus {
    -webkit-box-shadow:none;
    box-shadow: none;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: transparent;
    border-right: transparent;;
    width: 740px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.li_nav_header .list-group-item
{
    margin-bottom: 1.5%!important;
    border-radius: 3px!important;
    background: #d71414!important;
    border-bottom: 3px solid #b30d0d!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    padding: 0.5rem!important;
    -webkit-box-shadow: 0 8px 6px -6px #074a5a;
    -moz-box-shadow: 0 6px 10px -5px #074a5a;
    box-shadow: 0 8px 6px -6px #063440;
}

.li_nav_header .list-group-item a
{
    color: #fff!important;
    padding-left: 15px;
}

.li_nav_header .list-group-item:last-child
{
    border-bottom: 3px solid #b30d0d!important;
}

.li_nav_header .list-group-item ul.level_2
{
    display: none;
    list-style: none;
}

.li_nav_header .list-group-item ul.level_2 a
{
    font-size: small!important;
}

/* category header */

.li_nav_header .list-group-item, .li_nav_header:hover .list-group-item
{
    overflow: visible;
    padding: 9.8px !important;
}

.pos_ab
{
    position: absolute;
    z-index: 10;
}

.wrap_men_sec_header
{
    display: none;
}

.wrap_men_sec_header ul.list-group
{
    min-width: 190px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px;
}

.wrap_men_sec_header li:before
{
    display: none;
}

.wrap_men_sec_header li:after
{
    display: none;
}

.wrap_men_sec_header ul.list-group li a
{
    font-size: 11px!important;
    color: #FFF!important;
    border-bottom: none!important;
    padding: 0!important;
}

.wrap_men_sec_header ul.list-group li {background: #515052!important; border-radius: 0!important; font-size: small; border-bottom: 0!important; margin: 0!important;border-bottom: 1px solid #6e6e6f !important;}

.wrap_men_sec_header ul.list-group li
{
    width: 100%!important;
}

.wrap_men_sec_header ul.list-group li:hover
{
    background: #6e6e6f!important;
}

.wrap_men_sec_header ul.list-group li:hover a.link_lvl_1
{
    color: #fff!important;
}

.wrap_men_sec_header .list-group-item ul.level_2
{
    padding: 0!important;
    min-width: auto!important;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px;
}

.li_nav_header .list-group-item ul.level_2 li
{
    padding: 9.8px!important;
    min-width: 123px;
}

.li_nav_header .list-group-item ul.level_3
{
    display: none;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px;
}

.li_nav_header .list-group-item ul.level_2 li:hover a.link_lvl_2
{
    color: #fff!important;
}

.li_nav_header .list-group-item ul.level_3 li:hover a.link_lvl_3
{
    color: #fff!important;
}

/* end category header */

.detail_img_prod
{
    width: 500px;
    max-width: 100%;
    height: auto;
    float: left;
    margin: 5px 10px 10px 0;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.tex_right_prod
{
    padding: 9px 15px;
    color: #fff;
    position: absolute;
    width: 96.5%;
    bottom: 0;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.8);
}

.tex_right_prod>div
{
    display: inline-block;
    position: relative;
}

.tex_right_prod>div.country
{
    margin-right: 25px;
}

.tex_right_prod>div.country:before
{
    content: "";
    width: 1px;
    height: 60%;
    background: #6C6C6C;
    display: block;
    position: absolute;
    right: -15px;
    top: 25%;
}

.tex_right_prod>div.from span:nth-child(2)
{
    text-shadow: 0 0;
}

.tex_right_prod>div.from span
{
    color: #BAB21E;
    text-shadow: 0 0;
}

#owl-4.owl-theme .owl-controls
{
    position: absolute;
    width: 100%;
}

.owl-carousel .owl-video-play-icon
{
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../img/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

/*
|-----------------------------------------------------------------------------
| HOTELS
|-----------------------------------------------------------------------------
*/

.text_hotels
{
    font-size: 13px;
    padding: 0 15px;
}

.text_hotels .pri
{
    margin-bottom: 0px;
    text-shadow: 0 0;
}

.text_hotels .reference
{
    margin-bottom: 2px;
}

.hotel_img_video
{
    height: 370px;
    overflow: hidden;
}

.clipout
{
    position: relative;
    width: 100%;
    height: 371px;
    top: -1px;
    left: 0px;
    overflow: hidden;
}

.clipin
{
    position: absolute;
    clip: rect(0px 615px 468px 0);
    top: -25px;
    left: 0px;
    right: 29px;
    width: 100%;
}

/*
|-----------------------------------------------------------------------------
| SERVICES
|-----------------------------------------------------------------------------
*/

.services>.col-lg-4
{
    float: left;
}

.text_services
{
    padding: 0 15px;
}

.img_detail_serv
{
    width: 100%;
    max-height: 500px;
}

/*
|-----------------------------------------------------------------------------
| BLOG
|-----------------------------------------------------------------------------
*/

.tittle_blog
{
    margin-top: 0;
}

.preview
{
    height: 120px;
    overflow: hidden;
}

.tittle_tag
{
    float: left;
    margin-top: 7px;
    margin-right: 6px;
}

.cont_tag
{
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

.tag
{
    border: 1px solid #AAAAAA;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 3px 6px 5px;
    text-decoration: none;
    background: #EEEEEE;
    color: #808080;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
}

.panel-info > .panel-heading
{
    background: #414141;
    color: #fff;
}

.panel-info
{
    border-color: #B4B4B4;
}

.blog_comment
{
    background-color: #eee;
    padding: 9px 13px;
    border-radius: 6px;
    border: 1px solid #ADADAD;
}

#comments .gravatar
{
    width: 60px;
    height: 60px;
    border: 3px solid #808080;
}

/*
|-----------------------------------------------------------------------------
| WORK WITH US
|-----------------------------------------------------------------------------
*/

.work
{
    text-align: center;
}

.work img
{
    max-height: 431px;
    margin-bottom: 25px;
    display: initial;
}

/*
|-----------------------------------------------------------------------------
| GALLERY
|-----------------------------------------------------------------------------
*/

/*--------- Type 1 ----------*/

.gallery_tipe_1
{
    text-align: center;
}

.gallery_tipe_1 img
{
    text-align: center;
    background-color: #fff;
    padding: 5px;
    height: 200px;
    max-width: 100%;
}

.title-gallery
{
    height: 40px;
    overflow: hidden;
    color: #333;
}

/*--------- Type 2 ----------*/

/*--------- video ----------*/

.close1
{
    background: #000;
    padding: 2px 7px;
    border-radius: 18px;
    color: #fff;
    border: 3px solid #e85600;
    position: relative;
    float: right;
    margin: -9px;
}

.modal-body-iframe
{
    margin: 15px;
}

.modal-body-iframe>iframe
{
    width: 100%;
    height: 400px;
}

#video img
{
    max-width: 100%;
    width: auto;
    height: 200px;
}

#boxer .boxer-video
{
    border: none;
}

#boxer
{
    padding: 15px 15px 5px;
}

/*
|-----------------------------------------------------------------------------
| CHAT
|-----------------------------------------------------------------------------
*/

.chat
{
    position: fixed;
    right: 3.8%;
    z-index: 99999;
    bottom: 0;
    width: 260px;
}

.headerchat
{
    float: left;
    width: 100%;
    background-color: #078FD0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.headerchat h3
{
    font-size: 17px;
    color: #fff;
    text-align: left;
    float: left;
    padding: 12px 10px;
    width: 190px;
    margin: 0px;
}

.headerchat i
{
    font-size: 11px;
    vertical-align: middle;
    margin-right: 3px;
}

.headerchat .iconos
{
    float: right;
    width: 40px;
    margin-right: 5px;
    margin-top: 5px;
}

.headerchat a.icos
{
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}

.headerchat a.icos:hover
{
    color: #000;
}

.headerchat .online
{
    color: rgb(96,255,0);
}

.nombredeusuario
{
    cursor: pointer;
}

.icon-cross-2
{
    font-size: 18px !important;
}

.collapchat {
    overflow: hidden;
    height: 0;
    float: left;
    height: 0px !important;
    background-color: #078FD0;
}

.chat.openchat .collapchat
{
    height: 270px !important;
    width: 100%;
    overflow: hidden;
}

.openchat .collapchat
{
    overflow: inherit;
    margin-top: 0;
}

.tamanochat
{
    float: left;
    width: 100%;
}

.contenidochat
{
    width: 92%;
    margin: 0 10px;
    float: left;
    padding: 0px 0 0;
}

.leter
{
    float: left;
    width: 80%;
    padding: 4%;
    margin-top: 10px;
    background-color: rgba(35, 113, 183, 1);
}

.visitante
{
    float: right !important;
    margin-right: 5px;
    background-color: #fff;
}

.headerleter
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.headerleter h3.nombreusu
{
    font-size: 11px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    width: 100%;
    float: left;
}

.headerleter h3.hora
{
    font-size: 11px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    color: #EDEDED;
    width: 65px;
    float: left;
}

.icoflr
{
    float: left;
    font-size: 12px;
    padding: 0px 3px 0px 0px;
    margin: 0px;
    color: #666;
}

.conteleter
{
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    margin-bottom: 0px;
}

.visitante .conteleter, .visitante .headerleter h3.hora ,.visitante .headerleter h3.nombreusu
{
    color: #3F3F3F;
    text-shadow: 0 0;
}

.areadetexto
{
    width: 92%;
    margin: 8px 10px 10px;
    float: left;
    position: relative;
}

.iconochat
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    color: #777;
}

.chattextarea
{
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 5px;
    vertical-align: middle;
    width: 100%;
    text-indent: 10px;
    color: #666;
    font-size: 13px;
    resize: none;
}

.animated
{
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.toggle
{
    float: left;
}

.ingresa-chat
{
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.ingresa-chat label
{
    float: left;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

.ingresa-chat input[type="text"]
{
    background-color: #fff;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    float: left;
    font-size: 11px;
    height: 20px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 4%;
}

.ingresa-chat textarea
{
    background-color: #fff;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 0 #fff inset;
    color: #666666;
    font-family: inherit;
    font-size: 13px;
    height: 90px;
    margin-bottom: 10px;
    padding: 4%;
    width: 100%;
    resize: none;
}

.chat-status-message
{
    color: #fff;
}

.chat input[type="submit"]
{
    border-bottom: 2px solid #184F80;
    background-color: #2371B7;
    border-left: 0 none;
    border-radius: 3px 3px 3px 3px;
    border-right: 0 none;
    border-top: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 30px;
    float: right;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #1E609C;
}

.chat input[type="submit"]:hover
{
    border: 0;
    margin-top: 2px;
    background-color: rgb(65, 118, 0);
    border-bottom: rgb(37, 66, 1);
}

.mensajecerrar input[type="submit"]
{
    border-bottom: 2px solid #184F80;
    background-color: #2371B7;
    border-left: 0 none;
    border-radius: 3px 3px 3px 3px;
    border-right: 0 none;
    border-top: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 25px;
    float: right;
    margin: 7px 0;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #1E609C;
}

.mensajecerrar input[type="submit"]:hover
{
    border: 0;
    margin-top: 8px;
    background-color: rgb(65, 118, 0);
    border-bottom: rgb(37, 66, 1);
}

.mensajecerrar
{
    position: fixed;
    bottom: 0px;
    right: 0;
    background-color: #fff;
    line-height: 40px;
    padding-right: 30px;
    width: auto;
    border: 1px solid #ededed;
    border-right: 0px solid #ededed;
}

.contemensaje
{
    float: left;
}

.mensajecerrar p
{
    float: left;
    line-height: 40px;
    padding: 0;
    margin: 0 20px;
}

.acepto
{
    background-color: #52ae31;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.acepto:hover
{
    background-color: #2371b7;
}

.salir
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.btnclose
{
    float: left;
}

/*.btn-primary{
    background: rgb(227,24,55);
    background: -moz-linear-gradient(top, rgba(227,24,55,1) 0%, rgba(226,0,34,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,24,55,1)), color-stop(100%,rgba(226,0,34,1)));
    background: -webkit-linear-gradient(top, rgba(227,24,55,1) 0%,rgba(226,0,34,1) 100%);
    background: -o-linear-gradient(top, rgba(227,24,55,1) 0%,rgba(226,0,34,1) 100%);
    background: -ms-linear-gradient(top, rgba(227,24,55,1) 0%,rgba(226,0,34,1) 100%);
    background: linear-gradient(to bottom, rgba(227,24,55,1) 0%,rgba(226,0,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31837', endColorstr='#e20022',GradientType=0 );
    border: 1px solid #E20022;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: rgb(226,0,34);
    background: -moz-linear-gradient(top,  rgba(226,0,34,1) 0%, rgba(239,0,39,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,0,34,1)), color-stop(100%,rgba(239,0,39,1)));
    background: -webkit-linear-gradient(top,  rgba(226,0,34,1) 0%,rgba(239,0,39,1) 100%);
    background: -o-linear-gradient(top,  rgba(226,0,34,1) 0%,rgba(239,0,39,1) 100%);
    background: -ms-linear-gradient(top,  rgba(226,0,34,1) 0%,rgba(239,0,39,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,0,34,1) 0%,rgba(239,0,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20022', endColorstr='#ef0027',GradientType=0 );
    border: 1px solid #E20022;
    box-shadow: none;
    z-index: 2;
}*/

/*
|-----------------------------------------------------------------------------
| CONTACT US
|-----------------------------------------------------------------------------
*/

#map_canvas
{
    width: 100%;
    height: 385px;
}

.info_content
{
    width: 250px;
}

.info_content h3
{
    font-size: 15px;
    margin-top: -4px;
}

.info_content img
{
    width: 105px;
    height: 105px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.info_content div span
{
    font-weight: bold;
}

#changeGoogleMap
{
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}

.text_select
{
    font-weight: bold;
    display: inline-block;
}

/*
|-----------------------------------------------------------------------------
| FOOTER
|-----------------------------------------------------------------------------
*/

footer
{
    background-color: #FFF;
    color: #3c3c3c;
    font-family: 'quicksandregular';
}

footer .col-lg-2
{
    width: 20%;
}

.contact_foot i
{
    background: url("../img/social_foot.png") no-repeat 0 0 transparent;
    height: 16px;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-size: 94%;
}

.trans
{
    background-color: #24292e;
    min-height: 50px;
    margin-top: 35px;
}

.copyright
{
    color: #fff;
    margin-top: 17px;
    font-family: 'oxygenregular';
}

.marca-cont
{
    margin-top: 15px;
    font-family: 'oxygenregular';
}

.marca-cont a:hover
{
    text-decoration: none;
}

.ahorranito
{
    background-image: url("../img/ahorranito.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

.a-logo
{
    color: #00A6FF;
}

.foot-nav
{
    list-style: none;
    padding-left: 0;
}

.foot-nav>li>a
{
    color: #777;
    padding: 10px 10px 10px 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.contact_foot
{
    font-size: 12px;
}

.foot-nav>li>a:hover
{
    color: #fff;
    text-decoration: none;
}

.info-cont div:nth-child(2) i
{
    background-position: 0px -20px;
}

.info-cont div:nth-child(2) a
{
    color: #3c3c3c;
    text-decoration: none;
}

.dir_footer
{
    height: 34px;
}

.info-cont div:nth-child(2) a:hover
{
    color: #000000;
}

.info-cont div:nth-child(3) i
{
    background-position: 0px -38px;
    height: 19px;
    display: block;
    float: left;
}

.sobre_title
{
    color: #577DB7;
    padding: 5px 10px;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 13px;
}

.info-cont div:nth-child(4) i
{
    background-position: 0 -61px;
}

.info-cont div
{
    margin-top: 20px;
    text-shadow: 0 0;
}

.social>div
{
    margin-top: 20px;
}

.social i
{
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
}

.social div a
{
    color: #fff;
}

.title_foot
{
    font-size: 28px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.title_foot>span
{
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0 3%;
}

.title_foot:before
{
    content: "";
    height: 1px;
    border-bottom: 1px dashed;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
}

.terms_foot
{
    color: #3C3C3C;
    text-decoration: none;
    margin-left: 15px;
    top: 15px;
    text-shadow: 0 0;
    position: relative;
    font-weight: bold;
}

.terms_foot:hover
{
    color: #000;
    text-decoration: none;
}

/*
|-----------------------------------------------------------------------------
| @Mediaqueries
|-----------------------------------------------------------------------------
*/

@media only screen and (min-width : 320px) and (max-width : 480px)
{
    body
    {
        overflow-x: hidden;
    }
    .navbar-nav
    {
        float: left;
    }
    .navbar-form, .navbar-default .search, .navbar-default .search:hover, .navbar-default .search:focus
    {
        width: 100%;
    }
    .navbar-default .search
    {
        right: inherit;
    }
    .caption_promo
    {
        display: none;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    header .nav.navbar-nav>li:hover>ul
    {
        display: none;
    }
    .top-elem.last
    {
        padding-right: 10px;
    }
    .navbar-form
    {
        border-top: none;
        border-bottom: none;
    }
    .about_us img
    {
        margin: 5px 0;
    }
    .newsletter input
    {
        background-position: 295px;
    }
    .article__excerpt
    {
        padding: 0;
    }
    #owl-1 .owl-item.ml1
    {
        width: initial !important;
        margin-left: 0;
    }
    #owl-1 .item.lol3
    {
        width: auto;
        overflow: hidden;
        height: 160px;
        margin-top: 212px;
        left: 0;
        position: relative;
    }
    .ml2
    {
        margin-right: 0;
    }
    #owl-4 .hotel_img_video img
    {
        height: 127px;
    }
    #owl-4.owl-theme .owl-controls
    {
        margin-top: 0px;
    }
    .news_detail div.img_included
    {
        padding: 5px;
    }
    .hotel_img_video
    {
        height: auto;
    }
    .navbar-brand img
    {
        margin-top: -90px;
        width: 160px;
    }
    .topbar
    {
        height: auto;
    }
    .top-elem
    {
        padding: 10px 0px 0px;
        font-size: 11px;
    }
    .social_header a i
    {
        font-size: 11px;
        margin-left: 8px;
    }
    .social_header a i:nth-child(1)
    {
        margin-left: 10px;
    }
    #carousel
    {
        left: 0;
    }
    .navbar-brand
    {
        height: auto;
    }
    .owl-carousel .owl-wrapper-outer
    {
        width: 100%;
    }
    .contact_foot
    {
        text-align: left;
    }
    .w_categorie.nav-tabs > li
    {
        width: 100%;
        text-align: left;
    }
    .grid figure.effect-lily
    {
        width: 95% !important;
    }
    .grid figure.effect-lily
    {
        width: 100%;
    }
    .tex_right_prod
    {
        width: 90.5%;
    }
    .tex_right_prod h3
    {
        margin-top: 0px;
    }
    .text_hotels
    {
        margin-top: 30px;
    }
    footer .col-lg-2
    {
        width: inherit;
        line-height: 20px;
    }
    #owl-1 .item.lol1
    {
        width: auto;
        height: auto;
        overflow: visible;
    }
    #owl-1 .item.lol2
    {
        margin-left: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }
    #owl-1 .item.lol3
    {
        margin-left: 0;
        width: auto;
        height: auto;
        overflow: visible;
        margin-top: 0;
    }
    .form-group.m0
    {
        margin-bottom: 15px;
    }
    .res_form
    {
        margin: 0 20px 20px;
    }
    .w300 input, .w300
    {
        width: 50%;
    }
    .w180
    {
        width: 48%;
    }
    .w_categorie li a img
    {
        max-width: 100px;
    }
    .input-h, .input-h input
    {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .bkg-login .mtop30, .bkg-register .mtop30
    {
        margin-top: 10px;
    }
    .bkg-login h1, .bkg-register h1
    {
        margin-bottom: 0;
    }
    .close_login
    {
        top: -5px;
    }
    .h-38
    {
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .reset_pass_head
    {
        text-align: center;
        margin-right: 0;
        margin-top: 4px;
    }
    .flex-caption, .flex-direction-nav
    {
        display: none;
    }
    .navbar
    {
        margin: 5px 0;
    }
    .navbar-brand
    {
        padding: 0;
    }
    .grid figure
    {
        height: 300px;
    }
    footer
    {
        text-align: center;
    }
    .info-cont div
    {
        margin-top: 5px;
    }
    .social>div
    {
        margin-top: 5px;
        display: inline;
        margin-right: 3px;
    }
    .foot-nav>li
    {
        display: inline-table;
    }
}

@media (min-width: 300px) and (max-width : 320px)
{
    .owl-carousel .owl-wrapper-outer
    {
        width: 100% !important;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
}

@media (min-width: 560px) and (max-width : 600px)
{
    .top-elem
    {
        font-size: 10px;
        padding: 10px 12px 6px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    body > header > div.topbar > div > div:nth-child(3)
    {
        padding: 10px 0px 6px;
        width: 19%;
    }
    .navbar-nav
    {
        width: 100%;
    }
    figure.effect-ruby img
    {
        width: 100%;
    }
    .grid figure
    {
        width: 100%;
    }
    .contact_foot
    {
        text-align: left;
    }
    footer .col-lg-2
    {
        width: 100%;
    }
    .social_header a i
    {
        font-size: 13px;
    }
}

@media (min-width: 1000px) and (max-width: 1024px)
{
    .nav > li > a
    {
        font-size: 12px;
        padding: 5px 5px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .owl-wrapper
    {
        margin: 0 auto;
    }
    figure.effect-ruby img
    {
        width: 100%;
    }
    .grid figure
    {
        width: 49%;
    }
    .grid figure.effect-ruby:nth-child(1)
    {
        margin-right: 1%;
    }
    footer .col-lg-2
    {
        width: 32%;
    }
    .prod_text
    {
        height: 190px;
    }
    .grid figure.effect-lily
    {
        width: 48%;
    }
}

@media (min-width: 370px) and (max-width : 414px)
{
    .navbar-brand img
    {
        margin-top: -40px;
        width: 70%;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .owl-carousel .owl-wrapper-outer.autoHeight
    {
        width: 100%;
    }
    .owl-carousel .owl-wrapper-outer
    {
        width: 100% !important;
    }
}

@media (min-width: 660px) and (max-width : 670px)
{
    .top-elem
    {
        font-size: 10px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .social_header a i
    {
        font-size: 15px;
    }
    .navbar-nav
    {
        width: 100%;
    }
    .grid figure
    {
        width: 49%;
    }
    .grid figure.effect-ruby:nth-child(1)
    {
        margin-right: 1%;
    }
    .contact_foot
    {
        text-align: left;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    footer .col-lg-2
    {
        width: 100%;
    }
}

@media (min-width: 460px) and (max-width : 480px)
{
    .owl-carousel .owl-wrapper-outer
    {
        width: 100% !important;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    figure.effect-ruby img
    {
        width: 100%;
    }
    .navbar-brand img
    {
        width: 62%;
        margin-top: -14px;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
    .form-group.m0
    {
        margin-bottom: 15px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .res_form
    {
        margin: 0 20px 20px;
    }
    .w300 input, .w300
    {
        width: 50%;
    }
    .w180
    {
        width: 48%;
    }
    .input-h, .input-h input
    {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .bkg-login .mtop30, .bkg-register .mtop30
    {
        margin-top: 10px;
    }
    .bkg-login h1, .bkg-register h1
    {
        margin-bottom: 0;
    }
    .close_login
    {
        top: -5px;
    }
    .h-38
    {
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .reset_pass_head
    {
        text-align: center;
        margin-right: 0;
        margin-top: 4px;
    }
    .flex-caption, .flex-direction-nav
    {
        display: none;
    }
    .navbar
    {
        margin: 5px 0;
    }
    .navbar-brand
    {
        padding: 10px 15px;
    }
    footer
    {
        text-align: center;
    }
    .info-cont div
    {
        margin-top: 5px;
    }
    .social>div
    {
        margin-top: 5px;
        display: inline;
        margin-right: 3px;
    }
    .foot-nav>li
    {
        display: inline-table;
    }
}

@media (max-width : 768px)
{
    .owl-carousel .owl-wrapper-outer
    {
        width: 100%;
        margin: 0 auto;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    .nav > li > a
    {
        font-size: 13px;
        padding: 5px 6px;
    }
    .navbar-brand img
    {
        width: 70%;
    }
    body > div.container > div:nth-child(5) > div.col-sm-4.col-xs-12.visible-xs.visible-sm.mtop30
    {
        display: none !important;
    }
    .grid figure.effect-lily
    {
        width: 48%;
    }
    .res_form
    {
        margin: 0 20px 20px;
    }
    .info-cont div
    {
        margin-top: 20px;
        text-shadow: 0 0;
        border-bottom: 1px dashed;
        width: 95%;
        padding-bottom: 9px;
    }
    #owl-2 > div.owl-wrapper-outer > div
    {
        margin: 0 auto;
    }
    body > div.row > div.col-lg-7.text-center.mtop40 > div
    {
        width: 800px;
        margin: 0 auto;
        margin-top: 30px;
    }
    body > div.row > div.col-lg-7.text-center.mtop40 > div > figure
    {
        float: left;
        width: 48%;
        margin-right: 10px;
    }
    body > div.row > div.col-lg-7.text-center.mtop40 > div > figure > img
    {
        width: 100%;
    }
    footer .col-lg-2
    {
        width: 32%;
        margin-bottom: 12px;
    }
    .prod_text
    {
        height: 190px;
        overflow: hidden;
    }
    #owl-1 .owl-item.ml1
    {
        display: none;
    }
    #owl-4 > div.owl-wrapper-outer > div > div
    {
        width: 66.5% !important;
    }
    .w300 input, .w300
    {
        width: 50%;
    }
    .w180
    {
        width: 48%;
    }
    .input-h, .input-h input
    {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .bkg-login .mtop30, .bkg-register .mtop30
    {
        margin-top: 10px;
    }
    .bkg-login h1, .bkg-register h1
    {
        margin-bottom: 0;
    }
    .close_login
    {
        top: -5px;
    }
    .h-38
    {
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .reset_pass_head
    {
        text-align: center;
        margin-right: 0;
        margin-top: 4px;
    }
    .foot-nav>li
    {
        width: 50%;
        display: inline-block;
        margin: 2px 0;
    }
    .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav
    {
        float: right;
    }
    .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav
    {
        float: right;
    }
    .p_r0
    {
        padding-right: 0;
    }
    .navbar-collapse
    {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav
    {
        float: right;
    }
    .navbar-default .search
    {
        width: 26px;
    }
    .foot-nav>li
    {
        width: 50%;
        display: inline-block;
        margin: 2px 0;
    }
    .news .col-lg-9
    {
        padding-left: 0;
    }
}

