/* === RESET === */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, nav, section, aside, footer {
	display: block;
}

/* ========================================== */

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #222222;
  background: #EEEEEE;
  font-size: 14px;
  line-height: 1.6em;
}

.cl {  clear: both;}
.fl {  float: left;}
.fr {  float: right;}
strong, b, dt { font-weight: bold;}
.no-margin { margin: 0;}
em { font-style: italic;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
.red { color: #ab260b;}
.center {  text-align: center;}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em;}

sub { bottom: -0.25em;}


hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}


p, ul, ol {
  margin-bottom: 1.4em;
}


ul, ol, dt, dd {
  line-height: 1.4em;
}

ul, ol {
  padding-left: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 0.4em;
}


dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }

}

/***** HEADING *****/
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  color: #3b3e45;
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

h2 {
  font-size: 26px;
  margin-top: 20px;
}

h3 {
  font-size: 1.71em;  /* 24px a 14px */
}

h4 {
  font-size: 1.28em;  /* 18px a 14px */
}

h5 {
  font-size: 1em;  /* 14px a 14px */
}

h6 {
  font-size: 0.85em;  /* 12px a 14px */
}


@media screen and (min-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	
}

/***** LINK ******/
a, a:link, a:visited {
  outline: none;
  color: #666;
  text-decoration: underline;
  transition: color 300ms;
  -moz-transition: color 300ms;
  -webkit-transition: color 300ms;
}

a:hover, a:active {
  text-decoration: none;
  color: #333;
}

/*********** TESTATA *********/
#main-header .top {
  background: url(../images/header-bg.jpg) center center #1f2229 no-repeat;
  background-size: 100% auto;
}

#main-header .bottom {
  background: #be1a09;
  height: 40px;
}

#main-header #logo {
  display: inline-block;
  margin: 10px 0;
  transition: opacity 300ms;
}

#main-header #logo img {
  max-width: 100%;
  height: auto;
}

#main-header #logo:hover, #main-header #logo:active {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  #main-header .top {
    background-size: auto auto;
  }

  #main-header #logo {
    margin: 35px 0;
  }

}

/********** NAV **********/
#nav-main {
  position: relative;
}

#main-menu {
  list-style: none;
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
}

#main-menu li {
  position: relative;
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: table-cell;
  color: #F00;
}

#main-menu li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 4px;
  box-shadow: inset 0px 0 0 #e74c3c;
  transition: box-shadow 300ms;
}

#main-menu li:hover a, #main-menu li:active a, #main-menu li.sel a {
  box-shadow: inset 0px -45px 0 #e74c3c;
}

#main-menu li .sub {
  position: absolute;
  padding: 10px;
  margin: 0;
  list-style: none;
  top: 100%;
  left: 0;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  background: #f5cf1f;
  transition: all 300ms;
}

#main-menu li:hover .sub, #main-menu li:active .sub {
  opacity: 1;
  visibility: visible;
}

#main-menu li.right .sub {
  left: auto;
  right: 0;
}

#main-menu a:link, #main-menu a:visited {
  color: #FF0;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 4px;
  box-shadow: inset 0px 0 0 #e74c3c;
  transition: box-shadow 300ms;
}

#main-menu a:hover, #main-menu a:active {
  box-shadow: inset 0px -45px 0 #e74c3c;
}

#main-menu-mobile {
  list-style: none;
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
}

#main-menu-mobile li {
  position: relative;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: table-cell;
  color: #FFF;
  width: 50%;
}

#main-menu-mobile li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 4px;
  box-shadow: inset 0px 0 0 #e74c3c;
  transition: box-shadow 300ms;
}

#main-menu-mobile li:hover a, #main-menu-mobile li:active a, #main-menu-mobile li.sel a {
  box-shadow: inset 0px -45px 0 #e74c3c;
}

#main-menu-mobile li .sub {
  padding: 10px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  background: #e74c3c;
  transition: all 300ms;
}

#main-menu-mobile li:hover .sub, #main-menu-mobile li:active .sub {
  opacity: 1;
  visibility: visible;
}

#main-menu-mobile a:link, #main-menu-mobile a:visited {
  position: relative;
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 4px;
  box-shadow: inset 0px 0 0 #e74c3c;
  transition: box-shadow 300ms;
}

#main-menu-mobile a:hover, #main-menu-mobile a:active {
  box-shadow: inset 0px -45px 0 #e74c3c;
}

