/* 

Made with love by Creative Tim (http://www.creative-tim.com)

*/


@font-face {
    font-family: 'WeblySleekUISemibold';
    src: url('../fonts/weblysleekuisb.eot');
    src: url('../fonts/weblysleekuisb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/weblysleekuisb.woff') format('woff'),
    url('../fonts/weblysleekuisb.ttf') format('truetype'),
    url('../fonts/weblysleekuisb.svg#WeblySleekUISemibold') format('svg');
}

@font-face {
    font-family: 'WeblySleekUISemilight';
    src: url('../fonts/weblysleekuisl.eot');
    src: url('../fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/weblysleekuisl.woff') format('woff'),
    url('../fonts/weblysleekuisl.ttf') format('truetype'),
    url('../fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}

@font-face {
    font-family: 'WeblySleekUILight-Italic';
    src: url('../fonts/weblysleekuili.eot');
    src: url('../fonts/weblysleekuili.eot?#iefix') format('embedded-opentype'),
    url('../fonts/weblysleekuili.woff') format('woff'),
    url('../fonts/weblysleekuili.ttf') format('truetype'),
    url('../fonts/weblysleekuili.svg#WeblySleekUILight-Italic') format('svg');
}


@font-face {font-family: "Always Forever";
    src: url("http://db.onlinewebfonts.com/t/2ee8c3c7d4626afc432c3bf18cebb069.eot");
    src: url("http://db.onlinewebfonts.com/t/2ee8c3c7d4626afc432c3bf18cebb069.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/2ee8c3c7d4626afc432c3bf18cebb069.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/2ee8c3c7d4626afc432c3bf18cebb069.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/2ee8c3c7d4626afc432c3bf18cebb069.svg#Always Forever") format("svg");
    font-weight: normal;
    font-style: normal;
}

body{
    
}
.form-control::-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control:-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;  
}  
.form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
} 
.form-control:-ms-input-placeholder{
   color: #DDDDDD;
   opacity: 1; 
}
/*     General overwrite     */
a{
    color: #2C93FF;
}
a:hover, a:focus {
    color: #1084FF;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline : 0;
}

/*           Font Smoothing      */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    font-weight: 400;
    margin: 30px 0 15px;
}

