/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -ms-text-size-adjust:100%; 
  -webkit-text-size-adjust:100%;
}
body {
  font-family:'NexaRegular', Helvetica, Arial, sans-serif;
  font-size:1rem;
  line-height:22px;
  color:rgba(0, 0, 0, 1);
  background-color:rgba(51, 51, 51, 1);
}
img {
  display:block;
  border:0 none;
  height:auto;
  width:100%;
  max-width:100%;
}
table {
  *border-collapse:collapse;
  border-spacing:0;
}
article, aside, img, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/


@font-face {
    font-family:'NexaBlack';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/NexaBlack.woff2') format('woff2'),
         url('fonts/NexaBlack.woff') format('woff');
}
@font-face {
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/NexaBold.woff2') format('woff2'),
         url('fonts/NexaBold.woff') format('woff');
}
@font-face {
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/NexaRegular.woff2') format('woff2'),
         url('fonts/NexaRegular.woff') format('woff');
}
@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    src: url('fonts/icon.woff2') format('woff2'),
         url('fonts/icon.woff') format('woff'),
         url('fonts/icon.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/******** Maintaince ***************************************************************************/

#maintaince {
    width:100%;
    padding:20px;
    background-color:#000000;
    z-index:50;
    color:#ffffff;
}
#maintaince a {
    color:#ffffff;
    text-decoration:underline !important;
}
#maintaince a:hover {
    border-bottom:0 !important;
    text-decoration:underline;
}
.maintaince-heading {
    font-family:'NexaBlack';
    text-align:center;
    font-size:1.5rem;
    padding-bottom:10px;
}

/******** AccessKeys ***************************************************************************/

#skiplinks a {
    position:absolute;
    left:-6000px;
    top:-6000px;
    overflow:hidden;
    display:inline;
}
#skiplinks a:hover,
#skiplinks a:visited {
    position: absolute;
    left: -6000px;
    top: -6000px;
    overflow: hidden;
    display: inline
}

#skiplinks a:focus,
#skiplinks a:active {
    position: absolute;
    display: block;
    font-size: 0.875em;
    font-family:'Lars Regular', Helvetica, Arial, sans-serif; 
    top: 0;
    left: 25px;
    padding: 0.5em 0.5em 0.5em 0.85em;
    background: #ffffff;
    color: #000000;
    width: 15em;
    z-index: 500;
    text-decoration: none !important;
    outline: none
}
.sr-only {
    overflow:hidden !important;
    position:absolute !important;
    border:0 !important;
    clip:rect(0 0 0 0) !important;
    clip-path:inset(50%) !important;
    height:1px !important;
    width:1px !important;
    padding:0 !important;
    margin:-1px !important;
    white-space:nowrap !important;
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h1, h2, h3, h4, h5 {
    font-family:'NexaBlack';
    font-weight:normal;
    font-style:normal;
}
h1 {
    line-height:1;
}
h2, h3, h4, h5 {
    line-height:1.1;
}
h2, h3, h4, h5 {
    margin-top:1.875rem;
}
p {
    margin-top:1.25rem;
}
h1 { font-size:2.25rem; }
h2 { font-size:1.5rem; }
h3 { font-size:1.125rem; }
h4 { font-size:1rem; }
h5 { font-size:0.875rem; }

@media all and (min-width: 768px) {
h1 { font-size:3rem; }
h2 { font-size:1.5rem; }
h3 { font-size:1.125rem; }
}
strong {
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
}
.product-title {
  text-align:center;
  color:#e84129;
}
.product-subtitle {
  font-size:24px;
  text-align:center;
  margin-top:15px;
}
.leadin {
  font-family:'NexaRegular';
  font-weight:normal;
  font-style:normal;
  line-height:1.1;
  font-size:1.125rem;
  margin-top:5px;
}
@media all and (min-width:768px) {
.leadin {
    font-size:2.25rem;
}
}


/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a {
    color:rgba(255, 0, 0, 1);
    text-decoration:none;
}
a:hover {
    border-bottom:1px solid  rgba(255, 0, 0, 1);
}
.details {
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    font-size:1.375rem;
    padding-left:22px;
    position:relative;
    cursor:pointer;
}
.details:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    left:0;
    top:1px;
    position:absolute;
}
.details:hover {
    border-bottom:0;
    color:rgba(0, 0, 0, 1);
}
.remove {
  font-family:'NexaRegular';
  font-weight:normal;
  font-style:normal;
}
.service-link {
  display:block;
  font-family:'NexaBold', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  text-align:center;
  font-size:20px;
  color:rgba(255, 255, 255, 1);
  border-bottom:0;
  margin-top:40px;
}
.service-link:hover {
  color:#f1eee9;
  border-bottom:0;
}
.service-link span {
  display:block;
  font-size:13px;
}
.service-link:before {
  display:block;
  margin-bottom:15px;
  font-size:48px;
  line-height:30px;
  font-family:'icon';
}
.mobile:before {
  content: "\e958";
}
.phone:before {
  content: "\e942";
}
.email:before {
  content: "\e945";
}

/******** Buttons ******************************************************************************/