#main-menu-mobile .icon {
	float: right;
	display: block;
	width: 20px;
	height: 15px;
	background: url(../images/icon-user.png);
	background-size: 100% auto;
	margin: 12px 8px 0px 0px;
}

.openDayMobile #openDayMobile:link, .openDayMobile #openDayMobile:active {
  box-shadow: inset 0px -45px 0 #c92e1e;
}

#day-mobile-cont {
  position: relative;
  background: #e74c3c;
  width: 100%;
  z-index: 100;
}

#day-mobile-cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#day-mobile-cont li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #EC7063;
	width: 100%;
	display: block;
}

#day-mobile-cont a:link, #day-mobile-cont a:visited {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  /*box-shadow: inset 0px 0 0 #c92e1e;
  transition: box-shadow 300ms;*/
  transition: background-color 300ms;
}

#day-mobile-cont a:hover, #day-mobile-cont a:active, #day-mobile-cont a .sel, #day-mobile-cont li.sel a {
	background-color: #c92e1e;
 	/*box-shadow: inset 768px 0 0 #c92e1e;*/
}

#day-mobile-cont a span {
  display: inline-block;
  background-color: #c92e1e;
  width: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
}

body #day-mobile-cont {
    max-height: 0;
	overflow: hidden;
  	transition: max-height 400ms;
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}


body.openDayMobile #day-mobile-cont {
    max-height: 3000px;
}

@media screen and (min-width: 768px) {
	#day-mobile-cont li {
		width: 50%;
		display: inline-block;
	}
}

@media screen and (min-width: 992px) {
	#day-mobile-cont li {
		width: 100%;
		display: block;
	}
}

.hamb {
	position: relative;
	width: 19px;
	height: 18px;
	margin: 11px 10px 0 7px;
	float: left;
	display: block;
}

.hamb div {
  position: absolute;
  height: 3px;
  width: 19px;
  background: #FFF;
  transition: all 300ms;
}


.hamb .bar-2 {
  top: 7px;
}

.hamb .bar-3 {
  top: 14px;
}


.openDayMobile .hamb .bar-1 {
	transform: rotate(45deg) translate(5px, 5px);
	transform-origin: 50% 0%;
}

.openDayMobile .hamb .bar-3 {
	transform: rotate(-45deg) translate(4px, -6px);
	transform-origin: 50% 50%;
}

.openDayMobile .hamb .bar-2 {
	transform: translateY(-8px);
	opacity: 0;
}

/********** BOTTONI *********/
.btn {
  display: block;
  display: inline-block;
  background: #7F8289; /*#3b3e45;*/
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1em;
  border-radius: 5px;
  vertical-align: middle;
  /*box-shadow: inset 0 0 0 #e74c3c;*/
}

.btn:link, .btn:visited {
  color: #FFF;
  text-decoration: none;
  /*transition: box-shadow 300ms;*/
  transition: background-color 300ms;
}

.btn.left {
  float: left;
}

.btn.left:hover, .btn.left:active {
	background-color: #e74c3c;
  	/*box-shadow: inset -200px 0 0 0 #e74c3c;*/
}

.btn.right {
  float: right;
}

.btn.right:hover, .btn.right:active {
	background-color: #e74c3c;
  	/*box-shadow: inset 200px 0 0 0 #e74c3c;*/
}

.btn.ml {
  margin-left: 10px;
}

.btn.mr {
  margin-right: 10px;
}

.btn.mt {
  margin-top: 10px;
}

.btn.mb {
  margin-bottom: 10px;
}

.btn.red {
  background: #ab260b;
}

.btn.small {
  padding: 5px 10px;
}

.icon {
  width: 18px;
  height: 13px;
  display: inline-block;
  line-height: inherit;
}

.icon.arrow-left {
  background: url(../images/icon-arrow-sx.png) center no-repeat;
  margin: 0 5px -2px 0px;
}

.icon.arrow-right {
  background: url(../images/icon-arrow-dx.png) center no-repeat;
  margin: 0 0px -2px 5px;
}

/********** CONTENUTO *********/

#content-main {
  padding-top: 30px;
  padding-bottom: 50px;
}

.img-responsive {
	max-width:100%;
	height:auto;
}

.img-left {
	max-width:300px;
	height: auto;
	margin:7px 0;
}



aside {
  margin-top: 45px;
}


