@charset "UTF-8";
html{
overflow-y:scroll;
padding:0;
margin:0;
font-size:1em;
}
/* mac hide \*/
html,body{width:100%;}
/* end hide */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
}
body{
background: white; /* For browsers that do not support gradients */
background: -webkit-radial-gradient(left, white, #fbeb95, white); /* For Safari 5.1 to 6.0 */
background: -o-radial-gradient(right, white, #fbeb95, white); /* For Opera 11.1 to 12.0 */
background: -moz-radial-gradient(right, white, #fbeb95, white); /* For Firefox 3.6 to 15 */
background: radial-gradient(white, #fbeb95, white); /* Standard syntax (must be last) */
color:black;
margin:0;
padding:0;
text-align:left;
direction:ltr;
unicode-bidi:embed;
}
-o-viewport {
width: 100%;
height: 100%;
}
/*Strip the ul of padding and list styling*/
ul {
float: right;
list-style-type:none;
margin:0;
padding:0;
position: relative;
}
/*Create a horizontal list with spacing*/
li {
display:inline-block;
float: left;
margin-right: 2px;
}
/*Style for menu links*/
li a {
display:block;
text-align: center;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight: normal;
color: #ab851a;
background: transparent;
text-decoration: none;
box-shadow: 2px 2px 2px 0px #000000;
border-radius: 3px;
border: 1px solid gold;
}
/*Hover state for top level links*/
li:hover a {
background: #ab851a;
color: #ffffff;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
background-color:transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #ab851a;
text-align: center;
padding: 10px 0;
display: none;
box-shadow: 2px 2px 2px 0px #000000;
border-radius: 3px;
}
/*Hide checkbox*/
input[type=checkbox]{
display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
display: block;
text-align: center;
}
/*Responsive Styles*/
@media(max-width:768px){
/*Make dropdown links appear inline*/
ul {
position: absolute;
display: none;
background:transparent;
}
/*Create vertical spacing*/
li {
background: white; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, white, #fbeb95, white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, white, #fbeb95, white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, white, #fbeb95, white); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, white, #fbeb95, white); /* Standard syntax (must be last) */
width: 55%;
margin-bottom: 1px;
}
/*Make all menu links full width*/
ul li, li a {
background-color:transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.875em;
line-height: 35px;
border-radius: 3px;
}
/*Display 'show menu' link*/
.show-menu {
display:block;
width: 30%;
}
}
div.page-separator{
background-color:transparent;
height:2px;
}
@media(max-width:768px){
div.page-separator{
background-color:transparent;
height:2px;
}
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:Arial;
font-size:1em;
text-decoration: none;
color:black;
padding:0px;
border:0px;
margin:0px;
}
h1.titles{
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:300;
text-align:left;
font-size:1.125em;
text-indent: 5px;
text-decoration: none;
color:white;
padding-top:0px;
border:0px;
margin:15px 0px 0px 0px;
}
@media (max-width: 768px){
h1.titles{
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:300;
font-size:0.75em;
text-align:left;
text-indent: 2px;
color:white;
padding:0px;
border:0px;
margin:10px 0px 0px 0px;
}
}
h1.titles:first-line {
background-color: black;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight: normal;
color: #ab851a;
padding:0px;
border:0px;
margin:0px;
}
@media (max-width: 768px){
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.625em;
font-weight: normal;
padding:0px;
color: #ab851a;
border:0px;
margin:0px;
}
}
.tra {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight: 200;
color:transparent;
padding:0px;
border:0px;
margin:0px;
}
@media(max-width:768px){
.tra{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight: 200;
color:transparent;
padding:0px;
border:0px;
margin:0px;
}
}
h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight: normal;
color: #ab851a;
padding:0px;
border:0px;
margin:0px;
}
@media(max-width:768px){
h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.625em;
font-weight: normal;
padding:0px;
color: #ab851a;
border:0px;
margin:0px;
}
}
h5,h6{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.5625em;
font-weight:normal;
color:#ab851a;
margin:0px 0px 0px 5px;
}
h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
font-weight:normal;
color:#ab851a;
margin:0px 0px 0px 5px;
}
h4.intro::first-letter{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-shadow: 2px 2px #000000;
color: #ab851a;
font-size:200%;
}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.6875em;
font-weight:normal;
color:#ab851a;
margin:0px 0px 0px 5px;
padding:0px;
border:0px;
}
@media (max-width: 768px){
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.6875em;
font-weight:normal;
padding:0px;
border:0px;
margin:0px;
}
}
a{
cursor:pointer;
color:black;
text-decoration:none;
}
img {
max-width: 100%;
height:auto;
padding:0px;
border-radius: 10px;
border: 0px solid gold;
margin:0px;
}
@media (min-width: 768px){
img{
max-width: 100%;
height:auto;
}
}
hr{
border-width:0;
height:1px;
}
.shadows {
background-color:transparent;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 5px;
}
#shadows {
background-color:transparent;
box-shadow: 1px 1px 2px 0px #000000;