.btn {
  font-family:'NexaBold', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  -moz-user-select:none;
  cursor:pointer;
  display:inline-block;
  line-height: 1.846;
  margin-bottom:0;
  text-align: center;
  text-transform:uppercase;
  border-width:2px !important;
  border-style:solid;
  border-radius:3px;
  vertical-align:middle;
  white-space:nowrap;
  position:relative;
  transition:all 0.1s;
  background-color:transparent;
}
.btn-filled {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(255, 0, 0, 1);
  background-color:rgba(255, 0, 0, 1);
}
/*.btn-filled:hover {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(0, 0, 0, 1);
  background-color:rgba(0, 0, 0, 1);
}*/
.btn-outlined {
  color:rgba(102, 102, 102, 1);
  border-color:rgba(102, 102, 102, 1);
  background-color:rgba(255, 255, 255, 1);
}
.btn-outlined:hover {
  color:rgba(255, 0, 0, 1);
  border-color:rgba(255, 0, 0, 1);
  background-color:rgba(255, 255, 255, 1);
}
.btn-sm {
  font-size:14px;
  padding:5px 15px;
}
.btn-lg {
  font-size:18px;
  padding:5px 25px;
}
.btn-appstore {
  display:block;
  margin:0 auto;
  width:200px;
  height:59px;
  border-radius:4px;
  border:2px solid rgba(0, 0, 0, 1);
  background-image: url("../images/appstores.png");
  background-repeat:no-repeat;
  background-size:200px;
  margin-bottom:5px;
}
.btn-appstore:hover {
  border:2px solid  rgba(255, 0, 0, 1);
}
.btn-appstore.google {
  background-position:0 0;
}
.btn-appstore.apple {
  background-position:0 -61px;
}
.btn-appstore.win {
  background-position:0 -119px;
}
.btn-appstore.epaper {
  background-position:0 -179px;
}
.btn-appstore.huawei {
  background-position:0 -237px;
}

/* OneTrust Cookie Consent Settings Button */
#ot-sdk-btn {
  color:rgba(255, 0, 0, 1) !important;
  border-color:rgba(255, 0, 0, 1) !important;
}
#ot-sdk-btn:hover {
  background-color:rgba(255, 255, 255, 1) !important;
}
.change,
.edit {
  font-family:'NexaBold', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  text-transform:uppercase;
  letter-spacing:1px;
  color:rgba(255, 255, 255, 1);
  border-color:rgba(255, 0, 0, 1);
  background-color:rgba(255, 0, 0, 1);
  border-radius:3px;
  border:0;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  transition:background-color 0.2s ease-in-out;
}
.change {
  font-size:14px;
  height:35px;
  line-height:35px;
  padding:0 15px;
}
.change:hover {
  text-decoration:none;
  border:0;
}
.edit {
  font-size:14px;
  height:24px;
  line-height:24px;
  padding:0 10px;
  margin-top: 10px;
}
.edit:hover  {
  text-decoration:none;
  border:0;
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  position:absolute;
  top:0;
  width:100%;
  height:50px;
  background-color:#ffffff;
  z-index:100;
}
#logo {
  position:absolute;
  top:12px;
  left:16px;
  display:block;
  width:133px;
  height:26px;
  background-color:transparent;
  background-image:url("../images/logo.png");
  background-position:0 0;
  background-size:133px;
  background-repeat:no-repeat;
}
#logo:hover  {
  border-bottom:0;
}
@media all and (min-width: 480px) {
#logo {
  width:153px;
  height:30px;
  top:10px;
  background-size:153px;
}
}
@media all and (min-width: 992px) {
header {
  height:110px;
  background-color:rgba(242, 239, 233, 1);
}
.sticky {
  position:fixed;
  top:0;
}
#logo {
  top:35px;
  left:15px;
  width:204px;
  height:40px;
  background-size:204px;
}
}
@media all and (min-width: 1200px) {
#logo {
  top:30px;
  width:250px;
  height:49px;
  background-size:250px;
} 
}
/******** Menu Main ****************************************************************************/
/***********************************************************************************************/

#menu-main {
  display:none; 
  position:absolute;
  top:50px;
  left:0;
  width:100%;
  z-index:20;
  background-color:rgba(255, 0, 0, 1);
}
#menu-main li {
  list-style-type:none;
  display:block;
  text-align:center;
}
#menu-main ul a {
  font-family:'NexaBlack', Helvetica, Arial, sans-serif;
  display:block;
  text-align:center;
  padding:10px 0 10px 0;
  font-size:16px;
  color:rgba(0, 0, 0, 1);
  border-top:1px solid rgba(0, 0, 0, 0.08);
}
#menu-main ul a:hover  {
  border-bottom:0;
}
#menu-main.active {
  display:block; 
}
@media all and (min-width: 992px) {
#menu-main { 
  display:block;
  top:0;
  left:265px;
  width:auto;
  background-color:transparent;
}
#menu-main li {
  float:left;
  margin-left:1px;
}
#menu-main ul a {
  height:110px;
  padding:0 15px 0 15px;
  font-size:18px;
  line-height:110px;
  border-top:0;
  transition:all 0.1s;
}
#menu-main ul a.active,
#menu-main ul a:hover {
  color:rgba(255, 0, 0, 1);
}
}
@media all and (min-width: 1200px) {
#menu-main { 
  left:295px;
}
#menu-main ul a {
  padding:0 25px 0 25px;
}
}

/********  Toggles **************************************************************************/

#toggle-menu,
#btn-cart,
#btn-kontomanager,
#btn-search {
  position:absolute;
  top:10px;
  display:block;
  height:30px;
  width:30px;
  border-radius:4px;
  color:rgba(255, 255, 255, 1);
  text-align:center;
  text-decoration:none;
  background-color:rgba(255, 0, 0, 1);
  transition:all 0.1s;
}
#toggle-menu:hover,
#btn-cart:hover,
#btn-kontomanager:hover,
#btn-search:hover {
  border-bottom:0;
}
#toggle-menu.active {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
}

#toggle-menu { right:15px; }
#btn-search { right:50px; }
#btn-kontomanager { right:85px; }
#btn-cart { right:120px;}

#toggle-menu:before,
#btn-cart:before,
#btn-kontomanager:before,
#btn-search:before {
  font-size:16px;
  line-height:30px;
  font-family:'icon';
}
#toggle-menu:before {
  content: "\e601";
}
#btn-cart:before {
  content: "\e93a";
}
#btn-kontomanager:before {
  content: "\e971";
}
#btn-search:before {
  content: "\e610";
}
#cart-num {
  font-family:'NexaRegular';
  font-size:12px;
  line-height:15px;
  border-radius:16px;
  display:block;
  text-align:center;
  position:absolute;
  width:16px;
  height:16px;
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
  z-index:100;
  top:5px;
  right:112px;
}
@media all and (min-width: 992px) {
#toggle-menu {
  display:none;
}
#btn-cart,
#btn-kontomanager,
#btn-search {
  top:40px;
}