@media screen and (min-width: 768px) {
  #content-main {
    padding-top: 60px;
  }
	
	.img-left {
		float:left;
		margin-right: 20px;
	}

}

p.new {
    background-color: #d42512;
    padding: 5px 10px;
    color: #FF0;
    border-radius: 5px;
	display:inline-block;
}

p.new a:link, p.new a:visited { 
	color:#FF0; 
}

p.new a:active, p.new a:hover {
	text-decoration:none;
}

p.old {
    background-color: #d42512;
    
    color: #FF0;
    
	
}

p.old a:link, p.old a:visited { 
	color:#FF0; 
}

p.old a:active, p.old a:hover {
	text-decoration:none;
}




/********* Tabelle *********/

.tabella {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.tabella .tr.even,
.tabella tr.even {
	background: #F7F7F7;
}

.tabella .row {
  margin: 0;
}

.tabella thead, .tabella .thead {
  background: #ab260b;
  color: #f9ce4b;
}

.tabella thead td, .tabella .thead td, .tabella thead .td, .tabella .thead .td {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 13px;
}

.tabella tbody, .tabella .tbody {
  background: #FFF;
}

.tabella tbody tr, .tabella .tbody tr, .tabella tbody .tr, .tabella .tbody .tr {
  border-bottom: 1px solid #ececec;
}

.tabella tbody tr td, .tabella .tbody tr td, .tabella tbody .tr td, .tabella .tbody .tr td, .tabella tbody tr .td, .tabella .tbody tr .td, .tabella tbody .tr .td, .tabella .tbody .tr .td {
  padding: 15px 10px;
  vertical-align: middle;
}

.tabella .tbody, .tabella .thead {
  margin-left: -15px;
  margin-right: -15px;
}

#calendario tbody .tr, #calendario .tbody .tr {
  border-top: 3px solid #3b3e45;
}

#calendario tbody .first, #calendario .tbody .first {
  background-color: #DDDDDD;
}

#calendario tbody .first strong, #calendario .tbody .first strong {
  color: #3b3e45;
  font-size: 17px;
  font-weight: 400;
  font-weight: 700;
  display: block;
}

#calendario tbody .first em, #calendario .tbody .first em {
  font-size: 13px;
}

#calendario tbody .second, #calendario .tbody .second {
  background: #3b3e45;
  color: #FF0;
  text-align: center;
  font-weight: 400;
}

#calendario tbody .fourth, #calendario .tbody .fourth {
  font-size: 35px;
  /*font-weight: 400;*/
  font-weight: 700;
  color: #3b3e45;
  text-align: center;
  padding: 15px 0;
}

#calendario .tbody .fourth .tempo {
	font-size:12px;
	font-weight:400;
	color:#999;
}

/*
#calendario .tbody .fourth span.type { 
	position:absolute;
	margin-top:3px;
	display:block;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	text-align:center;
	width:100%;
}

#calendario .tbody .fourth span.type .inner {
	text-align:center;
	border-radius:3px;
	background:#E7E7E7;
	padding:2px 5px;
	margin-top:5px;
	font-style:italic;
	color:#999;
	display:none;
}
*/

#calendario .tbody .final .fourth span.type .inner.final { display:inline-block; }
#calendario .tbody .running .fourth span.type .inner.running { display:inline-block; }

@media screen and (max-width: 768px) {
	#calendario tbody .fourth, #calendario .tbody .fourth {
		font-size:45px;
		padding-bottom:35px;
	}
	
	#calendario .tbody .fourth .tempo {
	padding-top:10px;
	font-size:14px;
	}
	
}

#calendario tbody .third, #calendario .tbody .third, #calendario tbody .fifth, #calendario .tbody .fifth {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
}


#calendario .squadra-a,
#calendario .squadra-b {
	background-repeat: no-repeat;
	height: 40px;
}

#calendario .squadra-a {
	background-position: left 5px;
}

#calendario .squadra-b {
	background-position: right 5px;
}

