
/* CSS Document */

/*------------------------------------------------------------------
[Table of contents]
0. Fonts
1. Clearfix
2. Preloader
3. Typography
4. Headings
5. Main Nav
6. Main Content
7. Column Grid
8. Content Elements
9. Icons
10. Image Hover
11. Compatibility Rules
12. Footer
13. Lists
14. Blog
15. Slider
16. Circle Animation
-------------------------------------------------------------------*/

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat-v25-latin-regular.eot); /* IE9 Compat Modes */
  src: local(""),
    url(/assets/montserrat-v25-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    /* IE6-IE8 */ url(/assets/montserrat-v25-latin-regular.woff2)
      format("woff2"),
    /* Super Modern Browsers */ url(/assets/montserrat-v25-latin-regular.woff)
      format("woff"),
    /* Modern Browsers */ url(/assets/montserrat-v25-latin-regular.ttf)
      format("truetype"),
    /* Safari, Android, iOS */
      url(/assets/montserrat-v25-latin-regular.svg#Montserrat) format("svg"); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/lato-v23-latin-regular.eot); /* IE9 Compat Modes */
  src: local(""),
    url(/assets/lato-v23-latin-regular.eot?#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(/assets/lato-v23-latin-regular.woff2) format("woff2"),
    /* Super Modern Browsers */ url(/assets/lato-v23-latin-regular.woff)
      format("woff"),
    /* Modern Browsers */ url(/assets/lato-v23-latin-regular.ttf)
      format("truetype"),
    /* Safari, Android, iOS */ url(/assets/lato-v23-latin-regular.svg#Lato)
      format("svg"); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/lato-v23-latin-700.eot); /* IE9 Compat Modes */
  src: local(""),
    url(/assets/lato-v23-latin-700.eot?#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(/assets/lato-v23-latin-700.woff2) format("woff2"),
    /* Super Modern Browsers */ url(/assets/lato-v23-latin-700.woff)
      format("woff"),
    /* Modern Browsers */ url(/assets/lato-v23-latin-700.ttf)
      format("truetype"),
    /* Safari, Android, iOS */ url(/assets/lato-v23-latin-700.svg#Lato)
      format("svg"); /* Legacy iOS */
}

/* lora-italic - latin */
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/lora-v26-latin-italic.eot); /* IE9 Compat Modes */
  src: local(""),
    url(/assets/lora-v26-latin-italic.eot?#iefix) format("embedded-opentype"),
    /* IE6-IE8 */ url(/assets/lora-v26-latin-italic.woff2) format("woff2"),
    /* Super Modern Browsers */ url(/assets/lora-v26-latin-italic.woff)
      format("woff"),
    /* Modern Browsers */ url(/assets/lora-v26-latin-italic.ttf)
      format("truetype"),
    /* Safari, Android, iOS */ url(/assets/lora-v26-latin-italic.svg#Lora)
      format("svg"); /* Legacy iOS */
}

/* =1. Clearfix
--------------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} /* ----- clear fix for floats ----- */
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
} /* hides clearfix from IE-mac */
.clearfix {
  display: block;
} /* end hide from IE-mac */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: inline-block;
  float: none;
}
.alignnone {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  width: 0;
}
.centered {
  text-align: center;
}
.hidden {
  display: none;
  visibility: hidden;
}
/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
}
.flexslider {
  -webkit-transform: translateZ(0px);
}
/* End Clearfix
--------------------------------------------------------------------------------------------------------*/

/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
}
#status {
  z-index: 28;
  position: absolute;
  color: #555 !important;
  top: 50%;
  height: 220px;
  width: 100%;
  margin-top: -115px;
}
/* horizontal centering */
.box-parent {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
  z-index: 11;
}
.parent {
  width: 230px;
  margin: 0px auto;
  position: relative;
  height: 220px;
  z-index: 11;
}
#preloader .child {
  text-align: center;
}
/* vertical centering */
.parent {
  display: table;
}
.child {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.box-parent .child {
  padding-top: 10px;
}
/* End Preloader
--------------------------------------------------------------------------------------------------------*/

/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
body.full-height {
  height: 100%;
}
#wrap {
  z-index: 1001;
  position: relative;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  font-size: 15px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #777;
  background: #1d1d1d;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 700;
}

a,
a * {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a,
a:hover,
a:focus {
  color: #2b2b2b;
  text-decoration: none;
  outline: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
  outline: 0;
}
i {
  font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*a:hover { background:none !important; }*/

p {
  line-height: 1.5;
  padding: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
}
a {
  text-decoration: none;
}
p a {
  color: #555;
  text-decoration: underline;
}
p a:hover {
  color: #de8e13;
  text-decoration: underline;
}
a p {
  color: #555;
}
p.small {
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #555;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding-left: 1px;
}
p.small.boxed {
  background: rgba(146, 170, 99, 0.8);
  border-radius: 3px;
  border: 1px solid rgba(146, 170, 99, 1);
  display: inline-block;
  padding: 3px 6px 4px 7px;
  opacity: 1 !important;
}
a p.small {
  color: #2b2b2b;
}
#preloader p.small {
  color: #555 !important;
  padding: 0 !important;
}
.lefted,
.lefted p {
  text-align: left !important;
}
p.large {
  font-size: 20px;
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
}
.info-box-content p.large,
.header-wrapper p.large {
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}
.extra-padding-top,
.bg-white p,
.auto-height p {
  padding-top: 10px;
}

p span.small {
  bottom: 1px;
  position: relative;
}
p span.small.timer {
  bottom: 0;
}

a h3,
a h2,
a h4,
a h5,
h2 a,
h3 a,
h4 a,
h5 a,
h3 a:hover {
  text-decoration: underline;
}
#accordion h5 a {
  text-decoration: none !important;
}

blockquote {
  border: 0;
  color: #888;
  font-style: italic;
  position: relative;
  margin: 35px 0 20px;
  text-align: center;
  padding-bottom: 0;
}
blockquote p {
  margin-top: 0 !important;
  font-size: 20px;
  color: #555;
}
blockquote::before {
  content: "â€œâ€" !important;
  position: absolute;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  left: 50%;
  top: -25px;
  font-weight: 600;
  width: 50px;
  margin-left: -25px;
  color: #555;
  letter-spacing: 0.1em;
}
blockquote p.name {
  font-style: normal;
  color: #888;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  margin-top: -5px;
  position: relative;
}

