/*
	Kube Framework 5
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
/* =Reset
-----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
a img,
th img,
td img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
}
input[type="reset"],
input[type="submit"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
  cursor: pointer;
}
button:active,
button:focus {
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  margin-right: 3px;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
hr {
  display: block;
  box-sizing: content-box;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
img,
video,
audio,
embed,
object {
  max-width: 100%;
}
img,
video,
embed,
object {
  height: auto;
}
embed,
object {
  height: 100%;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/* =Typography
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  line-height: 24px;
  background: #18061D;
  color: #ccc;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
  color: #71F79F;
  text-decoration: none;
}
a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #71F79F;
}
/* =Headings
-----------------------------------------------------------------------------*/
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #D7263D;
  text-rendering: optimizeLegibility;
}
.title,
h1 {
  margin-bottom: 16px;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 8px;
}
.title,
h1,
h2,
h3,
h4 {
  margin-left: -1px;
}
.title {
  font-size: 4.8rem;
  line-height: 56px;
}
h1 {
  font-size: 3rem;
  line-height: 32px;
}
h2 {
  font-size: 2.4rem;
  line-height: 32px;
}
h3 {
  font-size: 2rem;
  line-height: 24px;
}
h4 {
  font-size: 1.8rem;
  line-height: 24px;
}
h5 {
  font-size: 1.6rem;
  line-height: 24px;
}
h6 {
  font-size: 1.5rem;
  line-height: 24px;
  text-transform: uppercase;
}
p + h1,
ul + h1,
ol + h1,
dl + h1,
blockquote + h1,
hr + h1,
pre + h1,
table + h1,
form + h1,
figure + h1,
address + h1,
p + h2,
ul + h2,
ol + h2,
dl + h2,
blockquote + h2,
hr + h2,
pre + h2,
table + h2,
form + h2,
figure + h2,
address + h2,
p + h3,
ul + h3,
ol + h3,
dl + h3,
blockquote + h3,
hr + h3,
pre + h3,
table + h3,
form + h3,
figure + h3,
address + h3,
p + h4,
ul + h4,
ol + h4,
dl + h4,
blockquote + h4,
hr + h4,
pre + h4,
table + h4,
form + h4,
figure + h4,
address + h4,
p + h5,
ul + h5,
ol + h5,
dl + h5,
blockquote + h5,
hr + h5,
pre + h5,
table + h5,
form + h5,
figure + h5,
address + h5,
p + h6,
ul + h6,
ol + h6,
dl + h6,
blockquote + h6,
hr + h6,
pre + h6,
table + h6,
form + h6,
figure + h6,
address + h6 {
  margin-top: 24px;
}
/* =Line height and margin
-----------------------------------------------------------------------------*/
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 24px;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
fieldset,
figure,
address,
output {
  margin-bottom: 16px;
}
/* =Lead
-----------------------------------------------------------------------------*/
.lead {
  font-size: 120%;
  line-height: 28px;
}
/* =Quote
-----------------------------------------------------------------------------*/
blockquote {
  font-style: italic;
  font-size: 120%;
  line-height: 28px;
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
blockquote cite {
  font-size: 86%;
  font-weight: normal;
  line-height: 20px;
}
/* =Address
-----------------------------------------------------------------------------*/
address {
  font-style: normal;
}
/* =Definition list
-----------------------------------------------------------------------------*/
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 24px;
}
/* =Text-level
-----------------------------------------------------------------------------*/
cite {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
small {
  font-size: 86%;
  line-height: 20px;
}
s,
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #202020;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 74%;
  line-height: 0;
  position: relative;
  margin-left: .2rem;
}
sup {
  top: -0.4rem;
}
sub {
  bottom: -0.2rem;
}
figcaption {
  margin: .3rem 0;
  font-size: 86%;
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
mark {
  background-color: #ffd61e;
  color: #202020;
  text-decoration: none;
}
time {
  font-size: 74%;
}
/* =Code
-----------------------------------------------------------------------------*/
pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, Courier, monospace;
}
pre {
  font-size: 90%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  background: rgba(0, 0, 0, 0.03);
  padding: 24px;
  word-wrap: normal;
}
td pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
mark,
code,
samp,
kbd {
  padding: .2rem .4rem;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
code {
  background: rgba(0, 0, 0, 0.07);
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 24px;
}
var {
  color: rgba(0, 0, 0, 0.5);
}
samp {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.95);
}
kbd {
  background: #202020;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
/* =Blocks
-----------------------------------------------------------------------------*/
blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.12765957%;
}
blocks > div {
  margin-left: 2.12765957%;
  margin-bottom: 24px;
}
blocks[cols="2"] > div {
  width: 47.87234043%;
}
blocks[cols="3"] > div {
  width: 31.17234043%;
}
blocks[cols="4"] > div {
  width: 22.87234043%;
}
blocks[cols="5"] > div {
  width: 17.87234043%;
}
blocks[cols="6"] > div {
  width: 14.47234043%;
}
@media (max-width: 1600px) {
  blocks[cols="6"] > div {
    width: 22.87234043%;
  }
}
@media (max-width: 1300px) {
  blocks[cols="6"] > div {
    width: 22.87234043%;
  }
}
@media (max-width: 1100px) {
  blocks[cols="6"] > div {
    width: 31.17234043%;
  }
}
@media (max-width: 768px) {
  blocks[cols="6"] > div {
    width: 47.87234043%;
  }
}
@media (max-width: 480px) {
  blocks {
    display: block;
    margin-left: 0;
  }
  blocks[cols="2"] > div,
  blocks[cols="3"] > div,
  blocks[cols="4"] > div,
  blocks[cols="5"] > div,
  blocks[cols="6"] > div {
    width: 100%;
    margin-left: 0;
  }
}
/* =Forms
-----------------------------------------------------------------------------*/
form {
  margin-bottom: 24px;
}
select[multiple="multiple"],
textarea {
  width: 100%;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  padding: 0.9rem 1rem;
  line-height: 1;
  height: 40px;
  outline: none;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
}
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="password"][disabled],
textarea[disabled],
select[disabled] {
  resize: none;
  opacity: 0.55;
  cursor: default;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
}
select[multiple],
textarea {
  height: auto;
  line-height: 1.5;
}
textarea {
  font-size: 15px;
}
textarea:focus,
select:focus,
input:focus {
  outline: none;
  background: #fff;
  border: 1px solid #bac2ee;
}
fieldset {
  padding: 31px 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
fieldset *:last-child {
  margin-bottom: 0 !important;
}
legend {
  font-weight: 500;
  font-size: 86%;
  text-transform: uppercase;
  padding: 0 1em;
  margin-left: -1em;
  top: 2px;
  position: relative;
  line-height: 0;
}
.forms section {
  display: block;
}
.forms section,
.forms p {
  margin-bottom: 24px;
}
.forms textarea,
.forms select,
.forms input[type="email"],
.forms input[type="number"],
.forms input[type="search"],
.forms input[type="text"],
.forms input[type="tel"],
.forms input[type="url"],
.forms input[type="password"] {
  width: 100%;
  display: block;
}
.forms label {
  font-size: 94%;
  display: block;
}
.forms label.checkbox {
  text-transform: none;
  font-weight: normal;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}
.forms .label-top {
  padding-top: 24px;
}
.forms .checkbox-list {
  display: block;
}
.forms .checkbox-list label {
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 16px;
  text-transform: none;
  font-weight: normal;
}
.forms .checkbox-list-vertical .checkbox {
  margin-bottom: 8px;
}
.forms .checkbox-list-vertical .checkbox:last-child {
  margin-bottom: 0;
}
.forms input.width-1,
.forms textarea.width-1,
.forms select.width-1 {
  width: 8.33333333%;
}
.forms input.width-2,
.forms textarea.width-2,
.forms select.width-2 {
  width: 16.66666667%;
}
.forms input.width-3,
.forms textarea.width-3,
.forms select.width-3 {
  width: 25%;
}
.forms input.width-4,
.forms textarea.width-4,
.forms select.width-4 {
  width: 33.33333333%;
}
.forms input.width-5,
.forms textarea.width-5,
.forms select.width-5 {
  width: 41.66666667%;
}
.forms input.width-6,
.forms textarea.width-6,
.forms select.width-6 {
  width: 50%;
}
.forms input.width-7,
.forms textarea.width-7,
.forms select.width-7 {
  width: 58.33333333%;
}
.forms input.width-8,
.forms textarea.width-8,
.forms select.width-8 {
  width: 66.66666667%;
}
.forms input.width-9,
.forms textarea.width-9,
.forms select.width-9 {
  width: 75%;
}
.forms input.width-10,
.forms textarea.width-10,
.forms select.width-10 {
  width: 83.33333333%;
}
.forms input.width-11,
.forms textarea.width-11,
.forms select.width-11 {
  width: 91.66666667%;
}
.forms input.width-12,
.forms textarea.width-12,
.forms select.width-12 {
  width: 100%;
}
.forms.form-inline textarea,
.forms .form-inline textarea,
.forms.form-inline select,
.forms .form-inline select,
.forms.form-inline input[type="email"],
.forms .form-inline input[type="email"],
.forms.form-inline input[type="number"],
.forms .form-inline input[type="number"],
.forms.form-inline input[type="search"],
.forms .form-inline input[type="search"],
.forms.form-inline input[type="text"],
.forms .form-inline input[type="text"],
.forms.form-inline input[type="tel"],
.forms .form-inline input[type="tel"],
.forms.form-inline input[type="url"],
.forms .form-inline input[type="url"],
.forms.form-inline input[type="password"],
.forms .form-inline input[type="password"],
.forms.form-inline .tools-select,
.forms .form-inline .tools-select {
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .forms .label-top {
    padding-top: 0;
  }
  .forms input.width-1,
  .forms textarea.width-1,
  .forms select.width-1,
  .forms input.width-2,
  .forms textarea.width-2,
  .forms select.width-2,
  .forms input.width-3,
  .forms textarea.width-3,
  .forms select.width-3,
  .forms input.width-4,
  .forms textarea.width-4,
  .forms select.width-4,
  .forms input.width-5,
  .forms textarea.width-5,
  .forms select.width-5,
  .forms input.width-6,
  .forms textarea.width-6,
  .forms select.width-6,
  .forms input.width-7,
  .forms textarea.width-7,
  .forms select.width-7,
  .forms input.width-8,
  .forms textarea.width-8,
  .forms select.width-8,
  .forms input.width-9,
  .forms textarea.width-9,
  .forms select.width-9,
  .forms input.width-10,
  .forms textarea.width-10,
  .forms select.width-10,
  .forms input.width-11,
  .forms textarea.width-11,
  .forms select.width-11,
  .forms input.width-12,
  .forms textarea.width-12,
  .forms select.width-12 {
    width: 100%;
  }
}
.desc {
  text-transform: none;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
ul.desc {
  margin-bottom: 8px;
}
span.desc {
  margin-left: 4px;
  line-height: 20px;
}
.error,
.success {
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
}
span.error,
span.success {
  margin-left: .4rem;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  margin-top: -1px;
  background: none;
  background-color: rgba(237, 85, 101, 0.1);
  border: 1px solid #ED5565;
}
input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  margin-top: -1px;
  background: none;
  background-color: rgba(59, 215, 177, 0.1);
  border: 1px solid #3bd7b1;
}
input.input-big {
  font-size: 1.8rem;
  padding: 1.5rem 1.2rem;
  height: 56px;
}
select.select-big {
  font-size: 1.8rem;
  height: 56px;
  padding: 6px 10px;
}
input.input-small {
  font-size: 1.2rem;
  padding: 0.7rem 1rem;
  height: 32px;
}
select.select-small {
  font-size: 1.2rem;
  height: 32px;
  padding: 6px 10px;
}
.input-append,
.input-prepend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 24px;
}
.input-append input,
.input-prepend input {
  flex: 1;
  margin-bottom: 0 !important;
}
.input-append span,
.input-prepend span {
  -webkit-flex-shrink: 0;
  display: block;
  font-weight: normal;
  background-color: #efefef;
  margin: 0;
  padding: 0 1rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 86%;
  line-height: 40px;
  white-space: nowrap;
}
.input-append span {
  position: relative;
  z-index: 1;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.input-append input {
  border-radius: 2px 0 0 2px;
}
.input-prepend span {
  border-right: none;
  border-radius: 2px 0 0 2px;
}
.input-prepend input {
  border-radius: 0 2px 2px 0;
}
.btn-append {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-append button,
.btn-append .btn {
  flex: 1;
}
/* =Offcanvas
-----------------------------------------------------------------------------*/
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  font-size: 0.9em;
  font-weight: bold;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  background: #F5F7FA;
  color: #09f;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container-push,
.push-push {
  -webkit-transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
/* Menu Transitions */
.pushy,
#container,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Example Media Query */
@media screen and (max-width: 768px) {
  .pushy {
    font-size: 1.0em;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.eot?i8kvgn');
  src: url('../fonts/iconfont/iconfont.eot?i8kvgn#iefix') format('embedded-opentype'), url('../fonts/iconfont/iconfont.ttf?i8kvgn') format('truetype'), url('../fonts/iconfont/iconfont.woff?i8kvgn') format('woff'), url('../fonts/iconfont/iconfont.svg?i8kvgn#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-uniE600:before {
  content: "\e600";
}
.icon-uniE602:before {
  content: "\e602";
}
.icon-uniE60A:before {
  content: "\e60a";
}
.icon-uniE60F:before {
  content: "\e60f";
}
.icon-uniE610:before {
  content: "\e610";
}
.icon-uniE61A:before {
  content: "\e61a";
}
.icon-uniE623:before {
  content: "\e623";
}
.icon-uniE62B:before {
  content: "\e62b";
}
.icon-uniE62D:before {
  content: "\e62d";
}
.icon-uniE634:before {
  content: "\e634";
}
.icon-uniE63D:before {
  content: "\e63d";
}
.icon-uniE643:before {
  content: "\e643";
}
.icon-uniE644:before {
  content: "\e644";
}
.icon-uniE646:before {
  content: "\e646";
}
.icon-uniE648:before {
  content: "\e648";
}
.icon-uniE649:before {
  content: "\e649";
}
.icon-uniE64A:before {
  content: "\e64a";
}
.icon-uniE64B:before {
  content: "\e64b";
}
.icon-uniE64E:before {
  content: "\e64e";
}
.icon-uniE66E:before {
  content: "\e66e";
}
.icon-uniE694:before {
  content: "\e694";
}
.icon-uniE69B:before {
  content: "\e69b";
}
.icon-uniE6A2:before {
  content: "\e6a2";
}
.icon-uniE6AD:before {
  content: "\e6ad";
}
.icon-uniE6B2:before {
  content: "\e6b2";
}
.icon-uniE6B3:before {
  content: "\e6b3";
}
.icon-uniE6C1:before {
  content: "\e6c1";
}
.icon-uniE6C2:before {
  content: "\e6c2";
}
.icon-uniE6C3:before {
  content: "\e6c3";
}
.icon-uniE6CE:before {
  content: "\e6ce";
}
/* =Custom code
-----------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  display: flex;
  flex-direction: column;
}
.navbar {
  width: 100%;
  height: 50px;
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.topbar {
  height: 50px;
  max-width: 1940px;
  background: transparent;
  padding: 0.5em 1em 0.5em 0.8em;
  margin: 0 auto;
  position: relative;
}
.logo {
  width: auto;
  padding: 6px 10px;
  margin: 0 1.5em 0 0em;
  float: left;
  color: #D7263D;
  font-size: 16px;
  font-weight: bolder;
}
.search-top-txt {
  width: auto;
  padding: 5px 10px;
  margin: 0 1em 0 1em;
  float: left;
  color: #71F79F !important;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bolder;
}
.search-desktop {
  max-width: 650px;
  height: auto;
  margin-right: 1em;
  margin-top: 1px;
  position: relative;
  overflow: auto;
  border-radius: 5px;
  overflow: hidden;
}
.search-desktop input.input-small {
  padding-left: 3em;
  background: #fff;
  border-color: #555;
  color: #3e474f;
  font-size: 14px;
  padding-top: 0.7rem;
}
#search-icon {
  position: absolute;
  left: 10px;
  top: 9px;
  color: #3e474f;
}
.search-desktop input.input-small::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3e474f;
  line-height: 19px;
}
.search-desktop input.input-small:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3e474f;
  opacity: 1;
}
.search-desktop input.input-small::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3e474f;
  opacity: 1;
}
.search-desktop input.input-small:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3e474f;
}
.search-btn {
  border-radius: 3px;
  margin-left: 5px;
  display: none;
}
.searchbar {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #18061D;
  top: 0;
  left: 0;
  z-index: 199;
  display: none;
}
.searchtopbar {
  width: 100%;
  height: 50px;
  background: #222;
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
  z-index: 199;
}
.search-inner {
  max-width: 1916px;
  height: 65px;
  margin: 0 auto;
}
.searchbody {
  clear: both;
  width: 100%;
  height: 50px;
  padding: 0.5em ;
  background: #333;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}
.topbar-button-l {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 6px;
  left: 2em;
  z-index: 99;
  display: none;
  border-radius: 3px;
}
.topbar-button-l span {
  line-height: 38px;
  font-size: 22px;
  display: block;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  color: #71F79F;
  background: transparent;
  font-weight: bold;
}
.topbar-button-r {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: 0.5em;
  z-index: 99;
  background: #2e353b;
  display: none;
  border-radius: 3px;
}
.topbar-button-r span {
  line-height: 38px;
  font-size: 22px;
  display: block;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  color: #71F79F;
  background: transparent;
  font-weight: 900;
}
.topbar-button-r-c {
  width: 33px;
  height: 33px;
  float: right;
  margin-right: 0.5em;
}
.topbar-button-r-c span {
  line-height: 33px;
  font-size: 22px;
  display: block;
  text-align: center;
  color: #d8e2f6;
  cursor: pointer;
  cursor: hand;
}
.topmenu {
  width: 100%;
  height: 65px;
}
.close-btn-div {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  text-align: center;
}
.close-btn-oc {
  color: #fff;
  display: block;
  line-height: 33px;
  cursor: pointer;
  cursor: hand;
}
.close-btn-oc:hover {
  background: #4977f0;
  color: #fff;
}
.pushy {
  background: #D7263D;
  opacity: 0.95;
}
.pushy ul {
  list-style: none;
  margin: 0;
}
.pushy li {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #DA4453;
}
.pushy li a {
  color: #fff;
}
.pushy li a:hover {
  background: #DA4453;
  color: #fff;
}
.pushy li .active {
  background: #DA4453;
  color: #fff;
}
.drop-it {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0px 0px 57px -40px #000000;
  -moz-box-shadow: inset 0px 0px 57px -40px #000000;
  box-shadow: inset 0px 0px 57px -40px #000000;
}
.drop-it .inner li {
  border-bottom: 1px solid #DA4453;
}
.drop-it .inner li a {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.drop-it .inner li a:hover {
  color: #fff;
}
.drop-it .inner li .active {
  color: #fff;
}
.dropdown-item {
  padding: 1em 1.2em 1em 2.2em;
  display: block;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  margin-top: -1px;
}
.dropdown-item:hover {
  background: #DA4453;
  color: #fff;
}
.dropdown-item:after {
  content: "+";
  float: right;
  font-size: 15px;
}
.dropdown-item.extra:after {
  content: "-";
}
.big-item {
  padding: 1em 1.2em 1em 1em;
}
.big-item span {
  font-weight: 900;
  font-size: 15px;
  color: #111 !important;
}
.tab-block {
  margin: 0 auto;
  max-width: 1940px;
  clear: both;
}
.top-tabs {
  max-width: 1920px;
  margin: 0 auto;
  height: 40px;
  background: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  border: 1px solid #333;
  border-bottom: none;
}
.second-tabs {
  max-width: 1920px;
  margin: 0 auto;
  height: 40px;
  background: #333;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  border: 1px solid #333;
  border-top: none;
}
.tab-item {
  width: auto;
  float: left;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #333;
}
.tab-item a {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  padding: 5px 20px;
  float: left;
  font-weight: bold;
}
.tab-item .active {
  color: #fff;
  background: #333;
}
.tab-item .active:hover {
  color: #D7263D !important;
}
.tab-item a:hover {
  color: #D7263D;
}
.tab-item2 {
  width: auto;
  float: left;
  line-height: 30px;
  text-align: center;
}
.tab-item2 a {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  padding: 5px 20px;
  float: left;
  font-weight: bold;
}
.tab-item2 .active {
  color: #71F79F;
}
.tab-item2 .active:hover {
  color: #71F79F !important;
}
.tab-item2 a:hover {
  color: #71F79F;
}
.header {
  width: 100%;
  height: 90px;
  flex: 0 0 auto;
}
.header2 {
  height: 50px;
  width: 100%;
  flex: 0 0 auto;
}
.content {
  width: 100%;
  height: auto;
  padding: 0 1em;
  flex: 1 0 auto;
}
.wrap {
  max-width: 1920px;
  margin: 0.5em auto;
  border-radius: 3px;
}
.heading {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 300;
}
.content-info {
  padding: 5px 10px;
  height: 75px;
}
.content-sinfo {
  color: #a6a2ad;
  height: 16px;
  font-size: 11px;
}
.content-block {
  border-radius: 5px;
  border: 1px solid #222;
  overflow: none;
}
.imgdiv {
  border: 1px solid #000;
  position: relative;
}
.imgdiv .time {
  padding: 1px 7px;
  background: #333;
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.content-block h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #71F79F;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
}
.below-content {
  width: 100%;
  height: 15px;
}
.footer {
  width: 100%;
  height: 200px;
  margin-top: 1em;
  background: #222;
  flex: 0 0 auto;
  border-top: 1px solid #333;
}
.btnSubmit {
  background: #71F79F;
  padding: 10px 20px;
}
.video-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 45px 2em 0 2em;
}
#image-player {
  background: #000;
  position: relative;
}
.singleImageNextPrev {
  width: 100%;
  height: 100%;
}
.img-prev {
  position: absolute;
  Top: 50%;
  left: 1em;
}
.img-prev a span {
  font-size: 20px;
  background: #4bb5ff;
  color: #fff;
  padding: 0.5em;
}
.img-next {
  position: absolute;
  Top: 50%;
  right: 1em;
}
.img-next a span {
  font-size: 20px;
  background: #4bb5ff;
  color: #fff;
  padding: 0.5em;
}
#singleImage {
  max-width: 660px;
  margin: 0 auto;
}
#singleImage a img {
  width: 100%;
}
.morepics {
  padding: 1em;
}
.video-player {
  width: calc(100% - 27.250em);
  float: left;
  border: 1px solid #333;
}
.sidebar {
  width: calc(26.250em);
  float: right;
  background: #222;
  border: 1px solid #333;
}
.top-sidebar {
  width: 100%;
  height: auto;
}
.spot-on {
  width: 300px;
  height: 250px;
  background: #000;
  margin: 3em auto;
  border-bottom: 1px solid #333;
}
@media (max-width: 1024px) {
  .video-player {
    width: calc(100% - 20.750em);
  }
  .sidebar {
    width: 302px;
  }
  .spot-on {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .video-player,
  .sidebar {
    width: 100%;
  }
  .video-wrap {
    min-width: 280px;
  }
  .spot-on {
    margin: 1em auto;
  }
}
.video-container {
  overflow: hidden;
}
.rel-head {
  padding: 0 1em;
  font-weight: bold;
  color: #D7263D;
}
.related-items {
  width: 100%;
  height: auto;
}
.rel-item {
  width: 100%;
  height: auto;
  padding: 1em;
  float: left;
}
.rel-item img {
  float: left;
}
.rel-info {
  width: 100%;
  float: left;
  padding-top: 5px;
}
.rel-item h2 {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #71F79F;
}
.media-stuff {
  width: 100%;
  background: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
}
.video-info-first {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 1em;
  border-left: 1px solid #E6E9ED;
  border-right: 1px solid #E6E9ED;
}
.video-info-sec {
  width: 100%;
  height: auto;
  border-bottom: none;
  background: #333;
  padding: 0 1em;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}
.video-info-sec h1 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin: 1em 0 0 0;
}
.video-xtra {
  width: 100%;
  height: 35px;
  padding: 1em 0;
}
.ratingStars {
  background: #fff;
}
.ratings {
  font-weight: normal;
  width: auto;
  float: right;
  margin-top: 10px;
}
.ratings span {
  margin-right: 5px;
}
.rating-info {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1em;
  text-align: center;
  font-size: 22px !important;
  background: #A0D468;
  color: #fff;
}
#hide-but {
  color: #222;
  font-size: 30px;
}
.description {
  border-bottom: 1px solid #444;
  width: 100%;
  height: auto;
  float: left;
}
.cats {
  margin-bottom: 1em;
}
.pub-date {
  margin-top: 1em;
  height: auto;
  float: left;
  width: 100%;
}
.uploader {
  border-bottom: 1px solid #444;
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.readmore {
  height: auto;
  background: #222;
  padding: 0 1em;
  border-top: 1px solid #333;
}
.readmore .inner {
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
}
.readmore .inner a {
  color: #fff;
}
input.input-small::-webkit-input-placeholder {
  line-height: 15px;
  color: #a6a2ad;
}
.pagination {
  overflow: hidden;
  padding: 7px 0;
}
.pagination span {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}
.pagination div {
  float: right;
  white-space: nowrap;
}
.pagination div a {
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #444;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #000;
  padding: 15px 20px;
  text-align: center;
}
.pagination div a.current {
  background-color: #71F79F;
  pointer-events: none;
  color: #222;
}
.pagination div a.prev-arrow,
.pagination div a.next-arrow {
  padding: 15px 20px;
  margin-right: 5px;
  margin-left: 5px;
  box-sizing: border-box;
}
.pagination div a:not(.current):hover {
  background-color: #71F79F;
  border: 1px solid #000;
  color: #222;
}
.pagination div a.prev-arrow:before,
.pagination div a.next-arrow:before {
  content: '';
  position: absolute;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.pagination div a.prev-arrow:before {
  border-right: 5px solid #fff;
  left: 15px;
}
.pagination div a.next-arrow:before {
  border-left: 5px solid #fff;
  left: 17px;
}
@media (min-width: 1600px) {
  .wrap {
    padding-left: 1.5em;
  }
  .below-content {
    padding-right: 0.5em;
  }
}
@media (max-width: 1024px) {
  .media-stuff {
    display: none;
  }
}
@media (max-width: 768px) {
  .rel-info {
    width: auto;
  }
  .rel-item {
    border-bottom: 1px solid #333;
  }
  .tab-block {
    display: none;
  }
  .topbar-button-l {
    display: block;
  }
  .topbar {
    padding-left: 76px;
  }
  .header {
    height: 51px;
  }
  .header2 {
    height: 0px;
  }
}
@media (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }
  .search-desktop {
    display: none;
  }
  .topbar {
    position: relative;
    padding: 0.6em 0;
  }
  .logo {
    margin: 0 auto;
    float: none;
    width: 100px;
    text-align: center;
    padding: 0.25em 0;
  }
  .topbar-button-r {
    display: block;
    right: 1em;
  }
  .search-desktop {
    float: left;
  }
  .top-tabs {
    width: 100%;
  }
  .tab-item {
    width: 33.3%;
  }
  .content {
    padding: 0;
  }
  .content-block {
    margin-bottom: 1em;
  }
  .video-wrap {
    padding: 0;
  }
  .topbar-button-l {
    left: 1em;
  }
  .spot-on {
    margin: 0.5em auto;
  }
  .rel-info {
    width: 168px;
  }
  .pushy {
    width: 60%;
    /* Changed the width to 400px */
  }
  .pushy-left {
    transform: translate3d(-100%, 0, 0);
    /* Updated the values */
    /* Don't forget the vendor prefixes */
  }
  .pushy-open-left #container,
  .pushy-open-left .push {
    transform: translate3d(100%, 0, 0);
    /* Updated the values */
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.three-amigos {
  width: 960px;
  margin-top: 20px;
}
.three-amigos div {
  float: left;
  margin: 10px;
}
@media screen and (max-width: 980px) {
  .three-amigos {
    width: 660px;
  }
  .amigo-three {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .three-amigos {
    width: 320px;
  }
}
@media screen and (max-width: 320px) {
  .three-amigos {
    width: 300px;
  }
  .three-amigos div {
    margin: 0;
  }
}
