@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
@import url(https://fonts.googleapis.com/css?family=Arvo:700);
@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);

/*********************
ТАБЛИЦА БЕЗДЕПОЗИТЫ
*********************/

.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

/*********************
КНОПКА В АКЦИИ
*********************/
.rounded1 {
counter-reset: li; 
list-style: none; 
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded1 a {
position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #daf599;
    color: #444;
    text-decoration: none;
    border-radius: .2em;
    transition: .3s ease-out;
}
.rounded1 a:hover {background: #E9E4E0;}
.rounded1 a:hover:before {transform: rotate(360deg);}
.rounded1 a:before {
      content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1em;
    top: 65%;
    /* text-decoration: none; */
    color: #FFFFFF;
    margin-top: -1.3em;
    background: #ba7adc;
    height: 2em;
    width: 2em;
    line-height: 2em;
    /* border: .1em solid white; */
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}


/*********************
КНОПКА В АКЦИИ
*********************/
.bulletsBlock2:after {
    content: "";
    display: table;
    clear: both;
}
 
.bulletsBlock2 > div {
    width: 30%;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-left:5%;
    
    position: relative;
    cursor: pointer;
}
 
.bulletsBlock2 > div:first-child {
    margin-left:0;
}
 
/*Тень снизу у блока при наведении*/
.bulletsBlock2 > div:hover {
    -webkit-box-shadow: 0 35px 35px -35px #000000;
    -moz-box-shadow: 0 35px 35px -35px #000000;
    box-shadow: 0 35px 35px -35px #000000;
}
.bullet-item2 span{
    line-height: 1.5em;
    font-size: 12.5em;
    color:#fff;
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    -webkit-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
 



* {box-sizing: border-box;}
.border7 {
  width: 300px;
  margin: 0 auto;
  background: white;
  padding: 10px;
  border: 1px solid #F1E7E8;
}
.wrap7 {
  height: 100%;
  position: relative;
 }
.product-wrap7 {position: relative;}
.product-wrap7:after {
  content: '';
  background: rgba(73, 102, 162, .5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(.3);
  transition: .3s ease-in-out;
}
.border7:hover .product-wrap7:after {
  opacity: 1;
  transform: scale(1);
}
.product-wrap7 a {
  display: block;
  text-decoration: none;
}
.product-wrap7 img {
  display: block;
  width: 100%;
}
.loop-action {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}
.border7:hover .loop-action {opacity: 1;}
.loop-action a {
  text-decoration: none;
  display: block;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  position: relative;
  overflow: hidden;
	background: #07abd2;
  text-align: center;
  color: white;
  min-width: 160px;
  margin: 5px auto;
  transition: .3s ease-in-out;
}
.loop-action a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  transform: rotate(45deg);
  background: white;
  z-index: -1;
  transition: .3s ease-in-out;
}
.loop-action a:hover {
    color: #27648a;
    background: #ffffff;
    border: 1px solid #07abd2;
}
.loop-action a:hover:after {left: 0%;}
.border7:hover {border-color: #c7cdda;}
.product-info {padding-top: 1px;}
.stars {
  font-size: 14px;
  font-family: FontAwesome;
}
.stars:before {
  content: "\f005\f005\f005\f005\f005";
  color: #F2453E;
}
.product-title7 {
  font-weight: normal;
  font-family: "Open Sans";
  color: #162546;
  font-size: 18px;
}
.price7 {
  font-family: "Open Sans";
  color: #162546;
  font-style: italic;
  font-weight: bold;
}
/*********************
КНОПКА В АКЦИИ
*********************/

.buttonbonuscasino {
	display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  width: 100%;
  vertical-align: middle;
  
  padding: 15px 0;
  margin-bottom: -16px;
  font-size: 1.1rem;
  background-color: rgb(29, 198, 223);
  color: #fff; }


.buttonbonuscasino:hover, .buttonbonuscasino:focus {
    background-color: rgb(15, 174, 197);
    color: #fff; }


/*********************
ТЕКСТ СЛАЙДЕР
*********************/
.ribbon2 {
            position: relative;
            width: 150px;
               background-color: #ba7adc; /* цвет ленты */
	    text-shadow: 0px 1px 0px #444;
            font: bold 16px Sans-Serif;
                color: #f7f2f2;   /* цвет шрифта */
            text-align: center;
            padding: 7px 0;
            top: 25px;
            left: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform:    rotate(45deg);
            -ms-transform:     rotate(45deg);
            -o-transform:      rotate(45deg);


}


/*********************
ТЕКСТ СЛАЙДЕР
*********************/

.zebra1 {
  list-style: none;
  margin-left: auto;
  padding: 0;
  font-family: "Verdana";
  text-align: left;
	    margin-top: -15px;
}
.zebra1 li {padding: 10px;}
.zebra1 li:nth-child(odd) {background: #E1F1FF;}
.zebra1 li:nth-child(even) {background: white;}

/*********************
ТЕКСТ СЛАЙДЕР
*********************/


body {
  background-color: #222;
}
.plate {
  background: #eae8e8;
  margin: 0% auto;
}
.shadow {
    color: #42d429;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 2px 1px 0 #52525294, 2px 2px 0 #52525294;
    line-height: 0.8em;
    
   
    
    -webkit-transform: scaleY(0.7);
    
    margin: 0;
    text-align: center;
}

.text777 {
		font-size: 40px;
	color: #ff6600;
    font-family: Arvo;
    font-weight: bold;
    text-shadow: 2px 1px 0 #52525294, 2px 2px 0 #52525294;
    line-height: 0.8em;
    
    -webkit-transform: scaleY(0.9);
    -moz-transform: scaleY(0.7);
    margin: 0;
    text-align: center;
}
.script {
  font-family: "Seaweed Script";
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.script span {
  background-color: #222;
  padding: 0 0.3em;
}
.script:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;
}
.text1 {
  font-size: 40px;
}
.text2 {
  font-size: 75px;
}
.text3 {
  font-size: 100px;
}

/*********************
ТЕКСТ СЛАЙДЕР
*********************/
.text-test1
{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: .3s ease-in-out;}
.product-wrap {
  width: 300px;
  margin: 0 auto;
  background: white;
 
  text-align: center;
  font-size: 14px; 
  font-family: Lora;
  text-transform: uppercase;
}
.product-item {
  position: relative;
  overflow: hidden;
}
.product-wrap img {
  display: block;
  width: 100%;
}
.product-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: .3s ease-in-out;
}
.button1 { 
  text-decoration: none;
  color: #c0a97a;
  font-size: 12px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%; 
  left: 50%;
  border: 2px solid #c0a97a;
  transform: translate(-50%, -50%) scale(0);
  transition: .3s ease-in-out;
}
.button1:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 10px;
}
.product-item:hover .product-buttons {opacity: 1;}
.product-item:hover .button1 {transform: translate(-50%, -50%) scale(1);}
.button:hover {background: black;}
.product-title {color: #5e5e5e;}
.product-title a {
  text-decoration: none;
  color: #2e2e2e;
  font-weight: 600;
  margin: 15px 0 5px;
  padding-bottom: 7px;
  display: block;
  position: relative;
  transition: .3s ease-in-out;
}
.product-title a:after{    
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #2e2e2e;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  transition: .3s ease-in-out;
}
.product-title a:hover {color: #c0a97a;}
.product-title:hover a:after {background: #c0a97a;}
.product-price {
  font-size: 20px;
  color: #c0a97a;
  font-weight: 700;
}


/*********************
ТЕКСТ СЛАЙДЕР
*********************/


.item {
  width: 300px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 15px 0;
  margin: 0 auto;
  background: white;
}
.item a {
  text-decoration: none;
  outline: 0;
}
.product {
  padding: 0 15px;
  position: relative;
}
.thumb-img {
  position: relative;
  overflow: hidden;
}
.thumb-img img {
  width: 100%;
  display: block;
}
.thumb-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: .3s ease-in-out; 
}
.product:hover .thumb-img:after {opacity: 1;}
.actions {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  transition: .3s ease-in-out; 
}
.product:hover .actions {
  top: 50%;
  opacity: 1;
}
.actions a {
  margin: 7px 6px;
  color: white;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid white;
  background: transparent;
  transition: .3s ease-in-out; 
}
.share-button {width: 30px;}
.add-to-cart:hover {background: #FFFFFF;}
.actions a:hover {
  border-color: #A2927F;
  background: #A2927F;
}
.share-wrap {
  display: inline-block;
  height: 30px;
  position: relative;
  margin: 7px 6px;
}
.share-item {
  width: 200px;
  margin-left: -100px;
  position: absolute;
  z-index: 3;
  bottom: 38px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: .3s ease-in-out; 
}
.share-wrap:hover .share-item {
  opacity: 1;
  visibility: visible;
}
.add-to-cart {padding: 0 20px;}
.product-about {
  padding: 20px 0 0;
  text-align: center;
}
.product-title {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
  font-size: 16px;
  margin: 5px 0 15px;
  font-weight: normal;
}
.product-title a {color: #373737;}
.price {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #F2453E; 
}


/*********************
ТЕКСТ СЛАЙДЕР
*********************/


.post1 {
  width: 300px;
  margin: 50px auto 0;
  position: relative;
  background: white;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  border-radius: 3px;
  font-family: 'Scada', sans-serif;
}
.post-top1 {
  min-height: 45px;
  position: relative;
  overflow: hidden;
}
.post-top1 a {
  text-decoration: none;
  display: block;
}
.post-top-img {
  border-radius: 3px 3px 0 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-top-angle {
  width: 180px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 20px;
  right: -50px;
  transform:rotate(45deg);
  color: #fefefe;
  text-align: center;
  background: #F8CF82;
  font-size: 16px;
  font-weight:bold;
}
.post-top-price {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.post-top-price span {
display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: #F8CF82;
  border-radius: 3px 0 0 0;
  color: #fefefe;
  font-size: 1.5em;
  font-weight: bold;
}
.post-top-price:after {
  content: " ";
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F8CF82;
}
.post-content1 {
  padding: 20px;
  font-family: 'Scada', sans-serif;
}
.post-content1 h3 {
  font-size: 1.5em;
}
.post-content p {
  margin-top: 10px;
  color: #6e6e6e;
  line-height: 1.5em;
}

/*********************
ЛЕНТОЧКА В ОБЗОРЕ ТЕСТ777777777777777777777
*********************/
.ribbon4 {
                  position: relative;
    /* width: 150px; */
    background-color: #42d429;
    font: bold 16px Sans-Serif;
    color: #fbfbfb;
    text-align: center;
    padding: 7px 0;
}


/*********************
ЛЕНТОЧКА В ОБЗОРЕ ТЕСТ777777777777777777777
*********************/

.ribbon5 {
    position: relative;
    /* width: 150px; */
    background-color: #21a1e8;
    font: bold 16px Sans-Serif;
    color: #ffffff;
    text-align: center;
    padding: 7px 0;
}

/*********************
ЛЕНТОЧКА В ОБЗОРЕ ТЕСТ777777777777777777777
*********************/
.ribbon1 {
              position: relative;
    width: 150px;
    background-color: #21a1e8;
    font: bold 16px Sans-Serif;
    color: #d6d3bd;
    text-align: center;
        
    padding: 7px 0;
    top: 25px;
    left: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform:    rotate(45deg);
            -ms-transform:     rotate(45deg);
            -o-transform:      rotate(45deg);
}
/*********************
ЛЕНТОЧКА В ОБЗОРЕ
*********************/
.ribbon {
            position: relative;
            width: 150px;
            background-color: #BFDC7A; /* цвет ленты */
            font: bold 16px Sans-Serif;
            color: #333;    /* цвет шрифта */
            text-align: center;
            text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
            padding: 7px 0;
            top: 25px;
            left: -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform:    rotate(45deg);
            -ms-transform:     rotate(45deg);
            -o-transform:      rotate(45deg);

}

.wrap-ribbon {
            width: 106px;
            height: 106px;
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 0;
}


/*********************
БОНУСЫ В ОБЗОРЕ
*********************/
.bulletsBlock:after {
    content: "";
    display: table;
    clear: both;
}
 
.bulletsBlock > div {
    width: 30%;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-left:5%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
 
.bulletsBlock > div:first-child {
    margin-left:0;
}
 
/*Тень снизу у блока при наведении*/
.bulletsBlock > div:hover {
    -webkit-box-shadow: 0 35px 35px -35px #000000;
    -moz-box-shadow: 0 35px 35px -35px #000000;
    box-shadow: 0 35px 35px -35px #000000;
}
.bullet-item span{
    line-height: 1.5em;
    font-size: 12.5em;
    color:#fff;
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    -webkit-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
 
/*Анимация иконки при наведении - уменьшение и сдвиг вверх*/
.bulletsBlock > div:hover span.iconBullet{
    line-height: 1.35em;
    font-size: 10.625em;
    top:-2.7%;
}
.titleBullet, .hideText {
    position: absolute;
    left:0;
    bottom:0;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
    -webkit-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
 
.titleBullet {
    line-height: 2.5em;
    font-size: 2.1875em;
    background:#3B3B3B;
    z-index: 10;
}
 
.hideText {
    line-height: 1.3em;
    font-size: 1.25em;
    padding: 0.1245em 0;
    background:#3B3B3B;
    font-weight: 300;
    z-index: 8;
    height: 50px;
    -webkit-transition:all 0.35s linear 0.2s;
    transition:all 0.35s linear 0.2s;
}
 
/*Анимация при наведении видимого текстового блока*/
.bulletsBlock > div:hover p.titleBullet{
    bottom:80px;
}
 
/*Анимация при наведении скрытого текстового блока*/
.bulletsBlock > div:hover p.hideText{
    background:#454545;
}

/*********************
ВЫДЕЛЕНИЕ В ШАПКЕ ОБЗОРА КАЗИНО
*********************/

.line {
    border-top: 2px solid #b4deb3;
    border-bottom: 2px solid #b4deb3;
    padding: 3px;
   }



.text-casino-grid {
	font-size: 16px;
    color: #252525;

    line-height: 20px;
	    text-align: justify;
    margin-bottom: 2rem;
	
}


h1.casino-page {
	    color: #4c4c4c;
    font-family: "Times New Roman", Sans-serif;
    font-size: 35px;
    font-weight: 500;

    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 0.6px;
     margin-bottom: 10px;
    border-bottom: 2px solid #44be4c;
}

/*********************
ЗЕЛЁНАЯ ГАЛОЧКА
*********************/
.fa-check {
	color: #5fbf5f
}


.fa-heart {
	color: #c44d58 }

/*********************
КРАСНАЯ ЗВЁЗДОЧКА
*********************/
.zvezda {
color: #c8494a
}
/*********************
ТЕКСТ СЛАЙДЕР
*********************/
.slider-text-poloska-right {
border-right: 4px solid #c44d58;
    padding: 0 0 0 20px;
	margin-bottom: 20px; }

.slider-text-poloska {
border-left: 4px solid #c44d58;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
/*********************
BONUS-CODE
*********************/
.bonus-code1 {
text-align: center;
    border-top: 1px solid rgba(89,89,89,.26);
    /* background-color: #f5ffd7; */
    /* margin-top: -16px; */
    /* margin-bottom: -14px; */
    padding-top: 10px;
    padding-bottom: 1px;
    background: #fff;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
}

.bonus-code-value1 {
        color: #0da23c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.38em;
    text-transform: uppercase;
}

.bonus-code-title1 {
    color: #777;
    font-size: 12px;
    line-height: 1.2em;
}
/*********************
BONUS-CODE
*********************/
.bonus-code {
    text-align: center;
    border-top: 1px solid rgba(89,89,89,.26);
    background-color: #f5ffd7;
    margin-top: -16px;
    margin-bottom: -14px;
    padding: 8px;
}

.bonus-code-value {
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.38em;
	text-transform: uppercase;
}

.bonus-code-title {
    color: #777;
    font-size: 12px;
    line-height: 1.2em;
}
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
СПИСКИ
*********************/
.rectangle {
counter-reset: li; 
list-style: none; 
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rectangle a {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 0 .5em 2.5em;
background: #D3D4DA;
color: #444;
text-decoration: none;
transition: all .3s ease-out;
}
.rectangle a:hover {background: #DCDDE1;}       
.rectangle a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #9097A2;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}
.rectangle a:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.rectangle a:hover:after {
left: -.5em;
border-left-color: #9097A2;
}
/*********************
BULLET UL
*********************/
.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "New Times Roman", Arial, Helvetica, sans-serif;
}
.bullet li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}

/*********************
СПИСОК ROUNDED
*********************/


/*********************
СПИСОК ЗЕБРА
*********************/
.zebra {
  list-style: none;
  border-left: 10px solid #FC7574;
  padding: 0;
  font-family: "Verdana";
}
.zebra li {padding: 10px;}
.zebra li:nth-child(odd) {background: #E1F1FF;}
.zebra li:nth-child(even) {background: white;}

/*********************
СПИСОК ХОЛЛИДЕЙ
*********************/
.holiday {
  overflow: hidden;
  font-size: 16px;
}
.holiday dt, .holiday dd {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.625em 0 0.875em;
  color: #4C565C;
  box-sizing: border-box;
}
dt {
  width: 30%;
  float: left;
  clear: right;
  background: #D3E6DD;
  font-weight: bold;
}
dd {
  width: 70%;
  float: right;
  margin-left: 0;
  margin-bottom: .3125em;
  border: 1px solid #BECFC7;
  border-left: none;
}

/*********************
СПИСОК PILLS
*********************/
.pills {
  margin-left: 0;
  list-style: none;
  counter-reset: li;
  font-family: calibri;
}
.pills li {
  padding: 10px 0;
  position: relative;
  left: 1.5em;
  margin-bottom: 0.75em;
  padding-left: 1em;
  background: #E3DEDC;
}
.pills li:before {
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  width: 1.875em;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #D66786;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 70em;
  counter-increment: li;
  content: counter(li);
}
/*********************
СПИСОК SQUARE
*********************/
.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background:#ffffff;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
	
  transition: .3s linear;
}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
 
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;

  background: #2199e8;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}

/*********************
COLORS
*********************/
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	color:#4c4c4c;
	font-family:"Verdana", Sans-serif;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1.8em;
	letter-spacing:0.6px;
	border-left:4px solid #c44d58;
	padding: 0 0 0 20px;
	margin-bottom: 20px;}
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.1.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }



/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body
{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #202020;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.875rem; }
  h6 {
    font-size: 0.75rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #202020;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #202020; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #9B9B9B; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #9B9B9B; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #9B9B9B;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #9B9BA7;
  border: 1px solid #202020;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #9B9BA7;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #9B9B9B; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.35em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #9B9BA7;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #9B9BA7;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #202020;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #9B9BA7;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #9B9BA7;
  color: #0a0a0a;
  border: 1px solid #9B9BA7; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #9B9BA7;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #9B9BA7;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #9B9BA7;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #9B9BA7;
  border-radius: 3px;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #9B9BA7; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #9B9BA7; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #9B9BA7;
  background-color: #ffffff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #ffffff; }
  .badge.secondary {
    background: #777;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #202020;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #202020; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #ffffff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button {
      display: table-cell;
      float: none; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
      border-right: 1px solid; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #ffffff; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #9B9B9B;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #9B9B9B;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #202020;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 3px; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #202020;
  border: 1px solid #202020;
  margin-top: -1px; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #2199e8;
  color: #ffffff; }
  .label.secondary {
    background: #777;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #9B9BA7;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #202020;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #9B9B9B; }
    .orbit-bullets button.is-active {
      background-color: #9B9B9B; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 3px; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #9B9BA7; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #202020;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #202020;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 3px; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #9B9BA7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #202020;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 3px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #202020;
  margin: 100px auto 0;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 80rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 80rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 80rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #202020;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 3px; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f9f9f9;
    color: #9B9B9B; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #9B9BA7; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #9B9BA7; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #9B9BA7;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #9B9BA7;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #202020;
    box-shadow: 0 7px 0 #202020, 0 14px 0 #202020; }

.has-tip {
  border-bottom: dotted 1px #9B9B9B;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff; }
  .top-bar a {
    color: #2199e8; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 0.875rem; }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1, h2, .h2, p {
  color: #4A4A4A; }

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold; }

h1, .h1 {
  font-family: Bookman, URW Bookman L, serif; }

h2, .h2 {
  font-family: Bookman, URW Bookman L, serif;
  font-size: 1.5rem;
  margin: 1.5625rem 0; }



h3, .h3 {
  font-size: 1.3125rem; }
  h3 a, .h3 a {
    color: #4A4A4A; }

h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem; }

p {
  font-size: 0.9375rem;
  line-height: 1.5; }

header h2 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
  font-weight: bold; }

header h4.byline {
  margin-bottom: 2.5rem; }

.single h1 {
  margin-bottom: 0; }

.button {
  font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.75rem 1.5625rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.vh-pagination .prev, .vh-pagination .next {
  background: #2199e8;
  text-transform: uppercase;
  color: white;
  min-width: 130px;
  padding: 0.625rem 1.5625rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

/*********************
HEADER STYLES
*********************/
.header {
  min-height: 4.8125rem;
  box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09);
  -webkit-box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09);
  -moz-box-shadow: 0 2px 0 0 rgba(112, 112, 112, 0.09); }
  .header ul.off-canvas-list li {
    list-style: none; }

.relative {
  position: relative; }

.show {
  display: inline-block !important; }

/*********************
NAVIGATION STYLES
*********************/
.top-strip {
  background: #0a0a0a; }
  .top-strip .top-bar {
    background: #0a0a0a;
    padding: 0.625rem 0; }
    .top-strip .top-bar .top-bar-left ul {
      margin-top: 0.1875rem; }
      .top-strip .top-bar .top-bar-left ul li {
        font-size: 0.875rem; }
        .top-strip .top-bar .top-bar-left ul li a {
          padding: 0 0 0 0.625rem; }
        .top-strip .top-bar .top-bar-left ul li:first-child a {
          padding: 0; }
    .top-strip .top-bar .title-area {
      z-index: 1; }
    .top-strip .top-bar ul {
      background: none; }
      .top-strip .top-bar ul li {
        font-size: 0.8125rem; }
        .top-strip .top-bar ul li a {
          color: #9B9B9B;
          padding: 0 0 0 0.3125rem; }

.social-icons {
  margin: 0;
  line-height: 0.75rem; }
  .social-icons li {
    list-style-type: none;
    display: inline-block; }
    .social-icons li a {
      font-size: 1.125rem;
      color: #9B9B9B; }

.logo {
  margin: 1.625rem 0 0 0;
  font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  font-weight: bold; }
  .logo a {
    color: #0a0a0a;
    line-height: 1rem; }

.site-description {
  margin: 0;
  font-size: 0.8125rem;
  color: #9B9BA7;
  font-weight: 400; }

.logo-wrapper .heading-logo {
  padding: 0;
  display: block; }

.logo-wrapper .logo-image {
  margin-top: 1.5625rem; }

.logo-wrapper .logo-icon {
  width: 3.125rem;
  float: left;
  margin-top: 1.25rem;
  margin-right: 0.9375rem; }

.top-bar#top-bar-menu {
  position: relative;
  padding: 0; }
  .top-bar#top-bar-menu .row .top-bar-left {
    width: 30%; }
  .top-bar#top-bar-menu .menu {
    margin: 0;
    float: right;
    margin-right: 0; }
    .top-bar#top-bar-menu .menu li {
      height: 2.5rem;
      border-top: 2px solid white; }
      .top-bar#top-bar-menu .menu li:hover {
        border-top: 2px solid #2199e8; }
        .top-bar#top-bar-menu .menu li:hover a {
          color: #2199e8; }
      .top-bar#top-bar-menu .menu li a {
        font-size: 15px;
        padding: 2rem 1rem;
        font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
        color: #0a0a0a;
        font-weight: 500;
 }
        .top-bar#top-bar-menu .menu li a.button a {
          padding: 0;
          color: #ffffff; }
      .top-bar#top-bar-menu .menu li.cta:hover {
        border-top: 2px solid white; }
      .top-bar#top-bar-menu .menu li.cta a {
        margin: 1.25rem 0 1.25rem 1.25rem;
        padding: 0.625rem 1.5625rem;
        display: inline-block;
        background: #2199e8;
        font-size: 0.9375rem;
        text-transform: uppercase;
        color: white; }
    .top-bar#top-bar-menu .menu .submenu {
      padding: 0.625rem 1.5rem 0 1.5rem;
      background: #1F1F1F;
      z-index: 100;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .top-bar#top-bar-menu .menu .submenu > li {
        border-bottom: 1px solid #4A4A4A;
        border-top: 0; }
        .top-bar#top-bar-menu .menu .submenu > li a {
          padding: 0.625rem 0;
          color: white; }
          .top-bar#top-bar-menu .menu .submenu > li a:hover {
            color: #9B9BA7; }
        .top-bar#top-bar-menu .menu .submenu > li:last-child {
          border-bottom: none; }
        .top-bar#top-bar-menu .menu .submenu > li ul {
          z-index: 150; }
        .top-bar#top-bar-menu .menu .submenu > li.is-right-arrow > a:after {
          position: absolute;
          top: 50%;
          margin-top: -7px;
          right: 1rem;
          display: block;
          width: 0;
          height: 0;
          border: inset 5px;
          content: '';
          border-right-width: 0;
          border-left-style: solid;
          border-color: transparent transparent transparent #fff;
          opacity: 0.7; }

.menu-mobile {
  float: right;
  padding: 0.75rem 1.875rem;
  margin: 0.8125rem 0 0 0;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #2199e8; }

.accordion-menu {
  width: 100%;
  clear: both; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 4.75rem 0; }

#content .taxonomy-description {
  margin-bottom: 2rem; }

.article {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #F5F5F5; }
  .article p {
    margin-bottom: 0; }

.single-title,
.page-title {
  font-family: Bookman, URW Bookman L, serif;
  color: #444444;
  font-size: 2.3rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.page #content #main h1 {
  margin-bottom: 2rem; }

.byline, .tags {
  color: #9B9BA7;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0.625rem;
  font-size: 0.875rem; }
  .byline .tags-title, .tags .tags-title {
    color: #9B9BA7; }
  .byline a, .tags a {
    color: #9B9BA7;
    margin-right: 0.25rem; }
    .byline a:hover, .tags a:hover {
      color: #2199e8; }

#main {
  padding-right: 2.5rem; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.post-categories {
  margin-left: 0;
  margin-right: 0.1875rem;
  margin-bottom: 0;
  list-style-type: none; }
  .post-categories li a {
    font-size: 0.75rem;
    list-style-type: none;
    font-family: "Montserrat", sans-serif; }

.post-details {
  width: 100%;
  margin-bottom: 0;
  color: #9B9BA7; }
  .post-details a {
    color: #9B9BA7; }
  .post-details .post-categories {
    float: left; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.35em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/

.widgettitle {
	font-size: 155%; /* Размер шрифта */
    text-transform: uppercase;
    font-weight: normal; /* Убираем жирное начертание */
	padding-bottom: 5px; /* Расстояние от текста до линии */ }


/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

.pagination {
  text-align: center;
  clear: both; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;

}


  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 1px solid #9B9BA7;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.row.collapse .sidebar-wrapper-casino {
  padding-left: 2.5rem; }

.sidebar-wrapper {
  margin-top: 0; }
  .sidebar-wrapper div:first-child {
    margin-top: 0; }

.game-post {
  margin-top: 7.375rem; }

.widget {
  margin: 0 0 1.25rem 0;
  clear: both; }
  .widget ul {
    margin: 0;
    font-size: 0.875rem; }
    .widget ul li {
      list-style: none;
      color: #9B9BA7;
      line-height: 1.8125rem;
      border-bottom: 1px solid #F5F5F5;
      padding: 0.3125rem 0; }
      .widget ul li a {
        color: #0a0a0a; }
        .widget ul li a:hover {
          color: #2199e8; }
  .widget .textwidget {
    color: #4A4A4A; }

.homepage-widget {
  padding-left: 0; }
  .homepage-widget .widget {
    padding-left: 0;
    list-style-type: none; }
    .homepage-widget .widget ul li:before {
      font-family: "Material Design Icons";
      font-size: 1.0625rem;
      content: '\f238';
      margin-top: 0.0625rem;
      margin-right: 0.5rem; }
    .homepage-widget .widget ul li a {
      color: #9B9BA7;
      transition: padding-left 0.125s ease-in-out; }
      .homepage-widget .widget ul li a:hover {
        padding-left: 5px;
        color: #0a0a0a; }

.game-post-banner {
  width: 100%;
  height: 11.25rem;
  position: relative;
  background: #0a0a0a;
  overflow: hidden; }
  .game-post-banner .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px); }
  .game-post-banner h1, .game-post-banner h2 {
    text-align: center;
    display: inline-block;
    margin: 3.125rem auto 0 auto;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 4rem;
    position: relative;
    z-index: 2; }

/*********************
FOOTER STYLES
*********************/
.footer {
  font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
  clear: both;
  margin-top: 3.75rem;
  background: #202020;
  font-size: 0.9375rem; }
  .footer .columns:first-child {
    padding-left: 0; }
  .footer .columns:last-child {
    padding-right: 0; }
  .footer .widget {
    margin-bottom: 1.875rem; }
    .footer .widget h2 {
      padding-top: 1.25rem;
      text-transform: uppercase;
      margin-bottom: 1.75rem;
      font-size: 0.875rem;
      color: #9B9BA7; }
    .footer .widget .textwidget {
      line-height: 1.5rem; }
    .footer .widget ul li {
      border-bottom: 1px solid #4A4A4A;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      font-size: 0.9375rem; }
      .footer .widget ul li:last-child {
        border-bottom: 0; }
      .footer .widget ul li a {
        color: #ffffff; }
  .footer .footer-strip {
    background: #0a0a0a;
    padding: 1.625rem 0 1.5rem 0; }
    .footer .footer-strip .logo-footer {
      color: #ffffff;
      float: left;
      margin-top: 0.375rem;
      margin-right: 2.5rem;
      line-height: 0.9375rem;
      font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.375rem;
      text-transform: uppercase; }
      .footer .footer-strip .logo-footer span {
        margin: 0.125rem 0 0 0;
        font-size: 0.8125rem;
        color: #9B9BA7;
        width: 100%;
        font-weight: normal;
        display: inline-block;
        text-transform: capitalize; }
    .footer .footer-strip p {
      margin: 0; }
    .footer .footer-strip .copyright {
      float: right; }
    .footer .footer-strip .social-icons {
      float: right;
      margin-top: 0.625rem; }
    .footer .footer-strip ul.menu {
      float: left; }
      .footer .footer-strip ul.menu li a {
        color: #9B9BA7; }

/*********************
FOUNDATION STYLES
*********************/



/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.off-canvas-content {
  position: relative; }

.top-strip {
  position: relative;
  z-index: 100; }

.top-bar ul li a, .footer ul li a {
  text-transform: none; }

.games-menu {
  position: absolute;
  right: 2.8125rem;
  top: 2.125rem;
  color: #0a0a0a;
  display: block;
  height: 1.5625rem;
  width: 1.5625rem; }
  .games-menu:before {
    font-size: 1.5625rem; }

.game-overlay {
  background: #0a0a0a;
  position: absolute;
  display: none;
  top: 7.1875rem;
  padding: 3.75rem;
  z-index: 1000; }
  .game-overlay h2 {
    color: white;
    margin: 0 0 1.25rem 0.625rem; }
  .game-overlay .vh-row-sm .vh-item {
    width: 20% !important; }
  .game-overlay .vh-filter, .game-overlay .vh-pagination {
    display: none; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #9B9BA7;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out; }

#nav-toggle span:before {
  top: 7px; }

#nav-toggle span:after {
  bottom: -14px; }

#nav-toggle:hover span {
  background: #0a0a0a; }
  #nav-toggle:hover span:before, #nav-toggle:hover span:after {
    background: #0a0a0a; }

.large-banner {
  width: 100%;
  min-height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .large-banner .banner-overlay-box {
    position: absolute;
    left: 8%;
    top: 146px;
    width: 50%; }
    .large-banner .banner-overlay-box h2, .large-banner .banner-overlay-box h3 {
      font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
      color: #FFFFFF;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); }
    .large-banner .banner-overlay-box h2 {
      font-size: 66px;
      line-height: 30px;
      font-weight: bold; }
    .large-banner .banner-overlay-box h3 {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0;
      line-height: 36px; }
    .large-banner .banner-overlay-box .button {
      margin-top: 1.25rem;
      background: white;
      color: #FF5A62; }

.button.slider {
  background: white;
  color: #FF5A62;
  height: auto;
  margin: 0; }

.category-label ul li {
  display: block;
  float: left; }
  .category-label ul li a {
    background: #FF5A62;
    color: #ffffff;
    padding: 0.3125rem 0.5rem 0.375rem 0.5rem;
    margin-right: 0.375rem;
    text-transform: uppercase; }

.divider {
  border-left: 1px solid #F5F5F5;
  padding-left: 2.5rem; }

.post-banner {
  position: relative;
  width: 100%;
  height: 22.5rem;
  margin-bottom: 1.875rem; }
  .post-banner img {
    max-width: 100%; }
  .post-banner .overlay {
    position: absolute;
    bottom: 0;
    padding: 1.875rem 2.5rem;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
    .post-banner .overlay h2 {
      display: inline-block;
      font-size: 1.5rem;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      width: 100%;
      font-weight: bold; }
      .post-banner .overlay h2 a {
        color: #ffffff; }
    .post-banner .overlay h5 {
      color: #ffffff;
      text-transform: uppercase; }

.list-post {
  margin-bottom: 1.875rem;
  display: block; }
  .list-post p {
    margin-bottom: 0.375rem;
    font-size: 0.875rem; }
  .list-post h3 {
    display: block;
    color: red; }
  .list-post h4.byline {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .list-post h4.byline a {
      color: #2199e8; }
    .list-post h4.byline.tags-list {
      float: right;
      margin: 4px 0 0 0; }
  .list-post img {
    padding-right: 1.25rem; }
  .list-post .read-more {
    text-transform: uppercase;
    color: #9B9BA7;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400; }
    .list-post .read-more:hover {
      color: #2199e8; }

.vh-casino-providers {
  margin-top: 1.875rem;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .vh-casino-providers thead {
    border-bottom: 0; }
    .vh-casino-providers thead tr th {
      padding: 0.9375rem 0 0.9375rem 0.625rem;
      background-color: #FF5A62;
      color: #ffffff;
      font-weight: 500;
      border-bottom: 0; }
      .vh-casino-providers thead tr th:first-child {
        padding-left: 1.625rem; }
      .vh-casino-providers thead tr th:last-child {
        padding: 1.25rem;
        text-align: center; }
  .vh-casino-providers tbody tr {
    border-bottom: 0; }
    .vh-casino-providers tbody tr:nth-child(even) {
      background: #f2f2f2; }
    .vh-casino-providers tbody tr td.vh-casino a img {
      width: auto; }
    .vh-casino-providers tbody tr td.vh-cta-buttons {
      padding: 0.625rem 1.25rem; }
      .vh-casino-providers tbody tr td.vh-cta-buttons a {
        color: #FF5A62; }
        .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
          border: 1px solid #FF5A62;
          background: none;
          color: #FF5A62 !important;
          font-size: 0.875rem;
          display: inline-block;
          width: 100%;
          padding: 0.625rem 1.25rem;
          margin: 0.25rem 0 0 0; }
          .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow:hover {
            background: #FF5A62;
            color: #ffffff !important; }
    .vh-casino-providers tbody tr td.vh-bonus {
      font-weight: 500;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.tablepress {
  margin-top: 1.875rem;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .tablepress thead {
    border: 0; }
    .tablepress thead tr th {
      padding: 1.25rem 0 1.25rem 0.625rem;
      background-color: #FF5A62;
      color: #ffffff;
      font-weight: 500; }
      .tablepress thead tr th:first-child {
        padding-left: 1.625rem; }
      .tablepress thead tr th:last-child {
        padding: 1.25rem;
        text-align: center; }
  .tablepress tbody {
    border: 0; }
    .tablepress tbody tr td {
      padding: 1.25rem 1.25rem 1.25rem 0.625rem;
      vertical-align: middle;
      border: 0; }
      .tablepress tbody tr td a {
        color: #FF5A62; }
        .tablepress tbody tr td a.button {
          border: 1px solid #FF5A62;
          font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          padding: 0.75rem 1.5625rem;
          background: none;
          display: inline-block;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          width: 100%;
          margin: 0.25rem 0 0 0;
          white-space: nowrap; }
          .tablepress tbody tr td a.button:hover {
            background: #FF5A62;
            color: #ffffff; }
      .tablepress tbody tr td:first-child {
        padding-left: 1.625rem; }
      .tablepress tbody tr td img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        height: 2.8125rem;
        width: 2.8125rem;
        margin: 0; }

.bonus-table-sidebar {
  margin-bottom: 1.875rem; }
  .bonus-table-sidebar .large-cta {
    font-size: 1.3125rem;
    padding: 1.25rem 0;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative; }
    .bonus-table-sidebar .large-cta i {
      background-image: url("../images/dd.svg");
      background-repeat: no-repeat;
      width: 14px;
      height: 8px;
      position: absolute;
      top: 27px;
      right: 30px; }
      .bonus-table-sidebar .large-cta i.switch {
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV"; }
  .bonus-table-sidebar #mini-casino-table {
    display: none; }
  .bonus-table-sidebar thead {
    display: none; }
  .bonus-table-sidebar tbody tr .column-1, .bonus-table-sidebar tbody tr .column-3 {
    display: none; }
  .bonus-table-sidebar tbody tr .column-2 {
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 0.875rem; }
  .bonus-table-sidebar tbody tr .column-4 .button {
    font-size: 0.75rem;
    float: right;
    padding: 0.5rem 0.75rem;
    width: 100%;
    border-color: #2199e8;
    color: #2199e8;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
    .bonus-table-sidebar tbody tr .column-4 .button:hover {
      background: #2199e8;
      color: #ffffff;
      border-color: #2199e8; }

.rating {
  list-style-type: none;
  margin: 0; }
  .rating li {
    font-family: "Material Design Icons";
    display: inline-block;
    font-size: 1.3125rem;
    color: #0a0a0a; }
    .rating li.star:before {
      content: "\f5bc"; }
    .rating li:before {
      content: "\f5be"; }

.vh-filter {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .vh-filter select {
    width: 35%;
    float: initial;
    padding: 10px; }
    .vh-filter select:hover {
      background-color: #F5F5F5;
      color: #9B9B9B; }

li.vh-games-widget-item {
  width: 50%;
  position: relative;
  padding: 0 0.625rem;
  border-radius: border-box;
  -webkit-border-radius: border-box;
  -moz-border-radius: border-box;
  margin: 0 0 0.9375rem 0;
  list-style-type: none;
  float: left; }
  li.vh-games-widget-item h3 {
    color: #0a0a0a;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.125rem;
    height: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 1.25rem;
    white-space: pre-wrap;
    background: #F5F5F5;
    vertical-align: middle;
    text-transform: uppercase; }
  li.vh-games-widget-item img {
    width: 100%;
    padding: 0; }

.Widget_vh_recent_games {
  display: inline-block; }
  .Widget_vh_recent_games .vh-games-widget-item {
    padding: 0; }

#comment, .search-field {
  border-color: #bcbcbc #dadada #e5e5e5;
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px;
  -moz-box-shadow: inset 0px 0px 0px 0px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.no-image-radius {
  margin: 0 auto;
  display: block;
  height: 7rem;
  width: 7rem;
  background: #D8D8D8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .no-image-radius.archive {
    height: auto;
    width: 93%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #f2f2f2;
    padding: 10%;
    margin: 0; }
  .no-image-radius span {
    margin: 0;
    text-align: center;
    font-size: 58px;
    font-weight: bold;
    display: inherit;
    line-height: 112px;
    color: white;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif; }

.casino-reviews-grid .card {
  background: #F5F5F5;
  margin-bottom: 1.875rem;
  display: block;
  min-height: 349px; }
  .casino-reviews-grid .card .review-type-star {
    background: transparent;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1rem; }
  .casino-reviews-grid .card div[class*="wp-review-"] .review-result-wrapper i {
    color: #000; }
  .casino-reviews-grid .card .vh-casino-title {
    padding: 2rem 1rem;
    text-align: center;
    color: #FF5A62;
    text-transform: uppercase;
    font-size: 0.875rem;
    max-height: 5.25rem;
    overflow: hidden; }
  .casino-reviews-grid .card .vh-casino-overlay {
    min-height: 112px; }
    .casino-reviews-grid .card .vh-casino-overlay img {
      margin: 0 auto;
      display: block;
      width: 7rem;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%; }
  .casino-reviews-grid .card .vh-bonus-text {
    padding: 2rem 0 0 0;
    text-align: center;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .casino-reviews-grid .card .button {
    width: 100%;
    margin: 0;
    background: #D8D8D8; }
  .casino-reviews-grid .card:hover {
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.16); }
    .casino-reviews-grid .card:hover .no-image-radius {
      background: #E7F1F8; }
      .casino-reviews-grid .card:hover .no-image-radius span {
        color: #ABBFCD; }
    .casino-reviews-grid .card:hover .button {
      background: #2199e8; }

.casino-reviews-grid .pagination {
  text-align: center;
  clear: both; }

.casino-reviews-grid .grid-casino-rating {
  min-height: 62px; }

.widget_search {
  margin-top: 1.875rem; }

.casino-thumb {
  padding: 2.125rem;
  background: #333; }
  .casino-thumb.row {
    margin-left: 0;
    margin-right: 0; }
    .casino-thumb.row .columns {
      padding-left: 0;
      padding-right: 0; }
      .casino-thumb.row .columns h3 a {
        color: white; }
        .casino-thumb.row .columns h3 a i {
          margin-left: 10px; }
          .casino-thumb.row .columns h3 a i img {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            width: 14px;
            margin-top: -4px; }
  .casino-thumb img {
    margin-bottom: 0;
    width: 7rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px; }
  .casino-thumb h3, .casino-thumb h4 {
    margin-left: 2.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .casino-thumb h3 {
    color: white;
    font-size: 1.3125rem;
    margin-top: 1.875rem;
    margin-bottom: 0; }
  .casino-thumb h4 {
    color: #D8D8D8;
    font-size: 1.125rem; }

div[class^="wp-review-"], div[class*="wp-review-"] {
  padding: 2.125rem;
  border: 0;
  background: #333; }
  div[class^="wp-review-"] .review-result-wrapper .review-result, div[class^="wp-review-"] .review-result-wrapper i, div[class*="wp-review-"] .review-result-wrapper .review-result, div[class*="wp-review-"] .review-result-wrapper i {
    color: white; }
    div[class^="wp-review-"] .review-result-wrapper .review-result i, div[class^="wp-review-"] .review-result-wrapper i i, div[class*="wp-review-"] .review-result-wrapper .review-result i, div[class*="wp-review-"] .review-result-wrapper i i {
      color: white; }
  div[class^="wp-review-"] .review-desc, div[class*="wp-review-"] .review-desc {
    padding: 2.25rem 0; }
    div[class^="wp-review-"] .review-desc .review-summary-title strong, div[class*="wp-review-"] .review-desc .review-summary-title strong {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.625rem;
      display: inline-block; }
    div[class^="wp-review-"] .review-desc p, div[class*="wp-review-"] .review-desc p {
      color: #9B9BA7; }
  div[class^="wp-review-"] .review-total-wrapper .review-total-box, div[class*="wp-review-"] .review-total-wrapper .review-total-box {
    font-weight: 400;
    color: white; }
  div[class^="wp-review-"] .review-title, div[class*="wp-review-"] .review-title {
    background: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 0 1.125rem 0;
    border: 0;
    font-size: 1.3125rem;
    text-transform: capitalize;
    color: white;
    font-weight: 400; }
  div[class^="wp-review-"] ul.review-list li, div[class*="wp-review-"] ul.review-list li {
    background: #333;
    border: 0;
    color: #9B9BA7; }
    div[class^="wp-review-"] ul.review-list li .review-percentage, div[class*="wp-review-"] ul.review-list li .review-percentage {
      float: right;
      width: 200px; }
      div[class^="wp-review-"] ul.review-list li .review-percentage .review-result-wrapper .review-result, div[class*="wp-review-"] ul.review-list li .review-percentage .review-result-wrapper .review-result {
        background: #9B9BA7; }
    div[class^="wp-review-"] ul.review-list li:nth-child(2n), div[class*="wp-review-"] ul.review-list li:nth-child(2n) {
      background: #4A4A4A; }
    div[class^="wp-review-"] ul.review-list li .review-star, div[class*="wp-review-"] ul.review-list li .review-star {
      top: 0.3125rem; }
    div[class^="wp-review-"] ul.review-list li .review-point, div[class*="wp-review-"] ul.review-list li .review-point {
      float: right; }
  div[class^="wp-review-"] .user-review-area, div[class*="wp-review-"] .user-review-area {
    border: 0;
    color: #9B9BA7;
    background: #4A4A4A; }
    div[class^="wp-review-"] .user-review-area .review-point, div[class^="wp-review-"] .user-review-area .review-percentage, div[class*="wp-review-"] .user-review-area .review-point, div[class*="wp-review-"] .user-review-area .review-percentage {
      float: right;
      width: 200px;
      position: absolute;
      top: 12px;
      right: 15px; }
    div[class^="wp-review-"] .user-review-area .review-star, div[class^="wp-review-"] .user-review-area .review-point, div[class*="wp-review-"] .user-review-area .review-star, div[class*="wp-review-"] .user-review-area .review-point {
      margin-top: -2px; }
    div[class^="wp-review-"] .user-review-area .wp-review-user-rating, div[class*="wp-review-"] .user-review-area .wp-review-user-rating {
      background: #4A4A4A !important;
      padding: 0; }
    div[class^="wp-review-"] .user-review-area .user-total-wrapper .user-review-title, div[class*="wp-review-"] .user-review-area .user-total-wrapper .user-review-title {
      font-weight: 400;
      color: white; }
    div[class^="wp-review-"] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box, div[class*="wp-review-"] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box {
      font-weight: 400;
      color: #202020; }

/*********************
 WP-REVIEW WIDGET STYLING
 *********************/
.wp_review_tab_widget_content .inside {
  padding-top: 0 !important; }
  .wp_review_tab_widget_content .inside .tab-content .wp_review_tab_thumb_large {
    display: block; }
  .wp_review_tab_widget_content .inside .tab-content .wp-review-tab-pagination {
    background: none;
    margin: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    border-top: 1px solid #D8D8D8; }
  .wp_review_tab_widget_content .inside .tab-content ul li {
    padding: 0.875rem 0.9375rem 0.9375rem 0.9375rem;
    margin: 0; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .entry-title {
      line-height: 1rem;
      margin-top: 0.25rem; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.small-thumb {
      margin: 0;
      width: 100%;
      display: block !important;
      background: none; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star {
      margin: 0; }
      .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i {
        font-size: 0.8125rem; }
        .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i:before {
          color: #333; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.large-thumb {
      position: relative;
      top: auto !important;
      right: auto !important;
      width: auto !important;
      padding: 0 !important;
      background: transparent !important;
      margin: 0 0 0.3125rem 0;
      display: block; }
    .wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
      background: none;
      padding: 0;
      margin: 0;
      float: left;
      display: block;
      line-height: 1rem;
      font-size: 0.6875rem;
      text-transform: uppercase; }

.wp_review_tab_widget_content.wp-review-tab-loading {
  padding: 0;
  width: auto !important; }

.home-top-sidebar .widget {
  margin-top: 1.5625rem; }

.home-sidebar-1 .Widget_vh_recent_games li.vh-games-widget-item {
  width: 48%; }

.sidebar-wrapper .casino-reviews-grid .column, .sidebar-wrapper .casino-reviews-grid .columns, .sidebar-wrapper-news .casino-reviews-grid .column, .sidebar-wrapper-news .casino-reviews-grid .columns, .sidebar-wrapper-casino .casino-reviews-grid .column, .sidebar-wrapper-casino .casino-reviews-grid .columns {
  width: 98%;
  clear: none; }

.sidebar-wrapper .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-news .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-casino .casino-reviews-grid .grid-casino-rating .wp-review-show-total {
  margin: 0;
  width: 100%;
  padding: 1rem; }

.sidebar-wrapper .casino-reviews-grid .column .button, .sidebar-wrapper .casino-reviews-grid .columns .button, .sidebar-wrapper-news .casino-reviews-grid .column .button, .sidebar-wrapper-news .casino-reviews-grid .columns .button, .sidebar-wrapper-casino .casino-reviews-grid .column .button, .sidebar-wrapper-casino .casino-reviews-grid .columns .button {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5625rem; }

.home-sidebar-2 .casino-reviews-grid .column, .home-sidebar-2 .casino-reviews-grid .columns {
  width: 49%;
  clear: none; }

.home-sidebar-2 .Widget_vh_recent_games li.vh-games-widget-item {
  width: 48%; }

.footer .wp_review_tab_widget_content {
  margin-top: 1.875rem;
  border: 0; }
  .footer .wp_review_tab_widget_content .tab-content ul li {
    margin: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0;
    padding-right: 0; }
    .footer .wp_review_tab_widget_content .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i:before {
      color: #4A4A4A; }
  .footer .wp_review_tab_widget_content .tab-content .wp-review-tab-pagination {
    border-top: 1px solid #4A4A4A; }
  .footer .wp_review_tab_widget_content .wp-review-tabs .tab_title a {
    text-transform: uppercase;
    background: none;
    color: #9B9BA7;
    border-left: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F; }
  .footer .wp_review_tab_widget_content .wp-review-tabs .tab_title.selected a {
    border-bottom: 1px solid #1F1F1F; }
  .footer .wp_review_tab_widget_content .inside {
    background: none; }
    .footer .wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
      padding: 0;
      background: none; }

.footer .textwidget p a {
  color: #ffffff; }

.footer .vh-casino-providers thead tr th:first-child {
  padding-left: 0.625rem; }

.footer .vh-casino-providers .vh-cta-buttons .vh-playnow {
  padding: 0.5625rem !important; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar, .sidebar-wrapper, div[class^="sidebar-wrapper-"], div[class*="sidebar-wrapper-"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-top: 0; }
  .sidebar h2, .sidebar-wrapper h2, div[class^="sidebar-wrapper-"] h2, div[class*="sidebar-wrapper-"] h2 {
    margin: 0 0 1.5625rem; }
  .sidebar-casino, .sidebar-wrapper-casino, div[class^="sidebar-wrapper-"]-casino, div[class*="sidebar-wrapper-"]-casino {
    margin-top: 4.875rem; }
    .sidebar-casino .widget:first-child h2, .sidebar-wrapper-casino .widget:first-child h2, div[class^="sidebar-wrapper-"]-casino .widget:first-child h2, div[class*="sidebar-wrapper-"]-casino .widget:first-child h2 {
      margin: 0 0 1.5625rem 0; }
  .sidebar-news .widget:first-child h2, .sidebar-wrapper-news .widget:first-child h2, div[class^="sidebar-wrapper-"]-news .widget:first-child h2, div[class*="sidebar-wrapper-"]-news .widget:first-child h2 {
    margin: 0 0 1.5625rem 0; }
  .sidebar .button-container .review-type-point, .sidebar .button-container .review-type-percentage, .sidebar-wrapper .button-container .review-type-point, .sidebar-wrapper .button-container .review-type-percentage, div[class^="sidebar-wrapper-"] .button-container .review-type-point, div[class^="sidebar-wrapper-"] .button-container .review-type-percentage, div[class*="sidebar-wrapper-"] .button-container .review-type-point, div[class*="sidebar-wrapper-"] .button-container .review-type-percentage {
    display: none !important; }
  .sidebar .button-container .widget h2, .sidebar-wrapper .button-container .widget h2, div[class^="sidebar-wrapper-"] .button-container .widget h2, div[class*="sidebar-wrapper-"] .button-container .widget h2 {
    margin-top: 2.5rem; }
  .sidebar .button-container .widget p .excerpt-read-more, .sidebar-wrapper .button-container .widget p .excerpt-read-more, div[class^="sidebar-wrapper-"] .button-container .widget p .excerpt-read-more, div[class*="sidebar-wrapper-"] .button-container .widget p .excerpt-read-more {
    display: none; }
  .sidebar .button-container .button, .sidebar-wrapper .button-container .button, div[class^="sidebar-wrapper-"] .button-container .button, div[class*="sidebar-wrapper-"] .button-container .button {
    font-size: 1.3125rem;
    text-transform: capitalize;
    padding: 1.25rem 0;
    text-align: center;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16); }
  .sidebar .button-container .blue, .sidebar-wrapper .button-container .blue, div[class^="sidebar-wrapper-"] .button-container .blue, div[class*="sidebar-wrapper-"] .button-container .blue {
    background: #2199e8; }
    .sidebar .button-container .blue:hover, .sidebar-wrapper .button-container .blue:hover, div[class^="sidebar-wrapper-"] .button-container .blue:hover, div[class*="sidebar-wrapper-"] .button-container .blue:hover {
      background: #1583cc; }
  .sidebar .button-container .red, .sidebar-wrapper .button-container .red, div[class^="sidebar-wrapper-"] .button-container .red, div[class*="sidebar-wrapper-"] .button-container .red {
    background: #FF5A62;
    margin-top: 1.25rem; }
    .sidebar .button-container .red:hover, .sidebar-wrapper .button-container .red:hover, div[class^="sidebar-wrapper-"] .button-container .red:hover, div[class*="sidebar-wrapper-"] .button-container .red:hover {
      background: #F24F56; }
  .sidebar .button-container div[class^="wp-review-"], .sidebar .button-container div[class*="wp-review-"], .sidebar-wrapper .button-container div[class^="wp-review-"], .sidebar-wrapper .button-container div[class*="wp-review-"], div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"], div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"], div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"], div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] {
    background: none !important;
    width: 8.125rem;
    display: block;
    padding: 0;
    margin: 0 auto 1.875rem auto; }
    .sidebar .button-container div[class^="wp-review-"] i.mts-icon-star, .sidebar .button-container div[class^="wp-review-"] .mts-icon-star:before, .sidebar .button-container div[class*="wp-review-"] i.mts-icon-star, .sidebar .button-container div[class*="wp-review-"] .mts-icon-star:before, .sidebar-wrapper .button-container div[class^="wp-review-"] i.mts-icon-star, .sidebar-wrapper .button-container div[class^="wp-review-"] .mts-icon-star:before, .sidebar-wrapper .button-container div[class*="wp-review-"] i.mts-icon-star, .sidebar-wrapper .button-container div[class*="wp-review-"] .mts-icon-star:before, div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"] i.mts-icon-star, div[class^="sidebar-wrapper-"] .button-container div[class^="wp-review-"] .mts-icon-star:before, div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"] i.mts-icon-star, div[class^="sidebar-wrapper-"] .button-container div[class*="wp-review-"] .mts-icon-star:before, div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"] i.mts-icon-star, div[class*="sidebar-wrapper-"] .button-container div[class^="wp-review-"] .mts-icon-star:before, div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] i.mts-icon-star, div[class*="sidebar-wrapper-"] .button-container div[class*="wp-review-"] .mts-icon-star:before {
      color: #333; }
  .sidebar .textwidget .tablepress thead tr th, .sidebar-wrapper .textwidget .tablepress thead tr th, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th {
    padding: 0.625rem 1.25rem; }
    .sidebar .textwidget .tablepress thead tr th.column-2, .sidebar .textwidget .tablepress thead tr th.column-3, .sidebar-wrapper .textwidget .tablepress thead tr th.column-2, .sidebar-wrapper .textwidget .tablepress thead tr th.column-3, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-2, div[class^="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-3, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-2, div[class*="sidebar-wrapper-"] .textwidget .tablepress thead tr th.column-3 {
      display: none; }
  .sidebar .textwidget .tablepress tbody tr td, .sidebar-wrapper .textwidget .tablepress tbody tr td, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem; }
    .sidebar .textwidget .tablepress tbody tr td:first-child, .sidebar .textwidget .tablepress tbody tr td.column-3, .sidebar-wrapper .textwidget .tablepress tbody tr td:first-child, .sidebar-wrapper .textwidget .tablepress tbody tr td.column-3, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td:first-child, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td.column-3, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td:first-child, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td.column-3 {
      display: none; }
    .sidebar .textwidget .tablepress tbody tr td a.button, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button {
      border: 1px solid #FF5A62;
      font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 0.5rem 0.75rem;
      font-size: 0.75rem;
      color: #FF5A62;
      background: none;
      display: inline-block;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      width: 100%;
      margin: 0.25rem 0 0 0;
      white-space: nowrap; }
      .sidebar .textwidget .tablepress tbody tr td a.button:hover, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button:hover, div[class^="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button:hover, div[class*="sidebar-wrapper-"] .textwidget .tablepress tbody tr td a.button:hover {
        background: #FF5A62;
        color: #ffffff; }
  .sidebar .widget_text, .sidebar-wrapper .widget_text, div[class^="sidebar-wrapper-"] .widget_text, div[class*="sidebar-wrapper-"] .widget_text {
    color: #4A4A4A;
    font-size: 0.875rem;
    margin-bottom: 1.875rem; }

.textwidget table.vh-casino-providers thead tr th.vh-devices {
  display: none; }

.textwidget table.vh-casino-providers tbody tr td.vh-devices {
  display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar .widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead {
  background: #FF5A62; }
  .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-casino {
    width: 100%; }
  .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers thead tr th.vh-devices {
    display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus {
  display: none; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img {
  width: 6.75rem; }

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*="sidebar-wrapper-"] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*="sidebar-wrapper-"] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  white-space: nowrap; }

.dataTables_wrapper label input, .dataTables_wrapper label select {
  display: inline;
  margin: 0.125rem 0 0.3125rem 0;
  width: auto;
  max-width: 8.75rem;
  height: 2rem;
  padding: 0.125rem 0.625rem 0.125rem 0.3125rem; }

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
  text-shadow: none;
  font-weight: normal;
  color: #ccc; }

.iframe_kh_wrapper {
  margin-bottom: 1rem;
}

.play-now {
  background: white;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  width: 60%;
  top: 100%;
  font-size: 14px;
  left: 15%;
  right: 15%;
  color: #FF5A62;
  opacity: 0;
  text-align: center;
  margin: auto;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 200;
  will-change: opacity,top,background-color;
  transition: opacity .15s linear,top 120ms ease-out,background-color 120ms ease-out !important; }

.Widget_vh_recent_games {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0; }
  .Widget_vh_recent_games li.vh-games-widget-item {
    width: 47%;
    position: relative;
    padding: 0;
    border-radius: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    margin: 0 0.625rem 0.625rem 0;
    list-style-type: none;
    float: left; }
    .Widget_vh_recent_games li.vh-games-widget-item .vh-game-title {
      color: #0a0a0a;
      font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      font-weight: normal;
      line-height: 1.125rem;
      height: 3.4375rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 0 1.25rem;
      white-space: pre-wrap;
      background: #F5F5F5;
      vertical-align: middle; }
    .Widget_vh_recent_games li.vh-games-widget-item img {
      width: 100%;
      padding: 0; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover .play-now {
      display: inline-block;
      will-change: opacity,top,background-color;
      transition: opacity .15s linear,top 120ms ease-out,background-color 120ms ease-out !important;
      top: 42%;
      opacity: 1; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover .vh-overlay {
      background: #0a0a0a; }
    .Widget_vh_recent_games li.vh-games-widget-item:hover img {
      opacity: .5; }
    .Widget_vh_recent_games li.vh-games-widget-item a.vh-thumb-link {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none; }
    .Widget_vh_recent_games li.vh-games-widget-item a > div {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 120;
      background: #F1F1F1;
      outline: none; }

@media (min-width: 1200px) {
  .widget .vh-item {
    width: 45%;
    margin: 0 0.625rem !important;
    border-bottom: 0; } }

@media (max-width: 1024px) {
  .widget .vh-filter select:first-child {
    margin-left: 0; }
  .widget .vh-filter select:last-child {
    margin-right: 8px; }
  .widget #vh-lobby-posts {
    margin: 0 -10px; }
    .widget #vh-lobby-posts .vh-item {
      width: 45%;
      margin: 0 0.625rem !important; }
  .vh-pagination {
    margin: 0.625rem 0; } }

@media (max-width: 800px) {
  .vh-filter .play-now {
    display: none; }
  .vh-item:hover .play-now {
    display: none; }
  .vh-item img {
    width: auto;
    height: auto; } }

@media (max-width: 768px) {
  .widget #vh-lobby-posts .vh-item {
    width: 47%;
    margin: 0 0.625rem !important; } }

@media (max-width: 600px) {
  .vh-filter {
    display: block; }
    .vh-filter select {
      min-width: 100%;
      margin-top: 0;
      margin-bottom: 0.3125rem; }
  ul#vh-lobby-posts {
    padding: 0 15px; }
    ul#vh-lobby-posts .vh-item {
      width: 100%;
      border-bottom: 0; } }

@media (max-width: 420px) {
  .widget {
    margin: 0 0.625rem; }
    .widget ul#vh-lobby-posts .vh-item {
      width: 100%;
      border-bottom: 0;
      margin: 0 !important; }
  .entry-content ul#vh-lobby-posts {
    margin-top: 1.25rem;
    padding: 0; }
    .entry-content ul#vh-lobby-posts .vh-item {
      padding: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
  .top-bar#top-bar-menu .row .menu {
    margin-right: 5%; } }

@media (max-width: 1200px) {
  .top-bar#top-bar-menu .row {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .top-bar#top-bar-menu .row .menu {
      margin-right: 5rem; } }

@media (max-width: 1024px) {
  .top-strip, .games-menu {
    display: none; }
  .header .top-bar#top-bar-menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    .header .top-bar#top-bar-menu .row .menu {
      margin-right: 0; }
    .header .top-bar#top-bar-menu .row .top-bar-left {
      margin-top: 0;
      margin-left: 1.25rem;
      width: 30%; }
      .header .top-bar#top-bar-menu .row .top-bar-left .heading-logo h1.logo {
        margin-top: 1.625rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left .logo-image {
        margin-top: 1.25rem; }
  .large-banner {
    min-height: 350px; }
    .large-banner .banner-overlay-box {
      top: 74px; }
  .category-label ul li {
    margin-top: 0.3125rem; }
    .category-label ul li a {
      padding: 0.125rem 0.375rem;
      font-size: 0.75rem; }
  #content #inner-content {
    padding: 1.875rem 0; }
  .tablepress tbody {
    border: 0; }
    .tablepress tbody tr td {
      padding: 0.625rem; }
      .tablepress tbody tr td a.button {
        padding: 0.625rem;
        white-space: nowrap; }
  .footer {
    padding: 0 1.875rem; }
  .footer-strip {
    display: none; } }

@media (max-width: 768px) {
  .divider {
    border-left: 0; }
  .header {
    min-height: 4.25rem; }
    .header .top-bar#top-bar-menu {
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left {
        margin-top: 0;
        margin-left: 0;
        width: 50%; }
        .header .top-bar#top-bar-menu .row .top-bar-left .logo {
          margin: 1.25rem 0 0 0; }
        .header .top-bar#top-bar-menu .row .top-bar-left .logo-icon {
          width: 12%; }
      .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
        display: block !important;
        padding: 0.625rem 0.9375rem;
        font-size: 14px; }
      .header .top-bar#top-bar-menu .row ul[id^="menu-"] {
        display: none; }
  #main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .tablepress-responsive-phone thead {
    display: none !important; }
  .tablepress-responsive-phone tbody tr td {
    text-align: center;
    padding: 1.25rem; }
  .button-container .tablepress-responsive-phone tbody tr {
    width: 100%;
    display: table-row; }
    .button-container .tablepress-responsive-phone tbody tr td {
      width: 26%;
      padding: 0.625rem;
      display: table-cell;
      text-align: left;
      border-bottom: 1px solid #dddddd; }
      .button-container .tablepress-responsive-phone tbody tr td:first-child {
        display: none; }
      .button-container .tablepress-responsive-phone tbody tr td.column-3 {
        display: none; }
  .vh-casino-providers thead {
    background: none !important; }
    .vh-casino-providers thead tr {
      height: 3.25rem;
      position: relative; }
      .vh-casino-providers thead tr th {
        position: absolute;
        background: white;
        color: #4A4A4A;
        text-align: center;
        padding: 0.625rem;
        border-bottom: 1px solid #F5F5F5; }
        .vh-casino-providers thead tr th.vh-casino {
          width: 80% !important;
          height: 3.25rem;
          padding: 0.9375rem; }
        .vh-casino-providers thead tr th.vh-bonus, .vh-casino-providers thead tr th.vh-devices, .vh-casino-providers thead tr th.vh-cta-buttons {
          display: none; }
  .vh-casino-providers tbody tr td.vh-casino {
    padding: 0.9375rem 0.625rem 0.3125rem 0.625rem; }
  .vh-casino-providers tbody tr td.vh-cta-buttons {
    padding: 0.3125rem 0.625rem; }
    .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
      margin-top: 0;
      padding: 0.5rem 0.75rem;
      font-size: 0.75rem; }
  .post-banner .overlay {
    width: 100%;
    height: 100%;
    padding: 28% 2.5rem 2.5rem 2.5rem; }
    .post-banner .overlay h1 {
      margin-top: 1.25rem;
      font-size: 1.875rem; }
    .post-banner .overlay h5 {
      font-size: 1.125rem; }
  #content #inner-content {
    padding: 2.375rem 0; }
    #content #inner-content #main {
      padding-right: 1.875rem;
      padding-left: 1.875rem; }
  .sidebar-wrapper-news .widget {
    width: 100%;
    float: left;
    clear: none; }
  .game-post {
    margin-top: 1.25rem; }
  .footer-strip, .game-post-banner {
    display: none; }
  .footer {
    padding-bottom: 1.875rem; }
    .footer .columns:first-child {
      padding-left: 0.9375rem; }
    .footer .widget {
      margin-bottom: 0; }
      .footer .widget h2 {
        padding-top: 0.625rem;
        margin-bottom: 0.9375rem; }
  .no-image-radius.archive, .archive .no-image-radius.archive {
    /*width: 100%;*/ }
  div[class^="wp-review-"], div[class*="wp-review-"] {
    padding: 15px; }
  .widget_wp_review_tab {
    margin-bottom: 1.25rem; }
  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    border-color: #bcbcbc #dadada #e5e5e5; } }

@media (max-width: 600px) {
  .single-title, .page-title {
    font-size: 1.125rem; }
  p {
    font-size: 0.8125rem; }
  .top-strip, .games-menu, .footer-strip {
    display: none; }
  .divider {
    border: 0;
    padding-left: 0; }
  .sidebar-wrapper-news {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .header {
    min-height: 4.25rem; }
    .header .top-bar#top-bar-menu {
      padding-right: 0;
      padding-left: 0; }
      .header .top-bar#top-bar-menu .row .accordion-menu {
        display: none;
        margin-top: 0.9375rem;
        margin-bottom: 0.625rem;
        background: #F5F5F5;
        float: none; }
        .header .top-bar#top-bar-menu .row .accordion-menu li {
          height: auto;
          clear: both; }
          .header .top-bar#top-bar-menu .row .accordion-menu li a {
            padding: 0.75rem 1.25rem; }
          .header .top-bar#top-bar-menu .row .accordion-menu li ul {
            padding: 0;
            width: 100%; }
            .header .top-bar#top-bar-menu .row .accordion-menu li ul li {
              display: inline-block;
              width: 100%; }
          .header .top-bar#top-bar-menu .row .accordion-menu li.cta {
            background: white; }
            .header .top-bar#top-bar-menu .row .accordion-menu li.cta a {
              margin: 0; }
        .header .top-bar#top-bar-menu .row .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
          margin-top: -8px; }
      .header .top-bar#top-bar-menu .row .logo {
        margin: 0.3125rem 0 0 0; }
      .header .top-bar#top-bar-menu .top-bar-left {
        width: 70%;
        margin-left: 0; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo {
          display: inline-block; }
          .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo h1.logo {
            font-size: 1.25rem; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .site-description {
          margin-bottom: 0.9375rem; }
        .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .logo-icon {
          margin: 1.25rem 0.625rem 0 0;
          display: block;
          width: 30px; }
      .header .top-bar#top-bar-menu .top-bar-right {
        width: 20%; }
  .button.slider {
    background: white;
    color: #FF5A62;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 0.625rem; }
  .large-banner {
    min-height: 17.5rem; }
    .large-banner .banner-overlay-box {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding-top: 1.875rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .large-banner .banner-overlay-box h2 {
        font-size: 3.125rem; }
      .large-banner .banner-overlay-box h3 {
        font-size: 1.875rem; }
  .review-list li span {
    text-align: center;
    width: 100%; }
  .review-list li .review-star {
    margin: 0 0 0.3125rem 0.9375rem;
    position: relative;
    top: 0 !important;
    right: 0;
    float: right; }
  .post-banner {
    height: 12.5rem; }
    .post-banner .overlay {
      height: 12.5rem;
      width: 100%;
      padding: 4.0625rem 1.25rem 1.25rem 1.25rem;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .post-banner .overlay h1 {
        margin-top: 0.625rem;
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.3125rem; }
      .post-banner .overlay h5 {
        font-size: 0.75rem; }
      .post-banner .overlay .category-label ul li {
        margin-top: 0.3125rem; }
        .post-banner .overlay .category-label ul li a {
          padding: 0.125rem 0.375rem;
          font-size: 0.6875rem; }
  .list-post img {
    padding: 0;
    width: 100%; }
  .list-post.row.collapse {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .list-post .post-details {
    margin-top: 0.3125rem;
    font-size: 0.75rem; }
  #content #inner-content #main article header h1 {
    font-size: 1.25rem;
    line-height: 34px; }
  #content #inner-content #main article header h4.byline {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 0.75rem; }
  #content #inner-content #main article section .iframe_kh_wrapper iframe {
    min-width: 100%; }
  .casino-reviews-grid .card .vh-casino-title, .casino-reviews-grid .card .vh-bonus-text, .casino-reviews-grid .card .button {
    font-size: 1.125rem; }
  .casino-reviews-grid .card .vh-casino-overlay img {
    height: 7.5rem;
    width: 7.5rem; }
  .casino-reviews-grid .card .vh-casino-overlay .no-image-radius {
    height: 7.5rem;
    width: 7.5rem; }
    .casino-reviews-grid .card .vh-casino-overlay .no-image-radius h1 {
      font-size: 3.75rem;
      line-height: 118px; }
  .sidebar, .sidebar-wrapper {
    padding: 0 1.25rem; }
  .footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .footer .columns:first-child {
      padding-left: 0.625rem; }
  .mobile-sticky-casino .casinocta {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    left: 0; }
  .mobile-sticky .dataTables_wrapper {
    margin-bottom: 0; }
  .mobile-sticky .globalaff, .mobile-sticky .bonus-table-sidebar {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    left: 0; } }

@media (max-width: 440px) {
  .header .top-bar#top-bar-menu .row .top-bar-left {
    width: 80%; }
  .casino-thumb {
    text-align: center;
    padding-bottom: 0; }
    .casino-thumb h3, .casino-thumb h4 {
      margin: 0.625rem 0; }
  .singlegame_widget .vh-games-widget-item h3 {
    padding: 0 0.3rem !important; }
  .singlegame_widget .vh-games-widget-item img {
    margin-bottom: 0; } }

@media (max-width: 320px) {
  .header .top-bar#top-bar-menu .row .top-bar-left {
    margin-left: 0; }
    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .logo-icon {
      width: 15%;
      float: left;
      margin-top: 1rem; }
    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo {
      width: 78%; }
      .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .logo {
        margin-top: 1.0625rem;
        font-size: 0.9375rem; }
      .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .site-description {
        font-size: 0.75rem; }
  .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
    padding: 0.625rem;
    font-size: 13px; }
  .widget {
    margin-bottom: 0; }
    .widget h2 {
      padding-top: 0;
      margin-bottom: 0.9375rem;
      font-size: 1.125rem; }
    .widget ul li {
      font-size: 0.8125rem; }
  .sidebar-wrapper-news {
    padding-left: 0;
    padding-right: 0; }
    .sidebar-wrapper-news .widget {
      width: 100%; }
  .list-post img {
    padding: 0;
    width: 100%; }
  .list-post.row.collapse {
    width: 100%; }
  .footer {
    padding: 0; }
    .footer .widget {
      margin-bottom: 0; }
      .footer .widget h2 {
        padding-top: 0;
        margin-bottom: 0.9375rem; } }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
