@import url('https://fonts.googleapis.com/css?family=Bungee');
body{
    font-family: 'Roboto Condensed', sans-serif;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
a{
    color:#fff;
}


/*HEADER*/

.navbar-default{
    padding: 1.5em 0;
    background-image: url(../images/h-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    box-shadow: 0px 3px 4px #222222;
    -webkit-box-shadow: 0px 3px 4px #222222;
    -moz-box-shadow: 0px 3px 4px #222222;
    border: none;
    border-radius: 0;
}
.navbar-brand h2{
    font-family: 'Bungee', cursive;
    margin-top: -0.35em;
    font-size: 25px;
}
.navbar-brand h5{
    color: #cde60d;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 1.1em;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #cde60d;
    text-shadow: none;
}
.navbar-default .navbar-nav>li>a.active{
    color: #cde60d;
    background-color: transparent;
}
.banner{
    padding: 2em 0;
}
.banner p{
    color: #333;
    font-size: 16px;
    line-height: 2em;
}
.welcome{
    margin-left: -0.8em;
}
.welcome h3{
    color: #666;
    font-weight: bold; 
    font-size: 2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #999;
    padding-bottom: 1em;
    position: relative;
}
blockquote{
    border-left: none;
    padding-left: 55px;
    position: relative;
    
}
blockquote:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/q.png);
    width: 45px;
    height: 45px;
    left: 0;
    
}
/* SLIDER */
#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#ccc;
}
#myCarousel .nav a {
    border-radius:0px;
    color: #08082c;
}
#myCarousel .nav a.active{
    background-color: #08082c;
}
.carousel-caption a{
    padding: 0.56em;
    font-size: 12px;
}
.carousel-caption p{
    font-size: 14px;
}
.carousel-caption h3,
.carousel-caption p,
.carousel-caption a{
    text-transform: uppercase;
}
.item img{
    width: 100%;
}

/*Slider Bottom*/
.clearfix{
    content: '';
    clear: both;
    display: block;
}
.tel{
    clear: both;
    margin-top: 13px;
    display: block;
}
.tel ul{
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color:#646363;;
    padding: 1em 1em 0;
    margin-top: -1em;
    color: #fff;
    width: 100%;
    border-left: 3px solid #333;
}
.tel ul li{
    margin-right: 3em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 1.2em;
}
.tel ul li i{
    margin-right: 1em;
    font-size: 1em;
    color: #fff;
}
/*Slider Bottom*/

/*Slider*/



/*Products*/
.products{
    padding: 0 0 5em;
}
.products h3{
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #999;
    position: relative;
    color: #666;
    margin-bottom: 2em;
}
.products h3:after,
.welcome h3:after{
    content: '';
    width: 200px;
    height: 1px;
    background-color:#cde60d;
    display: block;
    position: absolute;
    top: 100%;
}
.product{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 2em;
}
.product img{
    width: 100%;
    height: 160px;
}
.description{
    padding: 1em 2em;
    line-height: 2em;
    height: 150px
}
.description ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn{
    float: right;
    border-radius: 0;
    color: #3e3d3d
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #2a2af7;
}
/*PRODUCTS*/



/*SPONSORS*/
.sponsors{
    padding: 3em 0 4em;
    background-color: #8b8989;
    margin-bottom:-5.8em;
    border-top: 1px solid #5f5f5d;
}
.sponsors p{
    margin-bottom: 2em;
    font-size: 1em;
    font-weight: bold;
    text-transform: capitalize;
    color: #2e2f22;
}
.sponsors ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sponsors ul li{
    float: left;
    width: 12.28%;
    margin-right: 2%;
}
.sponsors ul li img{
    width: 100%;
}
/*SPONSORS*/


.banner-right{
    height: 400px;
}
.top{
    height: 200px;
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    padding: 1em;
}
.top h3,
.bottom h3{
    margin-bottom: 0.4em;
    color: #08082c;
    font-size: 18px;
}
.top i,
.bottom i{
    padding-right: 1em;
}
.top ul,
.bottom ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
    font-size: 14px;
    text-transform: capitalize;
}
.bottom{
    background-color: #dedbdb;
    height: 200px;
    position: relative;
    width: 100%;
    padding: 2.5em 3em;
}
.welcome b{
    color: #9a0000;
}
.welcome ul{
    line-height: 2em;
    font-size: 16px;
    list-style: square;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#fff;
	padding: 0 25px 0 0;
	margin:50px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#888;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#08082c;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


/*Table*/
.price-list{
    padding: 0 5%
}
.price-list img{
    max-width: 940px;
    width: 100%;
}
.banner h2{
    color: #463d3d;
    font-size: 20px;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
}
.table th{
    text-align: center;
}
.table th:nth-child(2){
    width: 350px
}



/*FOOTER*/
.footer-distributed{
    background-image: url(../images/f-bg.JPG);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 80px;
    -webkit-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
box-shadow: 0px -3px 31px 0px rgba(0,0,0,0.75);
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #cde60d;
	margin: 0;
    font-family: 'Bungee', cursive;;
}

.footer-distributed h3 span{
	color:  rgba(7, 11, 119, 0.90);
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
    font-size: 14px;
    font-weight: 200;
}
.footer-distributed .footer-links a:hover{
    color: #cde60d;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}


#success_message{ display: none;}


/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #cde60d;
	font-size: 18px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
    font-weight: 100;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #cde60d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
/*FOOTER*/


/*RESPONSIVE*/


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
