/*
Theme Name: Ravenna Child
Template: ravenna
Author: Child Theme Configurator
Version: 1.0.1450367384
Updated: 2015-12-17 15:49:44
*/

@charset "UTF-8";

/*---------------------------------------*/
/*                 menu                  */
/*---------------------------------------*/

.main-navigation a{
    padding: 20px 8px;
    text-transform: none;
	font-size:20px;
}

.main-navigation {
    padding: 0 5px;
}
/*
#primary-menu{
margin-right: 130px;
}
*/

.site-branding, .main-navigation{
    background-color: rgba(255,255,255,0.8) !important;
}

.site-branding{
    padding: 15px 0 !important;
}

.site-logo {
    max-height: 140px;
}

.limargin{
width:1080px !important;
margin-right: 0px !important;
}

.bx-wrapper img{
border-radius:0 !important;
}

.bx-wrapper .bx-viewport {
    padding: 0 5px;
    margin-top:0 !important;
}

/*---------------------------------------*/
/*                 header                */
/*---------------------------------------*/

.header-image{
    margin-top: -550px;
    background-image: none !important;
}
.header-block {
    cursor: pointer;
    padding: 10px 30px;
}

.header-icon{
    margin: 10px auto 0px;
}

.fa-check-square-o{
    padding-left: 5px;
}


/*---------------------------------------*/
/*                 entry                 */
/*---------------------------------------*/

.hentry {
    font-family: "Open Sans Condensed",sans-serif;
    border:none;
}

.su-carousel, .su-carousel-slide, .su-carousel .su-carousel-slide img {
     border: none !important;
     background: rgba(1,1,1,0) !important;
}

.entry-title {
color: #8EC641;
}

/*---------------------------------------*/
/*                    body                    */
/*---------------------------------------*/
body{
    margin-top:-5px;
    overflow-x: hidden;
}

#main-navigation{
padding: 0 10px;
}

button:focus { outline:0 !important; }

/*---------------------------------------*/
/*              gtranslate               */
/*---------------------------------------*/
.menu-item-gtranslate{
	background-color: rgba(0,0,0,0);
}



select {
    color: black;
 	background-color: rgba(0,0,0,0);
    border-width: 0;
}

@media (min-width: 992px){
.main-navigation.col-md-8 {
    width: 70%;
}
.site-branding.col-md-4.col-sm-6 {
    width: 30%;
}
}