h1, .h1 {
    font-size: 52px;
}
h2, .h2{
    font-size: 36px;
}
h3, .h3{
    font-size: 28px;
    margin: 20px 0 10px;
}
h4, .h4{
    font-size: 22px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
p{
    font-size: 16px;
    line-height: 1.6180em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

/*           Animations              */
.form-control, .input-group-addon{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.btn{
    border-width: 2px;
    background-color: rgba(0,0,0,.0);
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}
.btn-round{
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}
.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-lg{
   border-radius: 6px;
   font-size: 18px;
   font-weight: 400;
   padding: 14px 60px;
}
.btn-wd {
    min-width: 140px;
}
.btn-default{
    color: #777777;
    border-color: #999999
}
.btn-primary {
    color: #3472F7;
    border-color: #3472F7;
}
.btn-info{
     color: #2C93FF;
    border-color: #2C93FF;
}
.btn-success{
    color: #05AE0E;
    border-color: #05AE0E;
}
.btn-warning{
    color: #FF9500;
    border-color: #FF9500;
}
.btn-danger{
    color: #FF3B30;
    border-color: #FF3B30;
}
.btn:hover{
    background-color: rgba(0,0,0,.0);
    opacity: 1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: rgba(0,0,0,.0);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #1084FF;
    border-color: #1084FF;
    background-color: rgba(0,0,0,.0);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: rgba(0,0,0,.0);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: rgba(0,0,0,.0);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: rgba(0,0,0,.0);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666666;
    border-color: #888888;
    background-color: rgba(0,0,0,.0);
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
    
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.45;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #3472F7;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #2C93FF;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #05AE0E;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF3B30;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FF9500;
}


/*           Buttons fill .btn-fill           */
.btn-fill{
    color: #FFFFFF;
    opacity: 1;
}
.btn-fill:hover, .btn-fill:active, .btn-fill:focus{
    color: #FFFFFF;
}
.btn-default.btn-fill{
    background-color: #999999;
    border-color: #999999
}
.btn-primary.btn-fill{
    background-color: #3472F7;
    border-color: #3472F7;
}
.btn-info.btn-fill{
    background-color: #2C93FF;
    border-color: #2C93FF;
}
.btn-success.btn-fill{
    background-color: #05AE0E;
    border-color: #05AE0E;
}
.btn-warning.btn-fill{
   background-color: #FF9500;
   border-color: #FF9500;
}
.btn-danger.btn-fill{
    background-color: #FF3B30;
    border-color: #FF3B30;
}
.btn-default.btn-fill:hover, .btn-default.btn-fill:focus, .btn-default.btn-fill:active, .btn-default.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-default {
    background-color: #888888;
    border-color: #888888;
}
.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open .dropdown-toggle.btn-primary.btn-fill{
    border-color: #1D62F0;
    background-color: #1D62F0;
}
.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open .dropdown-toggle.btn-info.btn-fill {
    background-color: #1084FF;
    border-color: #1084FF;
}
.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-success {
    background-color: #049F0C;
    border-color: #049F0C;
}
.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-warning {
    background-color: #ED8D00;
    border-color: #ED8D00;
}
.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open .dropdown-toggle.btn-danger.btn-fill {
    background-color: #EE2D20;
    border-color: #EE2D20;
}

/*          End Buttons fill          */

.btn-simple{
    font-weight: 600;
    border: 0;
    padding: 10px 18px;
}
.btn-simple.btn-xs{
    padding: 3px 5px;
}
.btn-simple.btn-sm{
    padding: 7px 10px;
}
.btn-simple.btn-lg{
   padding: 16px 60px;
}
.btn-round.btn-xs{
    padding: 2px 5px;
}
.btn-round.btn-sm{
    padding: 6px 10px;
}
.btn-round.btn-lg{
    padding: 15px 60px;
}


/*             Inputs               */
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-shadow: none;
    outline: 0 none;
}
.form-control + .form-control-feedback{
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.form-control.transparent{
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(238, 238, 238, 0.27);
    color: #FFFFFF;
}
.form-control.transparent:focus{
    border-color: #FFFFFF;
    
}
.input-lg{
    height: 56px;
    padding: 10px 16px;
}

/*           Navigation Bar             */
.navbar{
    border: 0 none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    font-size: 16px;
}
.navbar-default {
    background-color: #D9D9D9;
    
}
.navbar .navbar-brand {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}
.navbar-nav > li > a,.navbar-nav-lateral > li > a {
    margin-top: 13px;
   /* margin-bottom: 13px;*/
    padding-bottom: 12px;
    padding-top: 12px;
    margin-left: 2px;
    font-size: 20px;
    color:#90241F !important;
    font-family: 'WeblySleekUISemilight';
}

#navbar-verification-container> li > a:hover{
    background-color: transparent !important;
}

.navbar-nav > li > a:hover,.navbar-nav > li > a.selected {
    background-color: #90241F !important;
    color:#ffffff !important;
    border-radius: 0 !important;
    font-family: 'WeblySleekUISemibold';
}

.navbar-nav-lateral > li > a [class^="fa"]{
    font-size: 26px;
}

@media (max-width: 768px) {
    .navbar-nav-lateral > li > a [class^="fa"]{
        font-size: 26px;
    }
    .one-half{
        width: 100% !important;
    }
}

.navbar-brand{
    padding: 20px 15px;
}

.navbar .btn{
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-default:not(.navbar-transparent) {
    background-color: #ffffff;
    margin-bottom:0;
   // border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-transparent{
    padding-top: 15px;
    background-color: rgba(0,0,0,.0);
}
.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand{
    color: #FFFFFF;
    opacity: 0.95;
}
.navbar-transparent .navbar-brand:hover, .navbar-transparent .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #5E5E5E;
}
.navbar-transparent .nav .caret{
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.navbar-transparent .navbar-nav > li > a, [class*="navbar-ct"] .navbar-nav > li > a{
    color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 0.7;
}
.navbar-transparent .navbar-brand:hover, .navbar-transparent .navbar-brand:focus, [class*="navbar-ct"] .navbar-brand:hover, [class*="navbar-ct"] .navbar-brand:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    opacity: 1;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    color: #2C93FF;
    opacity: 1;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #2C93FF;
    border-top-color: #2C93FF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: rgba(255, 255, 255, 0);
    color: #2C93FF;
}
.navbar-transparent .navbar-nav > .active > a, .navbar-transparent .navbar-nav > .active > a:hover, .navbar-transparent .navbar-nav > .active > a:focus, .navbar-transparent .navbar-nav > li > a:hover, .navbar-transparent .navbar-nav > li > a:focus, [class*="navbar-ct"] .navbar-nav > .active > a, [class*="navbar-ct"] .navbar-nav > .active > a:hover, [class*="navbar-ct"] .navbar-nav > .active > a:focus, [class*="navbar-ct"] .navbar-nav > li > a:hover, [class*="navbar-ct"] .navbar-nav > li > a:focus {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    color: #FFFFFF;
    opacity: 1;
}
.navbar-transparent .navbar-nav > .dropdown > a .caret, [class*="navbar-ct"] .navbar-nav > .dropdown > a .caret{
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.navbar-transparent .navbar-nav > .dropdown > a:hover .caret, .navbar-transparent .navbar-nav > .dropdown > a:focus .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.navbar-transparent .navbar-nav > .open > a, .navbar-transparent .navbar-nav > .open > a:hover, .navbar-transparent .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    opacity: 1;
}
.navbar .btn{
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.navbar .btn-default{
    color: #777777;
    border-color: #777777;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover{
    color: #2C93FF;
    border-color: #2C93FF;
}
.navbar-transparent .btn-default, [class*="navbar-ct"] .btn-default{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
[class*="navbar-ct"] .btn-default.btn-fill{
    color: #777777;
    background-color: #FFFFFF;
    opacity: 0.9;
}
[class*="navbar-ct"] .btn-default.btn-fill:hover, [class*="navbar-ct"] .btn-default.btn-fill:focus, [class*="navbar-ct"] .btn-default.btn-fill:active, [class*="navbar-ct"] .btn-default.btn-fill.active, [class*="navbar-ct"] .open .dropdown-toggle.btn-fill.btn-default{
    border-color: #FFFFFF;
    opacity: 1;
}
.navbar-form{
    box-shadow: none;
}
.navbar-form .form-control{
    background-color: rgba(244, 244, 244, 0);
    border-radius: 0;
    border:0;
    height: 22px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}
.navbar-transparent .navbar-form .form-control, [class*="navbar-ct"] .navbar-form .form-control{
    color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
}

.navbar .label{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #BBBBBB;
    text-transform: uppercase;
}
.dropdown-menu > li > a {
/*     border-bottom: 1px solid #DDDDDD; */
    padding: 6px 15px;
    color: #777777;
}
.dropdown-menu > li:first-child > a{
    border-radius: 10px 10px 0 0;
    padding-top: 12px;
}
.dropdown-menu > li:last-child > a{
    border-bottom: 0 none;
    border-radius: 0 0 10px 10px;
    padding-bottom: 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #FFFFFF;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}
.dropdown-menu > li > a img{
    margin-right: 5px;
}
.dropdown-menu .divider {
    background-color: #E5E5E5;
    height: 1px;
    margin: 8px 15px;
    overflow: hidden;
}

.navbar-toggle{
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    clear: right;
}
.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-collapse, .navbar-form {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,0);
}


@media (min-width: 768px){
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu, .dropdown-menu{
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    
    }
    .navbar-nav > li.open > .dropdown-menu, .open .dropdown-menu{
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }
    .dropdown-menu:before{
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -11px;
    }
    .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -10px;
    }
    
}

@media (max-width: 768px){ 
    .navbar-transparent{
        padding-top: 0px;
        background-color: rgba(0, 0, 0, 0.75);
    }
    .navbar-transparent .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-transparent .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-transparent .dropdown-menu > li > a:hover, .navbar-transparent .dropdown-menu > li > a:focus, [class*="navbar-ct"] .dropdown-menu > li > a:hover, [class*="navbar-ct"] .dropdown-menu > li > a:focus{
        color: #FFFFFF;
        background-color: rgba(0,0,0,0);
        opacity: 1;
    }
    .navbar-transparent .navbar-collapse.in .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-ct"] .dropdown-menu > li > a {
        color: #FFFFFF;
        opacity: 0.8;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: rgba(0,0,0,0);
        border-color: #428BCA;
    }
    .navbar-collapse{
        text-align: center;
    }
    .navbar-collapse .navbar-form {
        width: 170px;
        margin: 0 auto;
    }
    .navbar-transparent .dropdown-menu .divider{
        background-color: #434343;
    }
    
}
.modal-backdrop.in {
    opacity: 0.25;
}


.main{
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}
.cover{
    position: fixed;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cover.black{
    background-color: rgba(255,255,255,.3);
}
.cover.blue{
    background-color: rgba(5, 31, 60, 0.6);
}
.cover.green{
    background-color: rgba(3, 28, 7, 0.6);
}
.cover.orange{
    background-color: rgba(37, 28, 5, 0.6);
}
.cover.red{
    background-color: rgba(35, 3, 2, 0.66);
}

.cover.gray{
    background-color: #ececec;
}

.cover.white{
    background-color: white;
}
.cover.semi-white{
    background-color: rgba(255, 255, 255, 0.6);
}

.image-verificacion{
    background: url('../images/validacionBack.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
   /* min-width: 100%;*/
    position: absolute;
    /* top: 0; */
    width: auto;
  }

.image-1{
     background: url('../images/default.jpg') no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: auto;
     left: 0;
     min-height: 80%;
     min-width: 100%;
     position: absolute;
     /* top: 0; */
     width: auto;
 }

.image-home{
    background: url('../images/home.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 80%;
    min-width: 100%;
    position: absolute;
    /* top: 0; */
    width: auto;
}

.image-visitenos{
    background: url('../images/visitenos.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 80%;
    min-width: 100%;
    position: absolute;
    /* top: 0; */
    width: auto;
}

.image-historia{
    background: url('../images/historia.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 80%;
    min-width: 100%;
    position: absolute;
    /* top: 0; */
    width: auto;
}

.image-vinedos{
    background: url('../images/vinedos.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 80%;
    min-width: 100%;
    position: absolute;
    /* top: 0; */
    width: auto;
}

.image-vinos{
    background: url('../images/vinos.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 80%;
    min-width: 100%;
    position: absolute;
    /* top: 0; */
    width: auto;
}

.blur{
  opacity:0;
}

.logo-container{
    left: 50px;
    position: absolute;
    top: 20px;
     z-index: 3;
}
.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 60px; 
    float: left;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px
}
.main .logo{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 150px;
    z-index: 3;
}
.main .logo.cursive{
    font-family: 'Grand Hotel',cursive;
    font-size: 82px;
    
}
.main .content{
    position: relative;
    z-index: 4;
}
.main .motto{
    min-height: 140px;
}
.main .motto, .main .subscribe .info-text{
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 50px;
    
}
.main .subscribe .info-text{
    font-size: 18px;
    margin-bottom: 30px;
}
#video_background {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background-image: url('../images/video_bg.png');
    background-position: center center;
    background-size: cover;

}
#video_pattern {
    position: fixed;
    opacity: 0.6;
    background-color: rgba(0,0,0,.45);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer{
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #AAAAAA;
    z-index: 4;
    text-align: right;
    margin-top: 50px;
}
.footer a{
    color: #FFFFFF;
}
.footer .heart{
    color: #FF3B30;
}

@media (min-width:219px){        
    .main .subscribe .form-group{
        width: auto;
    }   
    .main .subscribe .form-inline .btn{
        width: 100%;
    }   
}
@media (min-width:768px){        
    .main .subscribe .form-inline .btn{
        width: auto;
    }   
}
@media (min-width:991px){        
    .main .subscribe .form-group{
        width: 190px;
    }   
    .footer{
        position: fixed;
        bottom: 20px;
    }
}
@media (min-width:1200px){        
    .main .subscribe .form-group{
        width: 250px;
    }   
}




/*          For demo purpose         */



.fixed-plugin{
    position: fixed;
    top:0px;
    right: 50px;
    z-index: 1031;
}
.fixed-plugin .fa-cog{
    color: #FFFFFF;
    background-color: rgba(0,0,0,.2);
    padding: 10px;
    border-radius: 0 0 6px 6px;
}
.fixed-plugin .dropdown-menu{
    right: 0;
    left: auto;
}
.fixed-plugin .dropdown-menu:after, .fixed-plugin .dropdown-menu:before{
    right: 10px;
    margin-left: auto;
    left: auto;
}
.fixed-plugin .fa-circle-thin{
    color: #FFFFFF;
}
.fixed-plugin .active .fa-circle-thin{
    color: #00bbff;
}
.fixed-plugin .dropdown-menu > li > a{
    padding-left: 10px;
    padding-right: 10px;
}

.fixed-plugin .dropdown-menu > .active > a, .fixed-plugin .dropdown-menu > .active > a:hover, .fixed-plugin .dropdown-menu > .active > a:focus{
    background: none;
    color: #777777;
}
.fixed-plugin img{
    border-radius: 6px;
    width: 150px;
    max-height: 65px;
    border: 4px solid #FFFFFF;

}
.fixed-plugin .active img, .fixed-plugin a:hover img{
    border-color: #00bbff;
}

.fixed-plugin .btn{
    margin: 10px 15px 0;
    color: #FFFFFF;
}
.fixed-plugin .btn:hover{
    color: #FFFFFF;
}
.fixed-plugin .badge{
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 23px;
}
.fixed-plugin .badge.active, .fixed-plugin .badge:hover{
    border-color: #00bbff;
}
.fixed-plugin .badge-black{
    background-color: #333333;
}
.fixed-plugin .badge-blue{
    background-color: #2C93FF;
}
.fixed-plugin .badge-green{
    background-color: #05AE0E;
}
.fixed-plugin .badge-orange{
    background-color: #FF9500;
}
.fixed-plugin .badge-red{
    background-color: #FF3B30;
}

.last{
    float: right !important;
}

.one-half{
    width: 50%;
    min-height: 100px;
    float: left;
    margin-bottom: 10px;
}

.two-third-vinedos{
    width: 66%;
    min-height: 100px;
    float: left;
    margin-bottom: 10px;
}

.one-third-vinedos{
    width: 33%;
    min-height: 100px;
    float: left;
    margin-bottom: 10px;
}

.one-third{
	width: 20%;
    min-height: 100%;
    background-size: cover;
    height: auto;
    max-height: 1024px;
	margin-left: 0%;
	padding-right: 4%;
	padding-left: 4%;
	padding-top: 3%;
	text-align:center;

}

.container-menu-total{
    width: 100%;
    min-height: 100%;
    background-size: cover;
    height: auto;
    max-height: 1024px;
    text-align:center;
    overflow: auto;
}

.container-menu{
    width: 80%;
    min-height: 100%;
    background-size: cover;
    height: auto;
    max-height: 1024px;
    margin-left: 20%;
    padding-right: 7%;
    padding-left: 7%;
    padding-top: 1%;
    text-align:center;
   /* overflow-y: auto;*/
}

#visitenos-container p{
    float: left;
    font-size: 16px !important;
    text-align: left;
    padding-bottom: 10px;
    clear: both;
}

@media (max-width:768px){

    .fixed-plugin{
        top: 80px;
        right: 0px;
    }
    .main .container{
        margin-bottom: 50px;
    }
    #video_background{
        display: none;
    }

    .two-third-vinedos{
        width: 100%;
    }

    .one-third-vinedos{
        width: 100%;
        float: left;
    }

    #validation-items{
        width: 100% !important;
        float: none !important;
    }

}

@media (min-width: 768px){
    .navbar-nav-lateral>li {
        float: left;
    }
}



@media (max-width:480px){
	
	.one-third{
	/*	width: 100%;
		margin-left: 0;*/
	}
    #lateral-banner-vinos-text{
        display: none;
    }
}

.text{
    text-align: center;
    margin-top: 30px;
    font-size: 45px;
    color: white;
	font-family: weblysleek;
}
@media screen and (max-width: 1100px) {
  .text {
    font-size: 40px;
  }
    #validation-items-container{
        width:65% !important;
    }
}
@media screen and (max-width: 990px) {
    #mapa-container-visitenos {
        top: 0 !important;
    }

    #visitenos-container {
        top: 0 !important;
    }
}

