/* RESET INIZIO */
/*
    Document   : style
    Created on : Feb 27, 2010, 16:24:44 PM
    Author     : tesoro
    Description: Purpose of the stylesheet follows.
*/

/*
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { display: block;}

/*********************RESET*******************/
/* v1.0 | 20101213 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {  border-collapse: collapse; border-spacing: 0; }
/* RESET FINE */

/*
  Variable Grid System.
  Learn more ~ http://www.spry-soft.com/grids/
  Based on 960 Grid System - http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
  position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
  width:60px;
}

.container_12 .grid_2 {
  width:140px;
}

.container_12 .grid_3 {
  width:220px;
}

.container_12 .grid_4 {
  width:300px;
}

.container_12 .grid_5 {
  width:380px;
}

.container_12 .grid_6 {
  width:460px;
}

.container_12 .grid_7 {
  width:540px;
}

.container_12 .grid_8 {
  width:620px;
}

.container_12 .grid_9 {
  width:700px;
}

.container_12 .grid_10 {
  width:780px;
}

.container_12 .grid_11 {
  width:860px;
}

.container_12 .grid_12 {
  width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
  padding-left:80px;
}

.container_12 .prefix_2 {
  padding-left:160px;
}

.container_12 .prefix_3 {
  padding-left:240px;
}

.container_12 .prefix_4 {
  padding-left:320px;
}

.container_12 .prefix_5 {
  padding-left:400px;
}

.container_12 .prefix_6 {
  padding-left:480px;
}

.container_12 .prefix_7 {
  padding-left:560px;
}

.container_12 .prefix_8 {
  padding-left:640px;
}

.container_12 .prefix_9 {
  padding-left:720px;
}

.container_12 .prefix_10 {
  padding-left:800px;
}

.container_12 .prefix_11 {
  padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
  padding-right:80px;
}

.container_12 .suffix_2 {
  padding-right:160px;
}

.container_12 .suffix_3 {
  padding-right:240px;
}

.container_12 .suffix_4 {
  padding-right:320px;
}

.container_12 .suffix_5 {
  padding-right:400px;
}

.container_12 .suffix_6 {
  padding-right:480px;
}

.container_12 .suffix_7 {
  padding-right:560px;
}

.container_12 .suffix_8 {
  padding-right:640px;
}

.container_12 .suffix_9 {
  padding-right:720px;
}

.container_12 .suffix_10 {
  padding-right:800px;
}

.container_12 .suffix_11 {
  padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
  left:80px;
}

.container_12 .push_2 {
  left:160px;
}

.container_12 .push_3 {
  left:240px;
}

.container_12 .push_4 {
  left:320px;
}

.container_12 .push_5 {
  left:400px;
}

.container_12 .push_6 {
  left:480px;
}

.container_12 .push_7 {
  left:560px;
}

.container_12 .push_8 {
  left:640px;
}

.container_12 .push_9 {
  left:720px;
}

.container_12 .push_10 {
  left:800px;
}

.container_12 .push_11 {
  left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
  left:-80px;
}

.container_12 .pull_2 {
  left:-160px;
}

.container_12 .pull_3 {
  left:-240px;
}

.container_12 .pull_4 {
  left:-320px;
}

.container_12 .pull_5 {
  left:-400px;
}

.container_12 .pull_6 {
  left:-480px;
}

.container_12 .pull_7 {
  left:-560px;
}

.container_12 .pull_8 {
  left:-640px;
}

.container_12 .pull_9 {
  left:-720px;
}

.container_12 .pull_10 {
  left:-800px;
}

.container_12 .pull_11 {
  left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/*Inizio stili personalizzati*/
body {
  font-family: Helvetica,Verdana,Arial,sans-serif;
  background-color: #CDCDCD;
}

h1,h2,h3,h4 ,h5,h6{
  font-weight: normal;
  margin: 5px;
  color: #000;
  margin: 20px 0 10px 0;
  text-transform: capitalize;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4{
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  color: #8f5038;
  text-decoration: underline;
}

hr {
  height: 0;
  border-bottom: 1px solid #C0C0C0;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

div#container {
  margin-left: auto;
  margin-right: auto;
}

div#supheader  h2, div#supheader  h3{
    font-family: Lobster,cursive;
  font-weight: normal;
    text-transform: lowercase;
  text-align: center;
}

div#supheader  h2{
    font-size: 50px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 0px;
}

div#supheader  h3 {
  font-size: 44px;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 25px;
}

div#supheader  a {
    color: #000000;
    /* text-shadow: 0 3px 0 #FFFFFF; */
    text-decoration: none;
}

div#header, div#col_sx, div#col_center, div#col_dx {
  background-color: #FFFFFF;
  border-bottom: 1px solid #C0C0C0;
}

div#col_sx, div#col_center, div#col_dx {
  padding-top: 1px;
  margin-bottom: 20px;
}

#col_center div#main_content {
    padding-bottom: 30px;
}

div#header {
  height: 170px;
}

div#header img {
  margin: 20px;
  float: left;
}

@media (max-width: 991px) {
  div#header {
    height: 130px;
  }

  div#header img {
    margin: 0;
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  div#supheader  h2 {
    font-size: 24px;
    line-height: 24px;
  }

  div#supheader  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
  }

  .col-sm-3 {
    width: 30%;
  }

  .col-sm-3:first-child {
    padding-right: 5px;
  }

  .col-sm-3:last-child {
    padding-left: 5px;
  }

  .col-sm-9:last-child {
    padding-left: 5px;
    width: 70%;
  } 

  .col-sm-3 img {
    max-width: 95%;
  }
} 

