body {
    background-color: #F4F4F4;
    background-image: url(../images/back_pattern.jpg);
   
}
a:hover{
	color: #F90;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
	color: #000;
	font-size: 16px;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.carousel-control.left,.carousel-control.right{
	background-image: none;	
}
.carousel-indicators {
    bottom: -10px;
}
section{
	margin-top: 20px;
}
section .left-side{
	display: none;
	padding-top: 25px;
}
section ul{
	list-style: none;
	margin: 15px 5px 5px -5px;
	text-transform: uppercase;
}
section ul li{
	padding: 5px 0;
}
section ul li a {
    padding: 5px 5px 5px 0;
    font-size: 13px;
    font-style: italic;
    color: #000;
    font-weight: bold;
}
section h1 {
    color: #F90;
    font-family: 'Francois One', sans-serif;

    padding-bottom: 18px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 15px;
}
section p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: justify;
    /*padding-bottom: 40px;*/
}
section .moreInfo{
	margin-top: 60px;
}
section .moreInfo img{
	margin: 0 auto;
}
footer{
	    background-color: #262324;
	    color: #fff;
	    padding: 20px 0;
	    margin-top: 20px;
}
footer img{
	margin: 0 auto;
}
footer .footer_bottom{
	padding-top: 50px;
	text-align: center;

}
footer .footer_bottom p:first-child{
	padding-bottom: 20px;
}
footer .footer_bottom .creative{
	color: #808080;
	font-size: 12px;
}

footer a{
	color: #808080;
}
footer a:hover{
	color: #2cc76a;
}
/*Mobile*/
@media (min-width: 768px){

	section .left-side{
		display: block;
	}

}
@media (min-width: 992px){
	.nav{
	margin-left: 70px;

}

}
@media (min-width: 1200px){
.container {
    width: 1030px;
}
.nav{
	margin-left: 90px;

}


}