h1,h2,h3,h4,h5,h6,body,a,td,tr,span{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

body,a,td,tr{
	font-size: 14px;
}

body{
    height: 100%;
    min-height: 100%;
}



/*-------- HEADER SECTION --------*/


.bg-info {
    background-color: #59687d;
    color: #fff;
}

.bg-info-home {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #fff;
    color: #fff;
}

.bg-info a{
    color: #fff;
}

.homepage #logo { margin-top:-35px; }



nav.navbar.navbar-inverse.menu-main {
    background-color: #ededed;
    -moz-box-shadow: 0 -3px 6px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 -3px 6px rgba(255,255,255,.2);
    box-shadow: 0 -3px 6px rgba(255,255,255,.2);
}

nav.navbar.navbar-inverse.menu-main a {
	color:#59687d;
	font-weight: 400;
	font-size: 14px;
}

.navbar-inverse.menu-main .navbar-nav > .active > a,
.navbar-inverse.menu-main .navbar-nav > .active > a:hover,
.navbar-inverse.menu-main .navbar-nav > .active > a:focus {
  color: white;
  background-color: #39b6b8;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: #39b6b8;
}


.row.menu-top {
	text-align:right;
	padding-top:5px;
	padding-right:10px;
}
.row.menu-top li a {
	font-size: 11px;
	text-transform: uppercase;
}


.NumeroVerde {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    padding-top:2px;
}

span.phone-header {
    font-size: 17px;
    color: #39b6b8;
    font-weight: 400;
    margin-left: 1em;
}

span.phone-header-mobile {
    font-size: 17px;
    color: #39b6b8;
    font-weight: 400;
}


@media ( max-width:767px ){

	nav.navbar.navbar-inverse.menu-main ul{ float:none !important; }
	.NumeroVerde { text-align: center; padding: 1em 0; }
	.homepage #logo { margin: 10px 0 0; text-align: center; }
	.homepage #logo img{ display: inline-block; }

}

.flex-text {
    color: white;
    font-size: 16px;
    text-align: justify;
    font-weight: bold;
    position: relative;
    background-color: rgba(0,0,0, .6);
    -webkit-animation: slideOut;
    -moz-animation: slideOut;
    -o-animation: slideOut;
    animation: slideOut;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    bottom:400px;
    left:40px;
    width:50%;
    padding:20px;
}

@media (min-width: 768px) {
 
    .flex-text h1    {font-size: 55px;color: #000;}

    .flex-text p     {font-size: 15px;}

    .flex-control-nav   {bottom: 0px; }

}

@media (max-width: 767px) {

    .flex-text h1    {font-size: 35px;}

    .flex-text p     {font-size: 12px;}

    .flex-control-nav   {bottom: 0px; } 

}

@-webkit-keyframes slideOut {
    0% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-moz-keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-o-keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}



/*------ CONTENT SECTION -------*/

.form-selected {
    background-color: #39b6b8;
    border-color: #39b6b8;
    padding: 20px;
}

#form-ricerca h2 {
	border:0;
	font-weight: 300;
}

#form-ricerca h2.blue {
    color: white;
    font-weight: 600;
}

.input-group-addon:last-child {
    background-color: #1D1D19;
    color:#FFF;
}

#form-ricerca .btn-ricerca {
    color: #FFF;
    background: #1D1D19;
    font-size: 16px;
    font-weight: bold;}


.row.row-title-home h1 {
    color: #1D1D19;
    font-weight: 400;
    font-size: 49px;
}



/*SLIDER*/
.flexslider { height: 550px; }
.flex-control-nav { bottom: 0px; }
.flex-control-paging li a { background: #bfbfbf; }
.flex-control-paging li a.flex-active { background: #1D1D19; }
.flex-direction-nav a { height: 50px; top:45%; }









/*----PRODUCTS-----*/
.container-product {
    border: 1px solid #b4b4b4;
    padding: 1em;
    position: relative;
}
.col-product { margin-bottom: 2em; }
.col-product h2.title-product { color:#000; font-weight: 400; }
.col-product h3.subtitle-product { color:#686868; }
.col-product span.price-product { color:#686868; font-weight: 500; }

.container-product .col-desc-product { 
	font-size: 12px; 
	color:#686868; 
	position: relative;
	padding-bottom: 2em; 
}

.link-product {
    position: absolute;
    right: 20px;
    bottom: 3px;
}

.link-product a {
    background: #313131;
    border:2px solid #313131;
    font-size: 16px;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    font-weight: bold;
}

.link-product a:hover {
    color: #1D1D19;
    background: #ededed;
    border:2px solid #ededed;
    text-decoration: none;
    font-weight: bold;
}




/*------EVENTS------*/
.bg-info-events{
    background-color: #FCED01;
    padding-top:30px;
    margin-bottom:0px;
}
.row-events .title-events{
	font-size: 49px;
	color:#1D1D19;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 400;
	padding-left: 30px;
}

.row-events .subtitle-events{
	font-size: 26px;
	color:#000;
	margin-top: 0;
	font-weight: 400;
	padding-left: 30px;
}


.container-event {
    
    color:#59687d;
    font-size: 12px;
    position: relative;
    margin-bottom: 2em;
    border-bottom: 12px solid #59687d;
}

.content-event {
    padding: 1em 2em;
    background: #ededed;
}

.event-header {
    max-height: 180px;
    overflow: hidden;
}

.content-event h3 {
    color: #39b6b8;
    font-weight: 400;
    text-align: center;
    font-size: 27px;
}

.content-event h4.subtitle-event {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
}

.link-event {
	margin: 2em auto;
    width: auto;
    text-align: center;
}

.link-event a {
    padding: 7px 10px;
    color: #313131;
    text-transform: uppercase;
    background-color: #1D1D19;
    font-weight: bold;
}
.navbar-inverse .navbar-toggle{
    border-color:transparent;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #1D1D19;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #313131;
}

@media ( max-width: 991px ){

	.row-events .title-events,
	.row-events .subtitle-events{
		padding-left: 0;
	}

}


.btn.btn-primary {
    background: #1D1D19;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.flag-new {
    width: 35%;
    height: 20%;
    background: url("../images/flag-new.png") no-repeat;
    position: absolute;
    right: 5%;
    max-width: 98px;
    max-height: 78px;
    background-size: cover;
}




/*-------FOOTER--------*/

.wrapper.footer {
    background: #39b6b8;
    color: #fff;
    padding-bottom: 2em;
}

.wrapper.footer .list-inline > li > a {
    color: #1D1D19;
    font-weight: 400;
}


ul.list-social { padding: 0; margin: 2em 0; list-style: none; }
ul.list-social li {
	float:left;
}

ul.list-social li a{
	margin: 0 10px 1em 0;
}

.row-subfooter {
	background-color: #ededed;
    -moz-box-shadow: 0 -3px 6px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 -3px 6px rgba(255,255,255,.2);
    box-shadow: 0 -3px 6px rgba(255,255,255,.2);
    height: 3px;
}

.col-address {
    padding-right: 0;
}