.round-arrow-wrapper {
  border-radius: 51%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 17px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.full-height-wrapper .round-arrow-wrapper {
  margin-top: 30px;
}
.arrow-right {
  height: 12px;
  width: 18px;
  display: block;
  position: relative;
  left: 14px;
  background: url(/assets/arrow-right-white.png) no-repeat;
  background-size: 18px 12px;
}
.arrow-down {
  height: 18px;
  width: 12px;
  display: block;
  position: relative;
  left: 17px;
  background: url(/assets/arrow-down-white.png) no-repeat;
  background-size: 12px 18px;
  top: -3px;
}

.button {
  border-radius: 30px;
  border: 1px solid rgba(166, 207, 75, 1);
  padding: 10px 25px 12px !important;
  line-height: 1;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #555;
  background: rgba(166, 207, 75, 0.8);
}
.button:hover {
  color: #2b2b2b !important;
  background: rgba(166, 207, 75, 1) !important;
}

.button.alignright {
  margin-top: 0px;
}
.info-box-content .button,
.expand-button .button,
.info-box-content .button:hover,
.expand-button .button:hover,
.button.alternate {
  color: #fff !important;
  border: 1px solid rgba(207, 137, 28, 1);
  margin-bottom: 0;
  margin-top: 20px;
  background: rgba(207, 137, 28, 0.8);
}
.info-box-content .button:hover,
.expand-button .button:hover,
a:hover .info-box-content .button,
.button.alternate:hover {
  color: #fff !important;
  background: rgba(207, 137, 28, 1) !important;
}
.button.alternate {
  margin-left: 15px;
}

.button.vip {
  background: #fdc46b;
  border: 1px solid #fbb342;
}
.button.vip:hover {
  background: #fbb342 !important;
}

.login-wrapper {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.login-wrapper .button {
  margin: 0;
}

.paymentmethods {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  opacity: 0.6;
  line-height: 1;
}
.paymentmethods.paypal {
  background: url(/assets/paypal2.png) center no-repeat;
  background-size: 71px 26px;
  width: 71px;
  height: 26px;
  text-indent: -9999px;
}
.paymentmethods.sofort {
  background: url(/assets/sofort2.png) center no-repeat;
  background-size: 80px 26px;
  width: 80px;
  height: 26px;
  text-indent: -9999px;
}
.paymentmethods.skrill {
  background: url(/assets/skrill2.png) center no-repeat;
  background-size: 63px 26px;
  width: 63px;
  height: 26px;
  text-indent: -9999px;
}

.paymentmethods-color {
  display: inline-block;
  margin: 5px 7px 10px;
  opacity: 0.6;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.paymentmethods-color.selected,
.paymentmethods-color:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.paymentmethods-color.selected {
  cursor: default;
}

.paymentmethods-color.paypal {
  background: url(/assets/paypal.png) center no-repeat;
  background-size: 100px 26px;
  width: 100px;
  height: 26px;
  text-indent: -9999px;
}
.paymentmethods-color.sofort {
  background: url(/assets/sofort.png) center no-repeat;
  background-size: 80px 26px;
  width: 80px;
  height: 26px;
  text-indent: -9999px;
}
.paymentmethods-color.skrill {
  background: url(/assets/skrill.png) center no-repeat;
  background-size: 74px 26px;
  width: 74px;
  height: 26px;
  text-indent: -9999px;
}
/* End Typography
--------------------------------------------------------------------------------------------------------*/

/* =4. Headingss
--------------------------------------------------------------------------------------------------------*/
h1#logo {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}
h1#logo a {
  display: inline-block;
  background: url(/assets/logo.png) center no-repeat;
  background-size: 220px 100px;
  width: 220px;
  height: 100px;
  text-indent: -9999px;
}

.numbers,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #2b2b2b;
  display: block;
  position: relative;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
h2 {
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -1px;
}
h2 span {
  letter-spacing: -2px;
}
h2 strong {
  letter-spacing: -1px;
}
h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.numbers {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
  padding-bottom: 10px;
  padding-top: 10px;
}

h1 span,
h2 span,
h3 span {
  font-family: "Lora", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}
span.outof {
  font-weight: 400;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 85%;
}

span.phone-number {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.header-wrapper h2 {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  margin-top: 0;
}
.header2 {
  margin-top: 0px;
  margin-bottom: 40px;
}
.header3 {
  margin-bottom: 3px;
  margin-top: 7px;
}
.lone-header {
  margin-top: -10px;
}
.more-margin {
  margin-top: 20px;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  background: none !important;
}

/* End Headings
--------------------------------------------------------------------------------------------------------*/

/* =5. Main Nav
--------------------------------------------------------------------------------------------------------*/
#menu-button {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1111;
}
.lt-ie10 #menu-button {
  position: relative;
  float: right;
  right: auto;
}
#menu-button .cursor {
  display: block;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  padding-top: 0;
  border-radius: 51%;
  height: 48px;
  width: 48px;
}
#nav-button {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-top: 18px;
  text-align: center;
}
.nav-bar {
  background-color: #555;
  border-radius: 1px;
  display: block;
  width: 16px;
  height: 2px;
  margin: 0px auto 2px;
  position: relative;
}

#main-nav {
  background-color: #1d1d1d;
  top: 0;
  right: 0;
  padding: 31px 32px 20px;
  width: 200px;
  position: absolute;
}
#main-nav ul {
  position: relative;
  line-height: 1.4;
}
#main-nav ul li a {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  padding: 9px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px !important;
  cursor: pointer;
}
#main-nav ul li a:hover,
#main-nav ul li a.selected {
  color: rgba(255, 255, 255, 1);
}
#main-nav ul li ul {
  padding-top: 6px;
}
#main-nav ul li ul li a {
  font-size: 13px;
  border: 0;
  padding: 3px 0;
  padding-left: 15px;
}
#main-nav ul li ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}

.menu-trigger {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}

.pushed-left #nav-button span:nth-child(1),
.pushed-left-alt #nav-button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pushed-left #nav-button span:nth-child(2),
.pushed-left-alt #nav-button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pushed-left #nav-button span:nth-child(3),
.pushed-left-alt #nav-button span:nth-child(3) {
  display: none;
}

#main-nav ul#options li a:before {
  position: absolute;
  top: 12px;
  left: -26px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s left, 0.5s opacity;
  -moz-transition: 0.5s left, 0.5s opacity;
  -o-transition: 0.5s left, 0.5s opacity;
  transition: 0.5s left, 0.5s opacity;
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#main-nav ul#options li ul li a:before {
  top: 6px;
  left: -11px;
}
#main-nav ul#options li a:hover:before {
  left: -13px;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#main-nav ul#options li ul li a:hover:before {
  left: 2px;
}