.squadra-acireale 	{ background-image: url(../images/loghi/acireale.png); }
.squadra-bari 		{ background-image: url(../images/loghi/bari.png); }
.squadra-castrovillari 	{ background-image: url(../images/loghi/castrovillari.png); }
.squadra-cittadimessina { background-image: url(../images/loghi/cittadimessina.png); }
.squadra-cittanovese 	{ background-image: url(../images/loghi/cittanovese.png); }
.squadra-gela	 	{ background-image: url(../images/loghi/gela.png); }
.squadra-igeavirtus 	{ background-image: url(../images/loghi/igeavirtus.png); }
.squadra-locri 		{ background-image: url(../images/loghi/locri.png); }
.squadra-marsala 	{ background-image: url(../images/loghi/marsala.png); }
.squadra-messina	{ background-image: url(../images/loghi/messina.png); }
.squadra-nocerina	{ background-image: url(../images/loghi/nocerina.png); }
.squadra-palmese 	{ background-image: url(../images/loghi/palmese.png); }
.squadra-portici	{ background-image: url(../images/loghi/portici.png); }
.squadra-roccella	{ background-image: url(../images/loghi/roccella.png); }
.squadra-sancataldese 	{ background-image: url(../images/loghi/sancataldese.png); }
.squadra-troina 	{ background-image: url(../images/loghi/troina.png); }
.squadra-turris		{ background-image: url(../images/loghi/turris.png); }
.squadra-rotonda	{ background-image: url(../images/loghi/rotonda.png); }
.squadra-napoli 	{ background-image: url(../images/loghi/napoli.png); }
.squadra-palermo 	{ background-image: url(../images/loghi/palermo.png); }
.squadra-parma	 	{ background-image: url(../images/loghi/parma.png); }
.squadra-pescara 	{ background-image: url(../images/loghi/pescara.png); }
.squadra-roma	 	{ background-image: url(../images/loghi/roma.png); }
.squadra-sampdoria 	{ background-image: url(../images/loghi/sampdoria.png); }
.squadra-sassuolo 	{ background-image: url(../images/loghi/sassuolo.png); }
.squadra-spal 		{ background-image: url(../images/loghi/spal.png); }
.squadra-siena	 	{ background-image: url(../images/loghi/siena.png); }
.squadra-torino 	{ background-image: url(../images/loghi/torino.png); }
.squadra-udinese 	{ background-image: url(../images/loghi/udinese.png); }
.squadra-verona 	{ background-image: url(../images/loghi/verona.png); }
.squadra-fcmessina 	{ background-image: url(../images/loghi/fcmessina.png); }
.squadra-acrmessina 	{ background-image: url(../images/loghi/acrmessina.png); }
.squadra-biancavilla 	{ background-image: url(../images/loghi/biancavilla.png); }
.squadra-corigliano 	{ background-image: url(../images/loghi/corigliano.png); }
.squadra-giugliano 	{ background-image: url(../images/loghi/giugliano.png); }
.squadra-licata 	{ background-image: url(../images/loghi/licata.png); }
.squadra-m-ragusa 	{ background-image: url(../images/loghi/m-ragusa.png); }
.squadra-nola 		{ background-image: url(../images/loghi/nola.png); }
.squadra-santommaso 	{ background-image: url(../images/loghi/santommaso.png); }
.squadra-savoia 	{ background-image: url(../images/loghi/savoia.png); }
.squadra-santagata 	{ background-image: url(../images/loghi/santagata.png); }
.squadra-santamaria 	{ background-image: url(../images/loghi/santamaria.png); }
.squadra-rende 		{ background-image: url(../images/loghi/rende.png); }
.squadra-dattilo 	{ background-image: url(../images/loghi/dattilo.png); }
.squadra-paterno 	{ background-image: url(../images/loghi/paterno.png); }
.squadra-sanluca 	{ background-image: url(../images/loghi/sanluca.png); }
.squadra-gelbison 	{ background-image: url(../images/loghi/gelbison.png); }

@media screen and (min-width: 768px) {
	#calendario tbody .third, #calendario .tbody .third, #calendario tbody .fifth, #calendario .tbody .fifth {
		line-height: 32px;
	}

	#calendario .squadra-a,
	#calendario .squadra-b {
		height: 32px;
	}
}

#classifica td {
  padding: 5px;
}

#classifica thead td {
  text-align: center;
}

#classifica thead td.logo {
	width:40px;
}

#classifica thead .first {
  text-align: left;
}

#classifica thead .first, #classifica thead .second {
  font-weight: 700;
}

#classifica tbody td {
  border-right: 1px solid #ececec;
  text-align: center;
}

#classifica tbody .first {
  text-align: left;
}

#classifica tbody .first, #classifica tbody .second {
  font-weight: 700;
  color: #3b3e45;
}

#classifica span.logo { 
	display:inline-block;
	width:40px; 
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
}