#btn-search { right:15px; }
#btn-kontomanager { right:55px; }
#btn-cart { right:95px;}
#cart-num { right:87px;top:32px;}

#btn-cart:hover,
#btn-kontomanager:hover,
#btn-search:hover {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
}
}

/******** Menu Category ************************************************************************/
/***********************************************************************************************/

#menu-category li {
  list-style-type:none;
  display:block;
  text-align:center;
  overflow:hidden;
}
#menu-category a {
  font-family:'NexaBlack', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  display:table;
  width:100%;
  height:75px;
  font-size:20px;
  line-height:1.2;
  padding:10px;
  margin-bottom:5px;
  text-align:center;
  color:rgba(255, 0, 0, 1);
  border:2px solid rgba(255, 0, 0, 1);
  border-radius:3px;
  transition:all 0.1s;
  background-color:rgba(255, 255, 255, 1);

}
#menu-category a span {
  display:table-cell;
  vertical-align:middle;
  /*-webkit-hyphens:auto;
  hyphens:auto;*/
}
#menu-category a:hover,
#menu-category a.active {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(255, 0, 0, 1);
}
@media all and (min-width:768px) {
#menu-category a {
  margin-bottom:5px;
}
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

#content {
  position:relative;
  width:100%;
  margin-top:50px;
  padding-bottom:30px;
  background-color:rgba(255, 255, 255, 1);
}
.row-light {
  width:100%;
  background-color:rgba(242, 239, 233, 1);
}
@media all and (min-width:992px) {
#content {
    margin-top:110px;
    padding-bottom:60px;
}
}
.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
@media all and (min-width:992px) {
.wrapper {
    width:970px;
}
}
@media all and (min-width:1200px) {
.wrapper {
    width:1170px;
}
}

/******** Hero *********************************************************************************/
/***********************************************************************************************/

#hero {
    position:relative;
    width:100%;
    padding-top:30px;
    background-color: #eb3323;
}
.hero-item {
    text-align:center;
    width:100%;
    padding:0 15px 0 15px;
}
.hero-item img {
    max-width:770px;
    margin:0 auto;
}
.hero-item-headline {
    display:block;
    font-family:'NexaBlack';
    font-weight:normal;
    font-style:normal;
    line-height:1;
    color:rgba(255, 255, 255, 1);
    font-size:36px;
}
.hero-item-subline {
    display:block;
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    margin-top:10px;
    color:rgba(255, 255, 255, 1);
    font-size:24px;
}
@media all and (min-width: 768px) {
.hero-item-headline {
    font-size:48px;
}
.hero-item-subline {
    font-size:36px;
}
}

/******** Box **********************************************************************************/
/***********************************************************************************************/

.box {
  width:100%;
  padding:15px;
  position:relative;
  margin-top:30px;
  text-align:center;
  border:2px solid rgba(0, 0, 0, 1);
}
.chosen {
  width:100%;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:30px;
  position:relative;
  background-color:rgba(242, 239, 233, 1);
}
.chosen {
  padding-top:15px;
  text-align:center;
  border:2px solid rgba(0, 0, 0, 1);
}
.chosen img {
  max-height:120px;
  width:auto;
  max-width:100%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
.box {
  padding:30px;
}
}
.box.shop {
  background-color:rgba(242, 239, 233, 1);
}
.box-section {
  padding:15px 0 15px 0;
}
.box-section-border-top {
  padding:15px 0 15px 0;
  margin-top:-2px;
  border-top:2px solid rgba(0, 0, 0, 1) !important;
}
.box-section-border {
  padding:30px 0 30px 0;
  margin-top:-2px;
  border-top:2px solid rgba(0, 0, 0, 1) !important;
  border-bottom:2px solid rgba(0, 0, 0, 1) !important;
}
.box-section-sm {
  padding-top:10px;
}
.box-section  .feature-list {
    margin-left:15px;
}
.box-section img {
  margin:0 auto;
  max-width:500px;
}
.logo {
  display:block;
  margin:0 auto;
  width:64px;
  height:30px;
  background-color:transparent;
  background-image:url("../images/krone.png");
  background-position:0 0;
  background-size:64px;
  background-repeat:no-repeat;
}
.logo-epaper {
  background-image:url("../images/epaper-logo-epaper.png") !important;
  height:64px;
}
.logo-plus {
  background-image:url("../images/epaper-logo-plus.png") !important;
  height:64px;
}
.brand {
  display:block;
  margin:0 auto 5px auto;
  width:153px;
  height:30px;
  background-color:transparent;
  background-image:url("../images/logo.png");
  background-position:0 0;
  background-size:153px;
  background-repeat:no-repeat;
}
.title {
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  font-size:2.25rem;
  line-height:1.1;
  margin-top:0;
  color:#000000;
  /*-webkit-hyphens:auto;
  hyphens:auto;*/
}
.title.black {
  color:rgba(0, 0, 0, 1);
}
.pretitle {
  display:block;
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  font-size:1.375rem;
  line-height:1.2;
}
.subtitle {
  display:block;
  font-family:'NexaRegular';
  font-weight:normal;
  font-style:normal;
  font-size:1.5rem;
  line-height:1.2;
}
@media all and (min-width: 768px) {
.title {
  font-size:2.5rem;
}
.pretitle {
  font-size:1.5rem;
}
.subtitle {
  font-size:1.875rem;
  padding:0 15px 0 15px;
}
}
.abo {
  margin-bottom:30px;
}
@media all and (min-width: 992px) {
.abo {
  margin-bottom:0;
}
.chosen {
  padding-left:30px;
  padding-right:30px;
}
}
.prizetitle {
  display:block;
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  font-size:1.25rem;
  line-height:1.2;
}
.prize {
  width:100%;
  display:block;
  white-space:nowrap;
  text-align:center;
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  font-size:4rem;
  line-height:60px;
  height:75px;
  border-bottom:0;
  color:rgba(255, 0, 0, 1);
}
.prize:hover {
  border-bottom:0;
}
.prize .no-amount {
  display:block;
  font-size:3.5rem;
  padding-top:8px;
}
.prize sup {
  font-size:1.5rem;
  position:relative;
  top:-4px;
}
.prize sup:first-child {
  font-size:1.5rem;
  position:relative;
  top:-4px;
  right:-8px;
}
.prize-instead {
  text-decoration:line-through;
  font-family:'OpenSans-Semibold', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  margin-top:-8px;
  padding-bottom:5px;
}
.roaming {
  display:block;
  margin:0 auto;
  width:150px;
  height:150px;
  background-image:url("/images/roaming.gif");
  background-position:0 0;
  background-size:150px;
  background-repeat:no-repeat;
}
.box.item {
  width:100%;
  margin-bottom:25px;
  border:0;
  border-radius:4px;
  padding:30px;
  background-color:rgba(242, 239, 233, 1);
}

