/*!
 * -------------------------------------
 * Theme Name: HS
 * Theme URI: #
 * Author: Himmelspill Team
 * Author URI: #
 * Version: 1.0
 * -------------------------------------
 */
.sidebar {
    float: right;
    width: 20%
}

@media only screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        margin-bottom: 20px
    }
    .post-img{
        width: 100%;
        height: 185px;
        margin-bottom: 10px;
    }
    .post-img a, .post-img a img{
        width: 100%;
        height: 100%;
    }
}

.widget {
    margin-bottom: 60px;
}

.widget .widget-header {
    margin: 30px 0;
    text-transform: uppercase;
    font-family: "gothic", "Arial", sans-serif;
    color: #010101;
    font-size: 28px;
    text-align: center
}

.widget .widget-content {
    border-top: 10px solid #5d5d5d;
    border-bottom: 10px solid #5d5d5d;
    padding: 20px 0
}

.aside-post-list .pe-title {
    font-size: 26px;
    margin-bottom: 13px;
    margin-top: 15px;
}

.aside-post-list p {
    color: #434242;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 15px
}

.aside-post-list .apl-item {
    margin-bottom: 30px;
    border: 1px solid rgb(210, 207, 207);
    position: relative;
    padding: 7px;
}

.aside-post-list .apl-item:last-child {
    margin-bottom: 0
}

.aside-rate-list {
    padding: 0 15px
}

.aside-rate-list .pe-title {
    font-size: 26px;
    margin-bottom: 10px;
    color: #121212
}

.aside-rate-list .pe-title:hover {
    color: #121212
}

.aside-rate-list .arl-item {
    margin-bottom: 20px
}

.aside-rate-list .arl-item:last-child {
    margin-bottom: 0
}

.progress-wrap {
    position: relative;
    height: 10px
}

.progress-wrap .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #231f20
}

.post-excerpt {
    margin-bottom: 20px
}

.post-excerpt .post-img {
    margin-bottom: 15px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 135px;
    position: relative;
}
.apl-item .post-img{
    position: relative;
}
.post-excerpt .post-img img {
    display: block;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 560px) {
    .post-excerpt .post-img img {
        width: 100%
    }
}

.post-excerpt .post-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.post-excerpt:hover .post-img img,
.apl-item:hover .post-img img{
    opacity: .3
}

@media only screen and (max-width: 700px) {
    .post-excerpt .post-img {
        margin-bottom: 25px
    }
}

.post-excerpt p {
    color: #434242;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 30px;
    padding-right: 15px
}

.readmore {
    color: #474748;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "gothic", "Arial", sans-serif
}

.readmore .icon-arr-right {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    top: 1px;
    -moz-transition: left .3s;
    -o-transition: left .3s;
    -webkit-transition: left .3s;
    transition: left .3s;
    left: 0
}

.readmore:hover {
    color: #45a8de
}

.readmore:hover .icon-arr-right {
    left: 3px
}

.pe-title {
    margin-bottom: 30px;
    line-height: 1;
    color: #474747;
    text-transform: uppercase;
    font-family: "gothic", "Arial", sans-serif;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 28px;
    display: block;
}

@media only screen and (max-width: 700px) {
    .pe-title {
        font-size: 22px !important;
        margin-bottom: 15px
    }
}

.pe-title a {
    color: inherit;
    display: block
}

.pe-title:hover {
    color: #45a8de
}

.post-excerpt-small {
    margin-bottom: 30px
}

.post-excerpt-small .post-img {
    margin-bottom: 15px
}

.post-excerpt-small .pe-title {
    margin-bottom: 0
}

.page-404 {
    background: #F5F5F5;
    font-family: "Open Sans", "Arial", sans-serif
}

.page-404 .wrapper {
    padding: 50px;
    width: 960px;
    position: relative;
    margin: auto
}

.page-404 .error-code {
    position: relative;
    top: 0;
    left: 118px;
    width: 720px;
    height: 190px;
    background: url("assets/img/bg-errcode.png") no-repeat;
    margin-top: -49px
}

.page-404 .error-label {
    position: relative;
    top: 0;
    left: -20px;
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    letter-spacing: 4px;
    margin-top: -55px
}

.page-404 .white-bg {
    padding: 50px;
    background: #FFF;
    margin-top: 15px;
    text-align: center
}

.page-404 .errorMsg {
    padding: 26px 0;
    border-top: 1px solid rgba(54, 54, 54, 0.1);
    border-bottom: 1px solid rgba(54, 54, 54, 0.1);
    text-align: center;
    margin-bottom: 40px
}

.page-404 .errorMsg h1 {
    font-size: 32px;
    color: #2C2C2C;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px
}

.page-404 .errorMsg p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0
}

.page-404 .sidebar-widget {
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
    border-top: 1px solid #ccc;
    position: relative;
    padding: 30px 0 50px;
    width: 240px
}

.page-404 .sidebar-widget:last-of-type {
    margin-right: 0
}

.page-404 .sidebar-widget ul {
    list-style: none;
    text-align: left
}

.page-404 .sidebar-widget ul li {
    margin-bottom: 15px
}

.page-404 .sidebar-widget ul li a {
    color: #414141;
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    transition: color .3s;
    font-weight: 700
}

.page-404 .sidebar-widget ul li a:hover {
    color: #45a8de
}

.page-404 .sidebar-widget ul li .meta {
    margin-top: 5px;
    font-size: 11px;
    color: #807C7C;
    display: inline-block
}

.page-404 .redlink {
    color: #45a8de;
    border-bottom: 1px solid transparent;
    transition: border .3s
}

.page-404 .redlink:hover {
    border-bottom-color: #45a8de
}

.page-404 .h2-box {
    position: absolute;
    top: -10px;
    left: 50%
}