@media screen and (max-width: 980px) {
    #visitenos-container p{
        font-size: 14px !important;
        float: none !important;
        text-align: center !important;
    }

    #validation-items-container{
        width:70% !important;
    }

  .text {
    font-size: 36px;
  }

    #box-container-text-bottom{
       bottom: 0 !important;
    }

    #fifty-bottom{
        bottom: 0 !important;
    }

    .navbar-nav > li > a{
        font-size: 16px;
    }

    #box-container-text-bottom p{
        font-size: 32px !important;
    }
}

@media screen and (max-width: 880px) {
    #validation-items-container{
        width:80% !important;
    }
  .text {
    font-size: 32px;
  }
    .navbar-nav > li > a{
        font-size: 12px;
    }
    #lateral-banner-vinos-text{
        font-size:20px !important;
    }
    .navbar-nav-lateral > li > a [class^="fa"]{
        font-size:20px !important;
    }

    #box-container-text-bottom p{
        font-size: 28px !important;
    }
}
@media screen and (max-width: 780px) {
    #validation-items-container{
        width:90% !important;
    }
  .text {
    font-size: 28px;
  }
    .navbar-nav > li > a{
        font-size: 11px;
    }
}
@media screen and (max-width: 680px) {

  .text {
    font-size: 24px;
  }

    #box-container-text-bottom p{
        font-size: 24px !important;
    }

   #lateral-banner-vinos-text {
        font-size: 16px !important;
    }
}