/******** Badges *******************************************************************************/

.badge {
    width:95px;
    height:95px;
    display:block;
    position:absolute;
    top:-2px;
    right:-2px;
    background-image:url("../images/badge.png");
    background-size:95px 190px;
    background-repeat:no-repeat;
}
.badge span {
    display:none;
}
.badge.tipp-gelb {
    background-position: 0 0;
}
.badge.tipp-rot {
    background-position: 0 -95px;
}

/******** Lists ********************************************************************************/
/***********************************************************************************************/

article ol {
    counter-reset:li;
    margin-bottom:25px;
}
article ol > li {
    list-style:outside !important;
    margin:0 0 6px 22px;
    padding:4px 8px;
    position:relative;
}
article ol > li:before {
    background-color: rgba(255, 0, 0, 1);
    border-radius:50%;
    color:rgba(255, 255, 255, 1);
    content:counter(li, decimal);
    counter-increment:li;
    font-family:"PN-Semibold";
    font-weight:normal;
    font-style:normal;
    text-align:center;
    font-size:13px;
    height:22px;
    width:22px;
    left:-22px;
    position:absolute;
    top:2px;
}
@media all and (min-width: 768px) {
article ol > li:before {
    top:5px;
}
}

/******** List ****************************************************************************/

.list {
    width:100%;
    margin-top:30px;
}
.list li {
    list-style:none;
    width:100%;
    padding:10px;
    margin-bottom:2px;
    background-color:rgba(242, 239, 233, 1);
}
.list li ul li {
    list-style:disc;
    float:none;
    width:100%;
    padding:0;
    border-bottom:none;
}
.list li ul {
    margin:0 0 25px 18px;
}
.list li ol li {
    margin:0 0 6px 22px;
    padding:4px 8px;
    border-bottom:none;
}
.list li .checkmark-list li {
    margin:0;
    padding:4px 0 4px 28px;
}
.list li .checkmark-list {
    margin:0 0 25px 0;
}
.list .toggle-content {
    padding:20px 20px 20px 22px;
}
.list-heading {
  text-align:center;
}
.cart-item {
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  line-height:1.1;
}
.cart-sum,
.cart-item-title  {
  display:block;
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  line-height:1.1;
}

/******** Toggler **************************************************************************/

.toggle-heading {
    display:block;
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    font-size:1.125rem;
    position:relative;
    cursor:pointer;
}
.toggle-heading:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    margin-right:5px;

}
.toggle-heading.active:before {
    content: "\e60c";
}
.toggle-content {
    display:none;
}
.additional {
  width:100%;
  text-align:center;
}
.additional .toggle-heading {
  display:inline-block;
  margin:0 auto;
}

/******** Link List ************************************************************************/

.link-list {
    width:auto;
    display:inline-block;
    margin:30px auto 0 auto;
}
.link-list li {
    list-style-type:none;
}
.link-list li a {
    width:100%;
    padding:5px 0 5px 25px;
    display:block;
    color:rgba(153, 153, 153, 1);
    text-align:left !important;
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    font-size:0.875rem;
    border-bottom:0;
    background-color:transparent;
    background-image:url("../images/check-off.png");
    background-position:0 2px;
    background-size:20px;
    background-repeat:no-repeat; 
}
.link-list li a.active,
.link-list li a:hover {
    color:rgba(255, 0, 0, 1);
    background-image:url("../images/check-on.png");
}
.link-list.scrollable {
    height:150px;
    overflow-y:scroll;
    padding:10px;
    border-radius:4px;
    border:1px solid rgba(204, 204, 204, 1);
}

/******** Item List ************************************************************************/

.item-title {
  text-align:center;
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  font-size:1.875rem;
  line-height:1.1;
  margin-top:0;
  color:rgba(255, 0, 0, 1);
}
.item-title-section {
  text-align:center;
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  font-size:2rem;
  line-height:1.1;
  margin-top:0;
  margin-bottom:30px;
  color:rgba(0, 0, 0, 1);
}
.item-title-sm {
  text-align:center;
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  font-size:1.5rem;
  line-height:1.1;
  margin-top:0;
  color:rgba(0, 0, 0, 1);
}
.item-pretitle {
  display:block;
  text-align:center;
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  font-size:1.5rem;
  line-height:1.2;
}
.item-list li {
  padding:3px 0 3px 0;
  display:block;
  list-style-type:none;
  font-family:'NexaRegular';
  font-size:1rem;
  font-weight:normal;
  font-style:normal;
  line-height:1.2;
  text-align:center;
}
.item-list .lg {
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
}
.item-list .red {
  color:rgba(255, 0, 0, 1);
}
.item-list .lg-red {
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  color:rgba(255, 0, 0, 1);
}
@media all and (min-width: 768px) {
.item-list li {
  font-size:1.5rem;
}
}
.item-descr {
  display:block;
  font-family:'NexaBold';
  font-weight:normal;
  font-style:normal;
  font-size:1rem;
}

