/*
Theme Name: StarterWP
Theme URI: -
Author: Alessandro Alessio
Author URI: http://www.a2area.it - http://www.desigbymoka.com
Description: -
Version: 1.0
License: -
License URI: -
Tags: -
*/

/* Font
------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);

/* General
------------------------------- */

@import url('assets/css/margin.min.css');

body{
	font-family: 'Hind', sans-serif !important;
	font-size: 16px !important;
	color: #535353 !important;
	background: #e9e9e9 !important;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;*/
}
 
input[type=text]:focus, input[type=email], input[type=submit], textarea:focus {
  box-shadow: none;
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);*/
}

/* Layout: Header
------------------------------- */

div#head-container{
	background: #e9e9e9;
	padding: 45px 0;
}

#head{
	position: relative;
	height: 120px;
}

#head-carousel{
	position: relative;
	height: 540px;
}

#head hr,
#head-carousel hr{
	height: 0px;
	border-bottom: 2px solid #fff;
	margin-top: 50px;
}

a#head-logo{
	float: left;
}
nav#head-nav{
	float: right;
}

nav#head-nav .menu-primary-container{}

nav#head-nav .menu-primary-container ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#head-nav .menu-primary-container ul li{
	display: inline-block;
}

nav#head-nav .menu-primary-container ul li a,
nav#head-nav .menu-primary-container ul li a:link,
nav#head-nav .menu-primary-container ul li a:visited{
	display: block;
	padding: 20px 0;
	margin: 0 0 0 32px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #2d5270;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('assets/img/row_under_menu.gif');
	background-position: -43px 100%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

nav#head-nav .menu-primary-container ul li a:hover,
nav#head-nav .menu-primary-container ul li a:active,
nav#head-nav .menu-primary-container ul li.current-menu-item a{
	background-position: 0px 100%;
}

nav#head-nav .menu-secondary-container{}

#head-nav-mobile{
	width: 90px;
	float: right;
}

#head-nav-mobile .dropdown button{
	background: #7a2929;
	border: none;
	border-radius: 0px;
	color: #fff;
	font-size: 20px;
	padding: 5px 8px;
}

#head-nav-mobile .dropdown-menu{
	float: right;
}

#head-nav-mobile .dropdown-menu li a{
	padding: 10px 20px;
}

/* Layout: Footer
------------------------------- */

#foot-container{
	background: #e9e9e9;
	padding: 40px 0;
}

#pre-foot{
	background: #7a2929;
	color: #d0b8b8;
}

#pre-foot .menu-principale-container{
	text-align: right;
}

#pre-foot .menu-principale-container ul{
	margin: 0;
	padding: 0;
}

#pre-foot .menu-item{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-left: 15px;
}

#pre-foot .menu-item a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #d0b8b8;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
}

#pre-foot #footer-logo{
	display: inline-block;
	margin: 20px 0;
}

#foot{
	background: #7a2929;
	color: #d0b8b8;
}

#foot .col-xs-12{
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

#foot .col-xs-12.separator{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 0px;
}

#foot .col-xs-12.separator hr{
	height: 0px;
	border-top: 2px solid #d0b8b8;
	margin: 0;
}

#foot .col-xs-12 a{
	color: #d0b8b8;
}

#foot .col-xs-12 a.credits{
	float: right;
	color: #d0b8b8;
}

/* Layout: Content
------------------------------- */

#wrapper-content{
	background: #f5f5f5;	
}

#content{
	padding-top: 40px;
	padding-bottom: 40px;
}

#content h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #7a2929;
	background: url('assets/img/row_medium_title.gif') no-repeat left 50%;
	padding:  0 0 0 60px;
	margin: 0 0 50px 0;
}

#content p{
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	color: #535353;	
	margin: 0 0 40px 0;
}

#content a{
	color: #7a2929;
}

#content .incentivi .percentuale{
	height: 105px;
	width: 125px;
	float: left;
	text-align: left;
	color: #163f61;
	font-size: 60px;
	line-height: 105px;
	font-family: 'Roboto Condensed', sans-serif;
}

#content .incentivi .testo{
	color: #7a2929;
	font-size: 24px;
	line-height: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	display: inline-block;
}

/* Page : Contatti
-------------------------------- */

.page-contacts .col-sm-5{
	color: #535353;
	font-size: 16px;
}

