/*!
Theme Name:   start
Text Domain:  start
*/


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}



/* 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;
  text-decoration:none;
  color: #e8ce3a;
}

a:hover {
  
  color:#fff;
}
a:active,
a:hover, a:focus {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;
}



mark {
  background: #ff0;
  color: #000;
}


small {
  font-size: 80%;
}


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: #515158;
  /* 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;

  cursor: pointer;

}
input, textarea {padding:10px;border:1px solid rgba(0,0,0,0.1);}
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active {border:1px solid rgba(0,0,0,0.2);border-radius:0;box-shadow:none;outline:0;}
textarea {width:100%;max-height:140px;}
.search-form input[type="submit"] {display:none;}
.search-form input {width:100%;max-width:100%;}
.search-form {width:100%;}
/**
 * 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;
}


/**
 * 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;
}


body {
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.6;
  font-size:15px;
  font-weight: 400;
  margin:0;
  padding:0;
  background: url(/wp-content/uploads/2021/12/noise.png) repeat,#101226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 15px;
 
  line-height:1.3;
}

h1 {
  font-size: 28px;

}

h2 {
  font-size: 25px;
 
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}


hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em;
}

p {
  margin: 0 0 15px;
}

ul,
ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}



dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding-left:15px;
  border-left: 4px solid #e8ce3a;
  font-style: italic;
  font-size:17px;
  
  margin:0 0 15px;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  font-weight: 700;
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}




/**
 * Global styles
 */
* {
  box-sizing: border-box;
}

body {
 
  overflow-x: hidden;
}


.site-content {
  outline: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/**
 * Accessibility
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none;
}

.screen-reader-text.skip-link:focus {
  -webkit-clip-path: none;
          clip-path: none;
}


.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 15px;
  border-collapse: collapse;
  border:1px solid rgba(255,255,255,0.1);
}

table td,
table th {
  padding: 10px;
 border:1px solid rgba(255,255,255,0.1);
  vertical-align: top;
}

table tr:first-child {
  font-weight: 700;
 
}

@media screen and (max-width: 767px) {
    .vv {
        width: 100%;
        overflow: auto!important;
         border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .vv table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
#comments {
  padding-top: 20px;
  border-top: 1px dashed #43434a;
  margin-top: 20px;
}


.byline,
.updated:not(.published) {
  display: none;
}



button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
}




button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}



fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}
fieldset legend {
  font-weight: 700;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}



/**
 * Captions
 */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid var(--border);
  padding: 1em 0;
}


embed,
iframe,
object,
video {
  max-width: 100%;
}




