/*
 * Responsee CSS - v3.1 - 2016-04-15
 * https://www.myresponsee.com
 * Copyright 2016, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
  }
html { 
    overflow-y:scroll;
overflow-x:hidden;
}
body {
background: #383838 /*linear-gradient(to bottom, white 0%,white 15%,white 15%,#383838 15%,#383838 100%)*/;
background-repeat: no-repeat;
font-family: 'Roboto', sans-serif;
  color:#444;
hyphens: auto;
  }
#backdrop1 { 
    background: #fff; 
    width: 100%; 
    min-height: 17em; 
    position: absolute; 
    padding-left: -50px;
    z-index: -100; }
h1, h2, h3, h4, h5, h6 {
  color:#444;
  font-weight: normal;
  margin:0.2em 0 0.2em 0;    
}
#galtxt {color: #ccc;}
h1 {font-size:2.4em; font-family: 'Roboto Slab', serif;}
h2 {font-size:2em; font-family: 'Roboto Slab', serif;}  
h3 {font-size:1.6em; font-family: 'Roboto Slab', serif;}  
h4 {font-size:1.2em; font-family: 'Roboto Slab', serif;}  
h5 {font-size:1em; font-family: 'Roboto Slab', serif;}  
h6 {font-size:0.9em; font-family: 'Roboto Slab', serif;}    
a, a:link, a:visited, a:hover, a:active {
  text-decoration:none;
  color:#444;
}
.nobr {
    white-space: nowrap;
}
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
#head1 { display: inline-block; float: left; width: 25%;}
#head2 { margin: 0.4em 0 0 1em; display: inline-block; float: left; width: 26%;}
#head3 { margin: 0.4em 0 0 0; display: inline-block; float: right; text-align: right; font-size: 1.7em; color: #9a9a9a;}
#head3 a:link, a:visited, a:active { text-decoration:none; color:#9a9a9a; }
#head3 a:hover { text-decoration:none; color:#008c4f; }/*email*/