.page-404 .h2-box h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    padding: 0 10px;
    margin: 0;
    background: #fff;
    position: relative;
    left: -50%;
    white-space: nowrap
}

.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 9999999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden
}

.modal-wrap.open {
    visibility: visible
}

.modal-wrap.open .login-form-block {
    transform: translate(0, 0)
}

.modal-wrap .login-block {
    width: 330px;
    margin: 90px auto 0;
    padding-bottom: 90px;
    color: #a6a6a6;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif
}

.modal-wrap .login-form-block {
    transform: translate(0, 1200px);
    transition: transform 700ms;
    position: relative;
    text-align: center
}

.modal-wrap .login-form-block p {
    font-size: 14px;
    color: #929292
}

.modal-wrap .login-form-block p a {
    color: inherit;
    text-decoration: underline
}

.modal-wrap .flipper {
    width: 330px;
    position: relative
}

.modal-wrap .flipper.rotate .login-form {
    transform: perspective(800px) rotateY(-180deg)
}

.modal-wrap .flipper.rotate .login-form.forgot-pass {
    transform: perspective(800px) rotateY(0deg)
}

.modal-wrap .flipper .login-form {
    text-align: center;
    padding: 25px 32px 5px;
    background-color: #fff;
    border-radius: 5px;
    backface-visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: transform .6s;
    transform: perspective(800px) rotateY(0deg)
}

.modal-wrap .flipper .login-form #comment_reset_button {
    margin-top: 10px
}

.modal-wrap .flipper .login-form.forgot-pass {
    background-color: #fff;
    display: block;
    transform: perspective(800px) rotateY(180deg)
}

.modal-wrap .flipper .login-form.forgot-pass .fields {
    margin-bottom: 55px;
    margin-top: 45px
}

.modal-wrap .flipper .login-form .close-modal {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 40px;
    cursor: pointer
}

.modal-wrap .flipper .login-form h3 {
    text-align: center;
    margin: 0 0 19px;
    color: #383838;
    line-height: 1.2;
    font-size: 18px;
    text-transform: uppercase
}

.modal-wrap .flipper .login-form .fields {
    margin-bottom: 12px
}

.modal-wrap .flipper .login-form .inputs-group {
    margin-bottom: 10px
}

.modal-wrap .flipper .login-form .inputs-group .text-input {
    position: relative
}

.modal-wrap .flipper .login-form .inputs-group .text-input input {
    box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    font: 15px/44px "Open Sans", Arial, sans-serif;
    height: 44px;
    margin: 0 0 -1px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    color: #000;
    background-color: #f0f0f0;
    display: block
}

.modal-wrap .flipper .login-form .btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    vertical-align: top;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid;
    color: #fff;
    transition: all .3s;
    border-color: #45a8de;
    background-color: #45a8de;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    background-clip: padding-box
}

.modal-wrap .flipper .login-form > p:last-child {
    padding-bottom: 20px;
    padding-top: 10px
}

.modal-wrap .flipper .login-form .social-links {
    text-align: justify !important;
    text-justify: distribute;
    font-size: 0 !important;
    line-height: 0;
    margin: 0 0 -10px;
    padding: 0
}

.modal-wrap .flipper .login-form .social-links li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0 0 10px
}

.modal-wrap .flipper .login-form .social-links li a {
    display: block;
    width: 100%;
    height: 46px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: opacity .3s;
    font-size: 13px;
    padding: 24px 0 0
}

.modal-wrap .flipper .login-form .social-links li a.fb {
    background-color: #4169bc
}

.modal-wrap .flipper .login-form .social-links li a.vk {
    background-color: #3a86c0
}

.modal-wrap .flipper .login-form .social-links li a.tw {
    background-color: #1caeea
}

.modal-wrap .flipper .login-form .social-links li a.gplus {
    background-color: #e45448
}

.modal-wrap .flipper .login-form .social-links li a:hover {
    opacity: .7
}

.modal-wrap .flipper .login-form .social-links:after {
    content: '';
    display: inline-block;
    width: 100%
}

.modal-wrap .flipper .login-form .separator {
    text-align: center;
    position: relative;
    color: #c2c2c2;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    overflow: hidden;
    margin: 22px 0
}

.modal-wrap .flipper .login-form .separator:before, .modal-wrap .flipper .login-form .separator:after {
    display: block;
    content: '';
    width: 50%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 7px
}

.modal-wrap .flipper .login-form .separator:before {
    left: -22px
}

.modal-wrap .flipper .login-form .separator:after {
    right: -22px
}

.wp-social-login-widget img {
    display: none !important
}

.wp-social-login-widget a {
    display: inline-block;
    vertical-align: top;
    width: 127px;
    height: 46px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    font-size: 13px;
    padding: 17px 0 0;
    opacity: 1;
    margin-right: 5px
}

.wp-social-login-widget a:hover {
    opacity: .7
}

.wp-social-login-widget a:first-child {
    background-color: #4169bc
}

.wp-social-login-widget a:nth-child(2) {
    background-color: #e45448
}

.wp-social-login-widget a:nth-child(3) {
    background-color: #1caeea
}

.wp-social-login-widget a:last-child {
    background-color: #3a86c0
}

.formats-rules {
    color: #434242
}

.formats-rules .mainimg {
    width: 100%;
    margin-bottom: 30px
}

.formats-rules img {
    max-width: 100%
}