#fifty-top{
}

#fifty-middle{
    /*margin-top:50px;*/
    position: absolute;
    top: 50%;
    width: 120px;
}

#fifty-bottom-verification{
    width: 100%;
    margin: 0 auto;
    float: left;
}

#fifty-bottom{
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
}


#fifty-bottom a:hover{
    background-color: transparent !important;
}

.fa  {
    padding: 0px;
    color: #90241F;
}

#validation-top-text{
    margin-top:5%;
    margin-bottom: 50px;
}

#validation-top-text p{
    color:white;
    font-size: 22px;
}

#validation-items-container{
    width: 60%;
    margin: 0 auto;
    cursor: default;
}

#button-check-verification{
    width: 40px;
    background: white;
    margin: 0 auto;
    border-radius: 7px;
    cursor: pointer;
}

#validation-items{
    border-color: red;
    border-width: 2px;
    width: 33%;
    margin: 0 auto;
    cursor: default;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
}

#validation-item-title{
    font-family: 'WeblySleekUISemilight';
    font-size: 16px;
    color: #ffffff;
    cursor: default;
}

#validation-item-subtitle{
    font-family: 'WeblySleekUISemilight';
    font-size: 12px;
    color: #ffffff;
    cursor: default;
}

#validation-menu-btn p{
    margin: 0;
    color: white;
    font-family: 'WeblySleekUISemilight';
}

