/*
Theme Name: TelxWeb
Theme URI: http://www.telxcomputers.com/
Author: Telx Web Team
Author URI: http://www.telxcomputers.com/
Description: Responsive Theme. Desing By Mara Lopez
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {  
    font-family: Calibri; 
    background-color: #f9f9f9; 
}

.img_logo{
    padding-top: 15px;
    padding-bottom: 15px;   
}
.img_center{
    display: block;
    margin-left: auto;
    margin-right: auto;  
}

.text_header{
    border-left: 14px solid #df1f26;  
}
.call_header{
    font-size: 13px;
}
.text_header_row{
    padding-left: 5px;
}

.padding_10{
    padding-top: 15px; 
}
.paddingb_10{
    padding-bottom: 15px; 
}
.padding_20{
    padding-top: 20px; 
}
.padding_25{
    padding-top:25px; 
}
.padding_50{
    padding-top:50px; 
}
.google_map{
    padding-left: 0px;
    padding-right: 0px;
}


.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.nav > li > a{
    color:black;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 7px;
    /*border-bottom: 4px solid transparent;*/
}
.nav > li > a:hover,.nav > li > a:focus{
    background-color: transparent;
}

.dropdown-menu{
    background-color:transparent;
    margin-top: -2px !important;
    border: 0px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    clear: both;    
    display: block;
    font-weight: lighter;
    line-height: 1.7000;
    padding: 3px 20px;    
    background-color: #000;   
    text-transform: uppercase;
    text-align: left;    
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3a3a3a;
    color: #FFF;
    text-decoration: none;
}

.red_hover:hover,.red_hover:focus{
    border-bottom: 4px solid red;

}

.title_h2_center h2 a{
    color: black;
    text-decoration: none;
}

.title_h1 a{    
    color: black; 
}

.title_sitemap h2 a{
    color: black;
    font-size: 20px; 
}

.thumbnail{
    background-color: transparent;
    border: 0px;
}

.last_post{
    margin-left: 10px;
    margin-bottom:10px; 
}


.border-post{
    border: 1px solid gray;
}
.border-post-rigth{
    border-right: 1px solid gray;
}

.blog_title h4 a, .blog_content a{
    color: #3f3f3f;
}

.blog_content{
    line-height: 1.0;
}
.date_red_post{  
    margin-left: -15px; 
    margin-right: -15px; 
}

.unstyled{
    margin-top: 10px;
}
.unstyled li a,.unstyled li{
    color: #d3d3d3;
    font-size: 14px;
}

/* BLOG PAGE */ 

.blog_post_row{
    border-top: 1px solid #d8d8d8;  
    padding-bottom: 20px;
}
.blog_date{
    border: 1px solid #d8d8d8;  
}
.author{
    text-align: center; 
    margin-top: -10px;
    padding-bottom: 10px;
}
.author a{   
    color: black;  
    font-size: 11px;   
}

.post_blog_content{
    padding-bottom: 10px;  
}
.share_icon{
    padding-left: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span,.social_media_blog a{
    color: #4a4a4a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;    
    color: #4a4a4a;
}
.post_blog_content img{
    padding-left: 5px;
    padding-right: 10px; 
}

/*PARA LOS DOTTED EN LOS LINK POR DEFECTO*/
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}


/* CONTACT PAGE */
.contact_form  .form-group {
    margin-bottom: 7px;
}
#recaptcha_image{  
    width: 105% !important;
    height: 55px;
}
#recaptcha_challenge_image{
    width: 105%;
    height: 55px;
}
.contact_info{
    background-color: #cbc6bc;
    padding: 15px;
    color: #fff;
}
/* 404 PAGE */

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/* PORTAFOLIO */ 