#classifica a:link,
#classifica a:visited {
	text-decoration: none;
	border-bottom:1px dotted #BBB;
}

aside #classifica tbody td { font-size: 13px; }
aside #classifica .hidden-xs { display:none !important; }
aside #classifica .visible-xs { display:block !important; }
  
#calendario tbody .fifth, #calendario .tbody .fifth {
  padding-right: 50px;
  padding-left: 0px;
  background-position: 90% center;
}

#calendario tbody .third, #calendario .tbody .third {
  padding-left: 50px;
  padding-right: 0px;
  background-position: 10% center;
}

#calendario .tbody .fifth a:link,
#calendario .tbody .fifth a:visited,
#calendario .tbody .third a:link,
#calendario .tbody .third a:visited {
	text-decoration:none;
	border-bottom:1px dotted #BBB;
}

@media screen and (min-width: 768px) {
  .tabella {
    margin-top: 15px;
  }

  .tabella .tr {
    display: table;
    width: 100%;
  }

  .tabella .tr .td {
    display: table-cell;
    height: 100%;
    float: none;
  }

  .tabella .tbody, .tabella .thead {
    margin-left: 0;
    margin-right: 0;
  }

  #calendario tbody .tr, #calendario .tbody .tr {
    border-top: none;
  }

  #calendario tbody .first, #calendario .tbody .first {
    background: none;
  }

  #calendario tbody .second, #calendario .tbody .second {
    background-color: #ab260b;
  }

  #calendario tbody .fourth, #calendario .tbody .fourth {
    font-size: 30px;
    padding: 0px;
  }

  #calendario tbody .third, #calendario .tbody .third, #calendario tbody .fifth, #calendario .tbody .fifth {
    font-weight: 400;
  }

}


.icon-waiting {
	background: url(../images/icon-waiting.png) center center no-repeat;
	background-size: 22px 22px;
	width: 100%;
	height: 30px;
	display: inline-block;
}

/******* FOOTER ********/
#footer-main {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #DDDDDD;
}

/****** MOBILE *******/
body {
  overflow-x: hidden;
}

#container-main {
  position: relative;
}

#container-main, #day-mobile-cont {
  transition: left 300ms;
}

/* === RESPONSIVE === */

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.wrapper { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.wrapper:before, .wrapper:after { content: " "; display: table; }
.wrapper:after { clear: both; }

.xs-no-margin {
	padding-left: 0; padding-right: 0;
}

@media screen and (min-width: 768px) {
	.wrapper { width: 750px; }
	.xs-no-margin {
		padding-left: -15px; padding-right: -15px;
	}
}
@media screen and (min-width: 992px) {
	.wrapper { width: 970px; }
}
@media screen and (min-width: 1200px) {
	.wrapper { width: 1170px; }
}

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-05, .col-sm-05, .col-md-05, .col-lg-05, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-lg-35, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-45, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lg-85, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-05, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66%; }
.col-xs-10 { width: 83.33%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66%; }
.col-xs-7 { width: 58.33%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.6%; }
.col-xs-4 { width: 33.33%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66%; }
.col-xs-1 { width: 8.33%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66%; }
.col-xs-pull-10 { right: 83.33%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66%; }
.col-xs-pull-7 { right: 58.33%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.6%; }
.col-xs-pull-4 { right: 33.33%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66%; }
.col-xs-pull-1 { right: 8.33%; }
.col-xs-pull-0 { right: 0%; }
.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66%; }
.col-xs-push-10 { left: 83.33%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66%; }
.col-xs-push-7 { left: 58.33%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.6%; }
.col-xs-push-4 { left: 33.33%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66%; }
.col-xs-push-1 { left: 8.33%; }
.col-xs-push-0 { left: 0%; }
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66%; }
.col-xs-offset-10 { margin-left: 83.33%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66%; }
.col-xs-offset-7 { margin-left: 58.33%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.6%; }
.col-xs-offset-4 { margin-left: 33.33%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66%; }
.col-xs-offset-1 { margin-left: 8.33%; }
.col-xs-offset-05 { margin-left: 4.165%; }
.col-xs-offset-0 { margin-left: 0%; }

