/*Mediaquery*/
/* Layout
   ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font: 100%/1.5 'Open Sans', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/*tablet*/
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  html {
    font-size: 120%;
    /*line-height: 112%;*/
  }
}
/*desktop*/
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  html {
    font-size: 130%;
    line-height: 120%;
  }
}
.container {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .container {
    width: 98%;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .container {
    width: 99%;
  }
}
/* Mobile First Grid
   ========================================================================== */
.paddingbase {
  padding-left: 8px;
  padding-right: 8px;
}
.full {
  width: 100%;
}
.one-third {
  width: 33.33%;
}
.one-fourth {
  width: 25%;
}
.three-fourths {
  width: 75%;
}
.half-mobile {
  float: left;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}
.two-thirds {
  width: 66.66%;
}
.column {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .portrait-half {
    width: 50%;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
  }
  .portrait-one-third {
    width: 33.33%;
  }
  .portrait-negative-margin {
    margin-right: -8px;
    margin-left: -8px;
  }
  .portrait-one-eighth {
    width: 12.5%;
  }
  .portrait-seven-eighth {
    width: 87.5%;
  }
  .portrait-three-eighth {
    width: 37.5%;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .column {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .portrait-negative-margin {
    margin-right: auto;
    margin-left: auto;
  }
  .tb-one-third {
    width: 33.33%;
  }
  .tb-two-thirds {
    width: 66.66%;
  }
  .tb-one-fourth {
    width: 25%;
  }
  .tb-three-fourth {
    width: 75%;
  }
  .tb-full {
    width: 100%;
  }
  .tb-half {
    width: 50%;
  }
  .tb-three-fifth {
    width: 60%;
  }
  .tb-two-fifth {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .full {
    width: 100%;
  }
  .dsk-full {
    width: 100%;
  }
  .dsk-half {
    width: 50%;
  }
  .dsk-one-fifth {
    width: 20%;
  }
  .four-fifth {
    width: 80%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-half {
    width: 50%;
  }
  .dsk-three-fourth {
    width: 75%;
  }
  .dsk-one-fourth {
    width: 25%;
  }
  .dsk-one-third {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .md-one-third {
    width: 33.33%;
  }
  .md-two-thirds {
    width: 66.66%;
  }
  .md-half {
    width: 50%;
  }
  .md-one-fourth {
    width: 25%;
  }
  .md-three-fourth {
    width: 75%;
  }
  .md-one-ninth {
    width: 11.11%;
  }
  .md-two-ninth {
    width: 22.2%;
  }
  .md-eigth-ninth {
    width: 88.88%;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .l-one-third {
    width: 33.33%;
  }
  .l-two-thirds {
    width: 66.66%;
  }
  .l-half {
    width: 50%;
  }
  .l-one-fourth {
    width: 25%;
  }
  .l-three-fourth {
    width: 75%;
  }
  .l-one-fifth {
    width: 20%;
  }
  .l-one-sixth {
    width: 16.66%;
  }
  .l-four-fifth {
    width: 80%;
  }
}
.basegrid-item {
  margin: 0;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .basegrid-item {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .basegrid-item {
    float: left;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .basegrid-item {
    float: left;
    width: 25%;
  }
}
/* column-rules
   ========================================================================== */
.col {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.columns_1 .col {
  width: 100%;
}
.columns_2 .col {
  width: 50%;
}
.columns_3 .col {
  width: 33.33%;
}
.columns_4 .col {
  width: 25%;
}
.columns_5 .col {
  width: 20%;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .columns {
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 0;
    column-fill: balance;
    min-height: 750px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1025px) and (max-resolution: 1dppx), only screen and (min-width: 1025px) and (max-resolution: 96dpi), only screen and (min-width: 1025px) and (-webkit-device-pixel-ratio: 1) {
  .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.list-columns {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-fill: balance;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -moz-column-fill: balance;
  column-count: 1;
  column-gap: 0;
  column-fill: balance;
}
.list-columns li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 768px) and (orientation:portrait), only screen and (min-width: 768px) {
  .list-columns {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .list-columns {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .list-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1600px) and (max-resolution: 1dppx), only screen and (min-width: 1600px) and (max-resolution: 96dpi), only screen and (min-width: 1600px) and (-webkit-device-pixel-ratio: 1) {
  .list-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.two-cols {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-fill: balance;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -moz-column-fill: balance;
  column-count: 1;
  column-gap: 0;
}
.three-cols {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-fill: balance;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -moz-column-fill: balance;
  column-count: 1;
  column-gap: 0;
}
.two-cols li,
.three-cols li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .two-cols {
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    column-count: 2;
    column-gap: 80px;
    column-fill: balance;
  }
  .three-cols {
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
  }
}
.box-column-grid {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) and (orientation:landscape), only screen and (min-width: 1024px) {
  .box-column-grid {
    width: 390px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-resolution: 1dppx), only screen and (min-width: 1280px) and (max-resolution: 96dpi), only screen and (min-width: 1280px) and (-webkit-device-pixel-ratio: 1) {
  .three-cols {
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    column-count: 3;
    column-gap: 80px;
  }
}
