/*

yellow : #fab702

*/


:root {
  /* --colore-primario: #fab702: */
  --colore-primario: #205895;
}


.clear {
    clear: both;
}

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    color: #40271A;
}

a {
    text-decoration: none;
    color: inherit;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}


a:hover,
a:focus {
}

.yellow {
    color: var(--colore-primario);
}


h3 {
    display: block;
    border-bottom: 2px solid var(--colore-primario);
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 10px 0px;
    font-size: 20px;
    margin: 30px 0px 50px 0px;
}

h4 {
    width: 100%;
    display: block;
    color: var(--colore-primario);
    margin: 20px 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
}

.default_transparent_button {
    background: transparent;
    text-align: center;
    border: 2px solid white;
    color: white !important;
    padding: 10px 30px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: bold !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.default_opaque_button {
    background: var(--colore-primario);
    text-align: center;
    border: none;
    color: white !important;
    border: 2px solid var(--colore-primario);
    padding: 10px 30px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: bold !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

p {
    margin-bottom: 10px;
}


.page {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}


.boxed {
    width: 960px;
    margin: auto;
}

.marginb-100 {
    margin-bottom: 100px;
}

.boxed .half_col {
    display: block;
    width: 50%;
    float: left;
}

.boxed .rightpad {
    padding-right: 20px;
}
.boxed .leftpad {
    padding-left: 20px;
}

.boxed .col_2terzi {
    display: block;
    width: 70%;
    float: left;
}
.boxed .col_1terzo {
    display: block;
    width: 30%;
    float: left;
}

.fullwidth_image {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#header_wrapper {
    display: block;
    width: 100%;
    height: auto;
	background: #c0c0c0;
    /* background: url('../img/header_bg_90.png') repeat 0 0 transparent; */
    z-index: 999;
    position: relative;
}

#header {
    display: block;
    width: 960px;
    margin: auto;
    height: auto;
}
#header_left {
    width: 215px;
    float: left;
    display: block;
}
#header_left img {
    height: 60px;
    margin-top: 20px;
}
#header_right {
    width: 745px;
    float: left;
    display: block;
}
.header_spacer {
    display: block;
    width: 100%;
    height: 10px;
}
.infoandsocial {
    display: block;
    width: 100%;
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    color: #0c0c0c;
}
.infoandsocial span.yellow {
    font-weight: bold;
    font-size: 15px;
    margin-right: 10px;
}
.infoandsocial .socialicons {
    display: inline-block;
}
.infoandsocial .socialicons a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0px 2px;
    text-align: center;
    border: 1px solid white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.infoandsocial .socialicons a:hover,
.infoandsocial .socialicons a:focus {
    color: var(--colore-primario);
    border-color: var(--colore-primario);
}
.infoandsocial .socialicons a:hover i,
.infoandsocial .socialicons a:focus i{
    color: var(--colore-primario);
}

.infoandsocial .socialicons a i{
    line-height: 30px;
    color: white;
    font-size: 15px;
}

.infoandsocial .flagswrapper {
    display: inline-block;
}

.infoandsocial .flagswrapper a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0px 3px;
}
.infoandsocial .flagswrapper a img {
    max-width: 100%;
}


.header_boxes {
	display: block;
	width: 960px;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
}
.header_box {
	display: inline-block;
	width: 33%;
	padding: 5px;
}
.header_box img {
	max-width: 100%;
}




.home_slider_wrapper {
    display: block;
    width: 100% !important;
    height: auto;
    margin: auto;
    max-height: 500px !important;
    position: relative;
    padding:0;
    overflow: hidden;
}

#home_main_boxes {
    display: block;
    height: auto;
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 20;
}

#home_main_boxes .box {
    float: left;
    display: block;
    width: 320px;
    height: auto;
    padding: 0px 10px;
}


#home_main_boxes .box .image {
    display: block;
    width: 300px;
    height: 150px;
    background: white;
    margin-bottom: 30px;
}

#home_main_boxes .box .image img {
    max-width: 100%;
}

#home_main_boxes .box .title {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

#home_main_boxes .box .text {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    margin-bottom: 30px;
    font-size: 13px;
    color: #666;
}

#home_main_boxes .box .readmore {
    color: var(--colore-primario);
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

#home_parallax {
    display: block;
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    background: url('../img/home_parallax_2.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home_parallax .boxed {
    padding: 180px 0px;
    
}
#home_parallax .boxed .home_parallax_title {
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    
}
#home_parallax .boxed .home_parallax_text {
    display: block;
    margin-bottom: 30px;
    color: white;
    font-size: 20px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.products_carousel {
}
.products_carousel li
{
    padding: 0px 10px;
    text-align: center;
}
.products_carousel .image
{
    display: block;
    margin-bottom: 10px;
    height: 150px;
}
.products_carousel .image img
{
    max-width: 100%;
    max-height: 100%;
}
.products_carousel .title
{
    font-weight: bold;
    color: #40271A;
    height: 40px;
    margin-bottom: 10px;
}
.products_carousel li:hover .title a,
.products_carousel li:hover .title a
{
    color: var(--colore-primario)
}

.products_carousel .description
{
    margin-bottom: 10px;
    min-height: 50px;
    font-size: 12px;
    color: #666;
}

.products_carousel .readmore {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--colore-primario);
}


.section_header {
    display: block;
    width: 100%;
    height: 300px;
    background: url('../img/section_header.jpg') no-repeat center center transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -100px;
    padding-top: 150px;
    margin-bottom: 50px;
}
.section_header h1 {
    color: white;
    border-bottom: 0px;
    padding: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #000;
}
.section_header h2 {
    color: white;
    border-bottom: 0px;
    padding: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
}