.portafolio1{    
    background: url('images/portafolio/Portfolio1_op.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}
.portafolio2{    
    background: url('images/portafolio/Portfolio2.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}
.portafolio3{    
    background: url('images/portafolio/Portfolio3.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}
.portafolio4{    
    background: url('images/portafolio/Portfolio4.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}
.portafolio5{    
    background: url('images/portafolio/Portfolio5.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}
.portafolio6{    
    background: url('images/portafolio/Portfolio6.jpg') no-repeat;  
    background-size: 100%;
    background-position: center;
}

.portafolio1:hover,.portafolio2:hover,.portafolio3:hover,.portafolio4:hover,.portafolio5:hover,.portafolio6:hover{
    background-size: 110%;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    -webkit-transition: background-size 0.1s ease-in;
}



.title_portafolio{
    text-align: center;
    padding-top: 175px;
    color: white;
    font-size: 40px; 
}

.portafolio_link,.portafolio_link:hover{
    text-decoration: none;
}

.row_testimonials{
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}
.star_testimonials{
    color: #d8d8d8;
    padding-top: 5px;
}
.url_testimonials{
    padding-bottom: 5px;
}
.testimonials_title{
    padding-top: 10px;
    padding-left: 5px;
}
.testimonials_title p {
    font-size: 12px;
    line-height: 0.3;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.justify_text{
    text-align: justify;
}
.carousel_down {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}


/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

.footer{
    background-color: #4a4a4a;
    border-top: 4px solid #a32d32;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;  
}
.free_qoute{
    padding-bottom: 160px;
}
.footer_Panel_title{
    color:white;
    text-transform: uppercase;
    border-bottom: 2px solid graytext;    
}
.footer_Panel_title h3{
    font-size: 14px;
}
.footer_Panel_title_last{
    border: 0px;  
    width: 100% !important;
}
.title_last_row,.subscribe_email{
    margin-right: 0px;
}
#subscribe_form input{
    background-color: transparent;
    color: #d3d3d3;
    height: 30px;
}
#subscribe_form input:focus{
    box-shadow: none!important;
    border-color: white; 
}
#subscribe_form button{
    padding-top: 4px;
    padding-bottom: 4px;    
}
.subscribe_email p{
    color: #d3d3d3;
    font-size: 12px; 
    padding-top: 3px;
}

.title_last_row div{
    padding-left: 0px;
    padding-right: 0px;
}
.social_links{
    font-size: 16px;
    padding-top: 17px;
 
}
.social_img{
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
}

.telx_footer p{
    color: #d3d3d3;
    text-align: right;
    font-size: 12px;
    line-height: 0.3;
}
.footer_last{
    color: #b8b8b8;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}
.us_flag{
    margin-top: -3px;
    padding-right: 3px;
}
.footer_Panel_title > h3 i{
    padding-right: 3px
}

.post_title, .post_content{
    padding-bottom: 15px; 
}
.post_content ul{
    padding-left: 15px;
}

.company_title > h2 a{
    color: black;
}

.footer ul {
    font-size: 16px;
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
}

.post_titles_link,.post_titles_link:hover,.post_titles_link:active,.post_titles_link:focus{
    color: inherit;
    font-family: inherit;   
    text-decoration: none;
}
.number_blog{
    color: inherit;
    font-family: inherit; 
    font-size: 0.5em;
}

.subscribe_email{
    padding-top: 15px;
}

/*TEAM PAGE*/
@font-face {
    font-family: Myriad Pro;
    src: url(fonts/myriadpro-light-webfont.woff);
}
.team_title, .team_position{
    color:#000; 
    font-family: Myriad Pro;
    text-align: center;
}
.team_title{   
    font-size: 22px;
}
.team_position{   
    text-transform: uppercase;
}

/*END TEAM PAGE*/

/*TESTIMONIALS*/
.testimonials-date,.testimonials-date h3{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #df1f26;   
}
.line-left{
    border-left: 1px solid black;
    padding-left: 5px;
}
.testimonials-content{
     font-weight: lighter;
     font-family: Arial,Helvetica,Arial,sans-serif; 
     font-size: 90%;
     line-height: 1.3;
}
.line-left a{
    font-size: 110%;    
    text-decoration: none;    
}
/*END TESTIMONIALS*/


/*MOBILE CSS*/
.mobile_phone{
    padding-top: 15px;
    color: #FFF; 
    padding-left: 5px;
}
.mobile_logo{
    padding-bottom: 30px; 
    padding-top: 60px;
}

/*END MOBILE*/

.fa-ul li i{
    color: #bb1f24;
}

/*Para 5+ colunmas CODE*/
.col-xs-5-5,
.col-md-5-5,
.col-sm-5-5,
.col-lg-5-5{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5-5{
    width: 49%;
    float: left;
}

/* MOBILE PRIMERO*/ 
.title_h1 h1, .title_h2_center h2, h1{
    text-align: center;
    color: black;
    margin-top: 30px;
    font-size: 20px;
}
.date_svg{
    margin-left: -16px;
}
.blog_content a{
    font-size: 10px;
}
.title_h1 h2,.title_h1 p{
    text-align: center;
    color: black;
    font-size: 16px;
}
.blog_title h4{
    font-weight: bold; 
    margin-top: 2px; 
    margin-bottom: 2px;     
    color: #3f3f3f;
    font-size: 14px;
}
.footer{
    text-align: center;
}
.final_text_footer{
    line-height: 1.0em !important;
}


.layer {
    background-color: rgba(0, 0, 0, 0.7);
    height: 93%;
    left: 18px;
    position: absolute;
    top: 26px;
    width: 97%;
    display: none; 
}
.portafolio{  
    min-height:100px;     
}
/*FIN MOBILE*/
/*MEDIA SCREEN*/ 
@media (min-width: 768px) {
    .layer {       
        height: 68%;
        left: 15px;
        top: 74px;
        width: 96%;     
    }     

    .portafolio{  
        min-height:357px;     
    }

    .dropdown-menu{  
        margin-top: 11px !important;
    }

    .dropdown-menu > li > a {
        clear: both;
        color: #FFF;
        display: block;
        font-weight: lighter;
        line-height: 1.7000;
        padding: 3px 20px;
        margin-bottom: 1px;    
        background-color: #4a4a4a;
        opacity: 0.7;
        text-transform: uppercase;
        text-align: center;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #3a3a3a;
        color: #FFF;
        text-decoration: none;
    }



    .nav > li > a{
        padding-left: 9px;
        padding-right: 9px;
    }
    .bottom_portafolio{
        margin-top: 0px;
    }
    .col-sm-5-5 {
        width: 49%;
        float: left;
    }
    .telx_footer p{
        line-height: 1.3em;
    }
    .title_h1 h1, .title_h2_center h2, h1{
        text-align: center;
        color: black;
        margin-top: 30px;
        font-size: 25px;
    }
    .title_h1 h2,.title_h1 p{
        text-align: right;
        color: black;
        font-size: 23px;
    }
    .blog_content a{
        font-size: 12px;
    }
    .date_svg{
        margin-left: -16px;     
    } 
    .img_logo{
        padding-top: 0px;
    }
    .footer_Panel_title{
        width: 75%;
    }
    .footer{
        text-align: left;
    }  

    .carousel {
        height: 500px;
        margin-bottom: 60px;
    }   
    .carousel .item {
        height: 500px;
    }
    .carousel-inner > .item > a img , .carousel-inner > .item >  img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }
    .contenido p{
        text-align:justify;
        text-justify:inter-word;
    }
    .post_content h2{
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .layer {       
        height: 93%;
        left: 18px;   
        top: 26px;
        width: 97%;      
    }
    .nav > li > a{
        padding-left: 22px;
        padding-right: 22px;
    }
    .col-md-5-5 {
        width: 49%;
        float: left;
    }   
    .bottom_portafolio{
        margin-top: -5px;
    }
    .telx_footer p{
        line-height: 1.3em;
    }
    .date_svg{
        margin-left: 0px;      
    }
    .blog_content a{
        font-size: 14px;
    }
    .footer_Panel_title{
        width: 75%;
    }
    .footer{
        text-align: left;
    }
    .carousel {
        height: 500px;
        margin-bottom: 60px;
    }   
    .carousel .item {
        height: 500px;
    }
    .carousel-inner > .item > a img, .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }

    .contenido p{
        text-align:justify;
        text-justify:inter-word;
    }
    .post_content h2{
        font-size: 15px;
    }
}


@media (min-width: 1200px) {
    .nav > li > a{
        padding-left: 34px;
        padding-right: 34px;
    }
    .bottom_portafolio{
        margin-top: 0px;
    }
    .col-lg-5-5 {
        width: 49%;
        float: left;
    }
    .telx_footer p{
        line-height: 0.3em;
    }
    .title_h1 h1, .title_h2_center h2{
        text-align: center;
        color: black;
        margin-top: 50px;
        font-size: 36px;
    }
    .title_h1 h2,.title_h1 p{
        text-align: right;
        color: black;
        font-size: 36px;
    }
    .date_svg{
        margin-left: 0px;    
    }

    .blog_title h4{    
        margin-top: 4px; 
        margin-bottom: 5px; 
        padding-top: 15px;
        font-size: 18px;
    }
    .blog_content a{
        font-size: 14px;
    }    
    .telx_footer{
        padding-top: 15px; 
    }
    .footer_Panel_title{
        width: 75%;
    }
    .footer{
        text-align: left;
    }
    .carousel {
        height: 500px;
        margin-bottom: 60px;
    }  
    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 500px;  
    }
    .carousel-inner > .item > a img ,.carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }
    .contenido p{
        text-align:justify;
        text-justify:inter-word;
    }
    .post_content h2{
        font-size: 20px;
    }
}


/*** ESSENTIAL STYLES MENU ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.class_8{
    left: -19px !important;
}
.class_10{
    left: 9px !important;
}
.class_12{
    left: -24px !important;
}
.class_14{
    left: -14px !important;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu li:hover,
.sf-menu li.sfHover {	
	-webkit-transition: none;
	transition: none;
}


.navbar-header{
    background-color: #222;
}
.navbar-inverse {
  position: absolute;
  width: 100%;
  z-index: 10000; 
  border-color: #FFF;
  background-color: transparent;
}
.navbar-collapse{
     background-color: #000;
     opacity: 0.8;
}
.navbar-collapse > .navbar-nav{
    margin-top: 0px; margin-bottom: 0px;
}
.navbar-collapse ul li{
    border-top:1px solid #FFF; 
}
.dropdown-menu li{   
    border-top:0px !important; 
}