/* 
    Document   : styles
    Created on : nov 13, 2015, 09:55:25 a.m.
    Author     : Ing. Yubisel Vega Alvarez
    Description:
        Purpose of the stylesheet follows.
*/

/* Sticky footer styles
      -------------------------------------------------- */
@font-face {
    font-family: 'edo';
    src: url('../css/fonts/edo.ttf');
}
.font_edo {
    font-family: edo;
    font-weight: lighter;
    color: #FFFFFF;
}
@font-face {
    font-family: 'oswald_extra_light';
    src: url('../css/fonts/oswald_extra_light.ttf');
}
.font_oswald_extra_light {
    font-family: oswald_extra_light;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
}

@font-face {
    font-family: 'laneup';
    src: url('../css/fonts/laneup.ttf');
}
.font_laneup {
    font-family: laneup;
    font-weight: lighter;
    color: #FFFFFF;
}

@font-face {
    font-family: 'fabrica';
    src: url('../css/fonts/fabrica.otf');
}
.font_fabrica {
    font-family: fabrica;
    font-weight: lighter;
    /*color: #FFFFFF;*/
}

@font-face {
    font-family: 'adam';
    src: url('../css/fonts/adam.cg_pro.otf');
}
.font_adam {
    font-family: adam;
    font-weight: bold;
    color: #FFFFFF;
}

@font-face {
    font-family: 'walkway';
    src: url('../css/fonts/walkway.ttf');
}
.font_walkway {
    font-family: walkway;
    font-weight: lighter;
    color: #FFFFFF;
}

@font-face {
    font-family: 'colored_crayons';
    src: url('../css/fonts/colored_crayons.ttf');
}
.font_colored_crayons {
    font-family: colored_crayons;
    font-weight: normal;
    color: #FFFFFF;
}

@font-face {
    font-family: 'akzidenz-grotesk';
    src: url('../css/fonts/akzidenz-grotesk-bold.ttf');
}
.font_akzidenz-grotesk {
    font-family: akzidenz-grotesk;
    font-weight: lighter;
    color: #FFFFFF;
}

@font-face {
    font-family: 'gothic';
    src: url('../css/fonts/gothic.ttf');
}
.font_gothic {
    font-family: gothic;
    font-weight: lighter;
    color: #FFFFFF;
}

html,
body {
    color: #FFFFFF;
    /*height: 100%;*/
    background-color: #FFFFFF;
    /* The html and body elements cannot have any padding or margin. */
}

.navbar {
    margin-bottom: 0;
}

/* Wrapper for page content to push down footer */
#wrap {
    height: auto;
    min-height: 100%;
    min-width: 960px;
    max-width: 2500px;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -41px;
}

.container{
    width: 100%;
}
.row{
    margin-left: 0 !important;
}
/* Set the fixed height of the footer here */
#push,
#footer {
    height: 40px;
}
#footer {    
    position: absolute;
    width: 100%;
    margin-top: -41px;
    background-color: rgba(0, 0, 0, .55);
    border-top: 1px solid #000000;
    box-shadow: 0 0 4px 3px rgba(0,0,0,0.40);
    z-index: 10;
}

/* Lastly, apply responsive CSS fixes as necessary */




/* End Sticky footer styles
      -------------------------------------------------- */

/* diseño del menu*/
#top_container{
    height: 50px;
    position: absolute;
    width: 100%;
}
.guest_menu,
.guest_home_menu{
    position: relative;
    left: 0px;
    display: block;
    float: right;
    margin: 0px 10px 0px 0px;
    z-index: 500;
}

.guest_menu ul li,
.guest_home_menu ul li{
    margin-top: 20px;
    margin-right: 50px;
    float: left;
    text-transform: uppercase;
}

.guest_menu ul li:last-child{
    margin-right: 35px;
}

.guest_menu ul li a{
    color: #000000;
}

.guest_home_menu ul li a{
    color: #FFFFFF;
}

.guest_menu ul li a:hover{
    color: #A4A4A4;
    background: none;
}

.guest_home_menu ul li a:hover{
    color: #eeeeee;
    background: none;
}