div#col_sx h1, div#col_sx h2, div#col_sx h3, div#col_sx h4, div#col_sx h5, div#col_sx h6 {
  text-align: center;
}

div#col_sx div.csc-default, div#col_center div.csc-default, div#col_dx div.csc-default{
  margin: 5px;
  font-size: 14px;
  padding-bottom: 20px;
}

div#col_sx {
  padding-bottom: 10px;
  margin-top: 30px;
}

div#search_box {
  float: left;
}

div#search_box form {
  float: left;
}

div#search_box input[type="text"]{
  float: left;
  margin: 5px;
  width: 60%;
}

div#search_box input[type="submit"]{
  color: #777777;
  float: right;
  margin: 5px;
  width: 30%;
}

div#search_box p {
  color: #FFFFFF;
     font-size: 10px;
    line-height: 12px;
    padding: 5px;
}

@media all and (max-width: 767px) {
  div#search_box {
    width: 75%;
  padding: 5px;
  }
}

div#col_sx div#monthly_updates div#menu_divider {
  border-top: 3px solid #CDCDCD;  
  border-bottom: 1px dotted #CDCDCD;
  font-size: 16px; 
  font-weight: bolder;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

div#col_sx div#italy_menu div#menu_divider {
  border-top: 3px solid #CDCDCD;  
  border-bottom: 1px dotted #CDCDCD;
  font-size: 16px; 
  font-weight: bolder;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

div#col_sx a {
text-decoration: none;
}

div#col_sx div#monthly_updates h5, 
div#col_sx div#special_pages h5, 
div#col_sx div#italy_menu h5, 
div#col_sx div#worldwide_menu h5,
div#col_sx div#minerals_menu h5 {
  font-size: 16px;
  font-weight: bolder;
}

div#col_sx div#italy_menu, div#col_sx div#minerals_menu {
    scrollbar-base-color: #000000;
    scrollbar-face-color: #8F5038;
    scrollbar-shadow-color: #6D3016;
    scrollbar-arrow-color: #CDCDCD;
    scrollbar-highlight-color: #CDCDCD;
    scrollbar-dark-shadow-color: #5C2005;
    scrollbar-3d-light-color: #CDCDCD;
    scrollbar-track-color: #CDCDCD;
    margin-left: 10px;
    margin-right: 10px;
}

div#col_sx div#monthly_updates,
div#col_sx div#special_pages, 
div#col_sx div#main_menu, 
div#col_sx div#worldwide_menu {  
    margin-left: 10px;
    margin-right: 10px;
}

div#col_sx div#monthly_updates ul {  
  max-height: 190px;
  overflow-y: scroll;
  border: 1px solid #CDCDCD;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#col_sx div#italy_menu ul  {  
  height: 190px;
  overflow-y: scroll;
  border: 1px solid #CDCDCD;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#col_sx div#minerals_menu ul  {  
  height: 514px;
  overflow-y: scroll;
  border: 1px solid #CDCDCD;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}


div#col_sx div#monthly_updates li,
div#col_sx div#italy_menu li, 
div#col_sx div#minerals_menu li {
    border-bottom: 1px solid #CDCDCD;
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: center;
}

div#col_sx div#special_pages ul, 
div#col_sx div#main_menu ul, 
div#col_sx div#worldwide_menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  padding-bottom: 0px;
}


div#col_sx div#special_pages li, 
div#col_sx div#main_menu li, 
div#col_sx div#worldwide_menu li {
    border-top: 1px solid #CDCDCD;
    font-size: 12px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 3px;
    text-align: center;
}

div#col_center div#breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
}

div#col_center div.content_colcenter {
  padding-left: 0;
  padding-right: 0;
    border-bottom: 1px solid #CDCDCD;
  clear: both;
  overflow: hidden;
}

div#col_center p {
  text-align: justify;
}

div#col_center ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
  padding-left: 15px;
}

div#col_center li {
    margin-bottom: 8px;
  margin-top: 8px;
  line-height: 20px;
}

div#col_dx ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#col_dx li {
    margin-bottom: 8px;
  padding-bottom: 8px;
    border-bottom: 1px solid #CDCDCD;
}

div#footer {
    background-color: #636363;
    border-bottom: 1px solid #444444;
    color: #D3D3D3;
    text-shadow: 0 1px 0 #404040;
  font-size: 12px;
}

div#footer  li {
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 8px;
  padding-bottom: 8px;
}

div#footer a {
  color: #D3D3D3;
  text-decoration: underline;
}

div#footer h1, div#footer h2,div#footer h3 , div#footer h4 , div#footer h5 , div#footer h6  {
  margin-top: 10px;
  margin-bottom: 5px;
}

div#footer_text_left {
  float: left;
  width: 400px;
  margin: 15px;
  text-align: left;
}

div#footer_text_left p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}

div#footer_text_left a {
  display: block;
  float: left;
  margin-right: 15px;
  white-space:nowrap;
  margin-bottom: 5px;
}

div#footer_text_right {
  float: right;
  width: 480px;
  margin: 15px;
  text-align: left;
}



div#footer_text_right p{
  font-size: 11px;
  line-height: 12px;
  text-align: justify;
}

div#footer_text_right ul li{
  font-size: 11px;
  padding-bottom: 5px;
}

div#subfooter {
  color: #454545;
    text-align: center;
  font-size: 14px;
}



@media (max-width: 991px) {
  div#footer_text_left { width: 280px; }
  div#footer_text_right { width: 380px; }
}


@media (max-width: 767px) {
  div#footer_text_left { width: 90%; }
  div#footer_text_right { width: 90%; }
}


div#subfooter a{
  color: #232323;
}

div.clear {
  height: 20px;
}