
body {
    padding: 0;
    font-family:  'Source Sans Pro', sans-serif;
    font-size: 14px;
    background: #fff;
}

td, th {
    font-family:  'Source Sans Pro', sans-serif;
}

#mainTableContainer {
  max-width: 1220px;
}
#body_home #mainTableContainer {
	max-width: none;
}
#body_home.index #colMid #staticPage, /* home page */
#body_home #colMid #staticPage .hero,
#body_home #colMid #categoriesBoxes,
#body_home #colMid .bigBox
{
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

/*
body.index #colSx,
body.index #navBar,
body.index #categoriesBoxes,
body.index .bottomLink
{
    display: none;
}
*/

body.index #navBar
{
    display: none;
}

/* traccheggi per preview */
/*
body.index .sy-box {display: none;}
body.index #colMid {
    padding: 0;
}
body.index #colMid::before {
    content: '';
    display: block;
    height: 730px;
    background-image: url(https://gitlab.com/fazen/xcap/raw/master/src/images/home-fake-box.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin: 0 auto 20px;
    width: 100%;
}
body.index #firstDownBox::before {
    content: '';
    display: block;
    height: 120px;
    background-image: url(https://gitlab.com/fazen/xcap/raw/master/src/images/striscetta.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 20px;
    width: 80%;
}
*/


#colSx, #body_getProd #colSx {
    width: 240px;
    max-width: 280px;
    padding: 20px 10px 20px 10px;
}
#body_searchProd #colSx {
  display: none;
}
#colMid {
    padding: 0;
}
#colDx,
#socialNetworks {
    display: none !important;
}


/* staticPage */
#staticPage h1 {
    font-size: 24px;
    font-weight: bold;
}
#staticPage h2 {
    font-size: 120%;
    padding: 20px 0 10px;
    margin: 0;
}


/* BigBox */

#colMid .bigBox .boxTitle, #colMid .bigBoxFade .boxTitle, #colMid .feedBackBox_mid .boxTitle, #colMid #formRequestInfo .boxTitle, #existentUserBox .boxTitle, #regForm.gCheckout .boxTitle, #newUserBox .boxTitle {
  border-radius: 0;
  background: none;
  border: none;
  font-weight: 300;
	font-size: 40px;
	margin: 40px 0;
	color: #3C3A3B;
}
#colMid .bigBox .boxTitle span, #colMid .bigBoxFade .boxTitle span, #colMid .feedBackBox_mid .boxTitle span, #colMid #formRequestInfo .boxTitle span, #existentUserBox .boxTitle span, #regForm.gCheckout .boxTitle span, #newUserBox .boxTitle span {
  text-align: center;
  margin: 60px 0;
  padding: 0;
}
#colMid .bigBox .boxTitle a, #colMid .bigBoxFade .boxTitle a {
  color: #3C3A3B;
  text-transform: uppercase;
}

#colMid .bigBox {
    border: none;
}



/* Breadcrumb */

#navBar {
    padding: 20px 0 0;
    background: none;
    margin-bottom: 40px;
}
#breadcrumbs {
  font-size: 18px;
  color: #707070;
}
#breadcrumbs::before {
    content: '\e5c8';
    color: #A5897C;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
#breadcrumbs strong {
  font-weight: normal;
}
/* nasconde il primo figlio
#navBar li:first-child {
  display: none;
}
*/
#navBar li::before {
  margin: 0 5px;
}
#breadcrumbs a {
  font-weight: normal;
  color: #707070;
  text-decoration: underline;
}

/* pagine informative */

#body_webPage #colSx,
#body_webPage #breadcrumbs ul li:first-child
{
  display: none;
}
#body_webPage #staticPage {
  max-width: 1220px;
}




@media screen and (max-width: 1220px) {

  #body_home.index #colMid, /* home page */
  #body_home #colMid {
    padding: 0;
  }
  #colMid {
    padding: 0 3%;
  }

  #body_home.index #colMid #staticPage, /* home page */
  #body_home #colMid #staticPage .hero,
  #body_home #colMid #staticPage .brands,
  #body_home #colMid #categoriesBoxes,
  #body_home #colMid .bigBox
  {
  	margin-left: 3%;
    margin-right: 3%;
  }

  #body_webPage #staticPage {
  	margin: 0 8%;
  }

}