.login_logo{
    width: 268px;
    height: 46px;
    margin-bottom: 20px;
    background: url('../images/top/logo.png') no-repeat;
    z-index: 500;
}

.logo{
    width: 280px;
    height: 52px;
    /*float: left;*/
    margin-left: 35px;
    background: url('../images/top/logo.png') no-repeat;
    position: absolute;
    z-index: 500;
}

.login_form{
    /*margin-top: 200px;*/
    width: 310px;
    height: 180px;
    margin: 200px auto 0 auto;
    padding: 20px;
    /*border-radius: 10px;*/
    border: 3px double #FFFFFF;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .7);
    background: url('../images/login_background.png') no-repeat;
}

.top_header{
    height: 80px;
}

.menu_admin{
    font-size: 12px;
    opacity: 0.9;
    position: relative;
    z-index: 1000;
}

.menu_admin .navbar-inner{
    min-height: 20px;
}

.menu_admin a, .menu_admin a.brand, .menu_admin a.dropdown-toggle{
    padding: 5px 10px!important;
}

.left_container{
    height: 200px;
    border:1px solid #999;
}

.footer_container{
    /*border:1px solid #999;*/
    height: 40px;
    width: 100%;
    min-width: 960px;
    max-width: 2500px;
    margin: 0 auto;
}

.footer_container .footer_image{
    margin: 0 6px 0 6px;
    display: inline;
}

.footer_container .footer_image:first-child{
    margin-left: 12px;
}

.footer_container .footer_image a i{
    margin-top: 8px;
}

a,
a:visited,
a:active,
a:link{
    color: #000000;
}
a:hover{
    color: rgba(255, 255, 255, 0.50);
}

#footer a,
#footer a:visited,
#footer a:active,
#footer a:link{
    color: #ffffff;
}
#footer a:hover{
    color: rgba(255, 255, 255, 0.50);
}

.admin_content a:hover{
    color: rgba(43, 43, 43, 0.50);
}

a.btn, 
a.btn:visited,
a.btn:active,
a.btn:link{
    color: #333333;
}

.footer_contact_phone{
    color: #FFFFFF;
    font-weight: bold;
    font-size: .8em;
    display: inline;
    vertical-align: central;
    position: absolute;
    margin: 12px 0 0 25px;;
}

.powered_by{
    font-size: 11px; 
    margin-top: 10px;
    margin-bottom: 0px;
}

.powered_by a{
    color:#333333;
}

a i{
    margin-right: 5px;
}

a i.icon-white{
    background-color:#0088CC; 
}

label.text-error{
    display:inline;
    margin-left: 5px;
    font-size: 12px;
    font-style: italic;
}

/* Filters */
div.filter-bound {
    margin-top: 2em;
}

div.filter-title {
    color: #888;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

div.filter {
    border: 1px solid #A3A3A3;
    border-top: 0px;
    background-color: #A8A8A8;
    padding: 10px;

}

div.filter label, div.filter input{
    font-size: 12px;
}

div.filter input{
    padding: 2px 6px;
    width: 150px;
}

div.filter button.btn{
    padding: 2px 12px;
}

div.link_container a{
    margin: 3px 5px 3px 7px;
}

td.table_label{
    font-weight: bold;
}

.block-menu{
    margin-bottom: 10px;
}

.block-menu span.help-block{
    font-size: 12px;
    font-style: italic;
}

.tab-content{
    padding-bottom: 9px; 
    border-bottom: 1px solid rgb(221, 221, 221);
}

#contact_text{
    text-align: justify;
    margin-top: 20px;
}

#contact_text img{
    float: left;
    margin: -15px 10px 10px 0px;
}