#validation-bottom-text{
    float: left;
    width:100%;
}
#validation-bottom-text p{
    color:white;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: 'WeblySleekUISemilight';
    font-size: 12px;
}

#box-container-text {
   /* margin-top: 50px;
    margin-bottom: 50px;*/
    padding: 25px 25px;
    margin-top: 5%;
    width: 100%;
    height: 80%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    overflow: auto;
}

#containter-text-align-right{
    padding: 10% 25px;
    margin-top: 0;
     overflow: auto;
    height: 100%;
    width: 300px;
    float: right;
    position: absolute;
    right: 0;

   /* background: rgba(110,110,110,0);
    background: -moz-linear-gradient(left, rgba(110,110,110,0) 0%, rgba(112,112,112,0) 0%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,110,110,0)), color-stop(0%, rgba(112,112,112,0)), color-stop(75%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(110,110,110,0) 0%, rgba(112,112,112,0) 0%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(110,110,110,0) 0%, rgba(112,112,112,0) 0%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(110,110,110,0) 0%, rgba(112,112,112,0) 0%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(110,110,110,0) 0%, rgba(112,112,112,0) 0%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#000000', GradientType=1 );*/

    background: rgba(166,151,148,0.03);
    background: -moz-linear-gradient(left, rgba(166,151,148,0.03) 0%, rgba(42,42,42,0.85) 44%, rgba(42,42,42,1) 52%, rgba(42,42,42,1) 62%, rgba(42,42,42,1) 86%, rgba(42,42,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,151,148,0.03)), color-stop(44%, rgba(42,42,42,0.85)), color-stop(52%, rgba(42,42,42,1)), color-stop(62%, rgba(42,42,42,1)), color-stop(86%, rgba(42,42,42,1)), color-stop(100%, rgba(42,42,42,1)));
    background: -webkit-linear-gradient(left, rgba(166,151,148,0.03) 0%, rgba(42,42,42,0.85) 44%, rgba(42,42,42,1) 52%, rgba(42,42,42,1) 62%, rgba(42,42,42,1) 86%, rgba(42,42,42,1) 100%);
    background: -o-linear-gradient(left, rgba(166,151,148,0.03) 0%, rgba(42,42,42,0.85) 44%, rgba(42,42,42,1) 52%, rgba(42,42,42,1) 62%, rgba(42,42,42,1) 86%, rgba(42,42,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(166,151,148,0.03) 0%, rgba(42,42,42,0.85) 44%, rgba(42,42,42,1) 52%, rgba(42,42,42,1) 62%, rgba(42,42,42,1) 86%, rgba(42,42,42,1) 100%);
    background: linear-gradient(to right, rgba(166,151,148,0.03) 0%, rgba(42,42,42,0.85) 44%, rgba(42,42,42,1) 52%, rgba(42,42,42,1) 62%, rgba(42,42,42,1) 86%, rgba(42,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69794', endColorstr='#2a2a2a', GradientType=1 );
}



#mapa-container-visitenos{
    top:10%;
}

#visitenos-container{
    top:40%;
}


