
/*media screen*/
body, html {
    font-family: Lato, sans-serif, Arial, Helvetica;
    /*background-color: #009246;*/
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.navbar-inverse{
    background: #0b3d11;
}

.navbar{
    margin-bottom:0px
}

.fa-contact .fa{
    color: #0b3d11;
}

.social-icons .fa-facebook, .social-icons .fa-facebook-square {
    background-color: #3C599F; /*#3C599F;*/
}

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.social-icons .fa-envelope, .social-icons .fa-phone {
    background-color:#FFFFFF;/* #0b3d11;*/
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
    -webkit-text-stroke: 1px background-color;
}



.social-icons .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0b3d11; /*FFF;*/
    /*color: rgba(255, 255, 255, 0.8);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons .fa {
    font-size: 1.4em;
}
IMG.menuFlag{
	width:20px;
}

.content{
    background-color: #fff;
}

.navbar-inverse .navbar-toggle .fa.fa-bars {
    color: #fff;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #0b3d11;
    border-color: #C52F30;
}

.panel-top{
    margin-top:10px
}

/*media screen*/
#siteSlogan {
    font-family: "Bradley Hand ITC", "comic sans MS", Arial;
    font-size: 36px;
    margin-top: 4px;
    word-spacing: 0.1em;
    color: #009246;
}


/*media screen*/
#siteTitle {
    color: light-blue; /*#686868;*/
    font-family: "Bradley Hand ITC", "comic sans MS", Arial;
    font-size: 48px;
    margin-top: 20px;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
}

.slide-content {
    width: 100%;
}
#blueimp-gallery-carousel{
    width:100%;
    max-height: 200px !important;

}
#blueimp-video-carousel  {
    padding-bottom: 55%;
    margin: 0em;
    box-shadow: inherit;
    width:100%;
    max-height: 100px !important;
    text-align: center;
}
.arlekin-video-carousel{
    width:50%;
}

.arlekin-carousel  {
    padding-bottom: 40%;
    margin: 0em;
    box-shadow: inherit;
    background:#000;
}
.fa-facebook, .fa-facebook-square {
    color: #3b5998
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #bb0000
}

/*
#blueimp-gallery-carousel .arlekin-carousel {
    padding-bottom: 40%;
    margin: 0em;
    box-shadow: inherit;
}*/

@media (min-width: 641px) {
    /*#banner-big-screen{display:inline}*/
    #banner-small-screen{display:none}
}

@media (max-width: 640px) {
    #banner-big-screen{display:none}
    /*#banner-small-screen{display:inline}*/
    #siteTitle {
        color: light-blue; /*#686868;*/
        font-family: "Bradley Hand ITC", "Alako", "comic sans MS", Arial; /*, "Bradley Hand ITC"*/
        font-size: 0px;
    }
    #siteTitle:after {
        content:url(../img/arlekin-site-name.png);
        margin-left: 15px;
        text-align: center;
    }
    #google-map{
        width:95%;
        padding-left:15px;
    }
    .arlekin-address{
        width:100%;
    }

    #siteSloganPhone{
        font-size: 14px;
        margin-top: 4px;
        word-spacing: 0.1em;
        color: #009246;
    }
    .arlekin-carousel {
        padding-bottom: 55%;
        margin: 0em;
        box-shadow: inherit;
    }
    .arlekin-video-carousel{
        width:80%;
    }
    #blueimp-video-carousel  {
        padding-bottom: 80%;
        width:100%;
    }

    .social-media-icons{
        width: 83.2%;
    }
	
	.container{
        padding-right: 0px;
		padding-left: 0px;
    }


}


