/* General
==============================*/

.intro-content .intro-pane figure, .intro-content .intro-details{
    float: left;
    width: 50%;
}
.intro-content .intro-details{
	padding-left:45px;	
}
.intro-content .intro-details h4 {
	margin-top:0px;
}
.intro-details   p {
    line-height: 25px;
    margin-bottom: 20px;
}

.newsletter .follow{
    background-color: transparent;
    border: medium none;
    color: #616161;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    line-height: 124px;
    width: 100%;
}
	
.features_columns {
	margin-bottom:30px
}

.parallax {
	background-image: url(images/banner-tarjetas.jpg);
	background-attachment:inherit;
}

.parallax h2 {
	font-size:27px;
	line-height:36px;
}

a.buynow_btn {
	font-size:20px;
}

li#largebtn{
	width:30%;
}

.parallax::before {
	opacity:0;
}

.middle-area {
	width:50%;
}

.tabs-section .nav-tabs > li {
	width:17.5%;
}

.banner.inner {
    min-height: 0;
}

.page-title{
	color:white;
}

.menu-slide ul li a {
    font-size: 20px;
    line-height: 24px;
}
.copyrights {
	text-align: center;
}

/* Grande
==============================*/
@media (min-width: 981px){
	
}

/* Mediano
==============================*/
@media (max-width: 980px){

.intro-content .intro-pane figure, .intro-content .intro-pane figure img, .intro-content .intro-details {
    width: 100%;
}

.intro-content .intro-details{
	padding:30px 0;	
}

}
/* Chico
==============================*/
@media (max-width: 767px) {

li#largebtn{
	width:100%;
}
.features_columns h3{
		margin-left:0;
	}
.parallax{
	background-image:none;
	background-color:#006729;
}

.middle-area {
	width:100%;
}

.tabs-section .nav-tabs > li {
	width:100%;
}

}