.hyperlink a:link, a:visited, a:active { text-decoration:none; color:#777; }
.hyperlink a:hover { text-decoration:none; color:#008c4f; }
.tele:before  {
    content:"\f03d";
    font-family: "mfg";
    color: #555;
    font-size: 0.8em;
    margin: 0 0.4em 0 0; 
} 
.tele:hover:before  {
    content:"\f03d";
    font-family: "mfg";
    color: #008c4f;
    font-size: 0.8em;
    margin: 0 0.4em 0 0; 
} 
.email:before  {
    content:"\2709";
    font-family: "mfg";
    color: #555;
    font-size: 0.8em;
    margin: 0 0.4em 0 0; 
} 
.email:hover:before  {
    content:"\2709";
    font-family: "mfg";
    color: #008c4f;
    font-size: 0.8em;
    margin: 0 0.4em 0 0; 
} 
.change:hover .box2 {
        transition: 0.4s ease-in-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.box2{
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}
.dwnpdf {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('pdf.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.dwnzip {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('zip.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.dwntext {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('text.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.dwnvideo {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('video.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.dwnaudio {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('audio.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.dwnpicture {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background-image: url('image.svg');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center left;
}
.colored { 
    font-family: 'Roboto Slab', serif;
    color:#008c4f;}
.esdname {
    font-size: 1.9em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /*color: #008c4f;*/
    color: #555;
}
.slitele:before  {
    content:"\e600";
    font-family: "simple-line-icons";
    color: #777;
    font-size: 1.05em;
    margin: 0 0.4em 0 0; 
} 
.slifax:before  {
    content:"\e02e";
    font-family: "simple-line-icons";
    color: #777;
    font-size: 1em;
    margin: 0 0.4em 0 0; 
} 
.sliemail:before  {
    content:"\e086";
    font-family: "simple-line-icons";
    color: #777;
    padding-top: 3em;
    font-size: 1.05em;
    margin: 0 0.4em 0 0; 
} 
.slitele:hover:before  {
    color: #008c4f;
} 
.sliemail:hover:before  {
    color: #008c4f;
} 
.ansch {
    display:block;
    color: #777;
}
.maars { 
    display:block;
max-width: 250px;
}
.maars2 { 
    display: inline;
max-width: 95%;
}
.txtbreak {
     display: inline-block; 
    padding-bottom: 1.5em;
}
span.assmann1 {
        display: inline;
    float: left;
    max-width: 50%;
}
.assmann { 
    display: inline;
    float: right;
    padding-left: 1.25em;
    max-width: 50%;
}
span.clear { clear: both; display: block; }
#notice { 
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.3);
    text-align:center; 
    font-size: 0.8em;
}
.socialwrap { 
    display:inline-block;
    align-items:center;
}
.circular { 
width: 40px; 
height: 40px; 
background: none; 
-moz-border-radius: 40px; 
-webkit-border-radius: 40px; 
border-radius: 40px;
    box-shadow: 0 0 0 1px #999 inset;
}
.circular:hover {
background: #3b5998;
        box-shadow: 0 0 0 0 #3b5998 inset;
}
.circular:hover #social_icon{
    transition: 0.2s ease-in-out;
fill: #fff;
}
.circular{
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}
.social {
    position: relative;
    display: block;
    float: left;
    padding-top: 8px;
    margin: 0 0 0 0.5em;
}
.socialsvg {
      z-index:1;
      position:absolute;
    text-align: center;
          top:0;
      left:0;
      width:auto;
      height:auto;
}
#social_icon {fill: #999; }
.owl-carousel div h2, .owl-carousel div .textoverlay{
    position:absolute;
    display:block;
    line-height: 70px;
    bottom: 10%;
    right: 0;
    width: 95%;
    Height: 70px;
   background: rgba(0,0,0,0.4);
}
.textoverlay p { 
    font-family: 'Roboto Slab', serif;
    position:absolute;
    color: #fff;
    left: 25px;
    font-size: 2.3em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}
.goto:after  {
    position: relative;
    content:"\f00f";
    font-family: "mfg";
    top: -0.3em;
    color: rgba(255,255,255,0.8);
    font-size: 0.4em;
    margin: 0 0 0 0.5em; 
    text-shadow: none;
}
.owl-item img, .full-img {
  max-width: none;
  width:100%;
}  
table {
  background:none repeat scroll 0 0 #ffffff;
  border:1px solid #D0D0D0;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
}
.separate {
    border-left: 1px #999 dashed;
    padding-left: 1em;
}
table tr td, table tr th {padding:0.625em;}
table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
th {border-right:1px solid #fff;}
td {border-right:1px solid #e0e0e0;}
.size-960 .line {
  margin:0 auto;
  max-width:60em;
  padding:0 0.625em;
}
.size-1140 .line {
  margin:0 auto;
  max-width:71.25em;
  padding:0 0.625em;
}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
form {line-height:1.4em;}
nav {
  display:block;
  width:100%;
  background:white;/*Nav-desktop-hintergrund*/
}
.line::after, nav::after, .center::after, .box::after, .margin::after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav {
    font-size: 1.7vw;
    margin: 0 auto;
}

.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#262626;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  padding:0.75em;
  display:block;
  color: #000; /*Nav-text*/
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #fff; /*Nav-Desktop-dropdown*/
  min-width:100%;
  padding:0.625em;
}

.top-nav li a:hover, .aside-nav li a:hover {background: #008c4f; transition: 0.1s ease-in-out; color: white;}
.top-nav li ul {display:none;}
.top-nav li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background:none repeat scroll 0 0 #ccc;
  -webkit-border-radius:10em;
  -moz-border-radius:10em;
  border-radius:10em;
  display:inline-block;
  font-size:0.7em;
  line-height:1.8em;
  margin-left:0.3125em;
  text-align:center;
  width:1.8em;  
  color:#fff; 
  margin-bottom:-0.3125em; 
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f003";
  display:inline-block;
  font-family:mfg;
  font-size:0.7em;
  margin:0 0.625em;
}
.top-nav .active-item a {background:none repeat scroll 0 0 ;
box-shadow: inset 0px 0px 0px 2px #008c4f;} /*Nav-active border*/
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #999;
  color:#fff;
} 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), {
     /* IE10+ CSS styles go here */
#head1 { display: inline-block; float: left; margin: auto 0;}
#head2 { display: inline-block; float: left; margin: auto 0; margin: 0.5em 0 0 0.7em;}
#head3 { display: inline-block; float:right; margin: auto 0; margin: 0.5em 0 0 0.0;}
    img { height:100%;}    
}









@media screen and (min-width:769px) {
.right {float:right;} 
.column {     
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
        -webkit-column-gap: 1,25em; /* Chrome, Safari, Opera */
    -moz-column-gap: 1,25em; /* Firefox */
    column-gap: 1,25em;
}
.list-centered {
        display: table;
    margin: 0 auto;
    width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
}
        .l-10 { 
        font-size: 1.65vw;
    }
}
@media screen and (min-width:1000px) {
    .l-10 { 
        font-size: 1.03em;
    }
}
.nav-text {display:none;}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin {margin:0 -0.625em;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.pad-2 {
  padding: 0 1.5em 0 1.5em;
}
.box2 {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding: 1.25em;
  width:100%;
        border: 1px solid #eee;
}
.box3 {
  background:none repeat scroll 0 0 #265;
  display:block;
overflow: hidden;
  width:100%;
    height: 100%;
        border: 1px solid #eee;
}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding: 1.25em 0 1.25em 0;
  width:100%;
}
.shrink p {margin: 0 1.25em 0 1.25em;}
.shrink a {margin: 0 1.25em 0 1.25em;}
.margin-bottom {margin-bottom:1.25em;}
.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .m-1, .m-2, .m-five, .m-3, .m-4, .m-5, .m-6, .m-7, .m-8, .m-9, .m-10, .m-11, .m-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:relative;
}
.l-offset-1 {margin-left:8.3333%;}
.l-offset-2 {margin-left:16.6666%;}
.l-offset-five {margin-left:16.6666%;}
.l-offset-3 {margin-left:25%;}
.l-offset-4 {margin-left:33.3333%;}
.l-offset-5 {margin-left:41.6666%;}
.l-offset-6 {margin-left:50%;}
.l-offset-7 {margin-left:58.3333%;}
.l-offset-8 {margin-left:66.6666%;}
.l-offset-9 {margin-left:75%;}
.l-offset-10 {margin-left:83.3333%;}
.l-offset-11 {margin-left:91.6666%;}
.l-offset-12 {margin-left:100%;} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:100%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.666641.666641.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:100%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-8content {width:100%;}
.l-9 {width:75%;}
.l-10 {width:100%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}



@media screen and (max-width:768px) {
.textoverlay p { 
    position:absolute;
    font-size: 1.7em;
    color:#FFF;
    left: 25px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}
.size-960 {max-width:768px;}
.size-1140 {max-width:768px;}
.hide-l {display:block;}
.hide-s {display:block;}
.hide-m {display:none;}
#head3 { font-size: 3.2vw;}
nav {
  display:block;
  cursor:pointer;
  line-height:3em;
    background: #008c4f; /*Nav-mobile*/
}
.top-nav .active-item a {background:none repeat scroll 0 0 #fff;
box-shadow: inset 0px 0px 0px 2px #008c4f;}
    .centering { text-align:center;}
.top-nav li a {background:none repeat scroll 0 0 #fff;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color: #000; /*Nav-Mobile-text*/
  display:block;
  padding:0.625em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #eee; /*Nav-Mobile-dropdown*/
  padding:0.625em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #d7d7d7;
  color:#222;
}
.nav-text {
  color:#fff;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.625em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f008";
  font-family:"mfg";
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}
.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12{margin-left:0;}
.m-offset-1 {margin-left:8.3333%;}
.m-offset-2 {margin-left:16.6666%;}
.m-offset-five {margin-left:16.6666%;}
.m-offset-3 {margin-left:25%;}
.m-offset-4 {margin-left:33.3333%;}
.m-offset-5 {margin-left:41.6666%;}
.m-offset-6 {margin-left:50%;}
.m-offset-7 {margin-left:58.3333%;}
.m-offset-8 {margin-left:66.6666%;}
.m-offset-9 {margin-left:75%;}
.m-offset-10 {margin-left:1000%;}
.m-offset-11 {margin-left:91.6666%;}
.m-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%; font-size: 1em;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:100%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:100%;}
.m-6 {width:50%;}
.m-7 {width:100%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%}
}
@media screen and (max-width:480px) {
span.assmann1 {
    display: inline;
    float: left;
    max-width: 100%;
}
.assmann { 
    display: inline;
    float: left;
    padding-top: 1.25em;
    max-width: 80%;
}
#backdrop1 { 
    min-height: 21em;  
    }
span.clear { clear: both; display: block; }
.size-960 {max-width:480px;}
.size-1140 {max-width:480px;}
.hide-l {display:block;}
.hide-m {display:block;}
.hide-s {display:none;}
    #headwrap {  margin: 0 auto;}
    #head1 { display: inline-block; float: left; width: 50%;}
#head2 { margin: 0.4em 0 0 0.5em; display: inline-block; float: left; width: 45%;}
#head3 { display:inline-block; margin: 0.4em 0.5em 0 0; font-size: 6.9vw !important;}
    /*body {
        background: linear-gradient(to bottom, white 0%,white 11%,#000000 11%,#383838 11%,#383838 100%);}*/
.count-number {margin-right:-1.25em;} 
.l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
.m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12 {margin-left:0;}
.s-offset-1 {margin-left:8.3333%;}
.s-offset-2 {margin-left:16.6666%;}
.s-offset-five {margin-left:16.6666%;}
.s-offset-3 {margin-left:25%;}
.s-offset-4 {margin-left:33.3333%;}
.s-offset-5 {margin-left:41.6666%;}
.s-offset-6 {margin-left:50%;}
.s-offset-7 {margin-left:58.3333%;}
.s-offset-8 {margin-left:66.6666%;}
.s-offset-9 {margin-left:75%;}
.s-offset-10 {margin-left:83.3333%;}
.s-offset-11 {margin-left:91.6666%;}
.s-offset-12 {margin-left:100%;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:100%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%}
}  
.center {
  float:none;
  margin:0 auto;
  display:block;
}