.usercount {
  padding-top: 30px;
  font-size: 14px !important;
}
/* End Main Nav
--------------------------------------------------------------------------------------------------------*/

/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 155;
  width: 100%;
  min-height: 100px;
  padding: 13px 45px;
  -webkit-transform: translateZ(0);
  background: rgba(255, 255, 255, 1);
}
#content {
  width: 100%;
  position: relative;
  z-index: 55;
  height: auto;
  background: #f5f5f5;
}
section.white {
  background: #fff;
}
.container {
  position: relative;
  margin: 0 auto;
}

.pushed-left #wrap,
.pushed-left #footer {
  -webkit-transform: translate3d(-200px, 0px, 0px);
  transform: translate3d(-200px, 0px, 0px);
}
.pushed-left-alt #wrap,
.no-csstransforms3d .pushed-left #wrap,
.pushed-left-alt #footer,
.no-csstransforms3d .pushed-left #footer {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
#wrap,
#footer {
  -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
  transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

.full-height .container,
.container.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container.header-wrapper {
  padding-bottom: 75px;
  padding-top: 60px;
  text-align: center;
}
.header-section,
.bottom-section {
  margin: 0 0 40px;
  text-align: center;
}
.bottom-section {
  margin-top: 15px;
}
.container.no-header {
  padding-top: 70px;
  padding-bottom: 70px;
}
.container.with-header {
  padding-top: 0px;
  padding-bottom: 70px;
  margin-top: -20px;
}
.ajax-content .container.full-width {
  background: #fff;
}

.privacy-banner {
  position: fixed;
  bottom: 30px;
  width: 280px;
  right: 30px;
  background: #fff;
  padding: 28px 35px 20px 35px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 1002;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.privacy-banner i.fa {
  color: #de8e13;
}
.privacy-banner a {
  opacity: 0.7;
}
.privacy-banner a:hover {
  opacity: 1;
}
.close-banner {
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(/assets/icons/bg-close@2x.png) no-repeat center;
  background-size: 24px 24px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------------*/

/* =7. Column Grid
--------------------------------------------------------------------------------------------------------*/
.add-padding {
  padding: 5px 30px;
}
.no-padding {
  padding: 0 !important;
}

.full-height-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#Container .mix {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.full-height #Container .mix {
  display: inline-block;
}

.full-height #Container .col-lg-8,
div.full-height {
  height: calc(100vh - 160px) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.full-height #Container .col-lg-4 {
  height: calc(50vh - 50px) !important;
}
div.full-height.not-completely-full {
  height: 500px !important;
}
.auto-height {
  padding: 25px 0 !important;
}

.bottom {
  vertical-align: bottom;
  display: table-cell;
}

.half-width {
  width: 50%;
  display: block;
}
.containing-image-wrapper {
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.containing-image-wrapper.right {
  right: 0;
  left: auto;
}
/* =End Column Grid
--------------------------------------------------------------------------------------------------------*/

/* =8. Content Elements
--------------------------------------------------------------------------------------------------------*/
.overflow,
.element {
  overflow: hidden;
}
.break {
  display: block;
  position: relative;
  height: 20px;
  width: 100%;
}
.borderline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 1px;
  position: relative;
  width: 100%;
  margin: 40px 0 30px;
}

.bg-white,
.bg-grey {
  background: #f5f5f5;
  padding: 90px;
  padding-top: 75px;
}
.col-lg-4.bg-white,
.col-lg-4.bg-grey {
  padding: 45px;
}
.ajax-content .col-lg-4.bg-white {
  padding-top: 55px;
}
.bg-white {
  background: #fff;
}

.background-image1 {
  background: url(/assets/fullscreen02.jpg) no-repeat center;
  height: 100%;
  display: block;
  width: 100%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.min-full-height {
  min-height: 100vh;
}

.nav-tabs {
  margin-bottom: 45px;
  padding-left: 0px;
  padding-top: 10px;
  text-align: center;
}
.nav-tabs > li {
  float: none;
}
.nav > li {
  display: inline-block;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  background: #fff;
  border: 0;
  width: auto;
  height: 88px;
  padding-top: 58px;
  margin: 0 10px 0 11px;
}

.nav-tabs > li > a:hover {
  background: #fff;
  color: #2b2b2b;
  border: 0;
  opacity: 1;
}
.nav-tabs li a#first-tab {
  background: url(/assets/icons/futuro_icons_update_106.png) no-repeat top
    center;
  background-size: 48px 48px;
}
.nav-tabs li a#second-tab {
  background: url(/assets/icons/futuro_icons_update_167.png) no-repeat top
    center;
  background-size: 48px 48px;
}
.nav-tabs li a#third-tab {
  background: url(/assets/icons/futuro_icons_update_47.png) no-repeat top center;
  background-size: 48px 48px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #2b2b2b;
  border: 0;
  border-bottom: 1px solid #999;
  opacity: 1;
}
.tab-content p,
.tab-content ul.unordered-list {
  padding-bottom: 10px;
}

.customer {
  margin: 40px 0 20px 0;
}
.customer .avatar {
  float: left;
  margin-right: 15px;
}
.customer .avatar img {
  width: 45px;
  height: 45px;
}
.customer p {
  margin-bottom: 3px;
}
.customer p.small {
  color: #888;
}