.formats-rules p {
    color: #434242;
    line-height: 1.5;
    font-size: 13px;
    margin-bottom: 30px
}
.formats-rules{
    color: #434242;
    line-height: 1.5;
    font-size: 13px;

}
.formats-rules p a,.formats-rules table a, .formats-rules li a {
    font-family: "Open Sans", "Arial", sans-serif;
    color: #45a8de;
    border-bottom: 1px solid transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.formats-rules p a:hover {
    border-color: #45a8de
}

.formats-rules strong, .formats-rules b {
    font-weight: 700
}

.formats-rules h1, .formats-rules h2, .formats-rules h3, .formats-rules h4, .formats-rules h5, .formats-rules h6 {
    font-family: "gothic", "Arial", sans-serif;
    font-size: 28px;
    line-height: 1;
    clear: both;
    color: #474747;
    margin: 10px 0 10px;
    text-transform: uppercase
}

.formats-rules h1 {
    font-size: 28px;
}

.formats-rules h3 {
    font-size: 26px
}

.formats-rules h4 {
    font-size: 24px
}

.formats-rules h5 {
    font-size: 22px
}

.formats-rules h6 {
    font-size: 20px
}

.formats-rules .gallery-icon img {
    border: none !important
}

.formats-rules .conent-title + img {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px
}

.formats-rules .conent-title + img + h1, .formats-rules .conent-title + img + h2, .formats-rules .conent-title + img + h3 {
    clear: none
}

.formats-rules blockquote {
    width: 50%;
    float: left;
    font-size: 18px;
    line-height: 1.5;
    padding: 28px 70px 0 0;
    margin: 0 0 30px;
    position: relative
}

@media only screen and (max-width: 500px) {
    .formats-rules blockquote {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }
}

.formats-rules blockquote:before {
    content: '\e61f';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 17px;
    color: #45a8de;
    position: absolute;
    top: 0;
    left: 0
}

.formats-rules ul {
    font-size: 13px;
    line-height: 1.5;
    margin: 30px 0
}

.formats-rules ul li {
    margin: 0 0 15px;
    padding-left: 20px;
    position: relative
}

.formats-rules ul li:before {
    width: 4px;
    height: 4px;
    border: solid 2px #45a8de;
    margin: 6px 0 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.formats-rules ol {
    font-size: 13px;
    line-height: 1.5;
    margin: 30px 0
}

.formats-rules ol li {
    margin: 0 0 15px;
    padding-left: 24px;
    position: relative;
    counter-increment: step-counter
}

.formats-rules ol li:before {
    content: counter(step-counter);
    display: block;
    font-weight: 700;
    color: #45a8de;
    position: absolute;
    margin: 0;
    left: 0
}

.formats-rules table {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: auto;
    border-collapse: collapse;
    margin: 30px 0
}

.formats-rules table td, .formats-rules table th {
    border: solid 1px #D2CFCF;
    padding: 24px 10px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5
}
.formats-rules table td:first-child{
    line-height:0;
}
.formats-rules table thead td, .formats-rules table thead th {
    text-align: center;
    font-weight: 700
}

.formats-rules .wp-caption {
    margin: 0 0 30px;
    position: relative;
    max-width: 100%
}

.formats-rules .wp-caption img {
    display: block
}

.formats-rules .wp-caption .wp-caption-text {
    margin: 0;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0
}

.formats-rules .alignright {
    float: right;
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 500px) {
    .formats-rules .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block
    }
}

.formats-rules .alignleft {
    float: left;
    margin: 15px 15px 15px 0
}

@media only screen and (max-width: 500px) {
    .formats-rules .alignleft {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block
    }
}

.formats-rules .aligncenter {
    margin: 15px auto;
    display: block;
    clear: both
}

@media only screen and (max-width: 500px) {
    .formats-rules .aligncenter {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block
    }
}

.formats-rules .alignnone {
    margin: 15px 0
}

.formats-rules .gallery {
    margin-bottom: 30px
}

.formats-rules .video-box {
    margin: 0 0 30px;
    position: relative
}

.formats-rules .video-box img {
    display: block
}

.formats-rules .video-box .video-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.formats-rules .video-box .video-controls .time {
    margin: 0;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0
}

.formats-rules .video-box .video-controls .play {
    width: 100%;
    height: 100%;
    z-index: 900;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.formats-rules .video-box .video-controls .play .play-btn {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 36px;
    border-color: transparent transparent transparent #45a8de;
    opacity: .8;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.formats-rules .video-box .video-controls .play .play-btn:hover {
    opacity: 1;
    border-color: transparent transparent transparent #fff
}

.formats-rules .video-box .video-controls .hover-add.play {
    background-color: rgba(0, 0, 0, 0.2)
}

.formats-rules blockquote p, .formats-rules blockquote, .formats-rules ul p, .formats-rules ol p, .formats-rules table p, .formats-rules .wp-caption p {
    font-size: 1em
}

.formats-rules blockquote p a, .formats-rules blockquote a, .formats-rules ul p a, .formats-rules ol p a, .formats-rules table p a, .formats-rules .wp-caption p a {
    font-family: "Open Sans", "Arial", sans-serif;
    color: inherit;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.formats-rules blockquote p a:hover, .formats-rules blockquote a:hover, .formats-rules ul p a:hover, .formats-rules ol p a:hover, .formats-rules table p a:hover, .formats-rules .wp-caption p a:hover {
    color: #45a8de
}

.formats-rules blockquote:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both
}

.formats-rules blockquote p {
    margin-bottom: 20px
}

.formats-rules blockquote footer {
    background: transparent;
    min-height: 0;
    font-size: 15px;
    font-weight: 700
}

.formats-rules blockquote footer br {
    display: none
}

.formats-rules address {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.7;
    margin: 30px 0
}

.category-slider {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

.slider-box {
    width: 100000px
}

.slider-box > a {
    display: inline-block;
    float: left
}

.single-iframe .cat-desc {
    height: 100%;
    top: 0
}

.cat-desc iframe {
    width:1px;min-width: 100%;
    height: 1px; min-height: 100%;
}

.footer-bottom-fixed {
    position: fixed;
    bottom: 0
}

.category-slider .bx-prev, .category-slider .bx-next {
    width: 70px;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
    top: 0;
    cursor: pointer
}

.category-slider .bx-prev {
    left: 0
}

.category-slider .bx-next {
    right: 0
}

.category-slider .bx-prev:before, .category-slider .bx-next:before {
    content: '\e637';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.category-slider .bx-prev:before {
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg)
}

.category-slider .bx-next:before {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(9deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
}
.pagination {
    clear: both;
    margin-bottom: 25px;
}

.pagination a, .pagination span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
}

.pagination a:hover, .pagination span.current {
    border-color: #000;
}

.pagination span.current {
    font-weight: bold;
}
.pagination a, .pagination span {
    color: #474747;
    font-size: 14px;
}

.cookie_policy {
    width:100%;
    background:#000;
    position:fixed;
    bottom:0;
    color:#fff;
    text-align:center;
    z-index: 99;
    display: none;
    padding: 20px 0px;
}

.cookie_policy p {
    line-height:20px;
    display:inline-block;
    padding:0 20px;
}

.cookie_policy a.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 5px 25px;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    color: #000
}
.fullscreen_btn{
    color:#fff;
    display: inline-block;
    position: absolute;
    height: 33px;
    cursor: pointer;
    width: 50px;
    right: 0px;
    bottom: 5px;
    background: url("assets/img/fullscreen_icon.png") no-repeat center center;
}
.fullscreen_box{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fullscreen_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fullscreen_box .fullscreen_btn{
    display: none;
}
.fullscreen_box .cat-desc{
    z-index: 99;
    width: 100%;
}
.blog-cat{
    min-height: 720px;
}
.blog-cat .grid-row{
    width: 78%;
    float: left;
    margin-top: 33px;
}
.blog-cat .grid-2{
    width: 46%;
}
.blog-cat .grid-2 .pe-title{
    margin-bottom: 10px;
}
.blog-cat .grid-2.post-excerpt p{
    margin-bottom: 12px;
}
.blog-cat .post-excerpt .post-img{
    margin-bottom: 18px;
}
@media only screen and (max-width: 1100px) {
    .fullscreen_btn,.add_to_bookmarks,.reload_btn{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .pagination{
        text-align: center;
    }
    .pagination a, .pagination span{
        display: none;
    }
    .pagination .prev, .pagination .next{
        display: inline-block;
        width: 45%;
        font-size: 27px;
    }
    .formats-rules p{
        text-indent: 5px;
    }
}
@media only screen and (max-width: 800px) {
    .dev-cat-image{
        height: 150px !important;
    }

}
#ab{
    width: 0;
    border:0;
    padding: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    font-size: 0;
    display: block;
}
.contactform textarea{
    resize:none;
}
.contactform textarea,.contactform input{
    width: 300px;
}
.contactform input[type='submit']{
    color: #fff;
    font-family: "Lato", "Arial", sans-serif;
    font-size: 13px;
    margin-left: -2px;
    font-style: italic;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
    padding: 3px 7px;
    background: #B82125;
}
.mainfoot .footernav2{
    margin-top: 20px;
    text-align: left;
    margin-bottom: 40px;
}
.mainfoot .footnav2 li{
    display: inline-block;
}
@media only screen and (max-width: 800px) {
    .contactform textarea,.contactform input{
        width: 100% !important;
    }
}
.stars-rate{
    margin: auto;
    display: block;
    font-family: "gothic", "Arial", sans-serif;
    color: #474747;
    text-align: center;
    font-size: 24px;
    position: relative;
    width: 120px;
    margin-top: 0px;
    margin-left: 5px;
    min-height: 24px;
}
.rate-icons-bg span{
    color: #306DB5;
}
.rate-icons span{
    color: #BA2025;
}
hr {
    color: #5d5d5d;
    height: 10px;
    background: #5d5d5d;
    border: 0;
    margin: 20px 0px;
}
.to_top_link{
    font-size: 43px;
    color: #B72025;
    position: fixed;
    bottom: 20px;
    right: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    opacity: 0;
    
}
.icon-circle-up:before {
    content: "\e905";
}
.to_top_link:hover{
  color: rgb(53, 108, 181);
  
}
.to_top_link.display{
  opacity: 1;
  cursor: pointer;
  
}
@media only screen and (max-width: 800px) {
  .to_top_link.display{
    display: none;
  }
}
.bigref{
    width: 270px;
    height: 280px;
    float: right;
    margin: 23px 0 15px ;
    display: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.bigref:hover{
        opacity: .8;
}
.bigref span{
    text-transform: uppercase;
    font-family: "gothic","Arial",sans-serif;
    color: #010101;
    font-size: 23px;
    text-align: left;
    margin-bottom: -3px;
    display: block;
    line-height: 1.5;
}
.switcher-content tr td{
    padding: 25px 10px;
}
.bannerontable{
    display: inline-block;
    max-width: 695px;
    float: left;
    width: 695px;
}
.bigref.display{
    display: inline-block;
}
.cat-image iframe {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 67%;
    margin: auto;
}
.cat-image iframe {
    width: 100%;
    height: 1px;
    min-height: 100%;
}
.fullscreen_btn{
    z-index: 3
}
.rating-block .widget-header{
    color: #5d5d5d;    
    position: relative;
    margin: 30px 0 0;
    text-align: left;
    float: left;
}
.rating-block .widget-content{
    border: 0;
    position: relative;
    padding: 0;
    margin: 0; 
}
.rating-block .widget-content .apl-item{
}
.rating-block h6.pe-title,.rating-block span.pe-title{
    display: block;
    margin: auto;
    color: #336db6;
    opacity: 1; 
}
.rating-block a.pe-title{
    background: #336db6;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 4px 10px 3px 10px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 3;
    opacity: 1;
    left: 0;
    position: relative;
    bottom: inherit;
    margin-top: 11px;
}
.casino-sidebar .sidebar{
    width: 100%;    
}
@media only screen and (max-width: 980px){
.rating-block a.pe-title{
    text-align: center;
}
.rating-block a.pe-title .deco-icon{
    display: none;  
}
}
@media only screen and (max-width: 750px){
    .rating-block .widget-content .apl-item{
        background-image: none;
        height: 255px;
    }
    .rating-block h6.pe-title{
        font-size: 60px !important;
    }
}

.stats-par{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.stats-child-heigth100,.stats-child-height100{
    width: auto !important;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    max-width: none !important;
    min-width: 100%;
}
.stats-child-width100{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin:auto;
    max-width: none !important;
    max-height: none;
}
.article.tab-content.conent-title{
    font-family: "Open Sans", "Arial", sans-serif, serif;
    text-transform: none;
}
.article.tab-content.conent-title > *:first-child{
    font-family: "gothic", "Arial", sans-serif;
    font-size: 28px;
    line-height: 1;
    clear: both;
    color: #474747;
    margin: 10px 0 10px;
    text-transform: uppercase;
    position: relative;
    display: block;
    background: #f4f2f3;
    z-index: 2;
    margin-left: -8px;
    padding-left: 8px;
}




.item-switcher{
    margin: 0;
    margin-bottom: -1px;
}
.item-switch {
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    font-size: 13px;
    background: #5d5d5d;
    color: #fff;
    height: 32px;
    width: 134px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.item-switch:hover{
    cursor:pointer;
    text-decoration: underline;
    background: #2e6db5;
}
.item-switch.current {
    background: #2e6db5;
}
.item-switch.current:before {
    content:'';
    width: 52px;
    height: 46px;
    background: url("assets/img/current-top.png") no-repeat center center;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}
.switcher-content{
    margin-top: 0 !important;
}
.item-switch.current:hover{
    cursor: default;
    text-decoration: none;
}
.switcher-content{
    display: none;
    text-align: center;
    background: #fff;
    color:#5d5d5d;
}
.switcher-content p{
    color: #fff;
}
.switcher-content table{
    margin-top: 0;
    margin-bottom: 0;
}
.switcher-content table tr,.switcher-content table td{
    border-color:#5d5d5d;
}
.switcher-content.current{
    display: block;
}
.switcher-content.switcher3{
    padding-top: 10px;
}
.switcher-content .contactform input,
.switcher-content .contactform textarea,
.switcher-content .contactform .g-recaptcha{
    background: #fff;
    color: #696967;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid  #326db9;
    width: 306px !important;

}
.switcher-content label{
    color:#326db9;
    font-size: 16px;
    font-weight: bold;
}
.tablesized{
    width: 402px;
}
.switcher-content{
    width: 100%;
}
.switcher-content iframe{
    width: 100%;
}
.switcher-content .contactform input[type='submit']{
    color:#326db9;
}
.switcher-content .contactform p{
    margin: 10px auto;
}
.switcher-content{
    border: 1px solid #5d5d5d;
}
.bannerontable.nosl{
    width: 100%;
    max-width: 100%;
    float: none
}
.switcher-content .contactform input[type='submit']{
    margin: 10px auto 0;
    display: block;

}
@media only screen and (max-width: 1000px) {
    .bigref,.bannerontable{
        float: none;
        margin: 30px auto;
    }
    .bigref.display,.bannerontable{
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .item-switch{
        width: 100%;
    }
    .item-switch.current:before{
        display: none;
    }
    .switcher-content .contactform input,
    .switcher-content .contactform textarea,
    .switcher-content .contactform .g-recaptcha,
    .switcher-content .contactform .g-recaptcha div{
    width: 100% !important;
    overflow: hidden;
}
.bannerontable{
    max-width: 100%;
    width: 100%;
}
}
@media only screen and (max-width: 380px) {
    .item-switch{
        width: 100%;
    }
    .item-switch.current:before{
        display: none;
    }
    
}
.cookie_policy a{
    color: #45a8de;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}
.cookie_policy a:hover{
    border-color: #45a8de;   
}
.top_refblock{
    margin-bottom: 25px;
}
#latest_posts_block_hover{
    background: url("assets/img/lpb_hover.png") no-repeat center center;
}
.latest_posts_block{
    width: 318px;
    height: 30px;
    display: block;
    margin: 25px auto;
    background: #5d5d5d;
    font-family: "gothic", "Arial", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #f4f2f3;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.latest_posts_block span {
    font-family: "gothic", "Arial", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #f4f2f3;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    background: #5d5d5d;
    z-index: 2;
    display: block;
    border: 3px solid #f4f2f3;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.latest_posts_block:before{
    content: '';
    width: 74px;
    height: 59px;
    position: absolute;
    top: -22px;
    left: 45%;
    background: url("assets/img/lpb.png") no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
    z-index: 1;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.latest_posts_block span:before,
.latest_posts_block span:after{
    content: '';
    position: absolute;
    background: url("assets/img/lpb.png") no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.latest_posts_block span:before{
    width: 72px;
    height: 58px;
    top: -22px;
    left: 13%;
}
.latest_posts_block span:after{
    width: 50px;
    height: 39px;
    top: -5px;
    right: 20%;
}
.latest_posts_block:hover:before,
.latest_posts_block:hover span:before,
.latest_posts_block:hover span:after{
    background: url("assets/img/lpb_hover.png") no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
}
@media only screen and (max-width: 380px) {
    .latest_posts_block{
        width: 100%;
    }
}
.post-excerpt{
    position: relative;
}
.pe-title{
    position: absolute;
    bottom: -20px;
    left: 10px;
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.post-excerpt:hover .pe-title,
.apl-item:hover .pe-title{
    bottom: 0px;
    opacity: 1;
}
.reload_btn, .add_to_bookmarks {
    width: 30px;
    height: 30px;
    vertical-align: top;
    position: absolute;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 3;
}
.add_to_bookmarks {
    bottom: 90px;
    right: 10px;
    font-size: 30px;
}
.reload_btn {
    bottom: 50px;
    right: 10px;
    font-size: 30px;
}
.cas-table{
  width: 100%;
}
.cas-table tr th,
.cas-table tr td{
  color: #434242;
  font-size: 16px;
  text-align: center;
}
.cas-logo,.cas-name{
    width: 20%;
}
.single-iframe-slider{
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.single-iframe-slider,
.single-iframe-slider .bx-wrapper,
.single-iframe-slider .bx-wrapper .bx-viewport{
    height: 100% !important; 
}
.single-iframe-slider .post-excerpt{
    margin-bottom: 6px;
    margin-top: 5px;
    height: 85px;
}
.single-iframe-slider .post-excerpt .post-img{
    height: 100%;
    margin-bottom: 0px;
}
.single-iframe-slider .bx-controls-direction .bx-prev:before,
.single-iframe-slider .bx-controls-direction .bx-next:before{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-iframe-slider.bx-controls-direction {
    position: absolute;
    height: 100%;
    top: 0
}

.single-iframe-slider .bx-controls-direction .bx-prev, .single-iframe-slider .bx-controls-direction .bx-next {
    width: 60px;
    height: 35px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
    margin-left: -30px;
    left: 50%;
}

.single-iframe-slider .bx-controls-direction .bx-prev.disabled, .single-iframe-slider .bx-controls-direction .bx-next.disabled {
    display: none
}

.single-iframe-slider .bx-controls-direction .bx-prev:before, .single-iframe-slider .bx-controls-direction .bx-next:before {
    content: '\e637';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

.single-iframe-slider .bx-controls-direction .bx-prev:hover, .single-iframe-slider .bx-controls-direction .bx-next:hover {
    background: rgba(0, 0, 0, 0.7)
}

.single-iframe-slider .bx-controls-direction .bx-prev {
    top: 0
}

.single-iframe-slider .bx-controls-direction .bx-prev:before {
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.single-iframe-slider .bx-controls-direction .bx-next {
    bottom: 0
}

.single-iframe-slider .bx-controls-direction .bx-next:before {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}
@media only screen and (max-width: 1000px) {
    .single-iframe-slider{
        display: none;
    }
}
.single-iframe-slider .post-excerpt .pe-title{
    margin-bottom: 0;
    bottom: 5px;
    left: 3px;
}
.single-iframe-slider .post-excerpt:hover .pe-title{
    color: #45a8de;
}
.cat-image.dev-cat-image{
    height: 240px;
}
.cat-image.dev-cat-image .stats-par{
    background: #fff;
}
.cat-image.dev-cat-image img{
    margin: 0 auto;
    display: block;
    height: 100%;
    width: auto;
}
.casino-topblock .stats-par{
    width: 24%;
    float: left;
    height: 210px;
}
.casino-topblock .rating-block{
    width: 690px;
    margin:0 auto;
    float: left;
    padding-left: 10px;
}
.casino-topblock table{
    width: 20%;
    margin: 0 auto;
    float: right;
}
.cas-top-table tr,
.cas-top-table tr td{
    display: block;
    width: 100% !important;
    position: relative;
    min-height: 36px;
    overflow: hidden;
    margin-top: -1px;
}
.cas-top-table tr td{
    height: 36px;
    position: relative;
    z-index: 1;
}
.cas-top-table tr td,
.cas-top-table tr td:first-child{
    padding:2px 10px;
    line-height: 1.2;
}
.cas-top-table tr:first-child,
.cas-top-table tr:first-child td{
    margin-top: 0;
}
.rating-block .widget-header{
    text-transform: uppercase;
    font-family: "gothic", "Arial", sans-serif;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    line-height: 20px;

}
.cas-top-table tr td span.sel:after {
    content: '\f054';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5c5c5d;
    position: absolute;
    top: 10px;
    right: 5px;
}
.cas-top-table tr:hover td span.sel
.cas-top-table tr:hover td span.sel:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cas-top-table tr:hover{
    overflow: visible;
}
.cas-top-table tr:hover td{
    background: #e4e4e4;
    z-index: 3;
    position: absolute;
}
.cas-single-content table{
    width: 100%;
}
.cas-top-table tr td,
.sidebar-dropdown-content{
    color: #45a8de;
}
.cas-top-table tr td span b{
    color: #474747; 
}
.cas-single-content.formats-rules h1,
.cas-single-content.formats-rules h2,
.cas-single-content.formats-rules h3,
.cas-single-content.formats-rules h4,
.cas-single-content.formats-rules h5,
.cas-single-content.formats-rules h6{
    clear: none
}


.cas-sidebarnav {
    padding: 15px 0;
    float: left;
    border-bottom: 10px solid #5d5d5d;
    width: 100%;
}

.cas-sidebarnav li {
    padding: 5px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #626262;
    position: relative;
    display: block;
    width: 100%;
}

.cas-sidebarnav li:last-child {
    border-right: none
}

.cas-sidebarnav li a {
    color: inherit;
    width: 100%;
}

.cas-sidebarnav li:hover, .cas-sidebarnav li.current-menu-item {
    color: #45a8de
}

.cas-sidebarnav .sub-menu {
    position: absolute;
    background: #e2e7ed;
    width: 220px;
    padding: 10px 0;
    margin-left: -30px
}

.cas-sidebarnav .sub-menu li {
    display: block;
    border-right: none;
    padding: 0
}

.cas-sidebarnav .sub-menu a {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    color: #4b4c56;
    padding: 10px 16px;
    text-transform: none;
    font-size: 14px
}

.cas-sidebarnav .sub-menu a:hover {
    color: #4b4c56;
    background: #45a8de
}

.cas-sidebarnav .sub-menu:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px;
    border-color: transparent transparent #e2e7ed
}
.cas-news .post-excerpt .post-img{
    height: auto;
}
.cas-news .post-excerpt{
    border-bottom:1px solid rgb(210, 207, 207) ;
}
.cas-news-cas-logo{
    width: 135px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid rgb(210, 207, 207);
    padding: 7px;
}
.formats-rules .pic-float h1,
 .formats-rules .pic-float h2,
 .formats-rules .pic-float h3,
 .formats-rules .pic-float h4,
 .formats-rules .pic-float h5,
 .formats-rules .pic-float h6 {
    clear: none;
}
.body_h1,
.body_text{
    height: 0;
    overflow: hidden;
}
td.cas-soft a{
    font-size: 12px;
}
.cas-table tr th, .cas-table tr td{
    padding: 3px 10px;
}
.cas-rating{
    min-width: 100px;
    display: block;
    margin: 0 auto;
    color:#BA2125;
    position: relative;
}
.cas-rating .rate-icons span.icon-spades,
.oversikt{
    color:#BA2125 !important;
}
.cas-rating:hover span.icon-spades,
.cas-rating .rate-icons-bg span.icon-spades,
.oversikt:hover{
    color: #306CB3 !important;
}
td.cas-soft{
    position: relative;

}
td.cas-soft a{
    overflow-y: hidden;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #F4F2F3;
    padding:20px 10px;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    -webkit-transition:none;
    transition:none;
}
tr:hover{
    background: #e4e4e4;
}
tr:hover td.cas-soft{
    height: 40px;  
}
tr:hover td.cas-soft a{
    height: auto;
    z-index: 3;
    background: #e4e4e4;
}
.rate-num{
    font-size: 12px;
}
.rate-icons-bg,
.rate-icons{
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.rate-icons-bg span,
.rate-icons span{
    float: left;
}
.rate-icons-bg{
    z-index: 1;
}
.rate-icons{
    z-index: 2;
}
.cas-table tr{
    z-index: 1;
}
.cas-table tr:hover{
    z-index: 2;
}
.formats-rules .cas-table tr th{
    font-weight: 400;
}
.cas-table tr th.hov:hover{
    cursor: pointer;
    background: #D2CFCF;
}
.hov.headerSortDown,
.hov.headerSortUp{
    background: #D2CFCF;
}
.cas-name.hov:after,
.cas-soft.hov:after,
.cas-rate.hov:after{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    font-size: 14px;
}
.cas-name.hov:after,
.cas-soft.hov:after,
.cas-name.hov.headerSortDown:after,
.cas-soft.hov.headerSortDown:after{
    content: "\ea48";
}
.cas-name.hov.headerSortUp:after,
.cas-soft.hov.headerSortUp:after{
    content: "\ea49";
}
.cas-rate.hov:after,
.cas-rate.hov.headerSortDown:after{
    content: "\ea4a";
}
.cas-rate.hov.headerSortUp:after{
    content: "\ea4b";
}
.grid-4 {
    width: 23.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    height: 135px;
}
.grid-4.post-excerpt .post-img{
    height: 100%;
}
.casino-sidebar{
    float:right;
    width: 20%;
}
ul.casino-plus{
    padding: 0px;
    margin: 1px 0px 5px;
}
ul.casino-plus li{
    margin-bottom: 5px;
}
ul.casino-plus li:before{
    border:0 none;
    content:'+';
    color: #BA2025;
    font-size: 24px;
    line-height: 5px;
}
ul.casino-minus{
    padding: 0px;
    margin: 5px 0px 0px;
}
ul.casino-minus li{
    margin-bottom: 5px;
}
ul.casino-minus li:last-child{
    margin-bottom: 0px;
}
ul.casino-minus li:before{
    border:0 none;
    content:'-';
    color: #45a8de;
    font-size: 24px;
    line-height: 2px;
}
.screens-line .grid-4{
    margin-right: 1.5%;
    height: 135px;
    width: 23.5%;
}
.screens-line .grid-4:nth-child(4n){
    margin-right: 0;
}
@media only screen and (max-width: 900px) {
    .grid-4,
    .screens-line .grid-4{
        width: 46%;
        margin-right: 2%;
        margin-bottom: 3%;
        height: 150px;
    }
    .screens-line .grid-4:nth-child(2n){
        margin-right: 0;    
    }
}
@media only screen and (max-width: 450px) {
    .grid-4,
    .screens-line .grid-4{
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 3%;
        height: 150px;
    }
    .screens-line .grid-4:nth-child(2n){
        margin-right: 1%;    
    }
}
.cas-top-table2 tr td:nth-child(n){
    position: relative;
    width: 45%;
    padding: 7px;
    line-height: 20px; 
}
.cas-top-table2 tr td:nth-child(2n){
    position: relative;
    width: 55%;
    padding: 0;
    line-height: 20px;
}
.cas-top-table2 tr td span{
    width: 100%;
    padding:5px;
    line-height: 20px;
    z-index:1;
    display: block;
}
.cas-top-table tr td span.open{
	height: auto;
}
.casino-post{
    margin-top: 35px;
}
.excerpt p{
    margin-bottom: 10px;
}
.post-thumbs{
    display: none;
}
@media only screen and (max-width: 900px) {
    .cas-table tr .cas-soft{
        display: none;
    }
    .casino-topblock .stats-par,
    .casino-topblock .rating-block{
        width: 49%;
        margin-bottom: 20px;    
    }
    .casino-topblock table,
    .cas-single-content table{
        width: 100%;
        float: none;
        margin: 10px auto;    
    }
    .casino-sidebar,
    .cas-single-content{
        width: 48%;

    }
}
@media only screen and (max-width: 700px) {
    .casino-sidebar,
    .cas-single-content{
        width: 100%;
        float: none;       
    }
}
@media only screen and (max-width: 500px) {
    .cas-table tr th{
        display: none;
    }
    .cas-table tr td{
        display: block;
        height: auto;
    }
    

}
.comment-block input, .comment-block textarea, .comment-block label,.comment-block input[type='submit']{
    display: block;
    text-align: center;
    width: 100%;
}
.contactform textarea {
    resize: none;
}
.comment-block input, .comment-block textarea{
    text-align: left;
}
@media only screen and (max-width: 700px){
    .rating-block span.pe-title{
        font-size: 70px !important;
    }
}
@media only screen and (max-width: 640px){
    .casino-topblock .stats-par,
    .casino-topblock .rating-block{
        width: 100%;
        float: none;
    }
}
.posts-list .post-excerpt .post-img{
    width: 240px;
}
.htmlmap_posts div{
    display: block;
    padding: 20px;
    -ms-box-shadow: 1px 1px 5px #777;
    -o-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    -webkit-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
    margin: 15px 0px;
    font-size: 0;
    line-height: 0;
    text-align: left;
}
.htmlmap_posts a{
    width: 160px;
    display: inline-block;  
    list-style: none;
    padding: 0; 
    margin: 5px 1.5%;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #45a8de;
    border-bottom: 1px solid transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.htmlmap_posts a:hover {
    border-color: #45a8de
}

.clearfix:after{clear:both;content:"";display:block;font-size:0;height:0;visibility:hidden}
footer{
    position: relative;
}
.protects{
    margin-top: 10px;
    text-align: left;
    position: absolute;
    right: 50%;
    top: 20px;
    margin-right: -810px;
    width: 300px;
}
.protects a{
    margin:0px 3px;
    display: inline-block;
}
@media only screen and (max-width: 1660px) {
    .protects{
        margin-top: 10px;
        text-align: left;
        position: relative;
        right: inherit;
    }
}
@media only screen and (min-width: 1660px) {
    .mainfoot .footernav2 li{
        width: 25%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        margin: 5px -1px;
        text-align: center;
    }
}
.cas-video-block iframe,
.cas-video-block object{
    width: 100%;
    height: 100%;
}
.casino-post-menu{
    width: 100%;
    min-height: 25px;
    border: 1px solid rgb(210, 207, 207);
    padding: 7px;
    margin-bottom: 20px;    
}
.casino-post-menu ul{
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}
.casino-post-menu ul li{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.casino-post-menu ul li a{
    margin-right: 10px;
    font-size: 18px;
    color: #474747;
    text-decoration: underline;
}
.casino-post-menu ul li:before{
    display: none;
}

.screens-line .post-excerpt:hover .post-img img{
    opacity: 1;
}
.sidebar-dropdown-block{
    border: 1px solid rgb(210, 207, 207);
    color: #474747;
}
.sidebar-dropdown-button{
    padding: 7px;
    border-bottom: 1px solid rgb(210, 207, 207);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.sidebar-dropdown-button:after{
    content: '\e637';
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5c5c5d;
    position: absolute;
    top: 7px;
    right: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.sidebar-dropdown-content{
    padding:0px 7px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.sidebar-dropdown-block.open .sidebar-dropdown-content{
    padding: 7px;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.sidebar-dropdown-block.open .sidebar-dropdown-button:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.casino-bonus .pe-title{
    position: relative;
    bottom: 0;  
    opacity: 1; 
    left: 0;
    margin-bottom: 10px;    
}
.post-excerpt.casino-bonus{
    height: auto;   
} 
.casino-bonus .pe-excerpt{
    display: block; 
    font-size: 14px;
    line-height: 1;
    color: #474747;
    text-transform: uppercase;
    font-family: "gothic", "Arial", sans-serif;
}
.casino-bonus .pe-excerpt a{
    color: #474747; 
}
.casino-dropdown-content{
    height: 500px;  
    overflow: hidden;
    position: relative; 
}
.casino-dropdown-content:after{
    width: 100%;    
    height: 80px;
    background: -moz-linear-gradient(top, rgba(244,242,243,0) 0%, rgba(244,242,243,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(244,242,243,0) 0%,rgba(244,242,243,1) 100%); 
    background: -o-linear-gradient(to bottom, rgba(244,242,243,0) 0%,rgba(244,242,243,1) 100%); 
    background: -ms-linear-gradient(to bottom, rgba(244,242,243,0) 0%,rgba(244,242,243,1) 100%);
    background: linear-gradient(to bottom, rgba(244,242,243,0) 0%,rgba(244,242,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f2f3', endColorstr='#f4f2f3',GradientType=0); 
    position: absolute; 
    bottom: 0;  
    left: 0;
    right: 0;   
    content:'';
    }
.casino-dropdown-content-button{
    background: #336db6;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 5px 10px 5px 10px;
    position: relative;
    z-index: 3;
    opacity: 1;
    left: 0;
    position: relative;
    bottom: inherit;
    width: 100%;    
    text-align: center; 
    text-transform: uppercase;
    font-family: "gothic", "Arial", sans-serif;
    font-size: 28px;
    cursor: pointer;    
}
.casino-dropdown-content.open{
    height: auto;
    
}
.casino-dropdown-content.open:after{
    display: none;  
}
.cas-top-table tr:hover td{
    overflow: inherit; 
    height: auto;
}
.socials-list a {display: inline-block;vertical-align: middle}
.socials-list a.footer-gambl-ter-link {margin-left: 8px;}
.socials-list a.footer-gambl-ter-link img {vertical-align: middle;}