.contact_page_body input[type="text"],
.contact_page_body textarea,
.contact_page_body button[type="submit"],
.login_form input[type="text"],
.login_form input[type="password"],
.login_form input[type="submit"]{
    border-radius: 0;
    /*color: #FFFFFF;*/
    border: none; 
    width: 95%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.login_form input[type="submit"]{
    border: 3px double #FFFFFF;
}

.contact_page_body button[type="submit"],
.login_form input[type="submit"]{
    height: 35px;
    width: 140px;
    float: right;   
}

.contact_page_body button[type="submit"]:hover,
.login_form input[type="submit"]:hover{
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;  
    color: #888;
}


.header_contact_us{
    width: 96%;
    margin: 5px 2% 0 2%;
    height: 200px;
}

.fallowus_text{
    margin: 50px auto 0 auto;
    float: right;
    width: 60%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.fallowus_text span,
.fallowus_text p{
    float: right;
}

.fallowus_text span{
    margin-right: 40px;
}

.fallowus_text p{
    margin-right: 60px;
    font-family: walkway;
    font-size: 2em;
    margin-top: 25px;
}

.fallowus_text h1,
.fallowus_text h2{
    display: inline;    
}

.fallowus_text h1{
    font-size: 5em;
}

.fallowus_text h2{
    font-size: 3em;
}

.fallowus_icons{
    width: 40%;
    float: left;
}

.fallowus_icons a,
.fallowus_icons a:visited,
.fallowus_icons a:link,
.fallowus_icons a:hover,
.fallowus_icons a:active{
    color: #FFFFFF;
}

.fallowus_icons div{
    display: inline;
}

.fallowus_image{
    margin-left: 10%;
}

.fallowus_image:first-child{
    margin-left: 30%;
}

.fallowus_image i{
    margin-top: 78px;
}

.red_zone{
    background-color: #ea413e;
    color: #000000;
}

.dark_green_zone{
    background-color: #004344;
}

.yellow_zone{
    background-color: #B9BA42;
    color: #000000;
}

.green_zone{
    background-color: #2dbf9b;
    color: #000000;
}

.blue_green_zone{
    background-color: #37928D;
    color: #000000;
}

.blue_green_light_zone{
    background-color: #79AAA6;
    color: #000000;
}

.dark_zone{
    background-color: #4E4E4E;
    color: #000000;
}

.black_zone{
    background-color: #000000;
}

.contact_page_body .form_message{
    margin-top: 2%;
    margin-left: 1%;
    float: left;
    width: 28%;
}

.contact_page_body .form_message .controls{
    margin-left: 0;
}

.contact_page_body .contact_data{
    margin: 2%;
    width: 65%;
    height: 250px;
    float: left;
}

.contact_data > div{
    width: 40%;
    float: left;
    height: 200px;
    color: #FFFFFF;
    font-size: .8em;
    line-height: 1.2em;
    text-align: justify;
    padding: 10px 5% 0 5%;
}

.contact_data hr{
    width: 100%;
    border-color: #000000;
}

.contact_data .date{
    text-transform: none;
}

.read_more a{
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin-top: 1.5em;
}

.contact_data ul{
    margin: 0;
}

.contact_data li{
    margin: 0;
    /*line-height: 1.2em;*/
    list-style-type: none;
    color: #000000;
    font-family: fabrica;
    /*font-weight: bold;*/
    font-size: 14px;
}

.client_content .column_5{
    float: left;
    width: 19%;
    margin-left: 1.25%;
}

.client_content .column_5_double{
    float: left;
    width: 39.25%;
    margin-left: 1.25%;
}

.client_content .column_5_inner{
    float: left;
    width: 48.5%;
}

.client_content .interior{
    margin-right: 3%;
}

.client_content .column_5:first-child{
    margin-left: 0;
}
.client_content .column_5 img,
.client_content .column_5_double img,
.client_content .column_5_inner img{
    margin-top: 2%;
}

.binder_filter{
    font-size: .8em;
    padding: 15px 0 0 0;
    /*height: 50px;*/
}

.binder_filter a{
    margin: 5px;
    padding: 0 5px;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.binder_filter a:hover{
    color: #000000;
    text-decoration: none;
}

.contact_ubication{
    margin: -20px auto;
    height: 150px;
    width: 240px;
    background: url("../images/ubication.png") no-repeat;
}

.admin_content{
    color: #000000;
}
/*.we_background{
    margin: 0 1%;
    width: 98%;
    position: absolute;
    z-index: 0;
}*/
.client_content{
    padding: 1%;
    margin: 0 1%;
    width: 96%;
}

.client_content_inner{
    padding: 1% 0;
    /*margin: 0 1%;*/
}

.client_content hr{
    width: 90%;
    margin: 20px auto;
    border-color: #bcbcbc;
}

.contact_data hr{
    width: 90%;
    margin: 20px auto;
    border-color: #000000;
}

/*.over_we_background{*/
    /*min-height: 765px;*/
    /*background: url('../images/body/we.png') no-repeat;*/
/*}*/

.black_border{
    margin: 0 auto;
    width: 99.5%;    
}

.white_border{
    margin: 0 auto;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    width: 95.5%;
}

.black_border{
    border: 3px solid #000000;
    color: #000000;
}

.white_border h1, .black_border h1{
    margin: 5px 0;
}

.white_background{
    background: #FFFFFF;
}

.text_column{
    line-height: 1.2em;
    font-size: 0.9em;
    position: absolute;
    margin: 15% 20px 2px 75%;
    width: 18%;
    /*height: 100%;*/
    background: rgba(0, 0, 0, .7);
    padding: 15px 15px 10px 15px;
}
.clearfix{
    clear: both;
}
.justify{
    text-align: justify;
}

.push{
    width: 100%;
    height: 50px;
    clear: both;
}

.hr_vertical{
    float: left;
    padding: 1% 0;
    height: 350px;
    width: 4%;
    background: url('../images/hr_vertical.png') no-repeat scroll 50% 50%;
}

.hr_vertical_2{
    float: left;
    height: 120px;
    width: 4%;
}

.vertical_block{
    padding: 1%;
    float: left;
    width: 20%;
    height: 350px;
}

.vertical_block_s{
    float: left;
    width: 22%;
    height: 375px;
}

.vertical_block h3, .horizontal_block h3, .vertical_block_s h3, .horizontal_block_s h3{
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

.vertical_block p, .horizontal_block p{
    font-size: .7em;
}

.vertical_block *, .horizontal_block *{
    margin: 0 auto;
}

/*.vertical_block_top, .vertical_block_middle, .vertical_block_bottom{*/
    /*width: 100%;*/
/*}*/

.vertical_block_s .vertical_block_bottom{
    padding: 0 5%;
}


.vertical_block_top, .vertical_block_middle, .vertical_block_bottom{
    height: 30%;
}


.vertical_block_middle{
    margin-top: 3%;
    height: 15%;
}

.vertical_block_bottom{
    height: 40%;
}

.vertical_block_bottom p:first-child, .horizontal_r_bottom p:first-child{
    font-size: 1em;
    margin-top: 5px;
}

.vertical_block_top{
    overflow: hidden;
    height: 40%;
    text-align: center;
}

.vertical_block hr, .horizontal_block hr, .vertical_block_s hr, .horizontal_block_s hr{
    border-color: #000000;
    margin: 0 auto;
}

.horizontal_block{
    padding: 1%;
    float: left;
    width: 46%;
    height: 125px;
}

.horizontal_block_s{
    float: left;
    width: 48%;
    height: 156px;
}

.horizontal_block_left{
    text-align: center;
}

.horizontal_block_left{
    width: 40%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.horizontal_block_s .horizontal_block_left{
    width: 45%;
}

.horizontal_block_right{
    width: 60%;
    float: left;
    height: 100%;
}

.horizontal_block_s .horizontal_block_right{
    width: 55%;
}

.horizontal_block p{
    margin-left: 5%;
}

.horizontal_r_top{
    width: 100%;
    height: 30%;
}

.horizontal_r_bottom{
    /*width: 100%;*/
    height: 68%;
}


.horizontal_block_s .horizontal_r_bottom{
    padding: 0 5%;
}

.modal{
    color: #000;
}

.we_page_slogan{
    position: absolute; 
    margin: 38% 0 0 8%;
    /*text-transform: uppercase;*/
    font-size: 2.5em;
    font-weight: bold;
    /*line-height: 1em;*/
}

.we_page_slogan_2{
    font-weight: lighter;
}