@media screen and (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-45, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
	.col-sm-12 { width: 100%; }
	.col-sm-11 { width: 91.66%; }
	.col-sm-10 { width: 83.33%; }
	.col-sm-9 { width: 75%; }
	.col-sm-8 { width: 66.66%; }
	.col-sm-7 { width: 58.33%; }
	.col-sm-6 { width: 50%; }
	.col-sm-5 { width: 41.6%; }
	.col-sm-45 { width: 37.495%; }
	.col-sm-4 { width: 33.33%; }
	.col-sm-3 { width: 25%; }
	.col-sm-2 { width: 16.66%; }
	.col-sm-1 { width: 12%; }
	.col-sm-pull-12 { right: 100%; }
	.col-sm-pull-11 { right: 91.66%; }
	.col-sm-pull-10 { right: 83.33%; }
	.col-sm-pull-9 { right: 75%; }
	.col-sm-pull-8 { right: 66.66%; }
	.col-sm-pull-7 { right: 58.33%; }
	.col-sm-pull-6 { right: 50%; }
	.col-sm-pull-5 { right: 41.6%; }
	.col-sm-pull-45 { right: 37.495%; }
	.col-sm-pull-4 { right: 33.33%; }
	.col-sm-pull-3 { right: 25%; }
	.col-sm-pull-2 { right: 16.66%; }
	.col-sm-pull-1 { right: 8.33%; }
	.col-sm-pull-0 { right: 0%; }
	.col-sm-push-12 { left: 100%; }
	.col-sm-push-11 { left: 91.66%; }
	.col-sm-push-10 { left: 83.33%; }
	.col-sm-push-9 { left: 75%; }
	.col-sm-push-8 { left: 66.66%; }
	.col-sm-push-7 { left: 58.33%; }
	.col-sm-push-6 { left: 50%; }
	.col-sm-push-5 { left: 41.6%; }
	.col-sm-push-4 { left: 33.33%; }
	.col-sm-push-3 { left: 25%; }
	.col-sm-push-2 { left: 16.66%; }
	.col-sm-push-1 { left: 8.33%; }
	.col-sm-push-0 { left: 0%; }
	.col-sm-offset-12 { margin-left: 100%; }
	.col-sm-offset-11 { margin-left: 91.66%; }
	.col-sm-offset-10 { margin-left: 83.33%; }
	.col-sm-offset-9 { margin-left: 75%; }
	.col-sm-offset-8 { margin-left: 66.66%; }
	.col-sm-offset-7 { margin-left: 58.33%; }
	.col-sm-offset-6 { margin-left: 50%; }
	.col-sm-offset-5 { margin-left: 41.6%; }
	.col-sm-offset-4 { margin-left: 33.33%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-2 { margin-left: 16.66%; }
	.col-sm-offset-1 { margin-left: 8.33%; }
	.col-sm-offset-05 { margin-left: 4.165%; }
	.col-sm-offset-0 { margin-left: 0%; }
}

@media screen and (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
	.col-md-12 { width: 100%; }
	.col-md-11 { width: 91.66%; }
	.col-md-10 { width: 83.33%; }
	.col-md-9 { width: 75%; }
	.col-md-8 { width: 66.66%; }
	.col-md-7 { width: 58.33%; }
	.col-md-6 { width: 50%; }
	.col-md-5 { width: 41.6%; }
	.col-md-4 { width: 33.33%; }
	.col-md-3 { width: 25%; }
	.col-md-2 { width: 16.66%; }
	.col-md-1 { width: 8.33%; }
	.col-md-pull-12 { right: 100%; }
	.col-md-pull-11 { right: 91.66%; }
	.col-md-pull-10 { right: 83.33%; }
	.col-md-pull-9 { right: 75%; }
	.col-md-pull-8 { right: 66.66%; }
	.col-md-pull-7 { right: 58.33%; }
	.col-md-pull-6 { right: 50%; }
	.col-md-pull-5 { right: 41.6%; }
	.col-md-pull-4 { right: 33.33%; }
	.col-md-pull-3 { right: 25%; }
	.col-md-pull-2 { right: 16.66%; }
	.col-md-pull-1 { right: 8.33%; }
	.col-md-pull-0 { right: 0%; }
	.col-md-push-12 { left: 100%; }
	.col-md-push-11 { left: 91.66%; }
	.col-md-push-10 { left: 83.33%; }
	.col-md-push-9 { left: 75%; }
	.col-md-push-8 { left: 66.66%; }
	.col-md-push-7 { left: 58.33%; }
	.col-md-push-6 { left: 50%; }
	.col-md-push-5 { left: 41.6%; }
	.col-md-push-4 { left: 33.33%; }
	.col-md-push-3 { left: 25%; }
	.col-md-push-2 { left: 16.66%; }
	.col-md-push-1 { left: 8.33%; }
	.col-md-push-0 { left: 0%; }
	.col-md-offset-12 { margin-left: 100%; }
	.col-md-offset-11 { margin-left: 91.66%; }
	.col-md-offset-10 { margin-left: 83.33%; }
	.col-md-offset-9 { margin-left: 75%; }
	.col-md-offset-8 { margin-left: 66.66%; }
	.col-md-offset-7 { margin-left: 58.33%; }
	.col-md-offset-6 { margin-left: 50%; }
	.col-md-offset-5 { margin-left: 41.6%; }
	.col-md-offset-4 { margin-left: 33.33%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-2 { margin-left: 16.66%; }
	.col-md-offset-1 { margin-left: 8.33%; }
	.col-md-offset-05 { margin-left: 4.165%; }
	.col-md-offset-0 { margin-left: 0%; }
}

@media screen and (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-35, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-85, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
	.col-lg-12 { width: 100%; }
	.col-lg-11 { width: 91.66%; }
	.col-lg-10 { width: 83.33%; }
	.col-lg-9 { width: 75%; }
	.col-lg-85 { width: 70.825%; }
	.col-lg-8 { width: 66.66%; }
	.col-lg-7 { width: 58.33%; }
	.col-lg-6 { width: 50%; }
	.col-lg-5 { width: 41.6%; }
	.col-lg-4 { width: 33.33%; }
	.col-lg-35 { width: 29.165%; }
	.col-lg-3 { width: 25%; }
	.col-lg-2 { width: 16.66%; }
	.col-lg-1 { width: 8.33%; }
	.col-lg-pull-12 { right: 100%; }
	.col-lg-pull-11 { right: 91.66%; }
	.col-lg-pull-10 { right: 83.33%; }
	.col-lg-pull-9 { right: 75%; }
	.col-lg-pull-8 { right: 66.66%; }
	.col-lg-pull-7 { right: 58.33%; }
	.col-lg-pull-6 { right: 50%; }
	.col-lg-pull-5 { right: 41.6%; }
	.col-lg-pull-4 { right: 33.33%; }
	.col-lg-pull-3 { right: 25%; }
	.col-lg-pull-2 { right: 16.66%; }
	.col-lg-pull-1 { right: 8.33%; }
	.col-lg-pull-0 { right: 0%; }
	.col-lg-push-12 { left: 100%; }
	.col-lg-push-11 { left: 91.66%; }
	.col-lg-push-10 { left: 83.33%; }
	.col-lg-push-9 { left: 75%; }
	.col-lg-push-8 { left: 66.66%; }
	.col-lg-push-7 { left: 58.33%; }
	.col-lg-push-6 { left: 50%; }
	.col-lg-push-5 { left: 41.6%; }
	.col-lg-push-4 { left: 33.33%; }
	.col-lg-push-3 { left: 25%; }
	.col-lg-push-2 { left: 16.66%; }
	.col-lg-push-1 { left: 8.33%; }
	.col-lg-push-0 { left: 0%; }
	.col-lg-offset-12 { margin-left: 100%; }
	.col-lg-offset-11 { margin-left: 91.66%; }
	.col-lg-offset-10 { margin-left: 83.33%; }
	.col-lg-offset-9 { margin-left: 75%; }
	.col-lg-offset-8 { margin-left: 66.66%; }
	.col-lg-offset-7 { margin-left: 58.33%; }
	.col-lg-offset-6 { margin-left: 50%; }
	.col-lg-offset-5 { margin-left: 41.6%; }
	.col-lg-offset-4 { margin-left: 33.33%; }
	.col-lg-offset-3 { margin-left: 25%; }
	.col-lg-offset-2 { margin-left: 16.66%; }
	.col-lg-offset-1 { margin-left: 8.33%; }
	.col-lg-offset-05 { margin-left: 4.165%; }
	.col-lg-offset-0 { margin-left: 0%; }
}

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.hidden { display: none !important; visibility: hidden !important; }
.affix { position: fixed; }
@-ms-viewport { width: device-width; }
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; }

@media screen and (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) { .visible-xs.visible-sm { display: block !important; }
  table.visible-xs.visible-sm { display: table; }
  tr.visible-xs.visible-sm { display: table-row !important; }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) { .visible-xs.visible-md { display: block !important; }
  table.visible-xs.visible-md { display: table; }
  tr.visible-xs.visible-md { display: table-row !important; }
  th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; }
}
@media screen and (min-width: 1200px) { .visible-xs.visible-lg { display: block !important; }
  table.visible-xs.visible-lg { display: table; }
  tr.visible-xs.visible-lg { display: table-row !important; }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; }
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; }
@media screen and (max-width: 767px) { .visible-sm.visible-xs { display: block !important; }
  table.visible-sm.visible-xs { display: table; }
  tr.visible-sm.visible-xs { display: table-row !important; }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.visible-sm { display: block !important; }
	table.visible-sm { display: table; }
	tr.visible-sm { display: table-row !important; }
	th.visible-sm, td.visible-sm { display: table-cell !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.visible-sm.visible-md { display: block !important; }
	table.visible-sm.visible-md { display: table; }
	tr.visible-sm.visible-md { display: table-row !important; }
	th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; }
}
@media screen and (min-width: 1200px) {
	.visible-sm.visible-lg { display: block !important; }
	table.visible-sm.visible-lg { display: table; }
	tr.visible-sm.visible-lg { display: table-row !important; }
	th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; }
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; }
@media screen and (max-width: 767px) {
	.visible-md.visible-xs { display: block !important; }
	table.visible-md.visible-xs { display: table; }
	tr.visible-md.visible-xs { display: table-row !important; }
	th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.visible-md.visible-sm { display: block !important; }
	table.visible-md.visible-sm { display: table; }
	tr.visible-md.visible-sm { display: table-row !important; }
	th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.visible-md { display: block !important; }
	table.visible-md { display: table; }
	tr.visible-md { display: table-row !important; }
	th.visible-md, td.visible-md { display: table-cell !important; }
}
@media screen and (min-width: 1200px) {
	.visible-md.visible-lg { display: block !important; }
	table.visible-md.visible-lg { display: table; }
	tr.visible-md.visible-lg { display: table-row !important; }
	th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; }
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; }