.main-navigation ul {
  margin: 0;
  list-style: none;
 
}
.main-navigation ul li {display:inline-block;margin-right:15px;}
.main-navigation ul li:last-child {margin-right:0;}
.main-navigation ul li a {
 color:#fff;
 font-weight:700;
  display: block;

}
.main-navigation ul li a:hover {color: #e8ce3a;}




a.link_1 {font-weight:700;color:#fff;text-align:center;padding:10px 30px;box-shadow: 0 3px 0 0 #3c7028,0 4px 4px 0 #000;
background-color: #62c23c;}
a.link_2 {font-weight:700;color:#fff;text-align:center;padding:10px 30px;box-shadow: 0 3px 0 0 #871628,0 4px 4px 0 #000;
background-color: #fe284a;}
#masthead {padding:15px 0 15px;background-color: rgba(37,37,54,.95);}
.header-woo-buttons a.link_1, .footer-woo-buttons a.link_1 {margin-right:10px;}
.sb-woo-buttons a {display:block;}
.sb-woo-buttons a.link_1 {margin-bottom:15px;}
.header-woo-buttons {text-align:right;}
.welcome_banner {background:url(/wp-content/uploads/2021/12/win.jpg) no-repeat;background-position:center center;height:380px;background-size:cover;}
@media (max-width:991px) {
.welcome_banner {height:300px;}
}
@media (max-width:767px) {
.welcome_banner {height:200px;}
}
.footer-woo-buttons {padding:30px 0 40px;}
.col-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position:relative;
}
.col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cr-1, .cr-2, .cr-3, .cr-4, .cr-5, .cr-6, .cr-7, .cr-8, .cr-9, .cr-10, .cr-11, .cr-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.site-branding img {max-width:170px;display:block;margin:0;padding:0;}
.footer-widgets {padding:40px 0 0;}
.footer-widgets ul {margin:0;list-style:none;}
.footer-widgets ul li {display:inline-block;margin:0 10px 5px;}
.footer-widgets ul li a {font-weight:700;}
#colophon {box-shadow: inset 0 0 30px 0 rgba(0,0,0,.5);text-align:center;padding:0 0 30px;background: url(/wp-content/uploads/2021/12/noise.png) repeat,#0a0a14;}
#colophon .widget {margin:0;}
.site-info {font-size:13px;border-top: 1px dashed #34343a;padding:20px 0 0;}
.slot_container {box-shadow: 0 4px 10px 0 #000;border: 1px solid #393a51;background-color: rgba(0,0,0,.8);position:relative;margin-bottom:30px;text-align:center;} 
.slot_container img {width:100%;}
.slot_content {position:absolute;left:0;top:20%;width:100%;display:none;}
.slot_container:hover .slot_content {display:block;}
.slot_container:hover img {opacity:0.2;}
.slot_container a.link_2 {display:block;padding:7px;margin:10px auto;max-width:170px;}
.slot_container span {font-size:14px;opacity:0.8;}

a.demo_slot {color:#fff;font-weight:700;text-transform:uppercase;}
a.demo_slot:hover {color:#e8ce3a;}
.front_title, .home h2, .home h1 {margin:0 0 15px;font-weight:700;font-size:22px;}
.home h3 {font-size:18px;}
.news_container {padding:10px;margin-bottom:30px;background: url(/wp-content/uploads/2021/12/noise.png) repeat,#1c2240;box-shadow: 0 5px 10px 0 #000;}
.news_container img {width:100%;}
.news_title a {display:block;font-weight:700;line-height:1.3;}
.news_title {padding-top:9px;min-height:50px;}
#main-home {padding:30px 0;}
.content-area {margin:30px 0;}
#secondary {background: url(/wp-content/uploads/2021/12/noise.png) repeat,#1c2240;box-shadow: 0 5px 10px 0 #000;padding:15px;height:100%;}
.header_title {background: url(/wp-content/uploads/2021/12/noise.png) repeat,#1c2240;padding:15px 0;}
.header_title h1 {font-size:22px;margin:0;}
.breadcrumbs {font-size:14px;}
.post_img img {width:100%;}
.post_img {width:45%;float:left;margin-right:15px;margin-bottom:15px;}
.widget-title {display:block;font-weight:700;color:#fff;margin:0 0 15px;font-size:20px;}
#secondary .widget ul {margin:0;list-style:none;}
#secondary .widget ul li {margin-bottom:10px;}
#secondary .widget ul li a {display:block;line-height:1.3;font-weight:700;}
.sb-woo-buttons {padding-top:20px;}
#secondary .search-form {margin:0 0 20px;}
a.post_link {display:block;margin:0 0 10px;font-weight:700;font-size:18px;line-height:1.3;}
.entry-posts-content {padding-bottom:15px;}
.wp-pagenavi span {margin-right:4px;padding:5px 10px;font-weight:700;color:#fff;background:#2b314b;}
.wp-pagenavi a {margin-right:4px;padding:5px 10px;font-weight:700;color:#fff;background:#252a40;}
.wp-pagenavi a:hover {color:#fff;background:#2b314b;}
.taxonomy-description {padding-top:15px;}
.error-404.not-found {text-align:center;padding:100px 0;} 
.site-info ul {margin:0 0 10px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 5px;}
.site-info p {opacity:0.7;}
.comments-title, .comment-reply-title {margin:0 0 15px;font-weight:700;color:#fff;font-size:20px;}
ol.comment-list {margin:0;list-style:none;}
ol.comment-list ol {margin:0;list-style:none;padding-left:30px;}
.comment-head img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding:0 0 20px;}
#comments label {display:block;margin:0 0 5px;font-size:14px;opacity:0.7;}
#comments input[type="submit"] {border:none;font-weight:700;color:#1d1f30;background: #f2f6f8;padding:10px 20px;}
.slot_play {text-align:center;padding:30px 0;}
.entry-content iframe {width:100%;height:500px;padding:0;border:none;}
.single .entry-content a {font-weight:700;}
.front_content ul, .front_content ol {list-style:none;}
.front_content ul {margin:0 -15px 15px 0;}
.front_content ul li, .front_content ol li {position:relative;}
.front_content ul li {padding-left:17px;padding-right:15px;padding-bottom:5px;float:left;width:50%;}
.front_content ul:first-of-type li, .front_content ul:nth-of-type(5) li, .front_content ul:nth-of-type(6) li, .front_content ul:nth-of-type(7) li, .front_content ul:nth-of-type(10) li {width:100%;}
.front_content ul:nth-of-type(8) li, .front_content ul:nth-of-type(9) li {width:25%;}
.front_content ul:nth-of-type(11) li {width:33.3333%;}
.front_content ul li:last-child {padding-bottom:15px;}
.front_content ul li:before {content:"";position:absolute;left:0;top:9px;width:7px;height:7px;background:#62c23c;}
.front_content ol {margin:0 0 15px;}
.front_content ol li {padding-left:38px;padding-bottom:15px;}
.front_content ol li:before {content:"1";position:absolute;left:0;top:-3px;border-radius:50%;font-weight:700;color:#fff;text-align:center;width:25px;height:25px;border:2px solid #fe284a;}
.front_content ol li:last-child {padding-bottom:0;}
.front_content ol li:nth-child(2):before {content:"2";}
.front_content ol li:nth-child(3):before {content:"3";}
.front_content ol li:nth-child(4):before {content:"4";}
.front_content ol li:nth-child(5):before {content:"5";}
.front_content ol li:nth-child(6):before {content:"6";}
.read_more {text-align:center;padding:10px 0 20px;} 
.read_more a {font-weight:700;color:#fff;padding:10px 30px;background:#4d5a85;box-shadow: 0 3px 0 0 #2c3552,0 4px 4px 0 #000;}
@media (min-width: 992px) {

  .cr-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cr-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cr-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cr-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cr-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .cr-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cr-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .cr-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cr-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cr-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .cr-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .cr-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
.col-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
.col-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
.col-full {
    max-width: 960px;
  }
}


@media (min-width:1200px) {
.col-full {max-width:1170px;}
}

@media (min-width: 768px) {


  .menu-toggle,
.handheld-navigation,
.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled div.menu {
    display: none;
  }

  .primary-navigation {
    display: block;
  }

  #site-navigation {
    display: block;
  }

  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }



  .handheld-nav div.menu {
    display: none;
  }

}
@media (max-width:1199px) {
.entry-content iframe {height:400px;}
.slot_content {top:15%;}
}
@media (max-width:991px) {
.news_title {
   
    min-height: auto;
}
.front_content ul li {width:100%;}
.front_content ul:nth-of-type(8) li, .front_content ul:nth-of-type(9) li {width:100%;}
.front_content ul:nth-of-type(11) li {width:100%;}
#masthead, .header-woo-buttons {text-align:center;}
.header-woo-buttons {padding:30px 0 20px;}
.site-branding {padding:15px 0;text-align:center;}
.site-branding img {margin:0 auto;}
#secondary {margin-top:30px;height:auto;}
.front_slots .cr-3, .slots .cr-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.slot_content {top:25%;}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.post_img {width: 100%;margin-right: 0;}
.slot_content {top:20%;}
}
@media (max-width:500px) {
.front_slots .cr-3, .slots .cr-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slot_content {top:30%;}
}
@media (max-width:460px) {
.entry-content iframe {height:200px;}
}
@media (max-width:360px) {
.header-woo-buttons a.link_1, .footer-woo-buttons a.link_1 {margin-right:0;margin-bottom:15px;}
.header-woo-buttons a, .footer-woo-buttons a {display:block;}
.slot_content {top:20%;}
}

.inner-banner {position:relative;background:url(/wp-content/uploads/2021/12/win.jpg) no-repeat;height:380px;background-size:cover;background-position:center center;color:#fff;padding:60px 0 0;}
.bonus {display:inline-block;font-weight:900;font-size:25px;padding:3px 10px;background:rgba(0,0,0,0.6);margin:0 0 10px;}
.promo {display:inline-block;position:relative;z-index:9;font-weight:700;padding:3px 10px;background:rgba(0,0,0,0.6);}

.promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #ffe400;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/start/images/copy.svg);
    mask: url(/wp-content/themes/start/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffe400;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.inner-banner a.link_2 {display:block;max-width:200px;padding:10px;margin:20px 0 30px;}
.inner-banner a.link_1 {display:none;max-width:200px;padding:10px;margin:15px auto;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}

@media (max-width:767px) {
.inner-banner {height:auto;padding:30px 0;text-align:center;}
.bonus {font-size:20px;}	
.inner-banner a.link_2 {margin:15px auto;}
.inner-banner a.link_1 {display:block;}
}