body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #221915;
        -webkit-font-smoothing: antialiased;
}


section#main{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-color: #221915;
    width: 100%;
    padding-top: 30px;
    color: #FFF;
        float: left;
}

section#main .header.container{
    background: url(../img/header-bg.jpg);
    border:6px solid #1e0d06;
    max-width: 1170px;
    height: 98px;
}

section#main .header.container .col-md-3 img{
    width: 170px;
    margin-top: 15px;
    margin-left: 10px;
}

.img-responsive{
    display: inline-block;
}

.buynow{
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFF;
    border: 4px solid #50d5f2;
    -webkit-border-radius: 3px 3px 3px;
    border-radius: 3px 3px 3px;
    color: #00b3d9;
    font-weight: bold;
    font-size: 16px;
    margin-top: 17px;
}

#intro{
    margin-top: 150px;
    float: left;
    width: 100%;
}

#intro h1{
    font-size: 60px;
    font-weight: 700;
    color: #e0faff;
    width: 100%;

}

#intro h2{
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    color: #3ad1f1;
    border-bottom: 3px solid #3ad1f1;
    padding-bottom: 10px;
    width: 100%;
}

#intro p{
    text-align: justify;
}


#advantages{
    float: left;
    width: 100%;
    margin-top: 20px;
}

#advantages p{
    margin-top: 15px;
    font-size: 20px;

}


.flexbox-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.oneLine{
    padding-top: 15px;
}

.item{
    float:left;
    margin: 0 20px;
    padding:20px 10px;
    background-color: #332b27;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    cursor: pointer;
    min-height: 250px;
}

.item.active{
    background-color: #160503;
    border: 3px solid #627e12;
}

.item.active:after {
content: '';
display: block;
position: absolute;
left:50%;
margin-left: -20px;
bottom: -40px;
width: 0;
height: 0;
border-color: #627e12 transparent transparent transparent ;
border-style: solid;
border-width: 20px;
}

#items{
    z-index: 1;
}


#descriptions{
    width: 100%;
    background-color: #FFF;
    padding: 30px 0;
    z-index: -1;
    margin-top: 0px;
    color: #221915;
    border-bottom: 10px solid #d6d5d5;
    box-shadow: 0 0 5px #888888;
}


#descriptions h3{
    padding: 0;
    margin: 0;
}

#descriptions p{
    color: #221915;
    font-size: 14px;
    margin:10px 0 0 0;
}


.description{
    display: none
}



.description.active{
    display: block
}


#content{
        float: left;
    background-image: url(../img/dry.jpg);
    width: 100%;
    padding: 50px 0;
}

#content .container{
    background-color: rgba(255, 255, 255, 0.9);
}

#box{
    padding:30px 15px;
}

#box .buynow{
    margin-top: 0;
    display: inline-block;
}

.text{
    margin:30px 0;
    float: left;
    text-align: justify;
}

.text strong{
    font-size: 15px;
}

#advantagesBox{
    background-color:#221915;
    padding: 30px;
    width: 100%;
    float: left;
}

#advantagesBox h3{
    font-size: 30px;
    padding-top: 0;
    margin: 0 0 20px 0;
    color: #3ad1f1;
}

#advantagesBox li{
    color: #7ba717;
    font-size: 16px;
}



#advantagesBox h4{
    font-size: 25px;
    padding-top: 0;
    margin: 40px 0 0 0;
    color: #3ad1f1;
}

#advantagesBox p{
    color: #FFF;
    font-size: 14px;
    text-align: justify;
}



footer{
    float: left;
    background: #008348;
    padding: 3px;
    width: 100%;
    color: #FFF;
}

footer p{
    margin-top: 10px;
}

.social a {
    color: #FFF;
    font-size: 22px;
    padding-left: 10px;
    margin-top: 7px;
    display: inline-block;
}


.modal-body h4{
    margin: 0;
    padding: 0;
}

.table-striped td{
    text-align: center;
}







@media (max-width:991px) {

    #intro .col-md-4 img{
        width: 35%
    }
    .item{
        float:left;
        margin: 0;
        padding:10px;
        width: 100%;
        min-height: 0
    }

    .item img{
        width: 100%;
    }

    .item p{
        display: none
    }

    .description img{
        display: none
    }
    .buynow{
        width: 100%;
        text-align:center;
        margin: 15px 0 0 0!important;
        display: inline-block;
    }

    .rates{
        display: inline-block;
        margin: 15px 0;
        width: 100%;
    }
    footer p{
        text-align: center
    }
    .social{
        text-align: center !important;
    }
}
