/* here you can put your own css to customize and override the theme */
body{

    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgb(252,252,252) 0%, rgb(224,224,224) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(252,252,252)), color-stop(100%, rgb(224,224,224)));
    background: -webkit-linear-gradient(top, rgb(252,252,252) 0%, rgb(224,224,224) 100%);
    background: -o-linear-gradient(top, rgb(252,252,252) 0%, rgb(224,224,224) 100%);
    background: -ms-linear-gradient(top, rgb(252,252,252) 0%, rgb(224,224,224) 100%);
    background: linear-gradient(to bottom, rgb(252,252,252) 0%, rgb(224,224,224) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0 );  
    font: 400 16px 'Raleway', Arial, sans-serif;

}

.main .container{
    background:#fff;


}

.container{

    background-image:url(images/back_main.png); background-repeat: no-repeat;

}

.page-slider{
    background:#fff;
}

.header .mobi-toggler {

    color: #fff;
}

.header .mobi-toggler:hover{
    color: #fff;
}


.header-navigation {

    margin: 40px 10px 0 0;

}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    margin-right: 0px;    
    padding-bottom: 0px;
}


.carousel-slider .carousel-position-six {
    position: relative;
}


h1, h2, h3, h4, h5, h6, strong{    
    font-family: 'Oswald', sans-serif;
}

.header-navigation{
    font: 500 1.2em 'Oswald', Arial, sans-serif;        
}

.header-navigation .dropdown-menu{
    font: 400 1.0em 'Oswald', Arial, sans-serif;        
}

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #bd1823;
    color: #fff;
}

.content-page p{
    font-size: 14px;
}

.content-page li{
    font-size: 14px;   
}

 .carousel-control.left{ }
 
 .carousel-control.right{right:0;left:auto;}
 
 .font-botoes{
	 font: 700 1.5em 'Oswald', Arial, sans-serif;   
	 letter-spacing: 0.05em
 }