﻿
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=======================================
    GENERAL STYLES
==================================================*/

body {
          font-family:'Open Sans', sans-serif;
    font-size:14px;

}

h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}

h6 {
    font-family: Georgia, serif;
}

h1 {
    line-height:50px;
    font-weight:900;
    font-size:40px;
    padding:10px 20px 5px 20px;
    text-transform:uppercase;
}

 h1:before {
content: '';
display: block;
position: absolute;
width: 120px;
height: 1px;
background: #000;
margin: auto;
left: -150px;
right: 0;
}

 h1:after {
content: '';
display: block;
position: absolute;
width: 120px;
height: 1px;
background: #000;
margin: auto;
left: 0;
right: -150px;
}
.pad-adjust {
    padding-top: 5px; 
    padding-bottom: 5px;
}

.text-center {
    text-align:center;
}


h2 {
    line-height:50px;
    font-weight:900;
    font-size:40px;
    padding:10px 20px 5px 20px;
    text-transform:uppercase;
}

 h2:before {
content: '';
display: block;
position: absolute;
width: 120px;
height: 1px;
background: #fff;
margin: auto;
left: -150px;
right: 0;
}

 h2:after {
content: '';
display: block;
position: absolute;
width: 120px;
height: 1px;
background: #fff;
margin: auto;
left: 0;
right: -150px;
}
.pad-adjust {
    padding-top: 5px; 
    padding-bottom: 5px;
}

.text-center {
    text-align:center;
}


h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
    padding-top:10px;
    line-height:40px;
    padding-bottom:20px;
}

h6 {
    line-height:50px;
    font-weight:900;
    font-size:60px;
    padding:10px 20px 5px 20px;
}

p {
    font-weight:300;
    line-height:30px;
    padding-bottom:20px;
}

.space-free {
    height:100px;
}

.g-pad-bottom {
    padding-bottom:40px;
}
.for-full-back {
     /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

section {
    padding-top:20px;
}

 /*=======================================
    SIDE MENUS STYLES
==================================================*/

#cbp-spmenu-s1 {
    overflow:auto;
}

#cbp-spmenu-s1>h3 {
    text-align:right;
}
#icon-left {
    text-align:right;
}

#showLeftPush {
    position:fixed;
    z-index:9999;
    left:5px;
    top:20px;
    color: #000;
}

#cbp-spmenu-s2 {
     overflow:auto;
}
 #cbp-spmenu-s2 > h3 {
     text-align:left;
    }
#icon-right {
    text-align:right;
}
#showRightPush {
    position: fixed; 
    z-index: 9999;
     right: 5px; 
     top: 20px; 
     color: #000;
}
/*=======================================
    COMPONENTS.CSS ADJUSTMENTS STYLES
==================================================*/

.cbp-spmenu a:focus,.cbp-spmenu a:hover {
    text-decoration:none;
    color: #fff;
}

.cbp-spmenu a>i {
    margin-right:25px;
}
.cbp-spmenu h3 {
font-size: 2.9em;
font-weight: 900;
color:#000;
padding:30px;

}

.cbp-spmenu a {
display: block;
color: #000;
font-size: 1.1em;
font-weight: 900;
}

/*=======================================
    HOME SECTION STYLES
==================================================*/


.head-btn-one {
    background-color: rgba(252, 64, 101, 1);
     border: 0px solid #fff;

}

#home {
    padding-top:130px;
    padding-bottom:200px;
    color:#fff;
}
.head-main {
    font-size:80px ;
    font-weight:900;
    
}
.head-sub-main {
    font-size:40px ;
    font-weight:600;
    padding:5px 20px 10px 20px;
}
.head-last {
    font-size:20px ;
    font-weight:300;
    padding:5px 20px 20px 20px;
}

.btn-lg, .btn-group-lg > .btn {
border-radius: 0px; 

}

/*=======================================
    ABOUT SECTION STYLES
==================================================*/