.table tr {
  border-bottom: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 0;
}
table th,
table td {
  vertical-align: middle !important;
}
.table a {
  color: #555;
}
.table.create-tip span {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.table a:hover,
.table.create-tip span:hover {
  color: #de8e13;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.table.create-tip a {
  display: block;
}
.create-tip .table tr {
  border-bottom: 0px !important;
}
.picked {
  font-weight: 700;
  color: #de8e13 !important;
}
.picked a,
.bet-amount {
  color: #de8e13 !important;
  font-weight: 700;
}
.no-longer-possible {
  color: #ccc;
  text-decoration: line-through;
  cursor: default;
}
tr.bolder-border {
  border-bottom: 2px solid #d8d8d8;
}
.table-hover tbody tr:hover {
  background: #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
tr.stake-selection .available {
  cursor: pointer;
}
.wager {
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 15px 12px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 3px;
}
.wager:hover,
.wager:active,
.wager.picked {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.slip {
  background: #fff;
  padding: 35px;
  margin: 25px 0 15px 0;
}
.element .slip {
  margin: 15px 0 15px 0; /* width:100%;*/
}

.cancel {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.edit {
  position: absolute;
  right: -25px;
  top: 0px;
  cursor: pointer;
}

.stats {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  display: block;
  margin: 35px 0 0px;
  position: relative;
  padding: 12px 0 0px;
}
.stats p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.stats p a {
  text-decoration: none;
  color: #888;
}
.stats p a:hover {
  color: #de8e13;
  text-decoration: none;
}

.panel-group {
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 25px;
  text-align: left;
}
.panel,
.panel-group .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  background: none;
}
.panel-heading,
.panel-body {
  padding: 14px 20px 17px;
  background: none;
}
.panel-body {
  padding-bottom: 10px;
}
.panel-title a,
.panel-title a:focus {
  color: #2b2b2b;
}
.panel-default .panel-heading {
  border-radius: 0;
}
.panel-default {
  border-color: #d8d8d8;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d8d8d8;
}
.grey .panel-default > .panel-heading,
.grey .panel {
  background: none;
}
.panel-title a:hover,
.panel-title a,
.panel-title,
.panel-title a:focus {
  font-size: 21px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.table {
  margin-bottom: 25px;
}
.panel-default {
  -webkit-transition: border-color 0.2s ease 0s;
  transition: border-color 0.2s ease 0s;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.float-right {
  float: right;
  display: inline-block;
}

.betting-option {
  display: inline-block;
  width: calc(33.3333333% - 4px);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 15px 12px;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  margin-bottom: 12px;
  margin-right: 3px;
}
.betting-option.no-margin-right {
  margin-right: 0 !important;
}
.betting-option.only-two {
  width: calc(50% - 3px);
}
.betting-option:hover,
.betting-option:active,
.betting-option.picked {
  border: 1px solid #d8d8d8;
  background: #fff;
}
.betting-option .option {
  position: absolute;
  left: 10px;
}
.betting-option .odds {
  margin-left: 10px;
  font-weight: 600;
}

.betting-option.only-two .odds {
  margin-left: 35px;
}
.overview .betting-option .odds {
  font-weight: 400;
  font-size: 80%;
}
.zero-games:hover {
  cursor: default !important;
  background: rgba(0, 0, 0, 0.03) !important;
}
.betting-option.only-one {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .col-sm-12.aligncenter {
    display: block !important;
  }
}
/* =End Content Elements
--------------------------------------------------------------------------------------------------------*/

/* =9. Icons
--------------------------------------------------------------------------------------------------------*/
.social-list {
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0;
  font-size: 0;
}
.social-list li {
  display: inline-block;
  padding: 0 3px;
  position: relative;
}
.social-list li a i {
  color: #555;
  font-size: 16px;
}
.social-list.aligncenter {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  top: 18px;
  margin-left: 10px !important;
}

nav .social-list li {
  padding: 0 10px 0 0;
}
nav .social-list li a {
  border: 0 !important;
}
nav .social-list li a i,
#footer .social-list li a i {
  color: rgba(255, 255, 255, 0.6);
}
nav .social-list li a:hover i,
#footer .social-list li a:hover i {
  color: rgba(255, 255, 255, 1);
}

.social-list.alignright li {
  padding: 0 0 0 10px;
}

i.fa {
  margin-right: 3px;
  color: #555;
}
.button i.fa {
  color: #555;
}
.button.alternate i.fa,
.info-box-content i.fa {
  color: #fff;
}

.circled {
  border: 1px solid #d8d8d8;
  border-radius: 51%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: table !important;
}
.circled i.fa {
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  margin: 0 !important;
  width: 100%;
  padding: 0 !important;
}

.info-box-content .social-list {
  margin-top: 20px;
  padding-bottom: 0;
}
.info-box-content .circled {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.info-box-content i.fa {
  color: #fff !important;
}

.icons {
  position: relative;
  height: 56px !important;
  width: 56px !important;
}
.vip-icons {
  position: relative;
  min-height: 56px !important;
  max-width: 80px !important;
}

.icons2 {
  border-radius: 51%;
  height: 68px;
  width: 68px;
  border: 1px solid #d8d8d8;
  margin: 7px auto;
  margin-bottom: 17px;
  float: none;
  display: inline-block;
  position: relative;
}
.centered .icons,
.centered .vip-icons,
.header-section .icons {
  float: none;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
}
.icons2 .icons {
  margin: 0 !important;
  height: 66px !important;
  width: 66px !important;
}

.table .icons {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.icons.winningbet {
  background: url(/assets/icons/futuro_icons_125.png) no-repeat center;
  background-size: 36px 36px;
}
.icons.collecting {
  background: url(/assets/icons/futuro_icons_120.png) no-repeat center;
  background-size: 36px 36px;
}
.icons.checklist {
  background: url(/assets/icons/futuro_icons_207.png) no-repeat center;
  background-size: 36px 36px;
}
.icons.performance {
  background: url(/assets/icons/futuro_icons_23.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.experts {
  background: url(/assets/icons/futuro_icons_update_154.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.prizes {
  background: url(/assets/icons/futuro_icons_238.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.bets {
  background: url(/assets/icons/futuro_icons_207.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user {
  background: url(/assets/icons/futuro_icons_update_123.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user2 {
  background: url(/assets/icons/futuro_icons_update_141.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user3 {
  background: url(/assets/icons/futuro_icons_update_128.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user4 {
  background: url(/assets/icons/futuro_icons_update_135.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user5 {
  background: url(/assets/icons/futuro_icons_update_136.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user6 {
  background: url(/assets/icons/futuro_icons_update_139.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.user7 {
  background: url(/assets/icons/futuro_icons_update_142.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.best {
  background: url(/assets/icons/futuro_icons_update_106.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.top5 {
  background: url(/assets/icons/futuro_icons_update_167.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.roi {
  background: url(/assets/icons/futuro_icons_125.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.single {
  background: url(/assets/icons/futuro_icons_377.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.ten {
  background: url(/assets/icons/futuro_icons_1.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.season {
  background: url(/assets/icons/futuro_icons_47.png) no-repeat center;
  background-size: 48px 48px;
}

.vip-star {
  position: absolute;
  top: 9px;
  right: 0px;
  display: block;
}
.element .vip-star {
  top: -1px;
  right: 0px;
}

.vip-star .fa {
  font-size: 32px;
  color: #2b2b2b;
}

.slip.vip {
  border: 2px solid #2b2b2b;
}

.version2 .statistics {
  font-size: 85%;
  top: 2px;
  position: relative;
}

/* End Icons
--------------------------------------------------------------------------------------------------------*/

/* =10. Image Hover
--------------------------------------------------------------------------------------------------------*/
.images {
  display: block;
  position: relative;
}
article .images {
  margin: 40px 0;
}
.auto-height .images {
  position: absolute;
  left: 0;
  top: 0;
}
img {
  width: 100%;
  display: block;
  max-width: 100%;
  z-index: 9;
  box-shadow: #fff 0 0 0;
  -webkit-box-shadow: #fff 0 0 0;
}
.round img {
  border: 0 none;
  border-radius: 50%;
}

.videos {
  width: 1140px;
  height: 650px;
  border: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 30px 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.musicWrapper {
  position: relative;
  height: auto;
  margin-bottom: -6px;
  padding: 30px 0 35px;
}
.musicWrapper iframe {
  width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(29, 29, 29, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.covering-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 19;
  background: rgba(29, 29, 29, 0.5);
  display: block;
  opacity: 0;
  visibility: hidden;
}
a:hover .covering-image,
.team-member:hover .covering-image {
  background: rgba(29, 29, 29, 0.55);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 1;
  visibility: visible;
}

.info-box-content {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.info-box-content .parent {
  height: 100%;
  width: 100%;
  padding: 45px 90px;
  text-align: center;
}
.team-member .info-box-content .parent {
  padding: 45px 45px;
}
.full-height .col-lg-8 .info-box-content .parent,
.col-lg-12.full-height .info-box-content .parent,
.slider .parent {
  padding: 90px 180px;
}

.auto-height .info-box-content {
  height: auto;
  position: relative;
  left: auto;
  top: auto;
}

.covering-image p,
.covering-image h3,
.covering-image h2,
.covering-image h4,
.covering-image h5 {
  color: #fff !important;
  bottom: -10px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.covering-image h3 {
  margin: 0px;
}
a:hover .covering-image p,
a:hover .covering-image h3,
a:hover .covering-image h2,
a:hover .covering-image h4,
a:hover .covering-image h5,
.team-member:hover .covering-image h3,
.team-member:hover .covering-image p {
  bottom: -2px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.info-box-content h3,
.info-box-content h2,
.info-box-content h4,
.info-box-content h5,
.info-box-content span {
  color: #fff !important;
  margin-bottom: 0;
}
.info-box-content p,
.info-box-content h1 {
  color: #fff !important;
}
.info-box-content p.small {
  opacity: 0.7;
}

/* End Image Hover
--------------------------------------------------------------------------------------------------------*/

/* =11. Compatibility Rules
--------------------------------------------------------------------------------------------------------*/
.lt-ie9 .pushed-left #wrap,
.lt-ie9 .pushed-left #footer,
.lt-ie9 .pushed-left #background-color {
  position: relative;
  margin-left: -200px;
}
.lt-ie9 #header {
  min-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
}
.lt-ie9 body,
.lt-ie9 .content-wrapper {
  min-width: 960px;
}
.lt-ie9 .pushed-left #main-nav {
  z-index: 200;
}
/* =End Compatibility Rules
--------------------------------------------------------------------------------------------------------*/

/* =12. Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
  background: #1d1d1d;
  min-height: 91px;
  margin: 0px;
  width: 100%;
  z-index: 1;
  position: relative;
  webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
#footer .padding-wrapper {
  padding: 31px 45px;
}
footer {
  z-index: 1000 !important;
}
footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding: 0;
  border: 0;
  text-decoration: none;
}
footer p a {
  color: rgba(255, 255, 255, 0.6) !important;
}
footer p a:hover {
  color: rgba(255, 255, 255, 1) !important;
  background: none !important;
}
span.padding {
  padding: 0 3px;
}
footer .social-list {
  margin-left: 20px;
  padding: 0;
  padding-top: 2px;
}
footer i.fa-heart {
  color: rgba(209, 134, 17, 1);
}
footer p.alignright {
  text-align: right;
}
/* End Footer
--------------------------------------------------------------------------------------------------------*/

/* =13. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list,
.hentry ul,
ol {
  list-style: disc;
  line-height: 1.5;
  padding: 0px 0px 0px 30px;
  font-size: 15px;
  font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin-bottom: 0;
  margin: 0px 0 10px;
}
ol {
  list-style: decimal;
}
.bottom-section ul.unordered-list,
.bottom-section ol {
  padding: 0px;
  padding-top: 10px;
  list-style: none;
}
ul.unordered-list li {
  padding-bottom: 7px;
}
ul.unordered-list li:last-child {
  padding-bottom: 0px;
}
ul.unordered-list li a,
.hentry ul li a,
ol li a {
  color: #555;
  text-decoration: underline;
}
ul.unordered-list li a:hover,
.hentry ul li a:hover,
ol li a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}
ul.unordered-list.normal {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: left;
}

ul.tag-list {
  list-style: none;
  line-height: 1.5;
  padding: 17px 0px 10px 0px;
  text-align: center;
  font-size: 0;
  max-width: 574px;
  margin: 0 auto;
}
ul.tag-list li {
  display: inline-block;
}
ul.tag-list li a {
  background: none;
  width: auto;
  height: auto;
  border: 1px solid #d8d8d8;
  padding: 10px 12px 12px;
  margin: 10px 5px 0px 5px;
  font-size: 10px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1;
  display: inline-block;
  color: #555;
  border-radius: 3px;
}
ul.tag-list li a:hover {
  border: 1px solid #999;
  -webkit-transition: border 0.2s ease 0s;
  transition: border 0.2s ease 0s;
}
ul.tag-list li a span {
  border-left: 1px solid #d8d8d8;
  padding-left: 13px;
  margin-left: 10px;
}

ul.filter-list {
  margin: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  padding: 9px 23px 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}
ul.filter-list li {
  list-style: none;
  line-height: 1.5;
  float: left;
  cursor: pointer;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-right: 12px;
}
ul.filter-list li:last-child {
  margin-right: 0;
}
.filter {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.filter.active,
.filter:hover {
  color: #555;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
ul.filter-list li.alignright {
  float: right;
  margin: 0;
  margin-left: 10px;
}

.boxed-list {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 10px;
}

ul span.small {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  padding-left: 5px;
}
/* =End Lists
--------------------------------------------------------------------------------------------------------*/

/* =14. Blog
--------------------------------------------------------------------------------------------------------*/
.avatar {
  float: left;
  margin-right: 30px;
}
.avatar img {
  width: 110px;
  height: 110px;
  border-radius: 51%;
}
.left-to-avatar {
  text-align: left !important;
  padding-left: 140px;
}

.comment {
  padding: 40px 0 35px 0;
  border-top: 1px solid #eee;
  position: relative;
  text-align: left;
}
.comment.reply.level-1 {
  padding-left: 6.6%;
}
.commenter-avatar {
  float: left;
  padding: 0 30px 30px 0;
  width: auto;
}
.commenter-avatar > img {
  width: 65px;
  height: 65px;
  border-radius: 51%;
}
.comment-content {
  float: left;
  width: calc(100% - 95px);
}
.comment-content h5 {
  margin-top: -5px;
  margin-bottom: 20px;
}
p.time {
  font-size: 13px;
  font-style: italic;
  color: #888;
}
.comment-reply-button-column {
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
}
.comment-reply-button-column a {
  margin: 5px 0px 0px 0px !important;
  font-size: 10px !important;
  padding: 8px 20px 10px !important;
  height: auto !important;
}
.comment-form-wrapper {
  padding: 39px 0 0px 0;
  position: relative;
  border-top: 1px solid #eee;
}
.comment-form-icon-wrapper {
  position: relative;
  display: block;
  height: 66px;
  width: 66px;
  border: 0 none;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  border-radius: 51%;
  float: left;
  margin-right: 30px;
  background: url(/assets/icons/bg-upload@2x.png) center no-repeat;
  background-size: 24px 24px;
}
.comment-form {
  text-align: left;
  padding-left: 95px;
  width: 100%;
}
.comment-form > input,
.comment-form > textarea {
  padding: 12px 15px 14px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  text-align: left;
  border-radius: 3px;
  line-height: 20px;
}
input:focus,
textarea:focus {
  background: #f5f5f5;
}
.comment-form.contact-form input {
  float: left;
  margin-right: 10px;
}
input.last {
  margin-right: 0 !important;
}
.comment-form > textarea {
  width: 100%;
  height: 174px;
}
.comment-form .send-btn {
  margin-left: 0;
  margin-right: 0;
}
/* End Blog
--------------------------------------------------------------------------------------------------------*/

/* =15. Slider
--------------------------------------------------------------------------------------------------------*/
section {
  position: relative;
}
section.slider {
  position: relative;
  display: block;
  height: calc(100vh - 100px);
  width: 100%;
}
.ajax-content section.slider {
  height: 70vh;
}
.bx-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.bx-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  display: none;
  max-width: none;
}
.bx-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
/* End Slider
--------------------------------------------------------------------------------------------------------*/

/* =16. Circle Animation
--------------------------------------------------------------------------------------------------------*/
.round-arrow-wrapper,
#nav-button {
  position: relative;
}
.round-arrow-wrapper:hover .circle-anim,
.menu-trigger:hover + .cursor .circle-anim,
a:hover .circle-anim {
  opacity: 1;
}
.circle-anim {
  opacity: 0;
  -webkit-animation: circle 1.2s linear infinite;
  animation: circle 1.2s linear infinite;
  clip: rect(0, 48px, 48px, 24px);
  height: 48px;
  width: 48px;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.social-list .circle-anim {
  opacity: 0;
  -webkit-animation: circle 1.2s linear infinite;
  animation: circle 1.2s linear infinite;
  clip: rect(0, 42px, 42px, 21px);
  height: 42px;
  width: 42px;
  position: absolute;
  left: calc(50% - 21px);
  top: calc(50% - 21px);
}
.comment-form-icon-wrapper .circle-anim {
  opacity: 0;
  -webkit-animation: circle 1.2s linear infinite;
  animation: circle 1.2s linear infinite;
  clip: rect(0, 66px, 66px, 33px);
  height: 66px;
  width: 66px;
  position: absolute;
  left: calc(50% - 33px);
  top: calc(50% - 33px);
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
.circle-anim:after {
  box-shadow: inset #fff 0 0 0 1px;
  -webkit-animation: circleline 1.2s ease-in-out infinite;
  animation: circleline 1.2s ease-in-out infinite;
  clip: rect(0, 48px, 48px, 24px);
  content: "";
  border-radius: 50%;
  height: 48px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.social-list .circle-anim:after {
  box-shadow: inset #fff 0 0 0 1px;
  -webkit-animation: circleline 1.2s ease-in-out infinite;
  animation: circleline 1.2s ease-in-out infinite;
  clip: rect(0, 42px, 42px, 21px);
  content: "";
  border-radius: 50%;
  height: 42px;
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-form-icon-wrapper .circle-anim:after {
  box-shadow: inset #fff 0 0 0 1px;
  -webkit-animation: circleline 1.2s ease-in-out infinite;
  animation: circleline 1.2s ease-in-out infinite;
  clip: rect(0, 66px, 66px, 33px);
  content: "";
  border-radius: 50%;
  height: 66px;
  width: 66px;
  position: absolute;
  left: 0;
  top: 0;
}

#nav-button .circle-anim:after {
  box-shadow: inset #999 0 0 0 1px;
  height: 48px;
  width: 48px;
}
.comment-form-icon-wrapper .circle-anim:after {
  box-shadow: inset #999 0 0 0 1px;
  height: 66px;
  width: 66px;
}
.social-list.not-white .circle-anim:after {
  box-shadow: inset #999 0 0 0 1px;
  height: 42px;
  width: 42px;
}
@-webkit-keyframes circleline {
  0% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
  }
  100% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes circleline {
  0% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
  }
  100% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

/* End Circle Animation
--------------------------------------------------------------------------------------------------------*/

.selector::before {
  top: 58% !important;
}

#new_user input[type="checkbox"],
#new_user input[type="radio"] {
  display: block;
  margin: 10px auto;
}

.form-part .icons {
  height: auto !important;
  margin-right: 3px;
  margin-left: 3px;
  opacity: 1 !important;
  cursor: pointer;
}

b {
  color: #de8e13;
  padding: 0 20px;
}

table b {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .td-with-icon {
    padding-right: 66px !important;
  }
}

.still-open i.fa {
  color: #d8d8d8;
}

.col-lg-12.extra-padding-top {
  float: left !important;
  width: 100%;
}

#leaderboardform {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: -15px;
}
#leaderboardform .selector::before {
  top: 35% !important;
}

.tippspiel {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
.tippspiel .selector::before {
  top: 35% !important;
}

h5.smaller-on-xs {
  margin-top: 0;
}
.absolute-right {
  position: absolute;
  right: 0;
  top: 40px;
  font-weight: 800;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  h5.smaller-on-xs {
    font-size: 16px;
    margin-top: 0;
  }
  .absolute-right {
    top: 38px;
  }
}

.icons.promotion {
  background: url(/assets/icons/futuro_icons_update_118.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.winner {
  background: url(/assets/icons/futuro_icons_update_47.png) no-repeat center;
  background-size: 48px 48px;
}

.table.affiliate tr i.fa-check-square-o {
  opacity: 1 !important;
}

@media only screen and (min-width: 767px) {
  .extra-padding-right {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .button.alternate {
    margin-left: 0px;
  }
  blockquote {
    padding-right: 0;
    padding-left: 0;
  }

  .float-right {
    float: none;
  }
}

h4 span,
h5 span {
  font-weight: 400;
}

.attention {
  padding: 10px 0 10px;
  margin-bottom: -5px;
  z-index: 10000;
  background: #f2f2f2 !important;
}
.attention p a,
.attention p a:hover {
  text-decoration: none;
}
.attention p {
  margin: 0;
}

.wettanbieter {
  width: 140px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  table.create-tip td,
  table.create-tip th {
    display: block;
    float: none;
    padding: 3px 16px !important;
  }

  table.create-tip td:nth-child(1),
  table.create-tip td:nth-child(2) {
    display: none;
  }

  table.create-tip .mixed td {
    display: none !important;
  }
  table.create-tip .mixed td:nth-child(1) {
    display: block !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  table.create-tip td:nth-child(6),
  table.create-tip td:nth-child(7) {
    display: inline-block;
  }
  table.create-tip td:nth-child(3) {
    padding-top: 11px !important;
  }
  table.create-tip td:nth-child(6),
  table.create-tip td:nth-child(7) {
    padding-bottom: 3px !important;
  }
  table.create-tip td:nth-child(6) {
    padding-right: 7px !important;
  }
  table.create-tip td:nth-child(7) {
    padding-left: 7px !important;
  }

  table.create-tip th {
    padding: 0px 16px !important;
  }
  table.create-tip th:nth-child(1),
  table.create-tip th:nth-child(2) {
    display: none;
  }
  table.create-tip th:nth-child(6),
  table.create-tip th:nth-child(7) {
    display: inline-block;
  }
  table.create-tip th:nth-child(3) {
    padding-top: 10px !important;
  }
  table.create-tip th:nth-child(6),
  table.create-tip th:nth-child(7) {
    padding-bottom: 3px !important;
  }
  table.create-tip th:nth-child(6) {
    padding-right: 7px !important;
  }
  table.create-tip th:nth-child(7) {
    padding-left: 7px !important;
  }

  table.create-tip th h5 {
    margin-bottom: 6px;
  }
}

.line-through {
  opacity: 0.2;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  padding: 0 5px;
}
.line-through::after {
  height: 2px;
  width: 100%;
  position: absolute;
  background: #2b2b2b;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(15deg);
}

ul span.small {
  padding-left: 0;
}

.game-details {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 3px;
  font-size: 75% !important;
}

table.create-tip .mixed td:nth-child(1) {
  text-transform: uppercase;
}

.correct i.fa {
  color: rgba(150, 189, 62, 1) !important;
  position: absolute;
  padding-left: 5px;
  padding-top: 0px;
}
.correct {
  color: rgba(150, 189, 62, 1) !important;
  font-weight: 600;
}
.incorrect i.fa {
  color: #777 !important;
  position: absolute;
  padding-left: 6px;
  padding-top: 0px;
}
.incorrect {
  color: #777 !important;
}

table.leaderboard .visible-on-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  table.leaderboard tr {
    border-top: 2px solid #d8d8d8 !important;
  }
  table.leaderboard tr:first-child {
    border-top: 1px solid #d8d8d8 !important;
  }
  table.leaderboard td,
  table.leaderboard th {
    display: block;
    float: none;
    padding: 1px 16px !important;
  }
  table.leaderboard thead {
    display: none;
  }

  table.leaderboard tr td:first-child {
    padding-top: 12px !important;
  }
  table.leaderboard tr td:last-child {
    padding-bottom: 12px !important;
  }

  table.leaderboard td {
    white-space: normal !important;
  }

  table.leaderboard td.td-with-icon {
    position: relative;
    margin: 5px 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
  table.leaderboard td.td-with-icon span.padding {
    display: block;
    padding-left: 0 !important;
    position: absolute;
    top: -28px;
    right: 0px;
  }

  table.leaderboard .visible-on-xs {
    display: inline-block;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-right: 6px;
  }

  table.leaderboard th {
    padding: 0px 16px !important;
  }
  table.leaderboard th h5 {
    margin-bottom: 6px;
  }
}

.profit {
  color: rgba(150, 189, 62, 1) !important;
  font-weight: 600;
}

a.no-button {
  color: #555;
}
a.no-button:hover {
  color: #de8e13;
}
.button.alignleft {
  margin-top: 0;
}
p.alignleft,
p.alignright {
  margin-bottom: 0;
}

.comment {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 0 20px;
}

.border {
  border-bottom: 1px solid #d8d8d8;
  height: 1px;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 15px;
}

.comment .icons {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.comment a {
  color: #555;
}
.comment a:hover {
  color: #de8e13;
}
.comment .next-to-icon {
  padding-left: 76px;
}
.comment .reply {
  border-top: 1px dotted #d8d8d8;
  padding-top: 25px;
  margin: 30px 0 0 76px;
  position: relative;
  display: block;
}
.comment .user-and-date {
  margin-bottom: 10px;
  display: block;
}
.comment .user-and-date span.small {
  padding-top: 0px;
  display: block;
  opacity: 0.7;
}
.comment form {
  padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .comment .next-to-icon {
    padding-left: 0;
  }
  .comment .reply {
    margin: 30px 0 0 0px;
    border-top: 1px dotted #d8d8d8;
  }
}

table.create-tip.complex td:nth-child(1) {
  width: 120px;
}
table.create-tip.complex td:nth-child(4) {
  width: 70px;
}

.teams {
  font-weight: 600;
}
.teams .small {
  font-weight: 400;
}

.icons.refer {
  background: url(/assets/icons/futuro_icons_125.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.sold {
  background: url(/assets/icons/futuro_icons_377.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.split {
  background: url(/assets/icons/futuro_icons_289.png) no-repeat center;
  background-size: 48px 48px;
}
.icons.infos {
  background: url(/assets/icons/futuro_icons_85.png) no-repeat center;
  background-size: 48px 48px;
}

.icons.points {
  background: url(/assets/icons/futuro_icons_update_167.png) no-repeat center;
  background-size: 48px 48px;
}

table.create-tip.complex .visible-on-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  table.create-tip td,
  table.create-tip th {
    display: block;
    float: none;
    padding: 3px 16px !important;
  }

  table.create-tip.complex td:nth-child(1),
  table.create-tip.complex td:nth-child(2) {
    display: block;
  }

  table.create-tip.complex .mixed td {
    display: none !important;
  }
  table.create-tip.complex .mixed td:nth-child(1) {
    display: block !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  table.create-tip.complex td:nth-child(6),
  table.create-tip.complex td:nth-child(7) {
    display: inline-block;
    padding-bottom: 3px !important;
  }
  table.create-tip.complex td:nth-child(1) {
    padding-top: 14px !important;
  }
  table.create-tip.complex td:last-child {
    padding-bottom: 16px !important;
  }
  table.create-tip.complex td:nth-child(6) {
    padding-right: 7px !important;
  }
  table.create-tip.complex td:nth-child(7) {
    padding-left: 7px !important;
  }

  table.create-tip.complex thead,
  table.create-tip.complex td:nth-child(9) br {
    display: none;
  }
  table.create-tip.complex td:nth-child(9) span {
    padding-right: 7px;
  }

  table.create-tip.complex .visible-on-xs {
    display: inline-block;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-right: 6px;
    padding-top: 10px !important;
  }
}

table.available-tips .visible-on-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  table.available-tips td,
  table.available-tips th {
    display: block;
    float: none;
    padding: 2px 16px !important;
  }

  table.available-tips td:nth-child(1) {
    padding-top: 14px !important;
    display: inline-block;
    font-size: 85%;
    padding-right: 8px !important;
  }
  table.available-tips td:last-child {
    padding-bottom: 16px !important;
  }

  table.available-tips thead {
    display: none;
  }

  table.available-tips .visible-on-xs {
    display: inline-block;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400; /* color:#555;*/
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-right: 6px;
  }

  table.available-tips td:nth-child(2),
  table.available-tips td:nth-child(3) {
    display: inline-block;
    padding-top: 14px !important;
    padding-left: 0 !important;
    font-size: 85%;
    padding-right: 8px !important;
  }
  table.available-tips {
    text-align: left !important;
  }
  table.available-tips td {
    position: relative;
  }

  table.available-tips td:nth-child(3) {
    padding-right: 0px !important;
  }
  table.available-tips td:nth-child(4) {
    margin-left: 20px;
    font-weight: 600;
    color: #555;
    padding-top: 4px !important;
    padding-bottom: 3px !important;
  }
  table.available-tips td:nth-child(4):before {
    position: absolute;
    top: 8px;
    left: -5px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555;
    content: "\f1e3";
    font-family: FontAwesome;
  }
}

.slip i.fa-calendar-check-o {
  margin-right: 0px;
}
.still-open {
  color: #d8d8d8 !important;
}

@media only screen and (max-width: 480px) {
  .table-responsive {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.visible-on-xs {
  display: inline-block;
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 400; /* color:#555;*/
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding-right: 6px;
}

.slip.version2 {
  text-align: left;
  padding: 28px 35px 16px;
}

.quote {
  background: #555;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
  margin-top: 3px;
}
.slip-bottom .quote {
  margin-top: 2px;
}
.quote i.fa {
  color: #fff !important;
  margin-left: 3px;
}
.picked .quote {
  background: #de8e13;
}
.picked.correct .quote {
  background: rgb(150, 189, 62);
}
.picked.incorrect .quote {
  background: #777;
}

.borderline {
  margin: 20px 0 16px;
}

.teams {
  color: #555;
}

.slip-bottom {
  background: #fbfbfb; /* text-align:left;*/
  padding: 11px 35px 6px;
  position: relative;
  margin-top: -15px; /*border-top:1px solid #eee;*/
}
.slip-bottom .button {
  margin-bottom: 22px;
  margin-top: 15px;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

table.statistic .visible-on-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .panel {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  table.statistic thead {
    display: none;
  }
  table.statistic td {
    position: relative;
  }
  table.statistic td,
  table.statistic th {
    display: block;
    float: none;
    padding: 2px 16px !important;
  }
  table.statistic .visible-on-xs {
    display: inline-block;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding-right: 6px;
    float: left;
    position: relative;
    top: 6px;
  }
  table.statistic h5 {
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
  }
  table.statistic td:first-child {
    padding-top: 12px !important;
  }
  table.statistic td:last-child {
    padding-bottom: 12px !important;
  }

  .games h5 {
    font-size: 16px;
  }
}

.divider-on-top {
  margin-top: 0 !important;
  border-bottom: 0px solid #e9ebed !important;
}
.cut-off {
  margin-bottom: 0 !important;
}
.slip.version2 {
  padding-top: 20px;
}
.slip-bottom {
  /*border-top:1px solid #f6f6f6 !important;*/
  margin-bottom: 15px;
  border-top: 1px solid #e9ebed !important;
}

.ticket-divider {
  position: relative;
  height: 1rem;
  background-color: white;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ticket-divider::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 1px;
  left: 0;
  border-bottom: 2px dashed #e9ebed;
}
.ticket-notch {
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.ticket-notch::after {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  right: 100%;
  top: -50%;
  border: 0.5rem solid white;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ticket-notch--right {
  left: auto;
  right: -0.5rem;
}
.ticket-notch--right::after {
  right: 0;
}

.slip.version2 p.teams {
  padding-left: 20px;
  font-weight: 600;
  color: #555;
}
.slip.version2 p.teams:before {
  position: absolute;
  top: 5px;
  left: 0px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  content: "\f1e3";
  font-family: FontAwesome;
}

.slip.version2 p.details {
  padding-left: 20px;
  position: relative;
  top: -5px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .test .table-responsive {
    border: 0 !important;
  }

  .vip-star {
    position: absolute;
    top: -17px;
    right: -1px;
    display: block;
  }
}