@media screen and (max-width: 767px) {
	.visible-lg.visible-xs { display: block !important; }
	table.visible-lg.visible-xs { display: table; }
	tr.visible-lg.visible-xs { display: table-row !important; }
	th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.visible-lg.visible-sm { display: block !important; }
	table.visible-lg.visible-sm { display: table; }
	tr.visible-lg.visible-sm { display: table-row !important; }
	th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.visible-lg.visible-md { display: block !important; }
	table.visible-lg.visible-md { display: table; }
	tr.visible-lg.visible-md { display: table-row !important; }
	th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; }
}
@media screen and (min-width: 1200px) {
	.visible-lg { display: block !important; }
	table.visible-lg { display: table; }
	tr.visible-lg { display: table-row !important; }
	th.visible-lg, td.visible-lg { display: table-cell !important; }
}
.hidden-xs { display: block !important; }
table.hidden-xs { display: table; }
tr.hidden-xs { display: table-row !important; }
th.hidden-xs, td.hidden-xs { display: table-cell !important; }

@media screen and (max-width: 767px) {
	.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; }
}
@media screen and (min-width: 1200px) {
	.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; }
}
.hidden-sm { display: block !important; }
table.hidden-sm { display: table; }
tr.hidden-sm { display: table-row !important; }
th.hidden-sm, td.hidden-sm { display: table-cell !important; }

@media screen and (max-width: 767px) {
	.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; }
}
@media screen and (min-width: 1200px) {
	.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; }
}

.hidden-md { display: block !important; }
table.hidden-md { display: table; }
tr.hidden-md { display: table-row !important; }
th.hidden-md, td.hidden-md { display: table-cell !important; }

@media screen and (max-width: 767px) {
	.hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; }
}
@media screen and (min-width: 1200px) {
	.hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; }
}

.hidden-lg { display: block !important; }
table.hidden-lg { display: table; }
tr.hidden-lg { display: table-row !important; }
th.hidden-lg, td.hidden-lg { display: table-cell !important; }

@media screen and (max-width: 767px) {
	.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; }
}
@media screen and (min-width: 1200px) {
	.hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; }

@media print {
	.visible-print { display: block !important; }
	table.visible-print { display: table; }
	tr.visible-print { display: table-row !important; }
	th.visible-print, td.visible-print { display: table-cell !important; }
	.hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; }
}