/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1000px;
}

.columns, .column {
  min-height: 1px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: red !important;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
  display: none;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

body.open-filter:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(62, 70, 84, 0.9);
  top: 0;
  left: 0;
}

.row {
  max-width: 1120px;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9b9b9b;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
  color: #3E4654;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #00A7D6;
  color: #fff;
  font: 700 23px/1 "proxima-nova", sans-serif;
  transition: all 0.3s ease;
  border-radius: 23px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: none;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #3dc8ef;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

.button.btn-arrow {
  position: relative;
  padding: 18px 45px 18px 25px;
  min-width: 295px;
  line-height: 24px;
  border-radius: 30px;
}
.button.btn-arrow:after {
  position: absolute;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 56px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
}

.back-link {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.back-link:before {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #00A7D6;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.back-link a {
  font: 400 17px/1 "proxima-nova", sans-serif;
  color: #7787a8;
}
.back-link a:hover {
  color: #F25B29;
}
.back-link a .fa {
  font-size: 17px;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #3E4654;
  font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
  font-size: 32px;
  font-weight: 900;
}

h2 {
  /*basic heading styles*/
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 1em;
}

h3 {
  /*basic heading styles*/
  font-size: 26px;
}

h4 {
  /*basic heading styles*/
  font-size: 22px;
}

h5 {
  /*basic heading styles*/
  font-size: 20px;
}

h6 {
  /*basic heading styles*/
  font-size: 18px;
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

.hentry li, .single article li {
  margin-bottom: 10px;
}

a {
  color: #F25B29;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #3E4654;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 100px;
  font-family: FontAwesome;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #F25B29;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem 18px;
  cursor: pointer;
  text-transform: uppercase;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .bg-img-cov, .top-banner, .home-page .home-carousel .platf-item .photo, .about-people-page .row.gallery-section .gallery-slider .game-item .wrap-img, .games-page .game-item .photo, .single-game-page .top-game-img, .single-game-page .games-featured .game-sngl-slider .slick-slide, .single-game-page .related-games .game-item .photo, .platforms-page .top-game-img,
.single-platform-page .top-game-img, .platforms-page .platf-item .photo,
.single-platform-page .platf-item .photo, .single-platform-page .video-platform .bg-img, .single-news .singl-top-img, .upcoming-events-page .event-img-new, .upcoming-events .ev-holder .event-img-new, .account-home-page .game-item .photo, .my-am .am-photo .img-holder, .pre-footer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.youtube-item-preview:after {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sticky-container {
  transition: all 0.3s ease;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.fs-0 {
  font-size: 0;
}

.main-title {
  font: 900 46px/1 "proxima-nova", sans-serif;
  color: #fff;
  text-shadow: 0px 2px 10px #000;
  text-transform: uppercase;
}

.main-title-dark {
  font: 900 46px/1 "proxima-nova", sans-serif;
  color: #3E4654;
  text-transform: uppercase;
}

.main-content {
  padding: 40px 0;
}

.row.title-wrap {
  max-width: 1340px;
  padding: 50px 0 25px 0;
  border-bottom: 1px solid #00A7D6;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  position: relative;
  width: 100%;
  z-index: 6 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.header .top-bar {
  position: relative;
  transition: all 0.3s ease;
}
.header .top-bar .search-holder {
  position: absolute;
  display: none;
  bottom: -69px;
  right: 15px;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(107, 127, 167, 0.9);
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.header .top-bar .search-holder input {
  box-shadow: none;
}
.header .top-bar .search-holder input:-moz-placeholder {
  color: #3E4654;
}
.header .top-bar .search-holder input::-moz-placeholder {
  color: #3E4654;
}
.header .top-bar .search-holder input:-ms-input-placeholder {
  color: #3E4654;
}
.header .top-bar .search-holder input::-webkit-input-placeholder {
  color: #3E4654;
}
.header .top-bar .search-holder input:focus {
  box-shadow: none;
}
.header .top-bar .search-holder #s {
  padding-right: 0;
}
.header .top-bar .search-holder button[type=submit] {
  display: none;
}
.header .top-bar .search-holder.open {
  display: inline-block;
}
.header .top-bar .mob-close {
  display: none;
}
.header .top-line {
  background-color: #F25B29;
}
.header .top-line .row {
  max-width: 1360px;
}
.header .top-line .login,
.header .top-line .feed-link {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.header .top-line .login:after,
.header .top-line .feed-link:after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header .top-line a, .header .top-line span {
  color: #fff;
  line-height: 40px;
}
.header .top-line a:hover, .header .top-line span:hover {
  color: #ffc5b2;
  cursor: pointer;
}
.header .top-line .soc-link {
  margin-right: 5px;
  margin-left: 5px;
}
.header .top-line .soc-link .fa {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.header .top-line .soc-link .fa:hover:before {
  color: #ffc5b2;
}
.header .top-bar .fa-search {
  float: right;
  color: #fff;
  font-size: 19px;
  line-height: 40px;
  transition: all 0.3s ease;
}
.header .top-bar .fa-search:hover {
  cursor: pointer;
}

.header.shrink .logo {
  transition: all 0.3s ease;
}

.logo {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 300px;
  transition: all 0.3s ease;
}
.logo img {
  max-height: 60px;
  max-width: 225px;
  transition: all 0.3s ease;
}

.bg-gradient {
  opacity: .98;
  position: relative;
  padding-top: 10px;
  background: #818baa;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #818baa), color-stop(90%, #62789c));
  background: linear-gradient(to bottom, #818baa 0%, #62789c 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818baa', endColorstr='#62789c', GradientType=0);
}
.bg-gradient .row {
  max-width: 1360px;
}

.bg-gradient-img {
  opacity: .98;
  position: relative;
  padding-top: 10px;
  background: #818baa;
  background: linear-gradient(to bottom, #818baa 0%, #818baa 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818baa', endColorstr='#62789c', GradientType=0);
}
.bg-gradient-img .row {
  max-width: 1360px;
}

.bg-img-cov {
  background-position: center 0%;
}

.breadcramps {
  padding: 50px 0 25px 0;
}
.breadcramps span {
  font-size: 14px;
  color: #7787a8;
}
.breadcramps span.cur-page {
  font-weight: 700;
}
.breadcramps span.hide-last {
  display: none;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #F25B29;
}
.not-found .label:hover {
  background-color: #e4430e;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.sub-page-nav {
  position: relative;
  z-index: 4;
  background-color: #F25B29;
  margin-bottom: 40px;
}
.sub-page-nav ul {
  margin: 0;
}
.sub-page-nav ul.children {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.sub-page-nav li {
  list-style: none;
  display: inline-block;
}
.sub-page-nav li a {
  display: inline-block;
  color: #fff;
  font: 400 17px/34px "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0 25px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.sub-page-nav li a:hover {
  border-bottom-color: #fff;
}
.sub-page-nav li.current_page_item a {
  border-bottom: 3px solid #fff;
  font-weight: 700;
}

/* Embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* Blue backgraund gradient */
.blue-bg-grad {
  /* FF3.6-15 */
  background: linear-gradient(#e6f2ff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f2ff', endColorstr='#fff', GradientType=0);
  /* IE6-9 */
}

/* Slider Revolution */
.slider-holder {
  position: relative;
  margin-top: -105px;
  /* 	.rev_slider_wrapper{
  	&:after{
  		position: absolute;
  		display: block;
  		content: '';
  		width: 100%;
  		height: 145px;
  		bottom: 0;
  		left: 0;
  		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); FF3.6-15
  		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); Chrome10-25,Safari5.1-6
  		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(#1B2A45, 1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
  		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); IE6-9
  		z-index: 20;
  	}
  } */
}
.slider-holder .custom .tp-bullet {
  width: 60px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}
.slider-holder .tp-bullets.custom.horizontal {
  z-index: 30 !important;
  position: absolute;
  top: 102% !important;
}
.slider-holder .custom .tp-bullet.selected {
  background-color: #F25B29;
}

.back-link-small .navigation-post {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #8F9EBC;
  border-bottom: 1px solid #8F9EBC;
}
.back-link-small .navigation-post .nav-arrow-l {
  display: inline-block;
}
.back-link-small .navigation-post .nav-arrow-l a {
  position: relative;
  padding-left: 15px;
  color: #7787a8;
}
.back-link-small .navigation-post .nav-arrow-l a:before {
  position: absolute;
  display: inline-block;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.back-link-small .navigation-post .nav-arrow-l a:hover {
  color: #F25B29;
}

/*---------------------------------------
	TMPL-BLOCK : Top banner
---------------------------------------*/
.top-banner {
  margin-top: -105px;
}
.top-banner .row {
  position: relative;
  height: 400px;
}
.top-banner .row .main-title {
  position: absolute;
  left: 15px;
  bottom: 30%;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.home-page .slider-holder {
  border-bottom: 10px solid #F25B29;
}
.home-page .carousel-slider {
  padding: 50px 0 0 0;
}
.home-page .carousel-slider .title h2 {
  font: 400 36px/44px "proxima-nova", sans-serif;
  margin-bottom: 60px;
}
.home-page .carousel-slider .title h2 strong {
  font: 900 40px/54px "proxima-nova", sans-serif;
  margin-bottom: 60px;
}
.home-page .home-carousel {
  /* 		.slick-slide:not(.slick-try){
  	margin-top: 20px;
  	opacity: .15;
  	@include transition(all .3s ease-in-out);
  	.photo{
  		padding-bottom: 480px;
  		@include transition(all .3s ease-in-out);
  	}
  	.hov-hold{
  		//display: none;
  		bottom: -100%;
  		opacity: 0;
  	}
  	.platf-item:hover{
  		cursor: auto;
  		.hov-hold{
  			//bottom: -90px;
  		}
  	}
  } */
}
.home-page .home-carousel .slick-slide {
  margin: 0 20px;
  min-width: 330px;
  transition: all 0.3s ease-in-out;
}
.home-page .home-carousel .slick-slide a {
  display: block;
}
.home-page .home-carousel .slick-slide .platf-item .photo {
  padding-bottom: 525px;
}
.home-page .home-carousel .slick-next {
  right: auto;
  left: calc(100vw / 2 + 540px);
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .home-page .home-carousel .slick-next {
    right: 10px;
    left: auto;
  }
}
.home-page .home-carousel .slick-prev {
  left: calc(100vw / 2 - 610px);
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .home-page .home-carousel .slick-prev {
    left: 10px;
  }
}
.home-page .home-carousel .platf-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 75px;
  border-radius: 5px;
}
.home-page .home-carousel .platf-item .photo {
  transition: all 0.3s ease-in-out;
}
.home-page .home-carousel .platf-item .bg-grad {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
}
.home-page .home-carousel .platf-item .slogan {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-page .home-carousel .platf-item .slogan h4 {
  font: 700 20px/25px "proxima-nova", sans-serif;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.home-page .home-carousel .platf-item .slogan p {
  line-height: 1.1;
  margin-bottom: 0;
}
.home-page .home-carousel .platf-item .hov-hold {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.home-page .home-carousel .platf-item .desc {
  background-color: #00A7D6;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.home-page .home-carousel .platf-item .desc h6 {
  margin-bottom: 0;
  color: #fff;
}
.home-page .home-carousel .platf-item .desc a:hover {
  color: #fff;
}
@media only screen and (min-width: 1226px) {
  .home-page .home-carousel .slick-list {
    padding: 0 calc((100vw - 1225px) / 2) !important;
  }
}
.home-page .home-carousel .slick-slide.slick-try .platf-item:hover .hov-hold {
  bottom: 0 !important;
  transition: all 0.3s ease-in-out;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background-color: #00A7D6;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #3DC8EF;
}

.slick-next {
  right: 20px;
}
.slick-next:before {
  position: absolute;
  content: '\f105';
  font-size: 48px;
  width: 50px;
  top: 0;
  left: 2px;
}

.slick-prev {
  left: 20px;
}
.slick-prev:before {
  position: absolute;
  content: '\f104';
  font-size: 48px;
  width: 50px;
  top: 0;
  right: 2px;
}

.slick-prev:focus,
.slick-next:focus {
  background-color: #00A7D6;
}

.explore-sec {
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
}
.explore-sec .slogan-text {
  font: 700 24px/34px "proxima-nova", sans-serif;
  padding: 80px 0 60px 0;
}
.explore-sec .pos-rel {
  position: relative;
}
.explore-sec .pos-rel .img-r-holder {
  position: absolute;
  bottom: -30px;
  top: -73px;
  right: 30px;
  left: 0;
}
.explore-sec .pos-rel .img-r-holder img {
  max-height: 100%;
  width: auto;
}
.explore-sec .button.btn-arrow {
  padding: 18px 75px 18px 55px;
}
.explore-sec .button.btn-arrow:after {
  right: 50px;
}
.explore-sec .btn-back-line {
  position: relative;
}
.explore-sec .btn-back-line:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #8F9EBC;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.explore-sec .btn-back-line .button.btn-arrow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.testimonial-sec {
  margin-bottom: -52px;
}
.testimonial-sec .left-wrap {
  padding: 20px 0;
  /* img{
  	float: left;
  	padding-right: 20px;
  } */
}
.testimonial-sec .left-wrap .round-img {
  display: inline-block;
  float: left;
  padding-right: 20px;
  width: 175px;
  height: 150px;
}
.testimonial-sec .left-wrap blockquote, .testimonial-sec .left-wrap blockquote p {
  position: relative;
  display: inline-block;
  width: calc(100% - 195px);
  border: none;
  color: #3E4654;
  padding-top: 15px;
}
.testimonial-sec .left-wrap blockquote:before, .testimonial-sec .left-wrap blockquote p:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 28px;
  height: 100%;
  background-image: url(../images/quote_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #F25B29;
  left: -10px;
  top: -5px;
}
.testimonial-sec .about-author {
  padding: 0 15px;
  margin: 35px 0;
  border-left: 3px solid #8F9EBC;
}
.testimonial-sec .author {
  font: 400 17px/24px "proxima-nova", sans-serif;
}
.testimonial-sec .company {
  font: 700 17px/24px "proxima-nova", sans-serif;
  color: #F25B29;
}

/*---------------------------------------
	TMPL: About Company page
---------------------------------------*/
.about-company-page .slider-holder {
  margin-bottom: -65px;
}
.about-company-page .breadcramps {
  padding-top: 0;
}
.about-company-page .top-title h1 {
  position: relative;
  z-index: 5;
  font: 900 100px/65px "proxima-nova", sans-serif;
  color: #fff;
  opacity: .4;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-company-page .def-nav-bar-pos {
  position: relative;
  z-index: 5;
}
.about-company-page .full-width-img {
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.about-company-page .full-width-img .button {
  position: relative;
  display: inline-block;
  top: 30px;
  font-weight: 900;
  padding: 18px 65px 18px 45px;
  line-height: 24px;
  border-radius: 30px;
}
.about-company-page .full-width-img .button:after {
  right: 40px;
}
.about-company-page .sec-two-btns {
  padding-bottom: 30px;
}
.about-company-page .sec-two-btns h4 {
  font-weight: 900;
  margin-bottom: 20px;
}
.about-company-page .sec-two-btns .button.btn-arrow {
  margin: 0 20px 20px 20px;
  min-width: 0;
  padding-left: 45px;
  padding-right: 70px;
}
.about-company-page .sec-two-btns .button.btn-arrow:after {
  right: 40px;
}

/*---------------------------------------
	TMPL: About People page
---------------------------------------*/
.about-people-page .slider-holder {
  margin-bottom: -65px;
}
.about-people-page .breadcramps {
  padding-top: 0;
}
.about-people-page .top-title h1 {
  position: relative;
  z-index: 4;
  font: 900 100px/65px "proxima-nova", sans-serif;
  color: #fff;
  opacity: .4;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-people-page .top-content {
  margin-bottom: 45px;
}
.about-people-page .blue-bg-grad {
  padding: 30px 0;
}
.about-people-page .team-title {
  font: 900 24px/29px "proxima-nova", sans-serif;
  margin: 20px 0;
}
.about-people-page .row.team-members {
  position: relative;
  max-width: 1450px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.about-people-page .row.team-members:after {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 40px);
  max-width: 1090px;
  height: 1px;
  background-color: #00A7D6;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about-people-page .row.team-members .team-slider {
  padding: 0 50px;
  margin-bottom: 20px;
}
.about-people-page .row.team-members .slick-slide {
  margin: 10px 10px 20px 10px;
}
.about-people-page .row.team-members .item-wrap {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background: linear-gradient(#bbc6dd, #ffffff);
}
.about-people-page .row.team-members .item-wrap .img-holder {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.about-people-page .row.team-members .item-wrap img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.about-people-page .row.team-members .item-wrap .desc {
  background-color: #fff;
  padding: 10px 20px;
  border-top: 5px solid #00A7D6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 70px;
}
.about-people-page .row.team-members .item-wrap .desc .desc-holder {
  position: relative;
}
.about-people-page .row.team-members .item-wrap .desc .desc-holder h5 {
  margin-bottom: 5px;
  line-height: 1;
}
.about-people-page .row.team-members .item-wrap .desc .desc-holder .position {
  font: 400 15px/15px "proxima-nova", sans-serif;
  color: #1b3c77;
}
.about-people-page .row.team-members .item-wrap .hover-wrap {
  position: absolute;
  display: block;
  content: '';
  opacity: 0;
  background-color: #fff;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 5px;
}
.about-people-page .row.team-members .item-wrap .hover-wrap .bg-grad {
  background: linear-gradient(to bottom, #f2772a 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  border-radius: 5px;
}
.about-people-page .row.team-members .item-wrap .hover-wrap .title {
  display: block;
  position: relative;
  z-index: 6;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.about-people-page .row.team-members .item-wrap .hover-wrap .title h5 {
  color: #fff;
}
.about-people-page .row.team-members .item-wrap .hover-wrap .title .hobby {
  font: 700 17px/21px "proxima-nova", sans-serif;
  color: #1b3c77;
}
.about-people-page .row.team-members .item-wrap .hover-wrap img {
  position: relative;
  z-index: 6;
  width: 100%;
}
.about-people-page .row.team-members .item-wrap:hover .hover-wrap {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 1;
  border-radius: 5px;
}
.about-people-page .row.team-members .slick-prev,
.about-people-page .row.team-members .slick-next {
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.about-people-page .row.team-members .slick-next {
  right: 5px;
}
.about-people-page .row.team-members .slick-next:before {
  position: absolute;
  content: '\f105';
  font-size: 30px;
  width: 30px;
  top: -1px;
  left: 2px;
}
.about-people-page .row.team-members .slick-prev {
  left: 5px;
}
.about-people-page .row.team-members .slick-prev:before {
  position: absolute;
  content: '\f104';
  font-size: 30px;
  width: 30px;
  top: -1px;
  right: 2px;
}
.about-people-page .row.gallery-section {
  max-width: 1450px;
}
.about-people-page .row.gallery-section .gal-title {
  margin-bottom: 40px;
}
.about-people-page .row.gallery-section .gallery-slider {
  padding: 0 50px;
}
.about-people-page .row.gallery-section .gallery-slider .slick-slide {
  margin: 0 10px 20px 10px;
}
.about-people-page .row.gallery-section .gallery-slider .game-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.about-people-page .row.gallery-section .gallery-slider .game-item .wrap-img {
  padding-bottom: 320px;
  border-radius: 5px;
}
.about-people-page .row.gallery-section .gallery-slider .game-item .title-img {
  position: absolute;
  width: 100%;
  background-color: #00A7D6;
  bottom: -100%;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(27, 42, 69, 0.9);
  padding: 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.about-people-page .row.gallery-section .gallery-slider .game-item .title-img span {
  color: #fff;
  font: 400 15px/17px "proxima-nova", sans-serif;
}
.about-people-page .row.gallery-section .gallery-slider .game-item:hover .title-img {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.about-people-page .row.gallery-section .slick-prev,
.about-people-page .row.gallery-section .slick-next {
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.about-people-page .row.gallery-section .slick-next {
  right: 5px;
}
.about-people-page .row.gallery-section .slick-next:before {
  position: absolute;
  content: '\f105';
  font-size: 30px;
  width: 30px;
  top: -1px;
  left: 2px;
}
.about-people-page .row.gallery-section .slick-prev {
  left: 5px;
}
.about-people-page .row.gallery-section .slick-prev:before {
  position: absolute;
  content: '\f104';
  font-size: 30px;
  width: 30px;
  top: -1px;
  right: 2px;
}

/*---------------------------------------
	TMPL: About Career page
---------------------------------------*/
.about-career-page h2 {
  font-size: 29px;
}
.about-career-page .main-content {
  padding-bottom: 100px;
}
.about-career-page .breadcramps {
  padding-top: 0;
}
.about-career-page .page-title {
  margin-bottom: 40px;
}
.about-career-page .img-wrap {
  margin-bottom: 30px;
}
.about-career-page .page-photo {
  margin-bottom: 30px;
}
.about-career-page .vacancy-wrap {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.about-career-page .vacancy-wrap .title-wrap {
  background-color: #F25B29;
  padding: 20px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.about-career-page .vacancy-wrap .vac-title {
  font: 700 26px/1 "proxima-nova", sans-serif;
  margin-bottom: 0;
  color: #fff;
}
.about-career-page .vacancy-wrap .vacancy-item {
  position: relative;
  padding: 15px 200px 20px 15px;
  width: 100%;
}
.about-career-page .vacancy-wrap .vacancy-item:after {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e5f1ff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-career-page .vacancy-wrap .vacancy-item:last-child:after {
  display: none;
}
.about-career-page .vacancy-wrap .vacancy-item .left-wrap {
  display: inline-block;
}
.about-career-page .vacancy-wrap .vacancy-item .left-wrap h4 {
  font-weight: 400;
  margin-bottom: 0;
}
.about-career-page .vacancy-wrap .vacancy-item .left-wrap p {
  margin-bottom: 0;
}
.about-career-page .vacancy-wrap .vacancy-item .right-wrap {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  height: 38px;
  right: 20px;
  margin: auto;
}
.about-career-page .vacancy-wrap .vacancy-item .right-wrap .button {
  font: 900 18px/1 "proxima-nova", sans-serif;
}
.about-career-page .vacancy-wrap .vacancy-item .right-wrap .button span {
  padding-right: 10px;
}
.about-career-page .vacancy-wrap .vacancy-item .right-wrap .button .fa {
  font-weight: 700;
}
.about-career-page .vacancy-wrap.no-vacancy .vacancy-item {
  padding: 30px 15px 15px 15px;
}

/*---------------------------------------
	TMPL: Vacancy (Single)
---------------------------------------*/
.single-vacancy-page .breadcramps {
  padding-top: 0;
}
.single-vacancy-page .vac-name {
  margin-bottom: 20px;
}
.single-vacancy-page .back-link:before {
  width: 100%;
}
.single-vacancy-page .form-title .apply {
  font: 400 18px/23px "proxima-nova", sans-serif;
  color: #F25B29;
}
.single-vacancy-page .apply-form .gform_title {
  font: 400 16px/24px "proxima-nova", sans-serif;
}
.single-vacancy-page .apply-form .gform_confirmation_message {
  font-weight: 700;
  color: #F25B29;
}
.single-vacancy-page .apply-form input, .single-vacancy-page .apply-form textarea, .single-vacancy-page .apply-form select {
  border-color: #8f9ebc;
  color: #3E4654;
}
.single-vacancy-page .apply-form input:-moz-placeholder, .single-vacancy-page .apply-form textarea:-moz-placeholder, .single-vacancy-page .apply-form select:-moz-placeholder {
  color: #95989a;
}
.single-vacancy-page .apply-form input::-moz-placeholder, .single-vacancy-page .apply-form textarea::-moz-placeholder, .single-vacancy-page .apply-form select::-moz-placeholder {
  color: #95989a;
}
.single-vacancy-page .apply-form input:-ms-input-placeholder, .single-vacancy-page .apply-form textarea:-ms-input-placeholder, .single-vacancy-page .apply-form select:-ms-input-placeholder {
  color: #95989a;
}
.single-vacancy-page .apply-form input::-webkit-input-placeholder, .single-vacancy-page .apply-form textarea::-webkit-input-placeholder, .single-vacancy-page .apply-form select::-webkit-input-placeholder {
  color: #95989a;
}
.single-vacancy-page .apply-form select {
  background-size: 18px 12px;
}
.single-vacancy-page .apply-form input, .single-vacancy-page .apply-form select {
  height: 45px;
}
.single-vacancy-page .apply-form input[type=file] {
  height: 30px;
}
.single-vacancy-page .apply-form span.screen-reader-text {
  color: #95989a;
}
.single-vacancy-page .apply-form textarea {
  height: 135px;
}
.single-vacancy-page .apply-form .check-tip {
  border-bottom: 1px solid #95989a;
}
.single-vacancy-page .apply-form .check-tip .gfield_checkbox {
  padding-bottom: 10px;
}
.single-vacancy-page .apply-form .check-tip input[type=checkbox] {
  float: left;
  width: 20px;
}
.single-vacancy-page .apply-form .check-tip label {
  font: 700 14px/45px "proxima-nova", sans-serif;
}
.single-vacancy-page .apply-form .ginput_complex label {
  display: none;
}
.single-vacancy-page .apply-form .ginput_complex input {
  margin-bottom: 20px;
}
.single-vacancy-page .apply-form .ginput_complex span.address_zip {
  width: 48%;
  float: right;
}
.single-vacancy-page .apply-form li.drop-state {
  width: 48%;
  float: left;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] + label {
  /* font-size: 1.25em;
  font-weight: 700; */
  position: relative;
  font: 400 16px/45px "proxima-nova", sans-serif;
  background-color: #fff;
  color: #95989a;
  display: block;
  height: 45px;
  overflow: hidden;
  border: 1px solid #8f9ebc;
  padding: 0 58px 0 5px;
  white-space: nowrap;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] + label:hover {
  cursor: pointer;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] + label:hover:after {
  background-color: #6f82a9;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] + label:after {
  content: '\f01b';
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 43px;
  padding: 0 14px;
  background-color: #8f9ebc;
  color: #fff;
  font-size: 32px;
  font-family: FontAwesome;
  transition: background-color, ease 0.3s;
}
.single-vacancy-page .apply-form .my-upload-file input[type=file] + label.filled {
  color: #3E4654;
}
.single-vacancy-page .apply-form .privacy-policy {
  text-align: center;
}
.single-vacancy-page .apply-form .privacy-policy a {
  font-weight: 700;
  font-size: 14px;
}
.single-vacancy-page .apply-form .privacy-policy a:hover {
  color: #3E4654;
}
.single-vacancy-page .apply-form .privacy-policy span {
  font-size: 12px;
  color: #95989a;
}
.single-vacancy-page .apply-form .gform_footer input[type=submit] {
  min-width: 100%;
  color: #fff;
  text-transform: uppercase;
}

/*---------------------------------------
	TMPL: Team (Single)
---------------------------------------*/
.single-team-page .breadcramps {
  padding-top: 0;
}
.single-team-page .person-name {
  display: inline-block;
}
.single-team-page .soc-link {
  display: inline-block;
  font-size: 28px;
}
.single-team-page .soc-link:hover .fa {
  opacity: .7;
}
.single-team-page .soc-link .fa {
  margin: 0 15px;
}
.single-team-page .position {
  color: #F25B29;
  font: 700 28px/36px "proxima-nova", sans-serif;
  margin-bottom: 25px;
}
.single-team-page .person-photo {
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-team-page .person-photo img {
  border-radius: 5px;
}

/*---------------------------------------
	TMPL: Games page
---------------------------------------*/
.games-page .main-title-dark {
  font-size: 32px;
  font-weight: 700;
}
.games-page .isotope > .row {
  max-width: 1370px;
}
.games-page .grid-iso.row {
  max-width: 1370px;
}
.games-page .isotope-btn {
  display: inline-block;
}
.games-page .isotope-btn .button {
  font-size: 16px;
  margin-right: 30px;
  padding: 5px 25px;
  background-color: #8F9EBC;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.games-page .isotope-btn .button:hover {
  background-color: #00A7D6;
}
.games-page .isotope-btn .button.is-checked {
  background-color: #00A7D6;
}
.games-page .button.filter {
  position: relative;
  font-size: 16px;
  padding: 5px 40px;
  background-color: #8F9EBC;
  margin-bottom: 25px;
  text-transform: uppercase;
  min-width: 140px;
}
.games-page .button.filter:before {
  position: absolute;
  display: inline-block;
  content: '\f1de';
  font-family: FontAwesome;
  font-size: 18px;
  width: 15px;
  height: 18px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 400;
}
.games-page .button.filter:after {
  position: absolute;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  width: 15px;
  height: 18px;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.games-page .button.filter:hover {
  background-color: #00A7D6;
}
.games-page .button.filter.open {
  box-shadow: none;
}
.games-page .button.filter.open:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.games-page .game-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.games-page .game-item .photo {
  padding-bottom: 100%;
}
.games-page .game-item .desc {
  position: absolute;
  width: 100%;
  background-color: #00A7D6;
  bottom: -100%;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.games-page .game-item .desc h6 {
  margin-bottom: 0;
  color: #fff;
}
.games-page .game-item .desc a:hover {
  color: #fff;
}
.games-page .game-item:hover .desc {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.games-page .advance-filter {
  position: relative;
  display: none;
  background-color: #8F9EBC;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 45px;
}
.games-page .advance-filter:before {
  display: block;
  position: absolute;
  content: '';
  width: 140px;
  height: 40px;
  background-color: #8f9ebc;
  right: 0;
  top: -35px;
  z-index: -1;
}
.games-page .advance-filter .val-select {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #b4c0d8;
  padding-left: 110px;
}
.games-page .advance-filter .val-select .name-sub-row {
  position: absolute;
  display: inline-block;
  font: 700 18px/1 "proxima-nova", sans-serif;
  color: #fff;
  min-width: 110px;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.games-page .advance-filter .cat-name {
  display: inline-block;
}
.games-page .advance-filter .filter-sub .isotope-btn {
  display: inline-block;
}
.games-page .advance-filter .isotope-btn .button {
  position: relative;
  display: inline-block;
  font: 700 17px/30px "proxima-nova", sans-serif;
  margin: 15px 10px;
  padding: 5px 30px 5px 12px;
  background-color: #c4d1ea;
  text-transform: none;
  border-radius: 5px;
  color: #7787a8;
  box-shadow: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #7787a8;
}
.games-page .advance-filter .isotope-btn .button:after {
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 11px;
  background-image: url(../images/ok_grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.games-page .advance-filter .isotope-btn .button.is-checked,
.games-page .advance-filter .isotope-btn .button:hover {
  background-color: #7787a8;
  color: #fff;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #5e7095;
}
.games-page .advance-filter .isotope-btn .button.is-checked:after,
.games-page .advance-filter .isotope-btn .button:hover:after {
  background-image: url(../images/ok_green.svg);
}
.games-page .advance-filter .uncheck-btn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 5px;
}
.games-page .advance-filter .uncheck-btn .button {
  padding-right: 15px;
}
.games-page .advance-filter .uncheck-btn .button:after {
  display: none;
}
.games-page .advance-filter.active {
  display: block;
}

/*---------------------------------------
	TMPL: Games Single page
---------------------------------------*/
.single-game-page .top-game-img {
  position: relative;
  margin-top: -105px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 700px /*580px;*/
}
.single-game-page .breadcramps {
  padding-top: 35px;
}
.single-game-page .game-title {
  font: 700 32px/1 "proxima-nova", sans-serif;
  margin: 15px 0 25px 0;
}
.single-game-page .main-game-desc {
  padding-bottom: 55px;
}
.single-game-page .main-game-desc .embed-container iframe,
.single-game-page .main-game-desc .embed-container object,
.single-game-page .main-game-desc .embed-container embed {
  border: 1px solid #d3d3d3 !important;
  color: #d3d3d3;
}
.single-game-page .games-featured {
  padding: 45px 0;
}
.single-game-page .games-featured .title {
  margin-bottom: 20px;
  font-size: 23px;
}
.single-game-page .games-featured .featur-wrap {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  margin-bottom: 30px;
}
.single-game-page .games-featured .featur-wrap h4 {
  color: #F25B29;
  font-weight: 400;
}
.single-game-page .games-featured .featur-wrap h5 {
  font: 700 36px/1 "proxima-nova", sans-serif;
}
.single-game-page .games-featured .featur-wrap .volat-1 {
  color: #0048aa;
}
.single-game-page .games-featured .featur-wrap .volat-2 {
  color: #00a7d6;
}
.single-game-page .games-featured .featur-wrap .volat-3 {
  color: #00c707;
}
.single-game-page .games-featured .featur-wrap .volat-4 {
  color: #ffb100;
}
.single-game-page .games-featured .featur-wrap .volat-5 {
  color: #f00;
}
.single-game-page .games-featured .featur-wrap p {
  font: 700 36px/1 "proxima-nova", sans-serif;
  color: #1b3c77;
  margin-bottom: 0;
}
.single-game-page .games-featured .featur-wrap .indi-color {
  position: relative;
  height: 20px;
  background: red;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #ff0000, #ffb100, #00c707, #00a7d6, #0048aa);
  /* Standard syntax (must be last) */
}
.single-game-page .games-featured .featur-wrap .indi-line {
  position: absolute;
  display: inline-block;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.single-game-page .games-featured .featur-wrap .indi-line.indi-val-1 {
  left: 5%;
}
.single-game-page .games-featured .featur-wrap .indi-line.indi-val-2 {
  left: 25%;
}
.single-game-page .games-featured .featur-wrap .indi-line.indi-val-3 {
  left: 50%;
}
.single-game-page .games-featured .featur-wrap .indi-line.indi-val-4 {
  left: 75%;
}
.single-game-page .games-featured .featur-wrap .indi-line.indi-val-5 {
  left: 95%;
}
.single-game-page .games-featured .game-desc {
  padding-top: 40px;
}
.single-game-page .games-featured .game-sngl-slider {
  position: relative;
}
.single-game-page .games-featured .game-sngl-slider:before {
  position: absolute;
  display: block;
  content: '';
  width: 15%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.single-game-page .games-featured .game-sngl-slider:after {
  position: absolute;
  display: block;
  content: '';
  width: 15%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.single-game-page .games-featured .game-sngl-slider .slick-slide {
  padding-bottom: 320px;
}
.single-game-page .games-featured .game-sngl-slider .slick-next {
  right: 10px;
}
.single-game-page .games-featured .game-sngl-slider .slick-prev {
  left: 10px;
}
.single-game-page .games-featured .game-sngl-slider .slick-next,
.single-game-page .games-featured .game-sngl-slider .slick-prev {
  height: 50px;
  background-color: transparent;
}
.single-game-page .games-featured .game-sngl-slider .slick-next:before {
  content: '\f105';
  font-size: 50px;
}
.single-game-page .games-featured .game-sngl-slider .slick-prev:before {
  content: '\f104';
  font-size: 50px;
}
.single-game-page .download-assets {
  padding: 50px 0;
}
.single-game-page .download-assets .brd-top {
  position: relative;
}
.single-game-page .download-assets .brd-top:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #95989a;
  height: 1px;
  width: calc(100% - 30px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-game-page .download-assets .sec-title {
  font-size: 26px;
  line-height: 92px;
  margin-bottom: 0;
}
.single-game-page .download-assets .login-user {
  line-height: 92px;
}
.single-game-page .download-assets .download-file {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 70px;
  background-color: #00A7D6;
  font: 700 18px/1 "proxima-nova", sans-serif;
  color: #fff;
  border-radius: 5px;
}
.single-game-page .download-assets .download-file:before {
  position: absolute;
  display: block;
  content: '';
  width: 27px;
  height: 32px;
  background-image: url(../images/pdf_logo.svg);
  background-size: contain;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-game-page .download-assets .download-file:after {
  position: absolute;
  display: block;
  content: '';
  width: 27px;
  height: 25px;
  background-image: url(../images/download_icon.svg);
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-game-page .download-assets .download-file:hover {
  background-color: #3DC8EF;
}
.single-game-page .download-assets .download-file.disable {
  opacity: .3;
  cursor: auto;
}
.single-game-page .download-assets .download-file.disable:hover {
  background-color: #00A7D6;
}
.single-game-page .related-games {
  padding: 45px 0 10px 0;
}
.single-game-page .related-games .sec-title {
  font-size: 20px;
}
.single-game-page .related-games .game-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.single-game-page .related-games .game-item .photo {
  padding-bottom: 100%;
}
.single-game-page .related-games .game-item .desc {
  position: absolute;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  bottom: -100%;
  padding: 20px 20px 10px 20px;
  transition: all 0.3s ease-in-out;
}
.single-game-page .related-games .game-item .desc h6 {
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
}
.single-game-page .related-games .game-item .desc a:hover {
  color: #fff;
}
.single-game-page .related-games .game-item:hover .desc {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

/*---------------------------------------
	TMPL: Platforms
---------------------------------------*/
.platforms-page .top-game-img,
.single-platform-page .top-game-img {
  position: relative;
  margin-top: -105px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 580px;
}
.platforms-page .row.title-wrap,
.single-platform-page .row.title-wrap {
  max-width: 1090px;
}
.platforms-page .row.title-wrap .main-title-dark,
.single-platform-page .row.title-wrap .main-title-dark {
  font-size: 32px;
  font-weight: 700;
}
.platforms-page .cur-prod-name,
.single-platform-page .cur-prod-name {
  display: none;
}
.platforms-page .breadcramps,
.single-platform-page .breadcramps {
  padding-top: 0;
  padding-bottom: 0;
}
.platforms-page .cat-title,
.single-platform-page .cat-title {
  line-height: 1;
  margin: 20px 0 40px 0;
}
.platforms-page .cat-title .extr-bold,
.single-platform-page .cat-title .extr-bold {
  font-weight: 700;
  text-transform: uppercase;
}
.platforms-page .cat-title:not(.list-num-1),
.single-platform-page .cat-title:not(.list-num-1) {
  padding-top: 50px;
  border-top: 1px solid #00A7D6;
}
.platforms-page .row-platforms,
.single-platform-page .row-platforms {
  max-width: 1190px;
}
.platforms-page .row-platforms .columns,
.single-platform-page .row-platforms .columns {
  padding-left: 35px;
  padding-right: 35px;
}
.platforms-page .platf-item,
.single-platform-page .platf-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.platforms-page .platf-item .photo,
.single-platform-page .platf-item .photo {
  padding-bottom: 100%;
}
.platforms-page .platf-item .desc,
.single-platform-page .platf-item .desc {
  position: absolute;
  width: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  bottom: 0;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.platforms-page .platf-item .desc h6,
.single-platform-page .platf-item .desc h6 {
  margin-bottom: 0;
  color: #fff;
}
.platforms-page .platf-item .desc a:hover,
.single-platform-page .platf-item .desc a:hover {
  color: #fff;
}
.platforms-page .platf-item:hover .desc,
.single-platform-page .platf-item:hover .desc {
  background: #00A7D6 !important;
}
.platforms-page .system-row,
.single-platform-page .system-row {
  margin-bottom: -50px;
  background-color: #e5f1ff;
  padding: 60px 0 120px 0;
}
.platforms-page .system-row + .pre-footer .prefooter-logo,
.single-platform-page .system-row + .pre-footer .prefooter-logo {
  background-color: #e5f1ff;
}

/*---------------------------------------
	TMPL: Platforms Single
---------------------------------------*/
.single-platform-page .sub-page-nav > li > a {
  font-weight: 700;
  border-bottom-color: #fff;
}
.single-platform-page img.left-side {
  border-radius: 5px;
}
.single-platform-page img.right-side {
  margin-bottom: 40px;
}
.single-platform-page .more-platforms {
  margin-top: 50px;
  border-top: 1px solid #F25B29;
  padding-top: 40px;
}
.single-platform-page .more-platforms .pre-title {
  width: 100%;
  font: 400 22px/1 "proxima-nova", sans-serif;
}
.single-platform-page .more-platforms .rndm-title {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}
.single-platform-page .plat-desc {
  margin-bottom: 40px;
}
.single-platform-page .list-item-desc {
  padding: 33px 0 18px 0;
  border-bottom: 1px solid #00A7D6;
}
.single-platform-page .list-item-desc p {
  margin-bottom: 0;
}
.single-platform-page .list-item-desc:first-child {
  border-top: 1px solid #00A7D6;
}
.single-platform-page .video-platform {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
}
.single-platform-page .video-platform .bg-img {
  position: absolute;
  display: block;
  content: '';
  height: 245px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single-platform-page .video-platform .embed-container {
  border: 5px solid #fff;
}

/*---------------------------------------
	TMPL: Systems
---------------------------------------*/
.systems-page {
  padding-top: 40px;
}
.systems-page .breadcramps {
  padding-top: 0;
}
.systems-page .main-title-dark {
  margin-bottom: 20px;
}
.systems-page .content {
  border-bottom: 1px solid #00A7D6;
  padding-bottom: 30px;
  margin-bottom: 55px;
}
.systems-page .content h2, .systems-page .content h3, .systems-page .content h4 {
  margin-bottom: 40px;
}
.systems-page .sys-img-list {
  margin-bottom: 40px;
}

/*---------------------------------------
	TMPL: Upcoming News page
---------------------------------------*/
.news-page .breadcramps {
  padding-top: 0px;
}
.news-page .main-title-dark {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}
.news-page .news-grid {
  max-width: 1185px;
  margin-bottom: 60px;
}
.news-page .news-grid .brd-line {
  border-left: 5px solid #8F9EBC;
}
.news-page .news-grid .main-news-list .wrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news-page .news-grid .main-news-list .wrap img {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.news-page .news-grid .main-news-list .wrap .news-title {
  font: 700 20px/23px "proxima-nova", sans-serif;
}
.news-page .news-grid .main-news-list .wrap .news-title .more {
  color: #3E4654;
}
.news-page .news-grid .main-news-list .wrap .date {
  display: inline-block;
  color: #F25B29;
  margin-bottom: 20px;
}
.news-page .news-grid .main-news-list .wrap .more {
  font: 700 18px/22px "proxima-nova", sans-serif;
  color: #00A7D6;
}
.news-page .news-grid .main-news-list .wrap .more .fa {
  font-size: 16px;
  font-weight: 700;
}
.news-page .news-grid .main-news-list .wrap .more:hover {
  color: #F25B29;
}
.news-page .news-grid .sidebar-r-news .wrap {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #00A7D6;
  margin: 0 35px 0 15px;
}
.news-page .news-grid .sidebar-r-news .wrap:first-child {
  padding-top: 0;
}
.news-page .news-grid .sidebar-r-news .wrap .side-title {
  line-height: 23px;
}
.news-page .news-grid .sidebar-r-news .wrap .date {
  display: inline-block;
  font: 400 15px/18px "proxima-nova", sans-serif;
  color: #F25B29;
  margin-bottom: 15px;
}
.news-page .news-grid .sidebar-r-news .wrap .more {
  font: 700 16px/22px "proxima-nova", sans-serif;
  color: #00A7D6;
}
.news-page .news-grid .sidebar-r-news .wrap .more:hover {
  color: #F25B29;
}
.news-page .news-grid .sidebar-r-news .wrap .more .fa {
  font-size: 16px;
  font-weight: 700;
}
.news-page .news-grid .sidebar-r-news .alm-reveal .wrap {
  padding-top: 40px;
}
.news-page .news-grid .sidebar-r-news .alm-btn-wrap {
  margin-top: 30px;
}
.news-page .news-grid .alm-btn-wrap {
  text-align: center;
}
.news-page .news-grid button.alm-load-more-btn {
  position: relative;
  color: #8F9EBC;
  font: 400 17px/21px "proxima-nova", sans-serif;
  padding: 30px 0 0 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.news-page .news-grid button.alm-load-more-btn:hover {
  cursor: pointer;
}
.news-page .news-grid button.alm-load-more-btn:before {
  position: absolute;
  display: inline-block;
  content: '\f055';
  font-family: FontAwesome;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*---------------------------------------
	News (Blog) : Single
---------------------------------------*/
.single-news {
  padding-top: 40px;
}
.single-news .sub-page-nav li.page_item:first-child a {
  border-bottom: 3px solid #fff;
  font-weight: 700;
}
.single-news .breadcramps {
  padding-top: 0;
  padding-bottom: 0;
}
.single-news .breadcramps span:last-child span {
  font-weight: 700;
}
.single-news .sngl-menu .menu-single-news-container {
  display: inline-block;
}
.single-news .sngl-menu ul.menu {
  margin: 0;
  list-style: none;
}
.single-news .sngl-menu ul.menu li {
  display: inline-block;
}
.single-news .sngl-menu ul.menu li:after {
  content: ' ::';
}
.single-news .sngl-menu ul.menu li a {
  font-size: 14px;
  color: #7787a8;
}
.single-news .sngl-menu .title {
  font-size: 14px;
  font-weight: 700;
  color: #7787a8;
}
.single-news .row.post-content {
  max-width: 980px;
}
.single-news article {
  padding-bottom: 20px;
}
.single-news .singl-top-img {
  padding-bottom: 200px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-news .thumbnail {
  border-bottom: 10px solid #F25B29;
  margin-bottom: 45px;
}
.single-news .thumbnail img {
  width: 100%;
}
.single-news .page-title {
  font-size: 36px;
}
.single-news .date {
  font: 400 18px/23px "proxima-nova", sans-serif;
  color: #F25B29;
}
.single-news .share-row .fa {
  font-size: 26px;
  margin-right: 10px;
}
.single-news .share-row .fa:hover {
  opacity: .75;
}
.single-news .share-row .fa-facebook-square {
  color: #3b5998;
}
.single-news .share-row .fa-twitter-square {
  color: #01b5f2;
}
.single-news .share-row .fa-linkedin-square {
  color: #0177b5;
}
.single-news .share-row .fa-envelope {
  color: #000;
}
.single-news .navigation-post {
  max-width: 1090px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #8F9EBC;
  border-bottom: 1px solid #8F9EBC;
}
.single-news .navigation-post a {
  color: #8F9EBC;
  font: 400 17px/21px "proxima-nova", sans-serif;
}
.single-news .navigation-post a:hover {
  color: #F25B29;
}
.single-news .navigation-post .nav-arrow-l {
  display: inline-block;
}
.single-news .navigation-post .nav-arrow-l a {
  position: relative;
  padding-left: 15px;
}
.single-news .navigation-post .nav-arrow-l a:before {
  position: absolute;
  display: inline-block;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 17px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-news .navigation-post .nav-arrow-r {
  float: right;
  display: inline-block;
}
.single-news .navigation-post .nav-arrow-r a {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #00A7D6;
}
.single-news .navigation-post .nav-arrow-r a:before {
  position: absolute;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 700;
  color: #00A7D6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-news .upcoming-events .row.upcom-events {
  max-width: 1035px;
}
.single-news .upcoming-events .row.upcom-events .columns {
  padding-left: 20px;
  padding-right: 20px;
}

/*---------------------------------------
	TMPL: Upcoming Events page
---------------------------------------*/
.upcoming-events-page {
  padding-top: 40px;
}
.upcoming-events-page .breadcramps {
  padding-top: 0;
}
.upcoming-events-page .main-title-dark {
  font-size: 32px;
  font-weight: 700;
}
.upcoming-events-page .ev-single-row:last-child {
  margin-bottom: 80px;
}
.upcoming-events-page .ev-brd-btm {
  position: relative;
  float: left;
  width: 100%;
}
.upcoming-events-page .ev-brd-btm:after {
  position: absolute;
  display: block;
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #8F9EBC;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.upcoming-events-page .event-img {
  background-color: #fff;
}
.upcoming-events-page .event-img-new {
  position: relative;
  background-size: contain;
  padding-bottom: 260px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 185px;
}
.upcoming-events-page .event-img-new .event-date {
  position: absolute;
  display: inline-block;
  padding: 70px 30px;
  background-color: #F25B29;
  text-align: center;
  min-width: 185px;
  color: #fff;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.upcoming-events-page .event-img-new .event-date .month {
  font: 700 28px/34px "proxima-nova", sans-serif;
  text-transform: uppercase;
}
.upcoming-events-page .event-img-new .event-date .day-start,
.upcoming-events-page .event-img-new .event-date .day-end {
  font: 700 40px/49px "proxima-nova", sans-serif;
}
.upcoming-events-page .event-img-new .event-date .year {
  font: 400 24px/29px "proxima-nova", sans-serif;
}
.upcoming-events-page .desc-wrap {
  margin: 30px 0;
}
.upcoming-events-page .desc-wrap .ev-title {
  font: 700 26px/1 "proxima-nova", sans-serif;
}
.upcoming-events-page .desc-wrap .location {
  font: 400 18px/23px "proxima-nova", sans-serif;
  margin-bottom: 0;
}
.upcoming-events-page .desc-wrap .text {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #8F9EBC;
}
.upcoming-events-page .desc-wrap .ev-link {
  font: 700 16px/22px "proxima-nova", sans-serif;
  color: #00A7D6;
}
.upcoming-events-page .desc-wrap .ev-link:hover {
  color: #3DC8EF;
}
.upcoming-events-page .desc-wrap .ev-link .fa {
  font-weight: 700;
}

/*---------------------------------------
	TMPL-PART: Upcoming Events
---------------------------------------*/
.upcoming-events {
  padding-top: 40px;
  padding-bottom: 40px;
}
.upcoming-events h2 {
  font-weight: 900;
  margin-bottom: 30px;
}
.upcoming-events .row {
  max-width: 1190px;
}
.upcoming-events .columns {
  padding-left: 30px;
  padding-right: 30px;
}
.upcoming-events .ev-holder {
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.upcoming-events .ev-holder .event-img-new {
  padding-bottom: 190px;
}
.upcoming-events .ev-holder .desc {
  padding: 20px 20px 10px 20px;
}
.upcoming-events .ev-holder .desc h3 {
  font: 700 24px/1.2em "proxima-nova", sans-serif;
  margin-bottom: 0;
  color: #3E4654;
}
.upcoming-events .ev-holder .desc .date {
  font: 400 16px/24px "proxima-nova", sans-serif;
  color: #F25B29;
  text-transform: uppercase;
}
.upcoming-events .ev-holder .link {
  position: relative;
  z-index: 5;
  padding: 10px;
}
.upcoming-events .ev-holder .link .hov-eff {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #00A7D6;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.upcoming-events .ev-holder .link span {
  position: relative;
  z-index: 10;
  font: 700 14px/18px "proxima-nova", sans-serif;
  color: #00A7D6;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.upcoming-events .ev-holder .link span .fa {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 700;
}
.upcoming-events .ev-holder:hover .link .hov-eff {
  height: 100%;
}
.upcoming-events .ev-holder:hover .link span {
  color: #fff;
}

/*---------------------------------------
	TMPL: Connect with Us page
---------------------------------------*/
.connect-us-page .main-content a[href^="tel:"] {
  font-size: 18px;
  text-decoration: none;
  color: #3E4654;
}
.connect-us-page .main-content a[href^="tel:"]:hover {
  color: #F25B29;
}
.connect-us-page .main-content a[href^="mailto:"] {
  text-decoration: none;
}
.connect-us-page .connect-us-form .gform_title {
  font: 700 16px/24px "proxima-nova", sans-serif;
}
.connect-us-page .connect-us-form input, .connect-us-page .connect-us-form textarea {
  border-color: #8f9ebc;
  color: #3E4654;
}
.connect-us-page .connect-us-form input:-moz-placeholder, .connect-us-page .connect-us-form textarea:-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-page .connect-us-form input::-moz-placeholder, .connect-us-page .connect-us-form textarea::-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-page .connect-us-form input:-ms-input-placeholder, .connect-us-page .connect-us-form textarea:-ms-input-placeholder {
  color: #8f9ebc;
}
.connect-us-page .connect-us-form input::-webkit-input-placeholder, .connect-us-page .connect-us-form textarea::-webkit-input-placeholder {
  color: #8f9ebc;
}
.connect-us-page .connect-us-form input {
  height: 45px;
}
.connect-us-page .connect-us-form textarea {
  height: 135px;
}
.connect-us-page .connect-us-form .gform_confirmation_message {
  font-weight: 700;
  color: #F25B29;
}
.connect-us-page .connect-us-form .check-tip {
  border-bottom: 1px solid #8f9ebc;
}
.connect-us-page .connect-us-form .check-tip .gfield_checkbox {
  padding-bottom: 10px;
}
.connect-us-page .connect-us-form .check-tip .gfield_checkbox li {
  position: relative;
  padding-left: 30px;
}
.connect-us-page .connect-us-form .check-tip .gfield_checkbox li input[type=checkbox] {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 20px;
}
.connect-us-page .connect-us-form .check-tip label {
  font: 700 14px/45px "proxima-nova", sans-serif;
}
.connect-us-page .connect-us-form .privacy-policy {
  border-top: 1px solid #8f9ebc;
  padding-top: 10px;
  margin-bottom: 30px;
}
.connect-us-page .connect-us-form .privacy-policy a {
  font-weight: 700;
  font-size: 14px;
}
.connect-us-page .connect-us-form .privacy-policy a:hover {
  color: #3E4654;
}
.connect-us-page .connect-us-form .privacy-policy span {
  float: right;
  font-size: 14px;
}
.connect-us-page .connect-us-form .gform_footer {
  text-align: left;
}
.connect-us-page .connect-us-form .gform_footer input[type=submit] {
  min-width: 336px;
}

/*---------------------------------------
	TMPL: Customer support page
---------------------------------------*/
.customer-support-page .main-content .main-title-dark {
  margin-bottom: 25px;
  font: 700 30px/36px "proxima-nova", sans-serif;
}
.customer-support-page .main-content .content-holder {
  padding-right: 20px;
}
.customer-support-page .main-content .content-holder p {
  margin-bottom: 0;
}
.customer-support-page .main-content a[href^="tel:"] {
  font-size: 26px;
  text-decoration: none;
  color: #3E4654;
  margin-bottom: 0;
}
.customer-support-page .main-content a[href^="tel:"]:hover {
  color: #F25B29;
}
.customer-support-page .main-content a[href^="mailto:"] {
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 0;
}
.customer-support-page .lrg-block {
  margin-bottom: 25px;
}

/*---------------------------------------
	TMPL-PART: CONTACT & REQUEST FORM
---------------------------------------*/
.connect-us-form .gform_title,
.request-form .gform_title {
  font: 700 23px/28px "proxima-nova", sans-serif;
  margin-bottom: 30px;
}
.connect-us-form .gform_confirmation_message,
.request-form .gform_confirmation_message {
  font-weight: 700;
  color: #F25B29;
}
.connect-us-form input, .connect-us-form textarea,
.request-form input,
.request-form textarea {
  border-color: #8f9ebc;
  color: #3E4654;
}
.connect-us-form input:-moz-placeholder, .connect-us-form textarea:-moz-placeholder,
.request-form input:-moz-placeholder,
.request-form textarea:-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-form input::-moz-placeholder, .connect-us-form textarea::-moz-placeholder,
.request-form input::-moz-placeholder,
.request-form textarea::-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-form input:-ms-input-placeholder, .connect-us-form textarea:-ms-input-placeholder,
.request-form input:-ms-input-placeholder,
.request-form textarea:-ms-input-placeholder {
  color: #8f9ebc;
}
.connect-us-form input::-webkit-input-placeholder, .connect-us-form textarea::-webkit-input-placeholder,
.request-form input::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder {
  color: #8f9ebc;
}
.connect-us-form select,
.request-form select {
  border-color: #8f9ebc;
  color: #3E4654;
}
.connect-us-form select option,
.request-form select option {
  color: #3E4654;
}
.connect-us-form select:-moz-placeholder,
.request-form select:-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-form select::-moz-placeholder,
.request-form select::-moz-placeholder {
  color: #8f9ebc;
}
.connect-us-form select:-ms-input-placeholder,
.request-form select:-ms-input-placeholder {
  color: #8f9ebc;
}
.connect-us-form select::-webkit-input-placeholder,
.request-form select::-webkit-input-placeholder {
  color: #8f9ebc;
}
.connect-us-form select.not_chosen,
.request-form select.not_chosen {
  color: #8f9ebc;
}
.connect-us-form input,
.request-form input {
  height: 45px;
}
.connect-us-form textarea,
.request-form textarea {
  height: 135px;
}
.connect-us-form .check-tip,
.request-form .check-tip {
  border-bottom: 1px solid #8f9ebc;
}
.connect-us-form .check-tip .gfield_checkbox,
.request-form .check-tip .gfield_checkbox {
  padding-bottom: 10px;
}
.connect-us-form .check-tip input[type=checkbox],
.request-form .check-tip input[type=checkbox] {
  float: left;
  width: 20px;
}
.connect-us-form .check-tip label,
.request-form .check-tip label {
  font: 700 14px/45px "proxima-nova", sans-serif;
}
.connect-us-form .captcga-brd,
.request-form .captcga-brd {
  padding-top: 20px;
  border-top: 1px solid #8F9EBC;
}
.connect-us-form .privacy-policy,
.request-form .privacy-policy {
  padding-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #8F9EBC;
}
.connect-us-form .privacy-policy a,
.request-form .privacy-policy a {
  font-weight: 700;
  font-size: 14px;
}
.connect-us-form .privacy-policy a:hover,
.request-form .privacy-policy a:hover {
  color: #3E4654;
}
.connect-us-form .privacy-policy span,
.request-form .privacy-policy span {
  float: right;
  font-size: 14px;
}
.connect-us-form .gform_footer,
.request-form .gform_footer {
  text-align: left;
}
.connect-us-form .gform_footer input[type=submit],
.request-form .gform_footer input[type=submit] {
  min-width: 336px;
  color: #fff;
}

/*---------------------------------------
	TMPL: Social page
---------------------------------------*/
.social-feed-wrap {
  clear: both;
}

.social-page .main-title-dark {
  line-height: 115px;
  font-size: 32px;
  margin-bottom: 0;
}
.social-page .soc-icon-svg {
  display: inline-block;
  float: left;
  margin-bottom: 25px;
}
.social-page .soc-icon-svg svg {
  height: 28px;
  width: auto;
}
.social-page .soc-icon-svg i.fa-facebook-square {
  color: #3b5998;
}
.social-page .soc-icon-svg i.fa-linkedin-square {
  color: #0177b5;
}
.social-page .soc-icon-svg i.fa-youtube-play {
  color: #d02020;
}
.social-page .soc-icon-svg .fa {
  font-size: 30px;
}
.social-page .juicer-feed.slider {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}
.social-page img.alignnone {
  margin-bottom: 9px;
}
.social-page .fts-jal-fb-user-name a {
  color: #3E4654;
}
.social-page a {
  color: #1b3c77;
}
.social-page a:hover {
  color: #F25B29;
}
.social-page .fts-jal-single-fb-post {
  padding: 15px !important;
  background-color: #fff;
  margin-bottom: 30px !important;
}
.social-page .fts-powered-by-text-popup a.fts-powered-by-text,
.social-page a.fts-powered-by-text {
  display: none !important;
}

.fts-jal-fb-header {
  display: none;
}

.social-items {
  clear: both;
}

.social-item-wrap, .ytc_video_container {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
}

.social-item-title, .ytc_title {
  font-size: 15px;
  font-weight: 500;
}

.social-item-link {
  font-size: 15px;
  text-align: right;
  margin-bottom: 0;
}
.social-item-link a {
  text-decoration: none;
}

.youtube-item-preview {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.youtube-item-preview:after {
  content: '';
  width: 63px;
  height: 47px;
  background-image: url(../images/yt_play.svg);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.youtube-item-preview:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.youtube-item-preview img {
  width: 100%;
}

/*---------------------------------------
	TMPL: REQUEST ACCESS
---------------------------------------*/
.request-access-page .request-form .row {
  max-width: 720px;
}
.request-access-page .request-form #field_7_1,
.request-access-page .request-form #field_7_3,
.request-access-page .request-form #field_7_5 {
  width: 48.5%;
  float: left;
}
.request-access-page .request-form #field_7_2,
.request-access-page .request-form #field_7_4,
.request-access-page .request-form #field_7_6 {
  width: 48.5%;
  float: right;
}
.request-access-page .request-form .ginput_complex label {
  display: none;
}
.request-access-page .request-form .ginput_complex input {
  margin-bottom: 20px;
}
.request-access-page .request-form .ginput_complex select {
  height: 45px;
  margin-bottom: 20px;
}
.request-access-page .request-form .ginput_complex #input_7_7_1_container,
.request-access-page .request-form .ginput_complex #input_7_7_3_container,
.request-access-page .request-form .ginput_complex #input_7_7_5_container {
  width: 48.5%;
  float: left;
}
.request-access-page .request-form .ginput_complex #input_7_7_2_container,
.request-access-page .request-form .ginput_complex #input_7_7_4_container,
.request-access-page .request-form .ginput_complex #input_7_7_6_container {
  width: 48.5%;
  float: right;
}
.request-access-page .request-form .captcha-row #input_7_9 > div {
  display: inline-block;
}
.request-access-page .request-form .check-tip {
  border-bottom: none;
}
.request-access-page .request-form .check-tip ul {
  display: inline-block;
  padding-bottom: 0;
}
.request-access-page .request-form .privacy-policy {
  margin-bottom: 10px;
}
.request-access-page .request-form .privacy-policy .link-holder {
  min-width: 300px;
  display: inline-block;
}
.request-access-page .request-form .privacy-policy .link-holder a {
  float: left;
}
.request-access-page .request-form .gform_footer {
  text-align: center;
}
.request-access-page .request-form .gform_footer input[type=submit] {
  min-width: 300px;
}

/*---------------------------------------
	USER : ACCOUNT HOME / My products
---------------------------------------*/
.account-home-page .und-line {
  border-bottom: 1px solid #8F9EBC;
  max-width: calc(100% - 30px);
}
.account-home-page .welcome {
  font-size: 18px;
  line-height: 44px;
}
.account-home-page .page-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account-home-page .news-section {
  position: relative;
  padding-top: 30px;
}
.account-home-page .news-section a.view-link {
  font: 700 16px/1 "proxima-nova", sans-serif;
  color: #00A7D6;
}
.account-home-page .news-section a.view-link .fa {
  font-weight: 700;
  font-style: 18px;
}
.account-home-page .news-section a.view-link:hover {
  color: #F25B29;
}
.account-home-page .inside-row {
  max-width: 1150px;
}
.account-home-page .inside-row .columns {
  padding-left: 30px;
  padding-right: 30px;
}
.account-home-page .title-line {
  padding-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid #8F9EBC;
}
.account-home-page .game-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.account-home-page .game-item .photo {
  padding-bottom: 100%;
}
.account-home-page .game-item .desc {
  position: absolute;
  width: 100%;
  background-color: #00A7D6;
  bottom: -100%;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.account-home-page .game-item .desc h6 {
  margin-bottom: 0;
  color: #fff;
}
.account-home-page .game-item .desc a:hover {
  color: #fff;
}
.account-home-page .game-item:hover .desc {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.account-home-page.my-prod .page-title {
  margin-bottom: 15px;
}

/*---------------------------------------
	USER : ACCOUNT PRODUSTS / Single game
---------------------------------------*/
.account-single-prod-page .left-wrap {
  max-width: 375px;
}
.account-single-prod-page .left-wrap .quick-stats {
  float: left;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.account-single-prod-page .left-wrap .quick-stats .title {
  background-color: #F25B29;
}
.account-single-prod-page .left-wrap .quick-stats .title span {
  color: #fff;
  font: 700 22px/52px "proxima-nova", sans-serif;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item {
  display: inline-block;
  float: left;
  width: 100%;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item .l-part {
  padding-right: 5px;
  width: 55%;
  float: left;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item .l-part p {
  font-size: 16px;
  line-height: 52px;
  margin-bottom: 0;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item .r-part {
  width: 45%;
  float: right;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item .r-part p {
  font: 700 22px/52px "proxima-nova", sans-serif;
  color: #F25B29;
  margin-bottom: 0;
}
.account-single-prod-page .left-wrap .quick-stats .stat-item:nth-child(even) {
  background-color: #e5f1ff;
}
.account-single-prod-page .download-assets .title-wrap {
  border-top: 1px solid #bbc6dd;
  border-bottom: 1px solid #bbc6dd;
}
.account-single-prod-page .download-assets .title-wrap h6 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 38px;
}
.account-single-prod-page .download-assets .asset-item {
  padding: 25px 0;
  border-bottom: 1px solid #bbc6dd;
}
.account-single-prod-page .download-assets .asset-item:nth-child(even) {
  background-color: #f0f7ff;
}
.account-single-prod-page .download-assets .asset-name {
  position: relative;
  display: inline-block;
  padding: 0 80px;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
}
.account-single-prod-page .download-assets .asset-name a.download {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 20px;
  right: 30px;
  top: 5px;
}
.account-single-prod-page .download-assets .asset-name a.download:after {
  position: absolute;
  display: block;
  content: '';
  width: 23px;
  height: 22px;
  background-image: url(../images/download_icon_org.svg);
  background-size: cover;
  top: 0;
  left: 0;
}

/*---------------------------------------
	TMPL-PART : MY AM
---------------------------------------*/
.my-am {
  background-color: #e5f1ff;
  padding: 25px 0;
  margin-bottom: 50px;
}
.my-am .am-wrapp {
  display: inline-block;
}
.my-am .am-photo {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.my-am .am-photo .img-bg {
  background-color: #bbc6dd;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.my-am .am-photo .img-holder {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.my-am .am-data {
  float: left;
  font-weight: 700;
}
.my-am .am-data h6 {
  color: #F25B29;
}
.my-am .am-data p {
  margin-bottom: 5px;
  color: #3E4654;
}
.my-am .am-data .link-holder {
  margin-bottom: 5px;
}
.my-am .am-data a {
  color: #3E4654;
}
.my-am .am-data a:hover {
  color: #F25B29;
}

/*---------------------------------------
	PREFOOTER
---------------------------------------*/
.pre-footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 45px;
  color: #fff;
}
.pre-footer .wrap-bg {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
}
.pre-footer .prefooter-logo {
  position: absolute;
  display: block;
  content: '';
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.pre-footer .prefooter-logo svg {
  position: absolute;
  display: block;
  content: '';
  width: 75px;
  height: 75px;
  top: 0;
  left: 0;
  bottom: 5px;
  right: 0;
  margin: auto;
}
.pre-footer h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.pre-footer .subscribe-form {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 50px;
}
.pre-footer .subscribe-form .validation_error {
  display: none;
}
.pre-footer .subscribe-form .gfield_error input {
  border-color: #fff;
  box-shadow: inset 0px 0px 5px 6px rgba(255, 0, 0, 0.75);
}
.pre-footer .subscribe-form img.gform_ajax_spinner {
  display: none !important;
}
.pre-footer .subscribe-form .popup-not-logined {
  z-index: 6;
  display: none;
  float: left;
  width: 730px;
  background-color: rgba(229, 241, 255, 0.95);
  border-radius: 5px;
  padding: 15px;
  color: #3E4654;
}
.pre-footer .subscribe-form .popup-not-logined .close-btn {
  position: relative;
  width: 25px;
  height: 25px;
  float: right;
}
.pre-footer .subscribe-form .popup-not-logined .close-btn:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/close_form.png);
}
.pre-footer .subscribe-form .popup-not-logined .close-btn:hover {
  cursor: pointer;
}
.pre-footer .subscribe-form .popup-not-logined .gform_heading {
  margin-left: 25px;
  text-align: center;
}
.pre-footer .subscribe-form .popup-not-logined .gform_heading .gform_description {
  font-weight: 700;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body {
  width: 100%;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body input, .pre-footer .subscribe-form .popup-not-logined .gform_body select {
  height: 45px;
  color: #3E4654;
  border: 1px solid #8f9ebc;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body input:-moz-placeholder, .pre-footer .subscribe-form .popup-not-logined .gform_body select:-moz-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body input::-moz-placeholder, .pre-footer .subscribe-form .popup-not-logined .gform_body select::-moz-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body input:-ms-input-placeholder, .pre-footer .subscribe-form .popup-not-logined .gform_body select:-ms-input-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body input::-webkit-input-placeholder, .pre-footer .subscribe-form .popup-not-logined .gform_body select::-webkit-input-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body select {
  color: #3E4654;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body select.not_chosen {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body select.not_chosen option {
  color: #3E4654;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body textarea {
  height: 110px;
  color: #3E4654;
  border-color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body textarea:-moz-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body textarea::-moz-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body textarea:-ms-input-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body textarea::-webkit-input-placeholder {
  color: #8f9ebc;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body select {
  background-size: 18px 12px;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .gfield {
  margin-bottom: 20px;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .ginput_complex input, .pre-footer .subscribe-form .popup-not-logined .gform_body .ginput_complex select {
  margin-bottom: 20px;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .ginput_complex label {
  display: none;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body span.name_first,
.pre-footer .subscribe-form .popup-not-logined .gform_body .left-side,
.pre-footer .subscribe-form .popup-not-logined .gform_body .address_line_1,
.pre-footer .subscribe-form .popup-not-logined .gform_body .address_city {
  width: 48.5%;
  float: left;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body span.name_last,
.pre-footer .subscribe-form .popup-not-logined .gform_body .right-side,
.pre-footer .subscribe-form .popup-not-logined .gform_body .address_line_2 {
  width: 48.5%;
  float: right;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .address_zip,
.pre-footer .subscribe-form .popup-not-logined .gform_body .my-zip,
.pre-footer .subscribe-form .popup-not-logined .gform_body .drop-podw-state {
  float: right;
  width: 23%;
  margin-left: 2.5%;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .privacy-policy a {
  font-weight: 700;
  color: #F25B29;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .privacy-policy a:hover {
  color: #8F9EBC;
}
.pre-footer .subscribe-form .popup-not-logined .gform_body .privacy-policy span {
  float: right;
}
.pre-footer .subscribe-form .popup-not-logined .gform_footer {
  width: 48.5%;
  float: left;
}
.pre-footer .subscribe-form .popup-not-logined .gform_footer input[type=submit] {
  width: 100%;
  border-radius: 5px;
}
.pre-footer .subscribe-form .popup-logined.open {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.pre-footer .subscribe-form .popup-logined {
  display: none;
  max-width: 505px;
  background-color: rgba(229, 241, 255, 0.95);
  border-radius: 5px;
  padding: 15px;
  color: #3E4654;
}
.pre-footer .subscribe-form .popup-logined .tel, .pre-footer .subscribe-form .popup-logined .mail {
  font: 700 18px/32px "proxima-nova", sans-serif;
  margin-bottom: 0;
  color: #3E4654;
}
.pre-footer .subscribe-form .popup-logined .mail {
  padding-left: 0;
}
.pre-footer .subscribe-form .popup-logined .mail:before {
  display: none;
}
.pre-footer .subscribe-form .popup-logined .form-pop-btn-close {
  display: inline-block;
  background-color: #F25B29;
  width: 100%;
  text-align: center;
  font: 700 20px/50px "proxima-nova", sans-serif;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.pre-footer .subscribe-form .popup-logined .form-pop-btn-close:hover {
  opacity: .75;
  cursor: pointer;
}
.pre-footer .subscribe-form .popup-not-logined.open {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.pre-footer .subscribe-form.user-is-log .gfield {
  position: relative;
}
.pre-footer .subscribe-form.user-is-log .ginput_container_email + .validation_message {
  display: block;
  position: absolute;
  top: 100%;
  left: -15px;
  margin-top: 7px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid gray;
  font-size: 14px;
  color: #3E4654;
}
.pre-footer .subscribe-form.user-is-log .ginput_container_email + .validation_message:before, .pre-footer .subscribe-form.user-is-log .ginput_container_email + .validation_message:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-style: solid;
}
.pre-footer .subscribe-form.user-is-log .ginput_container_email + .validation_message:before {
  width: 16px;
  height: 8px;
  z-index: 1;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent gray transparent;
}
.pre-footer .subscribe-form.user-is-log .ginput_container_email + .validation_message:after {
  left: 21px;
  width: 14px;
  height: 7px;
  z-index: 2;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
.pre-footer .gform_body {
  float: left;
  width: calc(100% - 133px);
}
.pre-footer .gform_body .gfield {
  margin-bottom: 0;
}
.pre-footer .gform_body input {
  height: 50px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.pre-footer .gform_footer {
  float: right;
}
.pre-footer .gform_footer input[type=submit] {
  background-color: #00A7D6;
  font: 700 20px/30px "proxima-nova", sans-serif;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  min-width: 133px;
}
.pre-footer .gform_footer input[type=submit]:hover {
  background-color: #3DC8EF;
}
.pre-footer .soc-wrap {
  position: relative;
}
.pre-footer .soc-wrap h3 {
  padding-left: 15px;
}
.pre-footer .soc-wrap .soc-link {
  display: inline-block;
  margin-left: 15px;
  float: left;
  font-size: 53px;
  line-height: 50px;
}
.pre-footer .soc-wrap .soc-link svg {
  width: 50px;
  height: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.pre-footer .soc-wrap .soc-link .fa {
  color: #fff;
}
.pre-footer .subscribe-form.orange .gform_footer input[type=submit] {
  background-color: #F25B29;
}
.pre-footer .subscribe-form.orange .gform_footer input[type=submit]:hover {
  background-color: #f5764c;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #3e4654;
  padding-bottom: 20px;
  margin-top: 50px;
  color: #fff;
}
.footer h4 {
  margin-bottom: 20px;
}
.footer .contact-wrapp a {
  font: 400 19px/1 "proxima-nova", sans-serif;
}
.footer .phone-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.footer .phone-wrap:before {
  position: absolute;
  display: inline-block;
  content: '\f095';
  font-family: FontAwesome;
  font-size: 22px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.footer .phone-wrap:hover:before {
  color: #F25B29;
}
.footer a.mail {
  position: relative;
  padding-left: 30px;
}
.footer a.mail:before {
  position: absolute;
  display: inline-block;
  content: '\f1fa';
  font-family: FontAwesome;
  font-size: 22px;
  top: -1px;
  left: 0;
}
.footer .connect-link {
  padding-top: 20px;
}
.footer .connect-link a {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.footer .connect-link a:before {
  position: absolute;
  display: inline-block;
  content: '\f003';
  font-family: FontAwesome;
  font-size: 22px;
  top: -1px;
  left: 0;
  font-weight: 400;
}
.footer .copyright {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.footer .copyright:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #F25B29;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  margin: auto;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright a {
  font-size: 14px;
  line-height: 23px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #F25B29;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

.footer.foo-user-log {
  margin-top: 0;
}

/* ------------------------------------
    Fancy Box
------------------------------------- */
/* .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened,
.fancybox-inner{
	max-width: 1100px !important;
	height: auto !important;
} */
.fancybox-skin {
  padding: 0 !important;
}

.fancybox-overlay {
  background-image: none;
  background-color: rgba(143, 158, 188, 0.9);
}

.fansy-desc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(27, 42, 69, 0.9);
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.fansy-desc h6 {
  font: 700 16px/17px "proxima-nova", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.fansy-desc p {
  font: 400 16px/24px "proxima-nova", sans-serif;
  color: #fff;
  margin-bottom: 0;
}

.fancybox-image {
  border-radius: 5px;
}

.fancybox-close {
  background-image: none;
  width: auto;
  height: auto;
  top: 20px;
  right: 20px;
  min-height: 40px;
  min-width: 40px;
}
.fancybox-close span.hold-close {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font: 700 16px/40px "proxima-nova", sans-serif;
  color: #fff;
}
.fancybox-close span.hold-close:after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-image: url(../images/close_fancy.png);
}

.fancybox-nav span {
  width: 30px;
  height: 30px;
  background-color: #00A7D6;
  border-radius: 50%;
}
.fancybox-nav span:hover {
  background-color: #3DC8EF;
}

.fancybox-next span {
  background-image: none;
  text-align: center;
}
.fancybox-next span:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 2px;
  color: #fff;
}

.fancybox-prev span {
  text-align: center;
  background-image: none;
}
.fancybox-prev span:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f104';
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 0;
  left: -2px;
  color: #fff;
}

.juicer-feed h1.referral {
  display: none;
}

.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
  display: none !important;
}

.accordion__body {
  display: none;
}
.accordion__body.active {
  display: block;
}

.fts-yt-first-video {
  background-color: #fff;
}
.fts-yt-first-video h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding: 10px;
}

.fts-yt-vids-in-row1 div.fts-yt-videolist p {
  font-size: 14px;
  line-height: 18px;
}

.ge-hide-field {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