#containter-text-align-right p{
    color:white;
    font-family: 'WeblySleekUILight-Italic';
    font-size: 44px;
    padding-left: 20px;
    padding-right: 20px;
}

#box-container-text p{
    font-size: 14px;
    font-family: 'WeblySleekUISemilight';
}

#box-container-text-bottom {
    /*padding: 10px 15px;*/
    background: #90241F;
    width: 100%;
    bottom: 30px;
    left: 0;
    position: absolute;
}

#box-container-text-bottom p{
    color: #ffffff;
    font-size: 36px;
    font-family: Always Forever;
}


#box-coverflow{
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    overflow: auto;
    background-size: cover;
}

.Table
{
    display: table;
    /*background-color: rgba(255,255,255,0.3);*/
    width: 90%;
    /* left: 5%; */
    margin: 5%;
    margin-top: 0;
    position: absolute;
}

.Row
{
 /*   display: table-row;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Cell
{
    display: table-cell;
    padding: 25px;
    max-width: 450px;
  /* border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;*/
}

.Cell img{
    max-width: 400px;
}

.Cell p{
   text-align: justify;
}

#lateral-banner-vinos-text{
    font-size: 26px;
    color: #90241F;
    font-family: 'WeblySleekUILight-Italic';
}

.lang-navbar-nav{
    cursor: pointer;
}
.lang-navbar-nav li{
    float: left;
    padding-left: 5px;
}