.team-member {
    float: left;
    position: relative;
    width: 100%;
}
.team-member > img {
    float: left;
    width: 100%;
}
.team-member > h3 {
    background: rgba(252, 64, 101, 1);
    bottom: 25px;
    color:#fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 15px 0;
    position: absolute;
    text-align: center;  
    width: 100%;
    
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-member:hover > h3 {
    background: #0d77b6;
    bottom: -55px;
    color: #FFFFFF;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*=======================================
    PRICE SECTION STYLES
==================================================*/
#price-sec {
    padding-top: 80px;
     padding-bottom: 80px;
}

.plan {
    background: #eef1f3;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
  
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.plan:hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

.plan li {
    padding: 15px 0px;
    color: #434749;
    border-top: 1px dashed #000;
}

.plan li.plan-head {
   padding: 15px 0px;
background-color: #0d77b6;
color: #FFFFFF;
line-height: 20px;
font-size: 20px;
font-weight: 600;
border: none;
   }

.plan li.main-price {
   padding: 25px 0px;
background-color:rgba(21, 180, 255, 1);
color: #fff;
border: none;
font-weight: 900;
font-size: 30px;
}

.c-b {
    background-color:#B60D43!important;
}
.c-v {
    background-color: #01AA30!important;
}
.c-a {
    background-color: #818181!important;
}
/*=======================================
    SERVICE SECTION STYLES
==================================================*/
#services-inner {
    padding-top:50px;
    padding-bottom:40px;
}

.service-div {
	width: 100%;
	min-height: 100px;
	background-color: #F2F4F6;
	box-shadow: none;
	border: 0;
    padding:20px;
    margin-bottom:30px;
}
.service-div > i {
    color:rgba(252, 64, 101, 1);
}

/*=======================================
    STATS SECTION STYLES
==================================================*/
.stats-div {
    text-align:center;
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 30px 20px;
    color:#fff;
}

.stats-div > h3 {
    font-size:60px;
    font-weight:900;
}

/*=======================================
    CONTACT STYLES
==================================================*/
#contact-inner {
    padding-bottom:60px;
    padding-bottom:50px;
}
.contact-cls {
    font-size:20px;
    line-height:40px;
}
    .contact-cls i {
        margin-right:8px;
    }

 /*=======================================
  SOCIAL  STATS SECTION STYLES
==================================================*/
 .social-stats-div {
    text-align:center;
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 30px 20px;
    color:#fff;
}

.social-stats-div > h3 {
    font-size:35px;
    font-weight:900;
    line-height:40px;
}

.social-stats-div a:hover {
    text-decoration:none;
    color: #000;
}

.social-stats-div a>i {
    margin-right:25px;
}

.social-stats-div a {
display: block;
color: #fff;
font-size: 1.1em;
font-weight: 900;
}

/*=======================================
    COLOR CODES
==================================================*/

.color-bg-one {
    background-color:rgba(255, 255, 255, 1)!important;
    color:#000;
}
.color-white {
   background-color:#fff!important;
}
.color-dark {
   background-color:#696969!important;
}

.color-light {
   background-color:#E9E9E9!important;
}

/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#000;
    color:#000;
    padding:20px 50px 20px 50px;
    text-align:right;
}





/*=======================================
    HISTORY
==================================================*/

.sociales {
    text-align: center;
    margin-bottom: 20px;
}

#timeline {
    width: 500px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/dot.gif') 3px top repeat-y;
}

#dates {
    width: 100px;
    height: 600px;
    overflow: hidden;
    float: left;
}

    #dates li {
        list-style: none;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
        padding-left: 10px;
        background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/biggerdot.png') left center no-repeat;
    }

    #dates a {
        line-height: 38px;
        padding-bottom: 10px;
    }

    #dates .selected {
        font-size: 38px;
    }

#issues {
    width: 400px;
    height: 600px;
    overflow: hidden;
    float: left;
}

    #issues li {
        max-width: 300px;
        // width: 400px;
        height: 600px;
        list-style: none;
        text-align: center;
        // add
    }

        #issues li.selected img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

        #issues li img {
            // float: left;
            width: 200px;
            // add margin: 10px 30px 10px 50px;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE 6 & 7 */
            zoom: 1;
            -webkit-transition: all 2s ease-in-out;
            -moz-transition: all 2s ease-in-out;
            -o-transition: all 2s ease-in-out;
            -ms-transition: all 2s ease-in-out;
            transition: all 2s ease-in-out;
            -webkit-transform: scale(0.7,0.7);
            -moz-transform: scale(0.7,0.7);
            -o-transform: scale(0.7,0.7);
            -ms-transform: scale(0.7,0.7);
            transform: scale(0.7,0.7);
        }

        #issues li h1 {
            color: #ffcc00;
            font-size: 48px;
            text-align: center;
            text-shadow: #000 1px 1px 2px;
        }

        #issues li p {
            font-size: 14px;
            margin: 10px 20px;
            font-weight: normal;
            line-height: 22px;
            text-shadow: #000 1px 1px 2px;
        }

#grad_top,
#grad_bottom {
    width: 500px;
    height: 80px;
    position: absolute;
}

#grad_top {
    top: 0;
    background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_top.png') repeat-x;
}

#grad_bottom {
    bottom: 0;
    background: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/grad_bottom.png') repeat-x;
}

#next,
#prev {
    position: absolute;
    left: 45%;
    // left: 55%;
    font-size: 70px;
    width: 38px;
    height: 22px;
    background-position: 0 -44px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

    #next:hover,
    #prev:hover {
        background-position: 0 0;
    }

#next {
    bottom: 0;
    background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/next_v.png');
}

#prev {
    top: 0;
    background-image: url('http://www.csslab.cl/ejemplos/timelinr/latest/images/prev_v.png');
}

    #next.disabled,
    #prev.disabled {
        opacity: 0.2;
    }