/******** Product List **********************************************************************/

.product-list {
    width:100%;
    border-top:1px solid rgba(0, 0, 0, 1);
    margin-bottom:25px;    
}
.product-list li {
    width:100%;
    float:left;
    padding:15px 0 15px 0;
    list-style-type:none;
    position:relative;
    text-align:left !important;
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    line-height:1.2;
    font-size:18px;
    border-bottom:1px solid rgba(0, 0, 0, 1);
}
@media all and (min-width: 480px) {
.product-list li div:first-child {
  padding-top:8px;
}
}

/******** Feature List **********************************************************************/

.feature-list {
    width:auto;
    display:inline-block;
    margin:0 auto;
}
.feature-list li {
    width:100%;
    padding:5px 0 5px 23px;
    display:block;
    list-style-type:none;
    position:relative;
    text-align:left !important;
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    line-height:1.2;
    font-size:1.125rem;
}
.feature-list li:before {
    font-family:'icon';
    content: "\e60a";
    font-size:18px;
    position:absolute;
    left:0;
}

/******** Checkmark List **********************************************************************/

.checkmark-list {
    width:100%;
    margin-bottom:25px;
}
.checkmark-list  li {
    width:100%;
    padding:5px 0 5px 28px;
    display:block;
    list-style-type:none;
    position:relative;
}
.checkmark-list li:before {
    font-family:'icon';
    content: "\e60a";
    font-size:20px;
    position:absolute;
    left:0;
    top:2px;
    color: rgba(255, 0, 0, 1);
}
@media all and (min-width: 768px) {
.checkmark-list li:before {
    top:5px;
}
}

/******** Search List ***************************************************************************/

.search-list {
    float:left;
    width:100%;
    margin-bottom:30px;
    border-top:1px solid rgba(227, 229, 226, 1);
}
.search-list li {
    list-style:none;
    float:left;
    width:100%;
    padding:10px;
    border-bottom:1px solid rgba(227, 229, 226, 1);
}
.search-list .topic {
    padding-bottom:0;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  width:100%;
  float:left;
  padding-bottom:40px;
}
.menu-footer li {
  list-style-type:none;
  display:block;
  text-align:center;
  padding:10px 0 10px 0;
  border-top:1px solid rgba(0, 0, 0, 0.05);
}
.menu-footer li:first-child {
  border-top:0;
}
.menu-footer li a {
  font-family:'NexaBlack', Helvetica, Arial, sans-serif;
  display:block;
  font-size:1rem;
  text-transform:uppercase;
  padding:2px 0 2px 0;
  color:rgba(0, 0, 0, 1);
  border-bottom:0;
}
.menu-footer li a.active,
.menu-footer li a:hover  {
  color:rgba(255, 0, 0, 1);
}
@media all and (min-width:768px) {
.menu-footer li {
  float:none;
  display:inline-block;
  padding:0 7px 0 7px;
  border-top:0;
}
.menu-footer li a {
  padding:15px 0 15px 0;
}
}

/******** Forms *********************************************************************************/
/************************************************************************************************/

.input-row {
    margin-bottom:5px;
}
.checkbox-row,
.radio-row,
.button-row {
    padding-top:10px;
} 
.input-group-inline .input  {
    display:inline-block;
    width:auto;
}
.input-group-inline .input.col-4  {
    max-width:23.9%;
}
.input-group-inline .input.col-2  {
    width:49%;
}
.input-group-inline  {
    height:40px;
}
.input-group {
    border-collapse:separate;
    display:table;
    position:relative;
}
.input-group .form-input  {
    float:left;
    display:table-cell;
    margin-bottom:0;
    position:relative;
    width:100%;
    z-index:2;
}
.input-group-btn {
    vertical-align:middle;
    white-space:nowrap;
    width:1%;
    display:table-cell;
}

/******** Addon *********************************************************************************/

.btn-addon {
    position:relative;
    margin-left:-2px;
    z-index:2;
    width:40px;
    height:40px;
    background-color:rgba(255, 255, 255, 1);
    color:rgba(0, 0, 0, 1);
    border:1px solid rgba(51, 51, 51, 1);
    border-radius:0 4px 4px 0;
    cursor:pointer;
}
.btn-addon.search:before {
  font-size:18px;
  line-height:30px;
  font-family:'icon';
  content: "\e610";
}
.btn-addon.search:hover {
  color: rgba(255, 0, 0, 1);
}

/******** Input *********************************************************************************/