border-radius: 8px;
}
@font-face {
     font-family: Champignon;
     src: url('/Champignon.otf'); 
}
@font-face {
     font-family: monalisaicg-recut-opentype;
     src: url('/monalisaicg-recut-opentype.otf'); 
}
.text1{
text-align: center;
font-family: monalisaicg-recut-opentype, sans-serif;
font-weight: normal;
font-size: 125%;
text-decoration: none;
color: #ab851a;
margin: 0px 0px 0px 0px;
}
@media(max-width:768px){
.text1  {
text-align: center;
font-family: monalisaicg-recut-opentype;
font-weight: normal;
font-size: 185%;
text-decoration: none;
color: #ab851a;
margin: 0px 0px 0px 0px;
}
}
.names {
font-family : Champignon;
}
h3.names {
font-family : Champignon;
font-size: 2.1875em;
text-indent: 0px;
color: #ab851a;
}
@media(max-width:768px){
.names {
font-family : monalisaicg-recut-opentype;
font-size: 3.125em;
text-indent: 0px;
color: #ab851a;
}
}
.names2{
clear:both;
font-family : monalisaicg-recut-opentype;
font-size: 3.125em;
text-indent: 0px;
text-align:center;
color: #ab851a;
}
@media(max-width:768px){
.names2  {
clear:both;
font-family : monalisaicg-recut-opentype;
font-size: 1.875em;
text-indent: 0px;
text-align:center;
color: #ab851a;
}
}
#header{
width:100%;
text-align:center;
margin:0px 0px 5px 0px;
}
@media(max-width:768px){
#header  {
width:100%;
text-align:center;
margin:0px 0px 5px 0px;
}
}
#title {
background-image: url('/imagestours/toursdancingbanner.gif');
background-repeat: no-repeat;
background-size : 100% ;
height: 250px;
background-position : center center;
font-family : monalisaicg-recut-opentype, sans-serif;
width : 100%;
}
@media(max-width:768px){
#title {
background-image: url('/imagestours/toursdancingbanner.gif');
background-repeat: no-repeat;
background-size : 100% ;
background-position : center center;
font-family: monalisaicg-recut-opentype, sans-serif;
width: 100%;
}
}
#title h1{
text-align: left;
font-family: monalisaicg-recut-opentype, sans-serif;
font-weight: normal;
font-size: 4em;
text-indent: 12%;
color: #ab851a;
margin: 0px 0px 0px 0px;
}
@media(max-width:768px){
 #title h1{
text-align: left;
font-family: monalisaicg-recut-opentype, sans-serif;
font-weight: normal;
font-size: 3em;
text-indent: 12%;
color: #ab851a;
margin: 0px 0px 0px 0px;
}
}
#title h2{
text-align: left;
font-size: 4em;
font-family: monalisaicg-recut-opentype;
font-weight: normal;
color: #ab851a;
line-height: 0px;
text-indent: 61%;
margin-top: 20px;
}
@media (max-width: 768px){
#title h2{
text-align: left;
font-size: 3em;
font-family: monalisaicg-recut-opentype, sans-serif;
font-weight: normal;
color: #ab851a;
line-height: 0px;
text-indent: 61%;
margin-top: 20px;
}
}
#title h3:first-line {
background-color: #000000;
}
#title h3{
text-align: center;
font-size: 1.125em;
font-family: Champignon;
font-weight: 300;
color: white;
line-height: 0px;
text-indent: 0px;
margin: 0px 5px 0px 0px;
}
@media (max-width: 768px){
#header #title h3{
text-align: center;
font-size: 0.75em;
font-family: Champignon;
font-weight: 300;
color: white;
line-height: 0px;
text-indent: 0px;
margin: 0px 5px 0px 0px;
}
}
#header #title h4{
font-family: Champignon;
font-weight: 300;
font-size: 1em;
color: #ab851a;
text-align: center;
margin: auto;
border: 0px solid #73AD21;
padding: 0px;
}
@media(max-width:768px){
#header#title h4{
font-family: Champignon;
font-weight: 200;
font-size: 1em;
color: #ab851a;
text-align: center;
margin: auto;
border: 0px solid #73AD21;
padding: 0px;
}
}
#nav2{
margin-top: 0px;
text-align: right;
font-size: 0.75em;
font-weight: 400;
border: 0px solid gold;
}
@media (max-width: 767px){
#nav2{
text-align: left;
}
}
#nav2 a{
display: inline-block;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 5px;
border: 1px solid gold;
text-align: right;
color: black;
padding: 0px 8px 0px 8px;
margin: 2px 0px 2px 0px;
}
@media (max-width: 767px){
#nav2 a{
display: inline-block;
background-color: #8fc8d9;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 5px;
border: 1px solid gold;
text-align: right;
color: white;
padding: 0px 5px 0px 5px;
margin: 2px 0px 2px 0px;
}
}
#nav2 a:hover{
color: green;
text-decoration: none
}
#nav2 a.active{
border-bottom: 2px solid #eeeeee;
margin-bottom: 0px;
}
#nav2 a.active:hover{
color: green;
}
button{
background-color: #8fc8d9;
margin-top: 0px;
font-family: "Bodoni MT", Arial, sans-serif;
text-align: center;
font-size: 0.75em;
font-weight: bold;
border: 0px solid green;
}
@media (max-width: 768px){
button{
text-align: center;
}
}
button{
display:inline-block;
background-color:white;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 8px;
color:black;
padding:0px 10px 0px 10px;
margin:2px 0px 2px 0px;
}
#grad1 {
background: white; /* For browsers that do not support gradients */
background: -webkit-radial-gradient(left, white, #fbeb95, white); /* For Safari 5.1 to 6.0 */
background: -o-radial-gradient(right, white, #fbeb95, white); /* For Opera 11.1 to 12.0 */
background: -moz-radial-gradient(right, white, #fbeb95, white); /* For Firefox 3.6 to 15 */
background: radial-gradient(white, #fbeb95, white); /* Standard syntax (must be last) */
}
#containermain{
width:100%;
max-width:1024px;
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
margin-left:auto;
margin-right:auto;
border:0px solid gold;
color:black;
}
@media(max-width:768px){
#containermain{
width:100%;
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
margin-left:auto;
margin-right:auto;
border:1px solid gold;
color:black;
}
}
.container{
width:100%;
max-width:1024px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
box-sizing:border-box;
margin-top:0px;
margin-left:auto;
margin-right:auto;
border:0px solid gold;
color:black;
}
@media(max-width:768px){
.container{
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
border-radius: 2px;
}
}
.row{
*zoom:1;
}
.row:before,.row:after{
display:table;
height:100%;
content:""
}
.row:after{
clear:both
}
@media(max-width:768px){
.row:after{
clear:none
}
}
.span1{
float:left;
}
.span1:before,.span1:after{
display:table;content:""
}
.span1:after{
clear:both
}
@media(max-width:768px){
.span1{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span1:first-child{
margin-top:0
}
.span1:last-child{
margin-bottom:0
}
.span1:after{
clear:none
}
}
.span2{
float:left;
}
.span2:before,.span2:after{
display:table;
content:""
}
.span2:after{
clear:both
}
@media(max-width:768px){
.span2{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span2:first-child{
margin-top:0
}
.span2:last-child{
margin-bottom:0
}
.span2:after{
clear:none
}
}
.span3{
float:left;
}
.span3:before,.span3:after{
display:table;
content:""
}
.span3:after{
clear:both
}
@media(max-width:768px){
.span3{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span3:first-child{
margin-top:0
}
.span3:last-child{
margin-bottom:0
}
.span3:after{
clear:none
}
}
.span4{
float:left;
}
.span4:before,.span4:after{
display:table;
content:""
}
.span4:after{
clear:both
}
@media(max-width:768px){
.span4{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span4:first-child{
margin-top:0
}
.span4:last-child{
margin-bottom:0
}
.span4:after{
clear:none
}
}
.span5{
float:left;
}
.span5:before,.span5:after{
display:table;
content:""
}
.span5:after{
clear:both
}
@media(max-width:768px){
.span5{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span5:first-child{
margin-top:0
}
.span5:last-child{
margin-bottom:0
}
.span5:after{
clear:none
}
}
.span6{
float:left;
}
.span6:before,.span6:after{
display:table;
content:""
}
.span6:after{
clear:both
}
@media(max-width:768px){
.span6{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span6:first-child{
margin-top:0
}
.span6:last-child{
margin-bottom:0
}
.span6:after{
clear:none
}
}
.span7{
float:left;
}
.span7:before,.span7:after{
display:table;
content:""
}
.span7:after{
clear:both
}
@media(max-width:768px){
.span7{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span7:first-child{
margin-top:0
}
.span7:last-child{
margin-bottom:0
}
.span7:after{
clear:none
}
}
.span8{
float:left;
}
.span8:before,.span8:after{
display:table;
content:""
}
.span8:after{
clear:both
}
@media(max-width:768px){
.span8{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span8:first-child{
margin-top:0
}
.span8:last-child{
margin-bottom:0
}
.span8:after{
clear:none
}
}
.span9{
float:left;
}
.span9:before,.span9:after{
display:table;
content:""
}
.span9:after{
clear:both
}
@media(max-width:768px){
.span9{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span9:first-child{
margin-top:0
}
.span9:last-child{
margin-bottom:0
}
.span9:after{
clear:none
}
}
.span10{
float:left;
}
.span10:before,.span10:after{
display:table;content:""
}
.span10:after{
clear:both
}
@media(max-width:768px){
.span10{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span10:first-child{
margin-top:0
}
.span10:last-child{
margin-bottom:0
}
.span10:after{
clear:none
}
}
.span11{
float:left;
}
.span11:before,.span11:after{
display:table;
content:""
}
.span11:after{
clear:both
}
@media(max-width:768px){
.span11{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span11:first-child{
margin-top:0
}
.span11:last-child{
margin-bottom:0
}
.span11:after{
clear:none
}
}
.span12{
float:left;
}
.span12:before,.span12:after{
display:table;
content:""
}
.span12:after{
clear:both
}
@media(max-width:768px){
.span12{
margin-top:inherit;
margin-bottom:inherit;
float:none
}
.span12:first-child{
margin-top:0
}
.span12:last-child{
margin-bottom:0
}
.span12:after{
clear:none
}
}
.row>.span1{
width:6.5%;
margin-left:2%;
}
.row>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span1{
width:100%;
margin-left:0;
}
}
.row>.span2{
width:15%;
margin-left:2%;
}
.row>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span2{
width:100%;
margin-left:0;
}
}
.row>.span3{
width:23.5%;
margin-left:2%;
}
.row>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span3{
width:100%;
margin-left:0;
}
}
.row>.span4{
width:32%;
margin-left:2%;
}
.row>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span4{
width:100%;
margin-left:0;
}
}
.row>.span5{
width:40.5%;
margin-left:2%;
}
.row>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span5{
width:100%;
margin-left:0;
}
}
.row>.span6{
width:49%;
margin-left:2%;
}
.row>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span6{
width:100%;
margin-left:0;
}
}
.row>.span7{
width:57.5%;
margin-left:2%;
}
.row>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span7{
width:100%;
margin-left:0;
}
}
.row>.span8{
width:66%;
margin-left:2%;
}
.row>.span8:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span8{
width:100%;
margin-left:0;
}
}
.row>.span9{
width:74.5%;
margin-left:2%;
}
.row>.span9:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span9{
width:100%;
margin-left:0;
}
}
.row>.span10{
width:83%;
margin-left:2%;
}
.row>.span10:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span10{
width:100%;
margin-left:0;
}
}
.row>.span11{
width:91.5%;
margin-left:2%;
}
.row>.span11:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span11{
width:100%;
margin-left:0;
}
}
.row>.span12{
width:100%;
margin-left:2%;
}
.row>.span12:first-child{
margin-left:0
}
@media(max-width:768px){
.row>.span12{
width:100%;
margin-left:0;
}
}
.row>.offset1{
margin-left:10.5%;
}
.row>.offset1:first-child{
margin-left:8.5%;
}
@media(max-width:768px){
.row>.offset1{
margin-left:0;
}
.row>.offset1:first-child{
margin-left:0;
}
}
.row>.offset2{
margin-left:19%;
}
.row>.offset2:first-child{
margin-left:17%;
}
@media(max-width:768px){
.row>.offset2{
margin-left:0;
}
.row>.offset2:first-child{
margin-left:0;
}
}
.row>.offset3{
margin-left:27.5%;
}
.row>.offset3:first-child{
margin-left:25.5%;
}
@media(max-width:768px){
.row>.offset3{
margin-left:0;
}
.row>.offset3:first-child{
margin-left:0;
}
}
.row>.offset4{
margin-left:36%;
}
.row>.offset4:first-child{
margin-left:34%;
}
@media(max-width:768px){
.row>.offset4{
margin-left:0;
}
.row>.offset4:first-child{
margin-left:0;
}
}
.row>.offset5{
margin-left:44.5%;
}
.row>.offset5:first-child{
margin-left:42.5%;
}
@media(max-width:768px){
.row>.offset5{
margin-left:0;
}
.row>.offset5:first-child{
margin-left:0;
}
}
.row>.offset6{
margin-left:53%;
}
.row>.offset6:first-child{
margin-left:51%;
}
@media(max-width:768px){
.row>.offset6{
margin-left:0;
}
.row>.offset6:first-child{
margin-left:0;
}
}
.row>.offset7{
margin-left:61.5%;
}
.row>.offset7:first-child{
margin-left:59.5%;
}
@media(max-width:768px){
.row>.offset7{
margin-left:0;
}
.row>.offset7:first-child{
margin-left:0;
}
}
.row>.offset8{
margin-left:70%;
}
.row>.offset8:first-child{
margin-left:68%;
}
@media(max-width:768px){
.row>.offset8{
margin-left:0;
}
.row>.offset8:first-child{
margin-left:0;
}
}
.row>.offset9{
margin-left:78.5%;
}
.row>.offset9:first-child{
margin-left:76.5%;
}
@media(max-width:768px){
.row>.offset9{
margin-left:0;
}
.row>.offset9:first-child{
margin-left:0;
}
}
.row>.offset10{
margin-left:87%;
}
.row>.offset10:first-child{
margin-left:85%;
}
@media(max-width:768px){
.row>.offset10{
margin-left:0;
}
.row>.offset10:first-child{
margin-left:0;
}
}
.row>.offset11{
margin-left:95.5%;
}
.row>.offset11:first-child{
margin-left:93.5%;
}
@media(max-width:768px){
.row>.offset11{
margin-left:0;
}
.row>.offset11:first-child{
margin-left:0;
}
}
.row>.offset12{
margin-left:104%;
}
.row>.offset12:first-child{
margin-left:102%;
}
@media(max-width:768px){
.row>.offset12{
margin-left:0;
}
.row>.offset12:first-child{
margin-left:0;
}
}
.span2>.span1{
width:43.33333%;
margin-left:13.33333%;
}
.span2>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span2>.span1{
width:100%;
margin-left:0;
}
}
.span3>.span1{
width:27.65957%;
margin-left:8.51064%;
}
.span3>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span3>.span1{
width:100%;
margin-left:0;
}
}
.span3>.span2{
width:63.82979%;
margin-left:8.51064%;
}
.span3>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span3>.span2{
width:100%;
margin-left:0;
}
}
.span4>.span1{
width:20.3125%;
margin-left:6.25%;
}
.span4>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span4>.span1{
width:100%;
margin-left:0;
}
}
.span4>.span2{
width:46.875%;
margin-left:6.25%;
}
.span4>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span4>.span2{
width:100%;
margin-left:0;
}
}
.span4>.span3{
width:73.4375%;
margin-left:6.25%;
}
.span4>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span4>.span3{
width:100%;
margin-left:0;
}
}
.span5>.span1{
width:16.04938%;
margin-left:4.93827%;
}
.span5>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span5>.span1
{
width:100%;
margin-left:0;
}
}
.span5>.span2{
width:37.03704%;
margin-left:4.93827%;
}
.span5>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span5>.span2{
width:100%;
margin-left:0;
}
}
.span5>.span3{
width:58.02469%;
margin-left:4.93827%;
}
.span5>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span5>.span3{
width:100%;
margin-left:0;
}
}
.span5>.span4{
width:79.01235%;
margin-left:4.93827%;
}
.span5>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span5>.span4{
width:100%;
margin-left:0;
}
}
.span6>.span1{
width:13.26531%;
margin-left:4.08163%;
}
.span6>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span6>.span1{
width:100%;
margin-left:0;
}
}
.span6>.span2{
width:30.61224%;
margin-left:4.08163%;
}
.span6>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span6>.span2{
width:100%;
margin-left:0;
}
}
.span6>.span3{
width:47.95918%;
margin-left:4.08163%;
}
.span6>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span6>.span3{
width:100%;
margin-left:0;
}
}
.span6>.span4{
width:65.30612%;
margin-left:4.08163%;
}
.span6>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span6>.span4{
width:100%;
margin-left:0;
}
}
.span6>.span5{
width:82.65306%;
margin-left:4.08163%;
}
.span6>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span6>.span5{
width:100%;
margin-left:0;
}
}
.span7>.span1{
width:11.30435%;
margin-left:3.47826%;
}
.span7>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span1{
width:100%;
margin-left:0;
}
}
.span7>.span2{
width:26.08696%;
margin-left:3.47826%;
}
.span7>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span2{
width:100%;
margin-left:0;
}
}
.span7>.span3{
width:40.86957%;
margin-left:3.47826%;
}
.span7>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span3{
width:100%;
margin-left:0;
}
}
.span7>.span4{
width:55.65217%;
margin-left:3.47826%;
}
.span7>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span4{
width:100%;
margin-left:0;
}
}
.span7>.span5{
width:70.43478%;
margin-left:3.47826%;
}
.span7>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span5{
width:100%;
margin-left:0;
}
}
.span7>.span6{
width:85.21739%;
margin-left:3.47826%;
}
.span7>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span7>.span6{
width:100%;
margin-left:0;
}
}
.span8>.span1{
width:9.84848%;
margin-left:3.0303%;
}
.span8>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span1{
width:100%;
margin-left:0;
}
}
.span8>.span2{
width:22.72727%;
margin-left:3.0303%;
}
.span8>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span2{
width:100%;
margin-left:0;
}
}
.span8>.span3{
width:35.60606%;
margin-left:3.0303%;
}
.span8>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span3{
width:100%;
margin-left:0;
}
}
.span8>.span4{
width:48.48485%;
margin-left:3.0303%;
}
.span8>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span4{
width:100%;
margin-left:0;
}
}
.span8>.span5{
width:61.36364%;
margin-left:3.0303%;
}
.span8>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span5{
width:100%;
margin-left:0;
}
}
.span8>.span6{
width:74.24242%;
margin-left:3.0303%;
}
.span8>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span6{
width:100%;
margin-left:0;
}
}
.span8>.span7{
width:87.12121%;
margin-left:3.0303%;
}
.span8>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.span8>.span7{
width:100%;
margin-left:0;
}
}
.span9>.span1{
width:8.72483%;
margin-left:2.68456%;
}
.span9>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span1{
width:100%;
margin-left:0;
}
}
.span9>.span2{width:20.13423%;
margin-left:2.68456%;
}
.span9>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span2{
width:100%;
margin-left:0;
}
}
.span9>.span3{
width:31.54362%;
margin-left:2.68456%;
}
.span9>.span3:first-child{
margin-left:0
}@media(max-width:768px){
.span9>.span3{
width:100%;
margin-left:0;
}
}
.span9>.span4{
width:42.95302%;
margin-left:2.68456%;
}
.span9>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span4{
width:100%;
margin-left:0;
}
}
.span9>.span5{
width:54.36242%;
margin-left:2.68456%;
}
.span9>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span5{
width:100%;
margin-left:0;
}
}
.span9>.span6{
width:65.77181%;
margin-left:2.68456%;
}
.span9>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span6{
width:100%;
margin-left:0;
}
}
.span9>.span7{
width:77.18121%;
margin-left:2.68456%;
}
.span9>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span7{
width:100%;
margin-left:0;
}
}
.span9>.span8{
width:88.5906%;
margin-left:2.68456%;
}
.span9>.span8:first-child{
margin-left:0
}
@media(max-width:768px){
.span9>.span8{
width:100%;
margin-left:0;
}
}
.span10>.span1{
width:7.83133%;
margin-left:2.40964%;
}
.span10>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span1{
width:100%;
margin-left:0;
}
}
.span10>.span2{
width:18.07229%;
margin-left:2.40964%;
}
.span10>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span2{
width:100%;
margin-left:0;
}
}
.span10>.span3{
width:28.31325%;
margin-left:2.40964%;
}
.span10>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span3{
width:100%;
margin-left:0;
}
}
.span10>.span4{
width:38.55422%;
margin-left:2.40964%;
}
.span10>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span4{
width:100%;
margin-left:0;
}
}
.span10>.span5{
width:48.79518%;
margin-left:2.40964%;
}
.span10>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span5{
width:100%;
margin-left:0;
}
}
.span10>.span6{
width:59.03614%;
margin-left:2.40964%;
}
.span10>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span6{
width:100%;
margin-left:0;
}
}
.span10>.span7{
width:69.27711%;
margin-left:2.40964%;
}
.span10>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span7{
width:100%;
margin-left:0;
}
}
.span10>.span8{
width:79.51807%;
margin-left:2.40964%;
}
.span10>.span8:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span8{
width:100%;
margin-left:0;
}
}
.span10>.span9{
width:89.75904%;
margin-left:2.40964%;
}
.span10>.span9:first-child{
margin-left:0
}
@media(max-width:768px){
.span10>.span9{
width:100%;
margin-left:0;
}
}
.span11>.span1{
width:7.10383%;
margin-left:2.18579%;
}
.span11>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span1{
width:100%;
margin-left:0;
}
}
.span11>.span2{
width:16.39344%;
margin-left:2.18579%;
}
.span11>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span2{
width:100%;
margin-left:0;
}
}
.span11>.span3{
width:25.68306%;
margin-left:2.18579%;
}
.span11>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span3{
width:100%;
margin-left:0;
}
}
.span11>.span4{
width:34.97268%;
margin-left:2.18579%;
}
.span11>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span4{
width:100%;
margin-left:0;
}
}
.span11>.span5{
width:44.2623%;
margin-left:2.18579%;
}.span11>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span5{
width:100%;
margin-left:0;
}
}
.span11>.span6{
width:53.55191%;
margin-left:2.18579%;
}
.span11>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span6{
width:100%;
margin-left:0;
}
}
.span11>.span7{
width:62.84153%;
margin-left:2.18579%;
}
.span11>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span7{
width:100%;
margin-left:0;
}
}
.span11>.span8{
width:72.13115%;
margin-left:2.18579%;
}
.span11>.span8:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span8{
width:100%;
margin-left:0;
}
}
.span11>.span9{
width:81.42077%;
margin-left:2.18579%;
}
.span11>.span9:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span9{
width:100%;
margin-left:0;
}
}
.span11>.span10{
width:90.71038%;
margin-left:2.18579%;
}
.span11>.span10:first-child{
margin-left:0
}
@media(max-width:768px){
.span11>.span10{
width:100%;
margin-left:0;
}
}
.span12>.span1{
width:6.5%;
margin-left:2%;
}
.span12>.span1:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span1{
width:100%;
margin-left:0;
}
}
.span12>.span2{
width:15%;
margin-left:2%;
}
.span12>.span2:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span2{
width:100%;
margin-left:0;
}
}
.span12>.span3{
width:23.5%;
margin-left:2%;
}
.span12>.span3:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span3{
width:100%;
margin-left:0;
}
}
.span12>.span4{
width:32%;
margin-left:2%;
}
.span12>.span4:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span4{
width:100%;
margin-left:0;
}
}
.span12>.span5{
width:40.5%;
margin-left:2%;
}.span12>.span5:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span5{
width:100%;
margin-left:0;
}
}
.span12>.span6{
width:49%;
margin-left:2%;
}
.span12>.span6:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span6{
width:100%;
margin-left:0;
}
}
.span12>.span7{
width:57.5%;
margin-left:2%;
}
.span12>.span7:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span7{
width:100%;
margin-left:0;
}
}
.span12>.span8{
width:66%;
margin-left:2%;
}
.span12>.span8:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span8{
width:100%;
margin-left:0;
}
}
.span12>.span9{
width:74.5%;
margin-left:2%;
}
.span12>.span9:first-child{
margin-left:0
}
@media(max-width:768px){
.span12>.span9{
width:100%;
margin-left:0;
}
}
.span12>.span10{
width:83%;
margin-left:2%;
}
.span12>.span10:first-child{
margin-left:0;
}
@media(max-width:768px){
.span12>.span10{
width:100%;
margin-left:0;
}
}
.span12>.span11{
width:91.5%;
margin-left:2%;
}
.span12>.span11:first-child{
margin-left:0;
}
@media(max-width:768px){
.span12>.span11{
width:100%;
margin-left:0;
}
}
.span2>.offset1{
margin-left:70%;
}
.span2>.offset1:first-child{
margin-left:56.66667%;
}
@media(max-width:768px){
.span2>.offset1{
margin-left:0;
}.span2>.offset1:first-child{
margin-left:0;
}
}
.span3>.offset1{
margin-left:44.68085%;
}.span3>.offset1:first-child{
margin-left:36.17021%;
}
@media(max-width:768px){
.span3>.offset1{
margin-left:0;
}
.span3>.offset1:first-child{
margin-left:0;
}
}
.span3>.offset2{
margin-left:80.85106%;
}
.span3>.offset2:first-child{
margin-left:72.34043%;
}
@media(max-width:768px){
.span3>.offset2{
margin-left:0;
}
.span3>.offset2:first-child{
margin-left:0;
}
}
.span4>.offset1{
margin-left:32.8125%;
}
.span4>.offset1:first-child{
margin-left:26.5625%;
}
@media(max-width:768px){
.span4>.offset1{
margin-left:0;
}
.span4>.offset1:first-child{
margin-left:0;
}
}
.span4>.offset2{
margin-left:59.375%;
}
.span4>.offset2:first-child{
margin-left:53.125%;
}
@media(max-width:768px){
.span4>.offset2{
margin-left:0;
}
.span4>.offset2:first-child{
margin-left:0;
}
}
.span4>.offset3{
margin-left:85.9375%;
}
.span4>.offset3:first-child{
margin-left:79.6875%;
}
@media(max-width:768px){
.span4>.offset3{
margin-left:0;
}
.span4>.offset3:first-child{
margin-left:0;
}
}
.span5>.offset1{
margin-left:25.92593%;
}
.span5>.offset1:first-child{
margin-left:20.98765%;
}
@media(max-width:768px){
.span5>.offset1{
margin-left:0;
}
.span5>.offset1:first-child{
margin-left:0;
}
}
.span5>.offset2{
margin-left:46.91358%;
}
.span5>.offset2:first-child{
margin-left:41.97531%;
}
@media(max-width:768px){
.span5>.offset2{
margin-left:0;
}
.span5>.offset2:first-child{
margin-left:0;
}
}
.span5>.offset3{
margin-left:67.90123%;
}
.span5>.offset3:first-child{
margin-left:62.96296%;
}
@media(max-width:768px){
.span5>.offset3{
margin-left:0;
}
.span5>.offset3:first-child{
margin-left:0;
}
}
.span5>.offset4{
margin-left:88.88889%;
}
.span5>.offset4:first-child{
margin-left:83.95062%;
}
@media(max-width:768px){
.span5>.offset4{
margin-left:0;
}
.span5>.offset4:first-child{
margin-left:0;
}
}
.span6>.offset1{
margin-left:21.42857%;
}
.span6>.offset1:first-child{
margin-left:17.34694%;
}
@media(max-width:768px){
.span6>.offset1{
margin-left:0;
}
.span6>.offset1:first-child{
margin-left:0;
}
}
.span6>.offset2{
margin-left:38.77551%;
}
.span6>.offset2:first-child{
margin-left:34.69388%;
}
@media(max-width:768px){
.span6>.offset2{
margin-left:0;
}
.span6>.offset2:first-child{
margin-left:0;
}
}
.span6>.offset3{
margin-left:56.12245%;
}
.span6>.offset3:first-child{
margin-left:52.04082%;
}
@media(max-width:768px){
.span6>.offset3{
margin-left:0;
}
.span6>.offset3:first-child{
margin-left:0;
}
}
.span6>.offset4{
margin-left:73.46939%;
}
.span6>.offset4:first-child{
margin-left:69.38776%;
}
@media(max-width:768px){
.span6>.offset4{
margin-left:0;
}.span6>.offset4:first-child{
margin-left:0;
}
}
.span6>.offset5{
margin-left:90.81633%;
}
.span6>.offset5:first-child{
margin-left:86.73469%;
}
@media(max-width:768px){
.span6>.offset5{
margin-left:0;
}
.span6>.offset5:first-child{
margin-left:0;
}
}
.span7>.offset1{
margin-left:18.26087%;
}
.span7>.offset1:first-child{
margin-left:14.78261%;
}
@media(max-width:768px){
.span7>.offset1{
margin-left:0;
}.span7>.offset1:first-child{
margin-left:0;
}
}
.span7>.offset2{
margin-left:33.04348%;
}
.span7>.offset2:first-child{
margin-left:29.56522%;
}
@media(max-width:768px){
.span7>.offset2{
margin-left:0;
}
.span7>.offset2:first-child{
margin-left:0;
}
}
.span7>.offset3{
margin-left:47.82609%;
}
.span7>.offset3:first-child{
margin-left:44.34783%;
}
@media(max-width:768px){
.span7>.offset3{
margin-left:0;
}
.span7>.offset3:first-child{
margin-left:0;
}
}
.span7>.offset4{
margin-left:62.6087%;
}
.span7>.offset4:first-child{
margin-left:59.13043%;
}
@media(max-width:768px){
.span7>.offset4{
margin-left:0;
}
.span7>.offset4:first-child{
margin-left:0;
}
}
.span7>.offset5{
margin-left:77.3913%;
}
.span7>.offset5:first-child{
margin-left:73.91304%;
}
@media(max-width:768px){
.span7>.offset5{
margin-left:0;
}
.span7>.offset5:first-child{
margin-left:0;
}
}
.span7>.offset6{
margin-left:92.17391%;
}
.span7>.offset6:first-child{
margin-left:88.69565%;
}
@media(max-width:768px){
.span7>.offset6{
margin-left:0;
}
.span7>.offset6:first-child{
margin-left:0;
}
}
.span8>.offset1{
margin-left:15.90909%;
}
.span8>.offset1:first-child{
margin-left:12.87879%;
}
@media(max-width:768px){
.span8>.offset1{
margin-left:0;
}
.span8>.offset1:first-child{
margin-left:0;
}
}
.span8>.offset2{
margin-left:28.78788%;
}
.span8>.offset2:first-child{
margin-left:25.75758%;
}
@media(max-width:768px){
.span8>.offset2{
margin-left:0;
}
.span8>.offset2:first-child{
margin-left:0;
}
}
.span8>.offset3{
margin-left:41.66667%;
}
.span8>.offset3:first-child{
margin-left:38.63636%;
}
@media(max-width:768px){
.span8>.offset3{
margin-left:0;
}
.span8>.offset3:first-child{
margin-left:0;
}
}
.span8>.offset4{
margin-left:54.54545%;
}
.span8>.offset4:first-child{
margin-left:51.51515%;
}
@media(max-width:768px){
.span8>.offset4{
margin-left:0;
}
.span8>.offset4:first-child{
margin-left:0;
}
}
.span8>.offset5{
margin-left:67.42424%;
}
.span8>.offset5:first-child{
margin-left:64.39394%;
}
@media(max-width:768px){
.span8>.offset5{
margin-left:0;
}
.span8>.offset5:first-child{
margin-left:0;
}
}
.span8>.offset6{
margin-left:80.30303%;
}
.span8>.offset6:first-child{
margin-left:77.27273%;
}
@media(max-width:768px){
.span8>.offset6{
margin-left:0;
}
.span8>.offset6:first-child{
margin-left:0;
}
}
.span8>.offset7{
margin-left:93.18182%;
}
.span8>.offset7:first-child{
margin-left:90.15152%;
}
@media(max-width:768px){
.span8>.offset7{
margin-left:0;
}.span8>.offset7:first-child{
margin-left:0;
}
}
.span9>.offset1{
margin-left:14.09396%;
}
.span9>.offset1:first-child{
margin-left:11.4094%;
}
@media(max-width:768px){
.span9>.offset1{
margin-left:0;
}.span9>.offset1:first-child{
margin-left:0;
}
}
.span9>.offset2{
margin-left:25.50336%;
}
.span9>.offset2:first-child{
margin-left:22.81879%;
}
@media(max-width:768px){
.span9>.offset2{
margin-left:0;
}
.span9>.offset2:first-child{
margin-left:0;
}
}
.span9>.offset3{
margin-left:36.91275%;
}
.span9>.offset3:first-child{
margin-left:34.22819%;
}
@media(max-width:768px){
.span9>.offset3{
margin-left:0;
}
.span9>.offset3:first-child{
margin-left:0;
}
}
.span9>.offset4{
margin-left:48.32215%;
}
.span9>.offset4:first-child{
margin-left:45.63758%;
}
@media(max-width:768px){
.span9>.offset4{
margin-left:0;
}
.span9>.offset4:first-child{
margin-left:0;
}
}
.span9>.offset5{
margin-left:59.73154%;
}
.span9>.offset5:first-child{
margin-left:57.04698%;
}
@media(max-width:768px){
.span9>.offset5{
margin-left:0;
}
.span9>.offset5:first-child{
margin-left:0;
}
}
.span9>.offset6{
margin-left:71.14094%;
}
.span9>.offset6:first-child{
margin-left:68.45638%;
}
@media(max-width:768px){
.span9>.offset6{
margin-left:0;
}
.span9>.offset6:first-child{
margin-left:0;
}
}
.span9>.offset7{
margin-left:82.55034%;
}
.span9>.offset7:first-child{
margin-left:79.86577%;
}
@media(max-width:768px){
.span9>.offset7{
margin-left:0;
}
.span9>.offset7:first-child{
margin-left:0;
}
}
.span9>.offset8{
margin-left:93.95973%;
}
.span9>.offset8:first-child{
margin-left:91.27517%;
}
@media(max-width:768px){
.span9>.offset8{
margin-left:0;
}
.span9>.offset8:first-child{
margin-left:0;
}
}
.span10>.offset1{
margin-left:12.6506%;
}
.span10>.offset1:first-child
{
margin-left:10.24096%;
}
@media(max-width:768px){
.span10>.offset1{
margin-left:0;
}
.span10>.offset1:first-child{
margin-left:0;
}
}
.span10>.offset2{
margin-left:22.89157%;
}
.span10>.offset2:first-child{
margin-left:20.48193%;
}
@media(max-width:768px){
.span10>.offset2{
margin-left:0;
}
.span10>.offset2:first-child{
margin-left:0;
}
}
.span10>.offset3{
margin-left:33.13253%;
}
.span10>.offset3:first-child{
margin-left:30.72289%;
}
@media(max-width:768px){
.span10>.offset3{
margin-left:0;
}
.span10>.offset3:first-child{
margin-left:0;
}
}
.span10>.offset4{
margin-left:43.37349%;
}
.span10>.offset4:first-child{
margin-left:40.96386%;
}
@media(max-width:768px){
.span10>.offset4{
margin-left:0;
}
.span10>.offset4:first-child{
margin-left:0;
}
}
.span10>.offset5{
margin-left:53.61446%;
}
.span10>.offset5:first-child{
margin-left:51.20482%;
}
@media(max-width:768px){
.span10>.offset5{
margin-left:0;
}
.span10>.offset5:first-child{
margin-left:0;
}
}
.span10>.offset6{
margin-left:63.85542%;
}
.span10>.offset6:first-child{
margin-left:61.44578%;
}
@media(max-width:768px){
.span10>.offset6{
margin-left:0;
}
.span10>.offset6:first-child{
margin-left:0;
}
}
.span10>.offset7{
margin-left:74.09639%;
}
.span10>.offset7:first-child{
margin-left:71.68675%;
}
@media(max-width:768px){
.span10>.offset7{
margin-left:0;
}
.span10>.offset7:first-child{
margin-left:0;
}
}
.span10>.offset8{
margin-left:84.33735%;
}.span10>.offset8:first-child{
margin-left:81.92771%;
}
@media(max-width:768px){
.span10>.offset8{
margin-left:0;
}
.span10>.offset8:first-child{
margin-left:0;
}
}
.span10>.offset9{
margin-left:94.57831%;
}
.span10>.offset9:first-child{
margin-left:92.16867%;
}
@media(max-width:768px){
.span10>.offset9{
margin-left:0;
}
.span10>.offset9:first-child{
margin-left:0;
}
}
.span11>.offset1{
margin-left:11.47541%;
}
.span11>.offset1:first-child{
margin-left:9.28962%;
}
@media(max-width:768px){
.span11>.offset1{
margin-left:0;
}
.span11>.offset1:first-child{
margin-left:0;
}
}
.span11>.offset2{
margin-left:20.76503%;
}
.span11>.offset2:first-child{
margin-left:18.57923%;
}
@media(max-width:768px){
.span11>.offset2{
margin-left:0;
}
.span11>.offset2:first-child{
margin-left:0;
}
}
.span11>.offset3{
margin-left:30.05464%;
}
.span11>.offset3:first-child{
margin-left:27.86885%;
}
@media(max-width:768px){
.span11>.offset3{
margin-left:0;
}
.span11>.offset3:first-child{
margin-left:0;
}
}
.span11>.offset4{
margin-left:39.34426%;
}
.span11>.offset4:first-child{
margin-left:37.15847%;
}
@media(max-width:768px){
.span11>.offset4{
margin-left:0;
}
.span11>.offset4:first-child{
margin-left:0;
}
}
.span11>.offset5{
margin-left:48.63388%;
}
.span11>.offset5:first-child{
margin-left:46.44809%;
}
@media(max-width:768px){
.span11>.offset5{
margin-left:0;
}
.span11>.offset5:first-child{
margin-left:0;
}
}
.span11>.offset6{
margin-left:57.9235%;
}
.span11>.offset6:first-child{
margin-left:55.7377%;
}
@media(max-width:768px){
.span11>.offset6{
margin-left:0;
}
.span11>.offset6:first-child{
margin-left:0;
}
}
.span11>.offset7{
margin-left:67.21311%;
}
.span11>.offset7:first-child{
margin-left:65.02732%;
}
@media(max-width:768px){
.span11>.offset7{
margin-left:0;
}
.span11>.offset7:first-child{
margin-left:0;
}
}
.span11>.offset8{
margin-left:76.50273%;
}
.span11>.offset8:first-child{
margin-left:74.31694%;
}
@media(max-width:768px){
.span11>.offset8{
margin-left:0;
}.span11>.offset8:first-child{
margin-left:0;
}
}
.span11>.offset9{
margin-left:85.79235%;
}
.span11>.offset9:first-child{
margin-left:83.60656%;
}
@media(max-width:768px){
.span11>.offset9{
margin-left:0;
}
.span11>.offset9:first-child{
margin-left:0;
}
}
.span11>.offset10{
margin-left:95.08197%;
}
.span11>.offset10:first-child{
margin-left:92.89617%;
}
@media(max-width:768px){
.span11>.offset10{
margin-left:0;
}
.span11>.offset10:first-child{
margin-left:0;
}
}
.span12>.offset1{
margin-left:10.5%;
}
.span12>.offset1:first-child{
margin-left:8.5%;
}
@media(max-width:768px){
.span12>.offset1{
margin-left:0;
}
.span12>.offset1:first-child{
margin-left:0;
}
}
.span12>.offset2{
margin-left:19%;
}
.span12>.offset2:first-child{
margin-left:17%;
}
@media(max-width:768px){
.span12>.offset2{
margin-left:0;
}
.span12>.offset2:first-child{
margin-left:0;
}
}
.span12>.offset3{
margin-left:27.5%;
}
.span12>.offset3:first-child{
margin-left:25.5%;
}
@media(max-width:768px){
.span12>.offset3{
margin-left:0;
}
.span12>.offset3:first-child{
margin-left:0;
}
}
.span12>.offset4{
margin-left:36%;
}
.span12>.offset4:first-child{
margin-left:34%;
}
@media(max-width:768px){
.span12>.offset4{
margin-left:0;
}
.span12>.offset4:first-child{
margin-left:0;
}
}
.span12>.offset5{
margin-left:44.5%;
}
.span12>.offset5:first-child{
margin-left:42.5%;
}
@media(max-width:768px){
.span12>.offset5{
margin-left:0;
}
.span12>.offset5:first-child{
margin-left:0;
}
}
.span12>.offset6{
margin-left:53%;
}
.span12>.offset6:first-child{
margin-left:51%;
}
@media(max-width:768px){
.span12>.offset6{
margin-left:0;
}
.span12>.offset6:first-child{
margin-left:0;
}
}
.span12>.offset7{
margin-left:61.5%;
}
.span12>.offset7:first-child{
margin-left:59.5%;
}
@media(max-width:768px){
.span12>.offset7{
margin-left:0;
}
.span12>.offset7:first-child{
margin-left:0;
}
}
.span12>.offset8{
margin-left:70%;
}
.span12>.offset8:first-child{
margin-left:68%;
}
@media(max-width:768px){
.span12>.offset8{
margin-left:0;
}
.span12>.offset8:first-child{
margin-left:0;
}
}
.span12>.offset9{
margin-left:78.5%;
}
.span12>.offset9:first-child{
margin-left:76.5%;
}
@media(max-width:768px){
.span12>.offset9{
margin-left:0;
}
.span12>.offset9:first-child{
margin-left:0;
}
}
.span12>.offset10{
margin-left:87%;
}
.span12>.offset10:first-child{
margin-left:85%;
}
@media(max-width:768px){
.span12>.offset10{
margin-left:0;
}
.span12>.offset10:first-child{
margin-left:0;
}
}
.span12>.offset11{
margin-left:95.5%;
}
.span12>.offset11:first-child{
margin-left:93.5%;
}
@media(max-width:768px){
.span12>.offset11{
margin-left:0;
}
.span12>.offset11:first-child{
margin-left:0;
}
}
@media(max-width:768px){
.phone-hidden,.tablet-visible,.desktop-visible{
display:none
}
}
@media(min-width:768px) and (max-width:979px){
.phone-visible,.tablet-hidden,.desktop-visible{
display:none
}
}
@media(min-width:980px){
.phone-visible,.tablet-visible,.desktop-hidden{
display:none
}
}
#footer{
clear:both;
border-top:2px solid black;
padding-left:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
color:black;
text-decoration: none;
}
#toppageBtn{
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: transparent;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: black;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
@media(max-width:768px){
#toppageBtn{
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: transparent;
box-shadow: 1px 1px 2px 0px #000000;
border-radius: 8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: black;
cursor: pointer;
padding: 15px;
border-radius: 10px;
}
}
#toppageBtn:hover {
background-color: transparent;
}
@media(max-width:768px){
#toppageBtn{
background-color: transparent;
}
}