.page-contacts .col-sm-7{
	border-top: 2px solid #dfdfdf;
	border-left: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.page-contacts input{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background: #f5f5f5;	
	border-left: none;
	border-top: none;
	margin: 0;
	padding: 10px;
}

.page-contacts textarea{
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: none;
	border-top: none;
	background: #f5f5f5;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 10px;
	letter-spacing: 2px;
}

.page-contacts input[type=submit]{
	float: right;
	color: #aaa;
	font-weight: 300;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #dfdfdf;
}

span.wpcf7-not-valid-tip{
  display: none !important;
}

div.wpcf7-validation-errors {
  background: #FFFF99;
  border: none !important;
  color: #80804C;
  border-bottom: 1px solid #80804C;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 15px !important;
}

.maps-content,
.phone-content,
.email-content{
	margin: 0 0 45px 0;
	padding: 0 0 0 65px;
	background-repeat: no-repeat;
	background-position: left top;
}

.maps-content{ background-image: url('assets/img/icon-maps.png') }
.phone-content{ background-image: url('assets/img/icon-phone.png') }
.email-content{ background-image: url('assets/img/icon-mail.png') }

.maps-content h4,
.phone-content h4,
.email-content h4 span.mailto a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #163f61;	
	margin: 0;
}

.email-content h4{
	margin: 0;
}

.maps-content p,
.phone-content p,
.email-content p span.mailto a{
	font-size: 14px !important;
	color: #535353;
	font-family: 'Hind', sans-serif;
	margin: 0 !important;
}

.email-content p{
	margin: 0;
}

/* Page : Prodotti
-------------------------------- */

.product-item{
	background: #f5f5f5;
	text-align: center;
	padding: 0;
	border: 2px solid #e9e9e9;
	background: url('assets/img/bg_box_products.gif') no-repeat 99% 99%;
}

.product-item img{
	width: 99%;
	height: auto;
	display: block;
	margin: 0.5%;
}

.product-item h3{
	margin: 20px 5% 30px 5%;
	padding: 10px 0;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #163f61;
	height: 60px;
	width: 90%;
	display: table;
	background: url('assets/img/row_under_product.gif') no-repeat bottom center;
}

.product-item h3 span{
	display: table-cell;
	vertical-align: middle;
}


/* Extension: OWL-Carousel
-------------------------------- */

.owl-carousel-wrapper{
	position: relative;
	padding: 20px 0;
}

.owl-carousel-wrapper .owl-dots{
	position: absolute;
	width: 25px;
	height: 100px;
	bottom: 10px;
	right: 10px;
	z-index: 300;
}

.owl-carousel-wrapper .owl-dots .owl-dot{
	display: block;
	color: #8a9fb0;
	border-bottom: 2px solid #8a9fb0;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 5px 0 0 0;
	text-decoration: none;
}

.owl-carousel-wrapper .owl-dots .owl-dot:hover,
.owl-carousel-wrapper .owl-dots .active{
	color: #fff !important;
	border-bottom: 2px solid #fff !important;
	text-decoration: none !important;
}

.owl-carousel{
	padding: 0;
}

.owl-carousel .item{
	background: #17344c;
	min-height: 376px;
	padding: 0;
	position: relative;
}

.owl-carousel .item-overlay{
	position: absolute;
	width: 458px;
	height: 378px;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: url('assets/img/carousel-overlay.png') no-repeat top right;
}

.owl-carousel .item-overlay .text{
	margin: 60px 100px 60px 35px;
	font-family: 'Hind', sans-serif !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;
	line-height: 160%;
	font-weight: 300;
}

.owl-carousel .item-overlay .text .more a{
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-decoration: none;
}

.owl-carousel .item-overlay .text h3{
	font-size: 22px;
	color: #163f61;
	line-height: 120%;
	margin: 0 0 33px 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

/* Extension: MaplaceJS
-------------------------------- */

#gmap{
	height: 480px;
	width: 100%;
}


/* Extension: Freewall
-------------------------------- */

.freewall .item{
	max-width: 250px;
}

.freewall .item img{
	width: 100%;
	height: auto;
}

/* Cookie 
-------------------------------- */

.cookie-notice-container a,
.cookie-notice-container a:link
.cookie-notice-container a:hover,
.cookie-notice-container a:active,
.cookie-notice-container a:visited{
	color: #fff;
	text-decoration: underline;
}