.lang-navbar-nav li a{
    font-size: 12px;
    padding: 2px;
    color: white;
    background-color: #90241F;
    border: 1px solid #90241F;
    font-family: 'WeblySleekUISemilight';
}

.selected-lang a {
    color: #90241F !important;
    background-color: white !important;
    border: 1px solid #90241F !important;
}

#p-historia-text{
    font-size: 14px;
    max-height: 100%;
    text-align: justify;
    /*overflow: auto;*/
}


.vinos-container {
    /*margin: 20px 20px 0 0;
    border: 5px solid #333;
    overflow: auto*/
}
.vinos-thumb {
    float: left;
    padding-right: 9px;
}
.vinos-thumb img {
    display: block
}
.vinos-content {
    margin-left: 210px
}
.vinos-title {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: justify;
    font-family: 'WeblySleekUISemibold' !important;
}
.vinos-text{
    font-size: 14px;
    padding: 9px;
    margin: 0;
    text-align: justify;
}

.one{
    display: inline-table;
}


@media screen and (min-width: 1500px) {
    #validation-top-text img{
        max-width:300px !important;
    }

    #validation-item-title{
        font-size: 22px !important;
    }

    #validation-item-subtitle{
        font-size: 19px !important;
    }

    #button-check-verification{
        width: 60px !important;
        font-size: 20px !important;
     }

    #validation-bottom-text p{
        font-size: 20px !important;
    }

    #navbar-verification-container > li > a{
        font-size: 30px !important;
    }

    #box-container-text p{
        font-size: 18px !important;
    }

}

@media screen and (max-width: 350px) {
	#containter-text-align-right p{
		color:white;
		font-family: 'WeblySleekUILight-Italic';
		font-size: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#box-container-text p{
		font-size:12px
	}
	#box-container-text-bottom{
		padding-left:5px
		padding-right:5px
	}
	
	#box-container-text{
		height: 72%;
	}
	
	#containter-text-align-right p {
		padding-left: 5px;
		padding-right: 5px;
		text-align: right;
	}
}