.form-input,
.addon-input {
    width:100%;
    height:40px;
    display:block;
    font-family:'NexaBold', Helvetica, Arial, sans-serif;
    font-weight:normal;
    color:rgba(0, 0, 0, 1);
    font-size:14px;
    line-height:1.42857;
    padding-left:10px;
    vertical-align:middle;
    background-color:rgba(255, 255, 255, 1);
    border:1px solid rgba(51, 51, 51, 1);
    -webkit-appearance:none;
    -moz-appearance:none;
}
.form-input {
    border-radius:4px;
}
.addon-input {
    border-radius:4px 0 0 4px;
}
.form-input:focus {
    border:1px solid rgba(170, 170, 170, 1);
    outline: 0 none;
}
.form-input.invalid,
.form-input.invalid:focus {
    border:1px solid  rgba(255, 0, 0, 1);
}
.invalid-msg {
    display:block;
    color: rgba(255, 0, 0, 1);
    font-family:'NexaBold', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:13px;
    margin-bottom:5px;
    text-align:left;
}
label {
    display:block;
    position:relative;
    margin-bottom:5px;
    font-size:1rem;
    color:rgba(0, 0, 0, 1);
}
textarea.form-input {
     height:auto;
     min-height:100px;
     padding:10px;
}
select::-ms-expand {
    display:none;
}
select.form-input {
    font-family:'NexaBold', Helvetica, Arial, sans-serif;
    background-image: url("../images/form-select.png");
    background-position:right 50%;
    background-repeat:no-repeat;
    background-size:22px 40px;
    padding-right:35px;
}
input[type="checkbox"].form-checkbox,
input[type="radio"].form-radio {
    height:0;
    width:0;
    opacity:0;
    position:absolute;
}
input[type="checkbox"].form-checkbox + label, input[type="radio"].form-radio + label {
    cursor:pointer;
    padding-left:27px;
}
input[type="checkbox"].form-checkbox + label span, input[type="radio"].form-radio + label span {
    display:inline-block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background-image:url("/images/form-check-radio.png");
    background-size:80px 20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
input[type="checkbox"].form-checkbox + label span {
    background-position: -40px top !important;
}
input[type="radio"].form-radio + label span {
    background-position: 0 top !important;
}
input[type="radio"].form-radio:checked + label span,
input[type="radio"].form-radio + label span.checked {
    background-position: -20px top !important;
}
input[type="checkbox"].form-checkbox:checked + label span,
input[type="checkbox"].form-checkbox + label span.checked {
    background-position: -60px top !important;
}
fieldset {
    border:0;
    margin-top:30px;
}
fieldset .title {
  margin-top: 15px;
}
legend {
    width:100%;
    text-align:center;
    font-family:'HelveticaBoldCond', Helvetica, Arial, sans-serif;
    font-size:24px;
}
.form-choice {
    width:20px;
    height:20px;
    opacity:0;
    left:0;
    top:0;
    position:absolute;
}
.form-choice-label {
    display:block;
    cursor:pointer;
}
.form-choice-summary  {
    width:100%;
    display:none;
}
.form-choice-summary.active {
    display:block;
}
.form-element-link {
    margin-top:15px;
}

/******** Tables ********************************************************************************/
/************************************************************************************************/


/******** Data Table ****************************************************************************/

table.datatable {
    width:100%;
    margin:0 0 25px 0;
    border-radius:4px;
    border:1px solid rgba(231, 228, 222, 1);
}
table.datatable th, table.datatable td {
    text-align:left;
    vertical-align:top;
    padding:7px 10px 7px 10px;
    border-bottom:1px solid rgba(231, 228, 222, 1);
}
table.datatable th {
    background-color:rgba(242, 239, 233, 0.5);
    font-family:'NexaBlack';
    font-weight:normal;
    font-style:normal;
    font-size:16px;
    display:none;
}
table.datatable tr:first-child th:first-child {
    border-top-left-radius:5px;
}
table.datatable tr:first-child th:last-child {
    border-top-right-radius:5px;
}
table.datatable td {
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    font-size:16px;
    float:left;
    width:100%;
}
table.datatable tr td:first-child {
    font-family:'NexaBold';
    font-weight:normal;
    font-style:normal;
    background-color:rgba(242, 239, 233, 0.5);
}
table.datatable tr:last-child td:last-child {
    border-bottom:0;
}
table.datatable tr:first-child td:first-child {
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}
table.datatable tr:last-child td:last-child {
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom:0;
}
table.datatable td:before {
    float:left;
    width:100%;
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    font-size:14px;
    color:rgba(153, 153, 153, 1);
    display:table-cell;
    white-space:nowrap;
    text-align:left;
    content: attr(data-title);
}
@media all and (min-width: 768px) {
table.datatable th {
    display:table-cell;
}
table.datatable td {
    float:none;
    width:auto;
    background-color:rgba(255, 255, 255, 1);
}
table.datatable tr:last-child td {
    border-bottom:0;
}
table.datatable tr td:first-child {
    background-color:rgba(255, 255, 255, 1);
}
table.datatable tr:first-child td:first-child {
    border-radius:0;
}
table.datatable tr:last-child td:last-child {
   border-bottom-right-radius:4px;
}
table.datatable tr:last-child td:first-child {
   border-bottom-left-radius:4px;
}
table.datatable td:before {
    display:none;
}
}
/******** Nested Tables ************************************************************************/

table.datatable td > table {
    border:0;
    border-radius:0;
    width:100% !important;
    margin:-7px -10px -7px -10px;
}
table.datatable td > table td {
    float:none !important;
    background:none !important;
    border-bottom:0 !important;
}
table.datatable td > table tr td:first-child {
    font-family:'NexaRegular' !important; 
}
table.datatable td > table tr td:last-child {
    width:80px !important; 
}
table.datatable td > table td .yes,
table.datatable td > table td .no {
    text-indent:30px !important; 
    margin-top:0 !important; 
}

/******** Item Table ****************************************************************************/

table.itemtable .checkmark:before {
  display:block;
  font-size:24px;
  font-family:'icon';
  content: "\e60a";
}
table.itemtable .checkmark {
    display:none;
}
table.itemtable .title {
  font-size:36px;
}
table.itemtable .subtitle {
  font-family:'NexaBlack';
  font-weight:normal;
  font-style:normal;
  line-height:1;
}
table.itemtable {
    width:100%;
    margin:0 0 25px 0;
}
table.itemtable td {
    text-align:left;
    vertical-align:middle;
    padding:7px 10px 7px 10px;
}
table.itemtable td.bspace {
    padding-bottom:20px;
}
table.itemtable td.tspace {
    padding-top:20px;
}
table.itemtable td.bbottom {
    border-bottom:1px solid rgba(0, 0, 0, 1);
}
table.itemtable td {
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    font-size:18px;
    float:left;
    width:100%;
    padding-left:7px;
    padding-right:7px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}
table.itemtable td.bold {
    font-family:'NexaBold';
}
table.itemtable tr td:first-child {
    display:none;
    padding-left:30px;
    text-align:left;
}
table.itemtable td:before {
    display:block;
    width:100%;
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    font-size:14px;
    color:rgba(153, 153, 153, 1);
    /* white-space:nowrap; */
    text-align:center;
    content: attr(data-title);
}
@media all and (min-width: 768px) {

table.itemtable td {
    float:none;
    width:auto;
}
table.itemtable tr td:first-child {
    display:table-cell;
}
table.itemtable td:before {
    display:none;
}
table.itemtable .item-txt {
    display:none;
}
table.itemtable .checkmark {
    display:block;
}
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/

/******** Cookie ********************************************************************************/

#cookie-message {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:90001;
    font-family:'NexaRegular';
    font-weight:normal;
    font-style:normal;
    padding:15px 0 15px 0;
    background-color:rgba(0, 0, 0, 0.8);
    color:rgba(255, 255, 255, 1);
    font-size:16px;
    line-height:20px;
}
.cookie-btn {
  padding-top:15px;
}
.btn-accept {
  font-family:'NexaBold', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  cursor:pointer;
  display:inline-block;
  line-height:1.846;
  margin-bottom:0;
  padding:5px 15px;
  text-align:center;
  text-transform:uppercase;
  border-style:solid;
  border-radius:3px;
  vertical-align:middle;
  white-space:nowrap;
  position:relative;
  transition:all 0.1s;
  border:1px solid rgba(255, 255, 255, 1);
  color:rgba(255, 255, 255, 1);
  background-color:transparent;
}
.btn-accept:hover {
  border:1px solid rgba(255, 0, 0, 1);
  color:rgba(255, 0, 0, 1);
}
@media all and (min-width: 768px) {
.cookie-btn {
  text-align:right;
  padding-top:0;
}
}

/******** Modal ******************************************************************************/
/**********************************************************************************************/

.modal-wrapper {
    margin: 30px auto 30px auto;
    max-width:500px;
    position:relative;
    text-align:left;
    background-color:#ffffff;
    padding:20px;
    border-radius:5px;
}
.modal-close {
    text-align:right;
    color:#ffffff;
}
.close {
    cursor:pointer;
    background:#ffffff;
    border:0;
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    position:absolute;
    left:50%;
    margin-left:-20px;
    z-index:5;
    text-decoration:none;
    color: rgba(255, 0, 0, 1);
}
.close.top {
    top:-20px;
}
.close.bottom {
    bottom:-20px;
}
.close:before {
    font-family:'icon';
    font-size:35px;
    content: "\ea0d";
}
.close:focus,
.close:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration:none;
    border-bottom: 0;
}
.modal-content  {
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.modal-content img {
    max-width:280px !important;
    margin:0 auto !important;
}
.modal-content h2 {
    margin-top:15px !important;
}
.modal-content .checkmark-list {
    width:auto !important;
    display:inline-block; !important;
    margin:0 auto !important;
    text-align: left !important;
}
.modal-content .checkmark-list li {
    width:auto !important;
}

/******** Modal Basic ***************************************************************************/
/************************************************************************************************/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    background-color: rgba(242, 239, 233, 0.85);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-container {
    padding: 0 8px;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
}
.mfp-preloader {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}
.mfp-preloader a {
    color: rgba(255, 255, 255, 1);
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}
.mfp-close {
    display:none;
}
.mfp-arrow {
    cursor: pointer;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: rgba(255, 0, 0, 1);
    background: transparent;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: right;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    color: rgba(0, 0, 0, 1);
}
.mfp-counter {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.mfp-arrow-left,
.mfp-arrow-right {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
.mfp-arrow-left {
    left: 25px;
}
.mfp-arrow-right {
    right: 25px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family: 'icon';
    font-size: 40px;
}
.mfp-arrow-right:before {
    content: "\ea42";
}
.mfp-arrow-left:before {
    content: "\ea44";
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.mfp-iframe-holder .mfp-close {
    top: -43px;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    margin: 0 auto;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}
.mfp-figure {
    line-height: 0;
}
.mfp-bottom-bar {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #444444;
    width: 80%;
}
.mfp-figure small {
    font-weight: 400;
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/******** Slider ********************************************************************************/
/************************************************************************************************/

/******** Basic *******************************************************************************/

.flickity-enabled {
    position:relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider {
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-page-dots {
    position:absolute;
    width:100%;
    bottom:15px;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
    display:inline-block;
    border-radius:50%;
    width:15px;
    height:15px;
    margin:0 3px;
    background-color:rgba(255, 255, 255, 1);
    opacity:1;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected {
    background:rgba(0, 0, 0, 1);
    opacity:1;
}
.flickity-prev-next-button {
    display:none;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    border:none;
    background-color:transparent;
}
.flickity-prev-next-button:before {
  font-family:'icon';
  font-size:40px;
  color:rgba(255, 255, 255, 1);
}
.flickity-prev-next-button.previous {
    left:15%;
}
.flickity-prev-next-button.next {
    right:15%;
}
.flickity-prev-next-button.previous:before {
    content: "\ea44";
}
.flickity-prev-next-button.next:before {
    content: "\ea42";
}
.flickity-prev-next-button:disabled {
    opacity:0.3;
    cursor:auto;
}
.flickity-prev-next-button svg {
    display:none;
}
@media all and (min-width: 1200px) {
.flickity-prev-next-button {
    display:block;
}
}

/******** Slider *******************************************************************************/

#slider {
    position:relative;
    width:100%;
    padding-top:0px; /* was 30px */
}
.slider-item {
    float:left;
    text-align:center;
    width:100%;
    padding:0;
}
.slider-item img {
    max-width:100%;
    margin:0 auto;
}


/******** Columns *****************************************************************************/
/**********************************************************************************************/

/******** Helpers ******************************************************************************/
/***********************************************************************************************/

.yes, .no {
    float:left;
    width:100%;
    margin-top:7px;
    display:table-cell;
    background-repeat:no-repeat;
    background-size:20px 20px;
    text-indent:-9999px;
}
.yes {
    background-image:url("../images/yes.png");
}
.no {
    background-image:url("../images/no.png");
}
@media all and (min-width: 768px) {
.yes, .no {
    margin-top:0;
}
}
.redtext { color:rgba(255, 0, 0, 1); }
.smalltext { font-family:'NexaRegular'; font-size:14px; line-height:18px; }
.bg-brand { background-color: rgba(255, 0, 0, 1);}
.highlight { background-color:rgba(210, 210, 210, 1);}
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.inline {margin-top:10px;}
.block { display:block; }

/******** Spacing / Margin **********************************************************************/

.mt-0 { margin-top: 0!important }
.mt-1 { margin-top: 15px!important }
.mt-2 { margin-top: 30px!important }
.mt-3 { margin-top: 5px!important }
.mt-4 { margin-top: 60px!important }
.mt-5 { margin-top: 75px!important }
.mt-6 { margin-top: 90px!important }

@media (min-width:576px) {
.mt-sm-0 { margin-top: 0!important }
.mt-sm-1 { margin-top: 15px!important }
.mt-sm-2 { margin-top: 30px!important }
.mt-sm-3 { margin-top: 45px!important }
.mt-sm-4 { margin-top: 60px!important }
.mt-sm-5 { margin-top: 75px!important }
.mt-sm-6 { margin-top: 90px!important }
}
@media (min-width:768px) {
.mt-md-0 { margin-top: 0!important }
.mt-md-1 { margin-top: 15px!important }
.mt-md-2 { margin-top: 30px!important }
.mt-md-3 { margin-top: 45px!important }
.mt-md-4 { margin-top: 40px!important }
.mt-md-5 { margin-top: 75px!important }
.mt-md-6 { margin-top: 90px!important }
}
@media (min-width:992px) {
.mt-lg-0 { margin-top: 0!important }
.mt-lg-1 { margin-top: 15px!important }
.mt-lg-2 { margin-top: 30px!important }
.mt-lg-3 { margin-top: 45px!important }
.mt-lg-4 { margin-top: 60px!important }
.mt-lg-5 { margin-top: 75px!important }
.mt-lg-6 { margin-top: 90px!important }
}

/******** Spacing / Padding *******************************************************************/

.pt-0 { padding-top: 0!important }
.pt-1 { padding-top: 15px!important }
.pb-1 { padding-bottom: 15px!important }
.pt-2 { padding-top: 30px!important }
.pb-2 { padding-bottom: 30px!important }
.pt-3 { padding-top: 45px!important }
.pb-3 { padding-bottom: 45px!important }
.pt-4 { padding-top: 60px!important }
.pb-4 { padding-bottom: 60px!important }
.pt-5 { padding-top: 75px!important }
.pb-5 { padding-bottom: 75px!important }
.pt-6 { padding-top: 90px!important }
.pb-6 { padding-bottom: 90px!important }

@media (min-width:576px) {
.pt-sm-0 { padding-top: 0!important }
.pt-sm-1 { padding-top: 15px!important }
.pb-sm-1 { padding-bottom: 15px!important }
.pt-sm-2 { padding-top: 30px!important }
.pb-sm-2 { padding-bottom: 30px!important }
.pt-sm-3 { padding-top: 45px!important }
.pb-sm-3 { padding-bottom: 45px!important }
.pt-sm-4 { padding-top: 60px!important }
.pb-sm-4 { padding-bottom: 60px!important }
.pt-sm-5 { padding-top: 75px!important }
.pb-sm-5 { padding-bottom: 75px!important }
.pt-sm-6 { padding-top: 90px!important }
.pb-sm-6 { padding-bottom: 90px!important }
}
@media (min-width:768px) {
.pt-md-0 { padding-top: 0!important }
.pt-md-1 { padding-top: 15px!important }
.pb-md-1 { padding-bottom: 15px!important }
.pt-md-2 { padding-top: 30px!important }
.pb-md-2 { padding-bottom: 30px!important }
.pt-md-3 { padding-top: 45px!important }
.pb-md-3 { padding-bottom: 45px!important }
.pt-md-4 { padding-top: 60px!important }
.pb-md-4 { padding-bottom: 60px!important }
.pt-md-5 { padding-top: 75px!important }
.pb-md-5 { padding-bottom: 75px!important }
.pt-md-6 { padding-top: 90px!important }
.pb-md-6 { padding-bottom: 90px!important }
}
@media (min-width:992px) {
.pt-lg-0 { padding-top: 0!important }
.pt-lg-1 { padding-top: 15px!important }
.pb-lg-1 { padding-bottom: 15px!important }
.pt-lg-2 { padding-top: 30px!important }
.pb-lg-2 { padding-bottom: 30px!important }
.pt-lg-3 { padding-top: 45px!important }
.pb-lg-3 { padding-bottom: 45px!important }
.pt-lg-4 { padding-top: 60px!important }
.pb-lg-4 { padding-bottom: 60px!important }
.pt-lg-5 { padding-top: 75px!important }
.pb-lg-5 { padding-bottom: 75px!important }
.pt-lg-6 { padding-top: 90px!important }
.pb-lg-6 { padding-bottom: 90px!important }
}

/******** Columns ******************************************************************************/
/***********************************************************************************************/

.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-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-md-5th, .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-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-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.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media all and (min-width: 576px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .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.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media all and (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-5th, .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.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5th {
        width: 20%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media all and (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.333333%;
    }
    .col-xl-2 {
        width: 16.666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333333%;
    }
    .col-xl-5 {
        width: 41.666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333333%;
    }
    .col-xl-8 {
        width: 66.666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333333%;
    }
    .col-xl-11 {
        width: 91.666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