.col_list {
    
}
.col_list_item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.col_list_item:last-child {
    border-bottom: none;
}

.col_list_image {
    float: left;
    display: block;
    width: 30%;
    height: auto;
    padding-right: 10px;
}

.col_list_image img {
    display: block;
    width: 100%;
}

.col_list_content {
    width: 70%;
    float: left;
    display: block;
    padding-left: 10px;
}

.col_list_title {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    color: #40271A;
}

.col_list_title a:hover,
.col_list_title a:focus {
    color: var(--colore-primario);
}

.col_list_description { 
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

.grid_list {
    
}

.grid_list li {
    width: 240px;
    padding: 10px;
    float: left;
    text-align: center;
}


.grid_list .image
{
    display: block;
    margin-bottom: 10px;
    height: 150px;
}
.grid_list .image img
{
    max-width: 100%;
    max-height: 100%;
}
.grid_list .title
{
    font-weight: bold;
    color: #40271A;
    height: 40px;
    margin-bottom: 10px;
}
.grid_list li:hover .title a,
.grid_list li:hover .title a
{
    color: var(--colore-primario)
}

.grid_list .description
{
    margin-bottom: 10px;
    min-height: 50px;
    font-size: 12px;
    color: #666;
}

.prodotto_image_wrapper {
    display: block;
    float: none;
    width: 50%;
    margin: 0 auto 50px auto;
}

.prodotto_image_wrapper img {
    max-width: 100%;
}

.prodotto_description_wapper {
    display: block;
    float: none;
}

.prodotto_description_wapper p {
    vertical-align: bottom !important;
}

.prodotto_description_wapper table {
    width: 100%;
    /*border: 1px solid #dedede;*/
}

.prodotto_description_wapper table td,
.prodotto_description_wapper table th
{
    
    border: 1px solid #dedede;
    padding: 5px 10px;
}

.prodotto_description_wapper ul {
    list-style-type: disc;
    list-style-position: inside;
}

.prodotto_description_wapper ol {
    list-style-type: decimal;
    list-style-position: inside;
}


.prodotto_description_wapper ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.prodotto_description_wapper ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
}


.prodotto_description_wapper ul.tabs li.current
{
    color: #666666;
    background: #eaeaea;
    font-weight: bold;
    border: 1px solid #d0d0d0;
    border-bottom: 1px solid #eaeaea;
}


.prodotto_description_wapper .tab-content{
    display: none;
    border: 1px solid #d0d0d0;
    background: #eaeaea;
    padding: 30px 15px;
    margin-top: -1px;
}

.prodotto_description_wapper .tab-content.current{
    display: inherit;
}


.prodotto_description_wapper .tab-content p.note {
    display: block;
    font-size: 10px;
    margin: 10px 0px;
}

.codice_articolo_label {
	color: var(--colore-primario);
}




.tabella_prezzi {
    margin: auto;
    font-size: 11px;
    width: 100%;
    text-align: center;
    color: #9b9b9b;
}
.tabella_prezzi td,
.tabella_prezzi th
{
    border: 1px solid #dedede;
	vertical-align: middle;
}
.tabella_prezzi tr th {
    background: #c0c0c0;
    color: white;
}
.tabella_prezzi_hover { background-color: #FFFACD !important; }

.tabella_prezzi tr:nth-child(odd) td {
    background: white;
}
.tabella_prezzi tr:nth-child(even) td {
    background: #efefef;
}

.scheda_tecnica_img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    max-width: 100%;
}


.pagine_statiche_gallery {
    padding-top: 20px;
    width : 100%;
    display: block;
}
.pagine_statiche_gallery img {
    max-width: 100%;
}



.youtube_responsive_container {
    position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
}

.youtube_responsive_container iframe,
.youtube_responsive_container object,
.youtube_responsive_container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}




.google-maps-wrapper {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.google-maps-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form-group {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.form-group label {
    display: block;
    color: #d0d0d0;
    margin-bottom: 5px;
}

.form-group .input_text {
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-group .input_textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    resize: none;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-group .captcha_image {
    display: block;
    margin-bottom: 5px;
}

span.validateError {
    display: block;
    color: red;
}


.search_key_input {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    padding: 10px;
}



#gallery_section_wrapper {
    display: block;
    width: 100%;
}

#gallery_section_wrapper img {
    max-width: 100%;
}

#gallery_section_navigator {
    display: block;
    text-align: center;
    font-size: 35px;
    margin: 10px 0px;
    width: 100%;
}

#gallery_section_navigator span {
    cursor: pointer;
    margin: 0px 3px;
    display: inline-block;
}

#gallery_section_navigator span.cycle-pager-active {
    color: var(--colore-primario);
}


#footer_wrapper {
    display: block;
    width: 100%;
    height: auto;
    background: #111111;
}

.footer_box {
    display: block;
    width: 240px;
    height: auto;
    padding: 30px 10px;
    float: left;
    color: white;
}

.footer_box .title {
    display: block;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    
}

.footer_box .text {
    
}

.footer_box ul {
    list-style-type: disc;
    list-style-position: inside;
}

.footer_box ol {
    list-style-type: decimal;
    list-style-position: inside;
}


.footer_contacts_list li {
    display: block;
    margin-bottom: 15px;
}

.footer_contacts_list li i {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    font-weight: normal;
}
.footer_contacts_list li span {
    float: left;
}
.footer_contacts_list li:after{
    clear: both;
}

#bottom_footer_wrapper {
    display: block;
    width: 100%;
    height: 50px;
    background: #222222;
    border-top: 1px solid #333333;
}

#bottom_footer_wrapper .boxed {
    line-height: 50px;
    color: white;
}