/*
Theme Name: Brilliant Pictures - LMNOP
Theme URI: *******
Description: A bespoke theme developed for Brilliant Pictures by LMNOP Studios Ltd
Author: LMNOP Studios
Author URI: http://www.lmnopstudios.com
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');

/*//////////// BOOTSTRAP EXTEND //////////////////*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*//////////// BOOTSTRAP EXTEND //////////////////*/
@media (min-width: 1646px) {
	.col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media (min-width: 1400px) {
.col-xxl-8 {
	-ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
}
.col-xxl-6 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xxl-1 {
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
}
@media (max-width: 1399px) {
.hidecol-xl {
	display:none;
}
}
.col-xs-4 {
	width:33.333%;
}
@media (max-width: 575px) {
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}
@media (max-width: 767px) {
    .alt_text_image_inner {
        flex-direction: column-reverse !important;
    }
}

/*////////////// FONTS /////////////////////////*/
@font-face {
  font-family: "socicon";
  src:url("fonts/socicon.eot");
  src:url("fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("fonts/socicon.woff") format("woff"),
    url("fonts/socicon.ttf") format("truetype"),
    url("fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
	position:absolute;
    width: 100%;
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
	color:#fffff;
	font-size:16px;
	line-height:24px;
	background-color:#fff;
	font-variant-numeric: lining-nums;
}
html {
}
html.noscroll {
	position: relative;
}

/*////////////// TYPOGRAPHY ////////////////////*/

h1 {

    font-size: 2.2em;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
h2 {
font-size: 1.87em;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0em;
    font-family: 'Roboto', sans-serif;
  font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
        border-bottom: #222 solid 1px;
    padding-bottom: 0.3em;
    display: inline-block;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 0px 0px;
    margin: 0px;
    margin-bottom: 0.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

p, li, a, ol {
    font-family: 'Cabin', serif;
	font-size:1em;
	line-height:1.65em;
    font-weight:300;
	padding:0px;
	margin:0px;
     letter-spacing: 0.05em;

}
p, ul {
      padding-bottom:1.4em;
}
a {
	outline: 0;
    color:#111111;

}
a:hover {
	text-decoration:none;
}

a.cta_btn {
background-color: #0a0a0a;
    border-radius: 0px;
    padding: 5px 15px;
    color: #ffffff !important;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-transform: lowercase;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 0.9em;
    position:relative;
        border: 1px solid #333;
}
a.cta_btn:before {
  background: none;
  border: 1px solid #222;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  pointer-events: none;
}
a.cta_btn:hover {
     background-color:#000000;
}

/*//////////////SOCIAL///////////////*/
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-mail:before {
  content: "\e050";
}

[class^="socicon-"]:before, [class*=" socicon-"]:before {
    font-size:17px;
}



/*/ SITE HEADER /*/

header {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:9;
    min-height:130px;
    font-size:16px;

}
header .header_inner {
    max-width:100%;
    margin:auto;
    position: relative;
}
header .header_bg {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:130px;
    z-index:-1;
    background-color:rgba(10,10,10,0.94);
    border-bottom: 1px solid #222;
}
header .header_logo {
    width: 100px;
    height: 82px;
    top: 14px;
    left: 50px;
    position: absolute;
}
header .header_logo img {
    width:100%;
    height:auto;
}


/*////////////// MENUS //////////////////////////*/


.top_menu {
    text-align: right;
    display: flex;
    position: absolute;
    right: 50px;
    top:14px;
    padding-bottom:10px;
    border-bottom:none;
        padding-left: 200px;
}
.top_menu:after {
    content:"";
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:1px;
        background: -webkit-linear-gradient(to left, #555 0%, #0a0a0a 100%);
    background: -o-linear-gradient(to left, #555 0%, #0a0a0a 100%);
    background: linear-gradient(to left, #555 0%, #0a0a0a 100%);
}
.top_menu li {
    list-style:none;
    padding-left:40px;
    padding-bottom: 0px;
}
.top_menu li a {
    color: #aaa;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 0.6em;
    text-transform: uppercase;
}
.top_menu span {
    padding-right:10px;
}
.top_menu span.switch img {
    width:24px; height:15px; margin-top: -2px;
}
.top_menu span.login img {
    width:13px; height:17px; margin-top: -2px;
}


.mainmenu {
    position:absolute;
    right:50px;
    left:50px;
    top:60px;
}
.mainmenu ul {
    padding-left: 0px;
    text-align:right;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.mainmenu li {
    list-style: none;
    line-height:3.3em;
    margin-left: 40px;
    display:inline-block;
    padding-bottom: 18px;
    position:relative;
}
.mainmenu li:before {
    content:"";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666;
    position:absolute;
    bottom:0px;
    left:50%;
    right:0px;
    display:none;
}

.mainmenu li a {
line-height: 1em;
    text-transform: lowercase;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.35em;
    font-size: 0.9em;
}
.mainmenu li ul li, .mainmenu li li a {
    font-size:0.9em;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.3em;
}
.sub_menu_btn {
    display:none;
}
.sub-menu-wrap {
    display:none;
    position: fixed;
    left: -50px;
    right: -50px;
    min-width: 900px;
    text-align: right;
    margin-top: 18px;
    height:28px;
   border-top: 2px solid #666;
    background-color: #666;
    background: -webkit-linear-gradient(to left, #666 0%, #bbb 100%);
    background: -o-linear-gradient(to left, #666 0%,  #bbb 100%);
    background: linear-gradient(to left, #666 0%,  #bbb 100%);
    z-index:1;
   box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
}
.sub-menu-wrap .sub-menu {
    text-align: left;
    display: inline-block;
    min-width: 665px;
        top: -14px;
    position: relative;
}
.sub-menu-wrap .sub-menu li {
    margin-left: 0px;
    margin-right:26px;
    padding-bottom: 0px;
}
.sub-menu-wrap .sub-menu li:before {
    display:none !important;
}
.current_page_item .sub-menu-wrap, .current_page_ancestor .sub-menu-wrap, .current-page-ancestor .sub-menu-wrap {
    display:block;
    z-index:0;
}

.mainmenu li.current_page_item:before, .mainmenu li.current_page_ancestor:before, .mainmenu li.current-page-ancestor:before  {
     display:block;
}
.mainmenu li.current_page_item  li:before {
     display:none !important;
}

.mainmenu li a:hover {
    color:#eeeeee !important;
}
/*
.mainmenu li:hover .sub-menu-wrap {
     display:block;
}
*/

/*/ TEAM /*/


.menu-icon {
    position: fixed;
    z-index: 11;
    top: 61px;
    right: 20px;
    cursor: pointer;
    height: 36px;
    width: 40px;
    display:none;
}

.menu-icon.popup_menuicon .menu_icon_bar_holder{
	height: 36px !important;
    width: 40px !important;
}
.menu-icon.popup_menuicon .icon_bar_2 .menu_icon_bar {
	margin-top:14px !important;
}
.menu_icon_inner {
	position:relative;
	width:100%;
	height:100%;
	margin-top: -2px;
}
.menu_icon_bar_holder {
	width:40px;
	height:36px;
	position:absolute;
	will-change: left, top, transform;
}
.menu_icon_bar {
	width:100%;
    height: 1px;
    background-color: #aaa;
	position:absolute;
	left: 0px;
	top:0px;
}
.icon_bar_2 .menu_icon_bar {
    margin-top: 11px;
}
.icon_bar_3 .menu_icon_bar {
    margin-top: 23px;
}

.mob_menu {
	visibility:hidden;
	position: fixed;
    top: 50%;
    left: 50%;
	width:100%;
	max-width:800px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3000;
}
.mob_menu_cover {
	visibility: hidden;
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
    background-color: #95d3e7;
}

/*//// FOOTER ////*/

footer {
    background-color:#0a0a0a;
    padding:0px 15px;
}
.footer_inner {
    padding:50px;
    width: 100%;
    max-width:1600px;
    margin:auto;
}
.footer_top_bar_cont {
    width:100%;
}
.footer_top_bar {
    margin:0px 5.3%;
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 0.5em;
}
.footermenu ul {
    padding:0px;
    margin:0px;
}
.footermenu li {
    list-style:none;
    padding:0px;
    display:inline-block;
    margin:0px;
}
.footermenu li a{
    margin-right: 30px;
    color: #aaa;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 0.6em;
    text-transform: uppercase;;
}
.footer_social {
    display:flex;
}
.footer_social div {
    padding-left:10px;
}
[class^="socicon-"]:before, [class*=" socicon-"]:before {
    color:#ffffff;
}
.footer_text {
    padding:10%;
    font-size:12px;
}
.footer_text p, .footer_conditions p {
    color:#75858e;
}
.footer_logos_cont {
    justify-content: space-between;
    display: flex;
}
.footer_logos {
    align-self: flex-end;
    padding: 0px 13% 11.5% 10%;
    width: 100%;
    text-align: right;
}
.footer_logos img {
height: 27px;
    width: auto;
    margin-left: 20px;
    margin-top: 20px;
}
.footer_conditions {
font-size: 12px;
    margin: 0px 4.9%;
}
.footer_conditions a {
    color:#aaaaaa;
}
/*/////// SLIDER /*/

.full_slider {
    height:100vh;
    width:100%;
    background-color:#000000;
    position:relative;
}
.full_slider .slider {
    position:absolute;
    bottom:50px;
    top:0;
    left:0;
    right:0;
}
.slider_footer {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:50px;
    background-color:#0a0a0a;
}
.full_slider .slider_item {
    height:100%;
    width:100%;
    background-size:cover;
    background-position:center center;
    position:relative;
    overflow:hidden;
}
.full_slider .slider_overlay_full {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
   /* background-color:rgba(17,25,33,0.86); */
}
.full_slider .home_intro_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:70%;
    max-width:1200px;
    z-index:3;
        margin-top: 20px;
}
.full_slider .home_intro_logo img {
    width:100%;
    height:auto;
        max-width: 60vh;
    margin: auto;
}
.full_slider .slider_item_content {
    height:100%;
    min-width:100%;
    left:-100%;
    position:absolute;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background:linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    transition: left 0.8s ease-out;
}
.full_slider .slick-active .slider_item_content {
    left:0%;
}
.slider_item_content_inner {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    max-width:500px;
    right:10%;
}
.slider_title {
    color:#ffffff !important;
        margin-bottom: 0.5em;
    border-bottom: #222 solid 1px;
    padding-bottom: 0.3em;

}
.slider_description {
    font-weight: 300;
    font-size: 1em;
    color: #ffffff !important;
}
.progressBarContainer {
    position: absolute;
    bottom: 70px;
    width: 90%;
    left: 5%;
    right:5%;
    text-align:center;
}

.progressBarContainer div {
  display: inline-block;
  width: 60px;
  padding: 0;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  color: white;
}
.slick-prev:before, .slick-next:before {
    color:#afafaf!important;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 6px;
  background-color: rgba(80, 80, 80, 0.7);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: #afafaf;
  width: 0%;
  height: 6px;
        display: block;
    margin-left:0px;
}


.overview_listings {
  padding:0px 15px;
}
.overview_listings .grid_title {
  padding-top:50px;
}
.overview_listings .listing_grid {
  padding-bottom:60px;
}
/*////////////////// slider videos (full bleed) //////////////////////*/

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


/*///////////////// LAYOUTS /////////////////*/
.page_anchor {
    margin-top: -120px;
    padding-top: 120px;
}
.layout_bg_blue {
    background: #efefef;
    background: -moz-linear-gradient(180deg, #ffffff  0%, #efefef 100%);
    background: -webkit-linear-gradient(180deg, #ffffff  0%, #efefef 100%);
    background: linear-gradient(180deg, #ffffff  0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#efefef",GradientType=1);
}
.layout_bg_blue.games_white_bg {
    background: #ffffff;
    background: -moz-linear-gradient(180deg, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #efefef 100%);
    background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#efefef",GradientType=1);
}


/*
.layout_bg_white {
    background: rgb(241,241,241);
    background: -moz-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
}*/
.layout_bg_blue p {
    color:#333!important;
}
.full_bg_block p {
    color:#dfdfdf!important;
}
.layout_bg_blue h2 {
    color:#0a0a0a!important;
    border-bottom: #ddd solid 1px;
}
.layout_bg_burgundy h2 {
      color: #ffffff!important;
    border-bottom: #222 solid 1px;
    padding-bottom: 0.3em;
    display: inline-block;
}
.layout_bg_burgundy p {
    color:#dfdfdf!important;
}
.layout_bg_burgundy.alt_text_image .alt_img img {
    padding:0px;
}
.layout_bg_blue .cta_btn, .full_bg_block .cta_btn {
    background-color:#0a0a0a!important;
    color: #ffffff !important;

}
.layout_bg_blue .cta_btn:hover, .full_bg_block .cta_btn:hover {
    background-color:#000000 !important;
}
.layout_bg_white h2 {
    color:#0a0a0a;
}
.full_bg_block h2 {
    color:#ffffff !important;
        border-bottom-color: #333 !important;
}
.top_padder {
    padding-top:130px;
}

/*/ ALT TEXT IMAGE ITEMS /*/
.alt_text_image  {
    padding: 0px 15px;
}
.alt_text_image .row {
        z-index: 1;
    position: relative;
}
.alt_text_image_inner {
    padding:50px;
    width: 100%;
    max-width:1600px;
    margin:auto;
    display: flex;
}
.layout_odd .alt_text_image_inner {
    flex-direction: row-reverse;
}
.alt_text_image .alt_text {
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
}
.alt_text_image .alt_text .alt_text_inner {
    padding:10%;
    max-width:700px;
}
.alt_text_image .alt_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.alt_text_image .alt_img img {
    width:100%;
    height:auto !important;
    padding:10%;
}
.alt_text_image .alt_img img.vertimgarea {
    padding:0px;
    max-height: 100vh;
    width:auto;
}
.layout_odd .alt_img.full_area_bg {
    position: absolute;
    left: 0px;
    right: 50%;
    bottom: 0px;
    top: 0px;
        background-size: cover;
    background-position: center;
}
.layout_even .alt_img.full_area_bg {
    position: absolute;
    left: 50%;
    right: 0px;;
    bottom: 0px;
    top: 0px;
        background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {

.layout_odd .alt_img.full_area_bg {
position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding-bottom: 40vh;
    display: block;
}
.layout_even .alt_img.full_area_bg {
position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding-bottom: 40vh;
    display: block;
}
}



.full_bg_block  {
    background-size:cover;
    background-position:center center;
    position:relative;
}
.layout_odd.full_bg_block  .alt_text_image_inner {
    flex-direction: row;
    position:relative;
    z-index:1;
}
.full_bg_block:after {
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:0;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

/*/ Contact Forms /*/

.contact_form {
     padding: 0px 15px;
    width: 100%;
}
.contact_form_inner {
    padding: 100px 50px;
    width:100%;
}
.contact_form_hold {
    max-width:660px;
    padding:20px;
    margin:auto;
   /* background-color:#ffffff;
         box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
    */
}
.contact_title {
    padding:14px;
}
.contact_title h2 {
    padding-bottom: 0.5em;
    color:#192033 !important;
}
.gform_wrapper input {
    width:100% !important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right:0px !important;
}
.gform_footer input[type=submit] {
    background-color: #0a0a0a;
    border-radius: 5px;
    padding: 5px 15px;
    color: #ffffff !important;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.9em;
    border: none;
}

/*/ Page Title /*/
.page_title {
    padding:0px 15px;
}
.title_box {
    padding: 50px 50px 2em;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
}
.gform_button.button {
font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 0.9em !important;
    text-transform: lowercase !important;
    border-radius: 0px !important;
}

/*/ Listings Grid /*/

.film_listings {
    padding: 0px 15px;
    min-height:calc(100vh - 150px);
}
.film_listings.black_bg_time {
    background-color:#000000;
}
.layout_bg_white.black_bg_time h2 {
    color: #fff;
    font-weight: 400;
}
.grid_title {
    padding: 30px 50px 0px;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
        text-align: center;
}
.grid_title h2 {
    padding-bottom: 0.5em;
    border-bottom: 3px solid #fff;
    margin: auto;
    display: inline-block;
    border-bottom: 1px solid #dfdfdf;
}
.grid_item_img {
    height:0px;
    width:100%;
    padding-bottom:60%;
    background-size:cover;
    background-position:center center;
}
.titles_item .grid_item_img {
    padding-bottom:140%;
}
.listing_grid {
    padding: 50px 50px 8%;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.listing_grid.pressnews_list {
  padding-bottom:50px;
}
.instaicon:before {
  color:#0a0a0a;
  font-size: 0.8em;
padding-right: 10px;
}
@media (max-width: 767px) {
  .listing_grid {
      padding-bottom:50px;
  }
}
.grid_item {
    padding-bottom:25px;
}
.grid_item_inner {
    background-color:#ffffff;
    padding:0px;
    height: 100%;
    position:relative;
     box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.grid_item_inner a.cta_btn {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.grid_item_dscr {
    padding:10px;
        padding-bottom: 3.3em;
}
.grid_item_dscr p {
    font-size: 1em;
}
.layout_bg_blue .grid_item_dscr p {
    color:#192033 !important;
}
.grid_item_dscr {
    font-weight: 400;
    font-size: 0.8em;
}
.layout_bg_blue .grid_item .cta_btn {
        background-color: #0a0a0a    !important;
    color:#fff !important;
    position:absolute;
    bottom:10px;
    left:10px;
}
.layout_bg_blue .grid_item .cta_btn.info_highlights {
      background-color: #c48411  !important;
}


.sub_filter {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color:#efefef;
    margin-top: 15px;
}
.sub_filter a {
    line-height: 1em;
    text-transform: lowercase;
    color: #0a0a0a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.35em;
    font-size: 0.8em;
    padding: 10px 20px;
}
.sub_filter a:before {
    display:none !important;
}
.film_listings h2 {
    border-bottom:0px;
}

/*/ TITLES POP UPS /*/

.title_banner {
  background-size:cover;
  background-position:center;
  height:40vh;
  max-height:700px;
}
.title_details_cont {
  background-color:#0a0a0a;
}
.title_details {
      padding: 1.3em;
  color:#dfdfdf!important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  font-family: 'Cabin', serif;
font-size: 0.85em;
line-height: 1.25em;
font-weight: 300;
letter-spacing: 0.05em;
}
.title_details span.title {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    display: block;
    padding-bottom: 0.3em;
    letter-spacing: 0.16em;
}
.title_detail {
  width:30%;
}
.title_poster {
  max-width:100%;
  height:auto;
  margin-bottom: 1em;
  margin-bottom: 2em;
}
.center_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 1em;
  padding: 0px 2em;
}
.mfp-content {
  max-width: 1400px;
  background-color: #000;
}
.mfp-content #popup_content {
  margin-top:25px;
  margin-bottom:25px;
}
.title_two_col {
  background-color:#fff;
      padding-top: 1.3em;
}
.title_two_col_cont {
  padding: 1.3em;
max-width: 1220px;
margin: auto;
}


#popup_content .video_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2em;
    margin-top: 1em;
}
#popup_content .video_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}
.single_vid .cta_btn {
  display:none;
}
.translation {
  border-bottom: 0px;
    margin-top: -0.3em;
    font-style: italic;
    color: #aaa;
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

.title_trailer {
  max-width: 1220px;
  margin: auto;

}
.title_trailer_inner {
  padding: 0px 1em;
}

.header_banner {
  background-size:cover;
  background-position:center 15%;
  height:30vh;
  max-height:700px;
}

/*/ GENRE FILTER /*/
.genre_filter {
  max-width: 100%;
	width:100%;
  margin: auto;
  padding: 0px 60px;
  text-align: center;
      margin-top: 0.6em;
}
.genre_filter a {
  font-size: 0.7em;
  background-color: #efefef;
  padding: 0.2em 0.4em;
  margin-top: 0.3em;
  display: inline-block;
  text-transform: lowercase;
  border-radius: 4px;
  font-weight: 500;

}

/*/ LOGOS /*/

.logo_item .grid_item_img {
  background-size:contain;
  background-repeat:no-repeat;
}
.logo_item .grid_item_inner {
  padding:15px;
}
.logo_item .grid_item_dscr{
  padding: 0px;
margin-top: 2em;
}
/*/ Team /*/
.listing_grid.team_grid {
  justify-content: center;
}
.team_item .grid_item_dscr {
  font-size: 1em;
      padding: 1em 1em 0px;
}
.team_item .grid_item_img {
  padding-bottom:130%;
}
.grid_title.team_title {
  padding-top:50px;
}

.readmoretext {
  height:0;
  transition: height 0.6s;
  overflow:hidden;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
.mobbottypad {
  padding-bottom:1.4em !important;
}
}



/*/ GAMES GRID /*/

.info_panel .dscr {
    display:none !important;
}
.layout_bg_blue .grid_item .info_panel .cta_btn {
    position:relative !important;
     background-color: #fff !important;
    color:#0a0a0a  !important;
        left: 0px  !important;
}

.games_grid_item {
    overflow:hidden;
}
.game_grid_title_bar {
    background-color:#fff;
    position:relative;
    z-index:2;
}
.info_panel {
    position:absolute;
    width:100%;
    height:100%;
    top:100%;
    z-index:1;
    transition: top 0.2s ease-in-out;
    background: rgb(103,18,32);
    background: -moz-linear-gradient(180deg, #0a0a0a 0%, rgba(103,18,32,0.9) 100%);
    background: -webkit-linear-gradient(180deg, #0a0a0a 0%, rgba(103,18,32,0.9) 100%);
    background:linear-gradient(180deg, #0a0a0a 0%, rgba(103,18,32,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a0a",endColorstr="#0a0a0a",GradientType=1);
    padding:20px;
}
.info_show .info_panel {
    top:0px;
}
.hide_info {
    display:none;
}
.info_show .hide_info {
    display:block;
    padding:0px 0.29em;
}
.info_show .more_info {
    display:none;
}
.games_btns {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display:flex;
    justify-content:space-between;
    right: 20px;
    z-index:3;
}
.games_btns .cta_btn {
    position:relative !important;
}
.hotpicks {
    padding-bottom:50px !important;
}
.hotpicks .slick-list {
    overflow:visible;
}
.hotpicks .games_grid_item {
   box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072)
}
.layout_bg_blue.hotpicksbg {
    background: #c48411;
    background: -moz-linear-gradient(180deg, #f2d68e 0%, #c48411 100%);
    background: -webkit-linear-gradient(180deg, #f2d68e 0%, #c48411 100%);
    background: linear-gradient(180deg, #f2d68e 0%, #c48411 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2d68e",endColorstr="#c48411",GradientType=1);
}
.hot_pick_label {
    background-color: #E81739;
    color: #fff;
    font-style: italic;
    padding: 8px 10px 10px;
    margin: 5px;
    position: absolute;
    left: 0px;
    border-radius: 100%;
    width: 4em;
    height: 4em;
    line-height: 1.3em;
    text-align: center;
    font-size: 0.8em;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.2);
}

.game_details {
    display:none;
    background-size:cover;
    background-repeat:no-repeat;
}
.mfp-content .game_details {
    display:flex;
}
body.mfp-active {
    overflow-y: hidden!important;
}
.mfp-wrap {
    height:100vh !important;
        overflow: scroll;
}
.game_imgs {
    position:relative;
    flex-grow: 100;
}
.game_imgs .game_reel_img {
    position:absolute;
    width:100%;
     top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.game_imgs .game_logo_img {
    position: absolute;
    max-width: 45%;
    max-height:  50%;
    height: auto;
    right: -30px;
    top: 20px;
}
.game_imgs .game_char_img{
    position: absolute;
    max-height: 60%;
    width: auto;
    bottom: 20px;
    left: 20px;
    max-width: 35%;
}
.game_text {
    width: 400px;
    background-color: #0a0a0a;
    padding: 50px 25px 25px 40px;
    color: #fff;
    max-width: 50%;
}
.game_text p {
    color:#fff;
        font-size: 0.8em;
    padding-top: 30px;
}
.game_text h3 {
    color:#fff;
}
.game_table_item {
    display:flex;
    border-top:1px solid #fff;
    font-size: 0.8em;
}
.features_table {
    padding:5px 0px;
}
.features_item {
    margin-right:-10px;
        line-height: 1.2em;
}
.features_item:before {
    content:"✔";
    padding-right:5px;

}
.table_left {
    width:50%;
}
.table_right {
    width:50%;
}
.cta_btn.sales_sheet {
    background-color:#c48411 !important;
}

.mfp-bg {
    background-color:#0a0a0a !important;
}
.mfp-wrap .game_details {
    background-color: #0a0a0a ;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.mfp-content .mfp-close {

    color: #f2d68e !important;
}
.mfp-preloader {
    background-position: center center;
    margin-top: -80px !important;
    background-repeat: no-repeat;
    font-size: 0;
    height: 128px;

}

.layout_bg_burgundy {
    background-color:#0a0a0a;
}



@media (max-width: 768px) {
  .header_banner {
    height:20vh;
  }
  .title_banner {
      height:30vh;
  }
  .center_details {
    padding:0px;
  }
body {
	-webkit-overflow-scrolling: touch;
}
body.mfp-active {
overflow-y: hidden!important;
     -webkit-overflow-scrolling: auto;
}

    .mfp-content .game_details {
    display: block;
}
    .game_imgs {
    position: relative;
    flex-grow: 100;
    width: 100%;
    height: 30vh;
}
    .game_text {
    width: 100%;
    background-color: #0a0a0a;
    padding: 35px 15px 15px 15px;
    color: #fff;
    max-width: 100%;
}
    .mfp-wrap .game_details {
    background-color: #0a0a0a ;
    padding: 5px;
    width: auto;
    margin: auto;
    max-width: 1200px;
    margin-top: 35px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 35px;
    position: relative;
    }

    .mfp-content .mfp-close {
width: 24px;
    height: 24px;
    line-height: 24px;
    color: #ffffff !important;
    opacity: 1;
    margin-right: 0px;
    }
    .game_imgs .game_logo_img {
    position: absolute;
    max-width: 35%;
    max-height: 80%;
    height: auto;
    right: 0px;
    top: 0px;
}

}

@media (max-width: 1024px) {
    .hotpicks .slick-list {
    overflow:hidden;
}
}
/*/ Games Menu /*/

.games_menu {
    background-color: #013348;
      position: -webkit-sticky;
  position: sticky;
  top: 98px;
    z-index:3;
    display:none !important;
}
.games_menu ul {
    padding: 0px 50px 0px 56px;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.games_menu select {
    display:none;
}
.games_menu li {
    font-size: 0.9em;
    line-height: 22px;
    margin:0px;
    margin-right: 10px;
    list-style: none;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
}
.games_menu li a {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
}
.games_menu li.cat_selected {
    background-color: rgba(0,159,226,1);
}

.games_menu select  {
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.games_menu select ::-ms-expand {
	display: none;
}
.games_menu select :hover {
	border-color: #888;
}
.games_menu select :focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.games_menu select option {
	font-weight:normal;
}
.select_menu {
    display:none;
        padding: 5px 58px 5px;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .games_menu select, :root:lang(ar) .games_menu select, :root:lang(iw) .games_menu select {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.games_menu select:disabled, .games_menu select[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.games_menu select:disabled:hover, .games_menu select[aria-disabled=true] {
	border-color: #aaa;
}
.highlights {

}
.highlights ul {
    margin:0px;
    margin-left:-10px;
padding: 0px 0px 2em 0px;
}
.highlights li{
    display:inline-block;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase;
    font-size:0.8em;
    margin-bottom:0.3em;
    color:#fff;
    border-right:1px solid #fff;
    line-height:1em;
}
.highlights li:last-of-type {
    border-right:none;
}
/*/ GAMES LEADER /*/
.top_padder {
    background-color:#0a0a0a;
}
.lead_game {
    position:relative;
    height:40vh;
    min-height:360px;
    background-size:cover;
}
.leader_content {
    height:100%;
    min-width:100%;
    left:0px;
    position:absolute;
    background: rgb(103,18,32);
    background: -webkit-linear-gradient(to right, rgba(103,18,32,1) 0%, rgba(103,18,32,0) 100%);
    background: -o-linear-gradient(to right, rgba(103,18,32,1) 0%, rgba(103,18,32,0) 100%);
    background: linear-gradient(to right, rgba(103,18,32,1) 0%, rgba(103,18,32,0) 100%);
}
.leader_content_inner {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    max-width:500px;
    right:10%;
}
.leader_title {
    color:#ffffff !important;
    border-bottom:1px solid #825d24;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;

}
.leader_description {
    font-weight:600;
    font-size:1.13em;
    color:#ffffff !important;
}

/*/ News /*/
.layout_bg_white  h2 {
    border-bottom-color:#dfdfdf;
}
.date {
    padding-bottom: 0.5em;
    color: #aaa;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    font-size: 0.8em !important;
    text-transform: uppercase;
}
.news_item_page .date {
        padding-top: 10px;
}
.news_listing .grid_item_inner {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072);
}
.news_item_page .alt_img {
    display: block;
}

/*/ COntact /*/

#map {
    height: 40vh;
    min-height: 300px;
}

/*/ Terms /*/

.terms {
        padding: 0px 15px;
}
.terms_inner {
    padding:50px;
    margin:auto;
    max-width:760px;
    width:100%;
}

/* AJAX PAG /*/

.misha_loadmore {
  margin: auto;
  background-color: #000 !important;
  border: 0;
  padding: 5px 15px;
  color: #fff;
  margin-top: 50px;
  border-radius: 4px;
  flex: none;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
  text-transform: lowercase;
  cursor:pointer;
}

/* DOWNLOADS /*/

.w3eden {
    font-size: 9pt;
    max-width: 1140px;
    margin: auto;
    padding-top: 130px;
    padding-bottom: 120px;
}
.w3eden .w3eden  {
max-width: 1140px !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.w3eden .row {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.cta_btn.back_to_downloads {
    background-color: #009fe3 !important;
    margin-bottom:20px;
}

/*/ AGE POP /*/

.pum-theme-376, .pum-theme-default-theme {
    background-color: rgba( 0, 0, 0, 0.9 ) !important;
}
.popmake-close {
    display:none !important;
}
.pop_logo {
    background-color: #fff;
    text-align:center;
}
.pop_logo {
        padding: 20px;
}
.pop_logo img {
    max-width:200px !important;;
    width:70%;
    margin:auto;
     padding:10px;
}
.pum-theme-376 .pum-container, .pum-theme-default-theme .pum-container {
    padding:0px !important;
}
.pop_form {
    padding:15px !important;
}
.pop_form label {
    display:none !important;
}
.pop_form {
    text-align:center;
}
.pop_form h2 {
    font-size: 0.9em;
    color: #0a0a0a;
    padding-bottom: 1em;
    border-bottom: 0px;
}
.pop_form p  {
    padding-bottom:0px; margin-bottom:0px;
    margin-top: 1em;
font-size: 0.8em;
}
.pop_form .gform_wrapper .clear-multi {
        justify-content: space-between;
}
.pop_form .gform_wrapper .clear-multi .ginput_container {
    margin-right:0px !important;
    width:30% !important;
}
.pop_form .gform_wrapper .clear-multi .ginput_container select {
    width:100% !important;
}

@media (max-width: 1330px) {
    header {
        font-size:14px;
    }
    .mainmenu li {
        margin-left:30px;
    }
    .sub-menu-wrap .sub-menu {
        min-width: 600px;
    }
    .games_menu {
        font-size:14px;
    }
}
@media (max-width: 1150px) {
     header {
        font-size:13px;
    }
    .games_menu {
        font-size:13px;
    }
    .games_menu li {
        padding: 1px 7px;
    }
    .mainmenu li {
        margin-left:20px;
    }
      .sub-menu-wrap .sub-menu {
        min-width: 533px;
    }
}

@media (min-width: 1020px) {
    .mainmenu {
        left:50px !important;
    }

}
@media (max-width: 1040px) {
    .games_menu_big  {
        display:none !important;
    }
    .games_menu select, .select_menu {
        display:block !important;
    }
    .games_menu {
        font-size:15px;
    }
}

@media (max-width: 1019px) {
       .sub-menu-wrap {
        box-shadow:none !important;

    }
    .title_box {
    padding: 30px 50px 2em;
    }

    .menu-icon {
        display:block;
    }
    .mainmenu {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #111;
        z-index: -1;
        left: 100%;
    }
    .mainmenu ul {
        text-align: left;
        padding-top: 130px;
        font-size: 16px;
    }
    .mainmenu li {
        display: block;
        border-bottom: 1px solid #333;
        padding-bottom: 0.4em;
        margin-bottom: 0.4em;
        margin-right: 20px;
        white-space: nowrap;
        position:relative;
    }
    .mainmenu li:before {
        display:none !important;
    }
    .sub-menu-wrap {
        display:block;
        position:relative;
        left: 0px;
        right: 0px;
        min-width: 0px;
        text-align: left;
        margin-top: 0em;
        border-top: none;
        background-color: transparent;
        z-index: 1 !important;
        transform: scaleY(0);
        opacity:0;
        height:0px;
       transition: all 0s;
    }
    .sub-menu-wrap-open .sub-menu-wrap {
        transform: scaleY(1);
        opacity:1;
        height:auto;
      background: transparent !important;
        transition: transform  0.25s ease-out, opacity 0.25s ease-out;
    }
    .sub-menu-wrap li:first-child {
        margin-top:1.8em;
    }
    .sub_menu_btn {
        transform-origin: 64% 48%;
        transition: transform 0.3s ease;
        transform: rotate(0deg);
    }
    .sub-menu-wrap-open .sub_menu_btn {
        transform: rotate(180deg);
         transition: transform 0.3s ease;
    }

    .sub-menu-wrap .sub-menu {
        min-width:0px;
        padding-top:0px;
        font-size:14px;
        padding-left:20px;
        padding-bottom: 0px;
    }
    .sub-menu-wrap .sub-menu li{
        border-bottom:none;
        position:relative;
    }
    .sub_menu_btn::after {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        position: absolute;
        right: 10px;
        z-index: 2;
        top: 2px;
        top: 1em;
    }
    .sub_menu_btn {
        display: block;
        position: absolute;
        right: 0px;
        width: 3em;
        height: 2.6em;
        z-index: 2;
        top: 0.3em;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s ease-in-out 0.3s;
    }
    .menu_open .sub_menu_btn {

        visibility: visible;
        opacity: 1;
    }
    .top_menu {
display: block;
    position: absolute;
    right: 10px;
    left: 150px;
    top: 1px;
    padding-bottom: 1px;
    font-size: 11px;
    width: auto;
    margin-left: 0px;
    padding-left: 0px;
    }

    h2 {
    font-size: 1.67em;
    }
    .top_menu li {
        display:inline-block;
        padding-right: 10px;
        list-style: none;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .top_menu span.switch img {
        width: auto;
        height: 12px;
    }
    .top_menu span.login img {
        width: 11px;
        height: 13px;
        margin-top: -2px;
    }

    .top_menu span {
        padding-right: 7px;
    }

    header {
        min-height:80px;
    }
    header .header_logo {

    top: 12px;
    left: 20px;
    position: absolute;
    }
    header .header_bg {

        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
    }
    .page_anchor {
        margin-top: -80px;
        padding-top: 80px;
    }
    .games_menu {
        top:78px;
    }


}

@media (max-width: 767px) {
    .contact_form_hold .contact_form {
    padding:0px;
}
.contact_title {
    padding: 0px 0px 20px;
}
    .lead_game {

    min-height:300px;

}
    .select_menu {

    padding: 5px 28px 5px;
}
  body {
        font-size:13px;
    }
    .top_menu li a {

        font-size: 0.75em;

    }
    .slick-prev, .slick-next {
        width: 15px !important;
        height: 15px !important;
    }
    .slick-prev:before, .slick-next:before {
        font-size:15px !important;
    }
    .slick-prev {
        left: 5px !important;
    }
    .slick-next {
        right: 5px !important;
    }
    .progressBarContainer div {
        width: 34px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .alt_text_image_inner {
        padding: 30px 0px;
    }
    .alt_text_image .alt_img img {
        padding: 10% 20px 0px;
    }
    .full_bg_block .alt_img img {
        width: calc(100% - 150px);
    }
    .alt_text_image .alt_text .alt_text_inner {
        padding: 10% 20px;

    }
    .footer_inner {
        padding: 50px 0px;
    }
    .footer_top_bar {
        margin: 0px 20px;
    }
    .footer_top_bar_cont {
        width: auto;
    }
    .footermenu li {
        display:block;
    }
    .footer_text {
        padding: 10% 20px;
    }
    .footer_logos {
        text-align:left;
        padding: 0px 20px 10%;
    }
    .footer_logos img {
        margin-left:0px;
        margin-right: 10px;
        height: 18px;
    }
    .full_bg_block {
        overflow:hidden;
    }
    .full_bg_block:after {
        right: -100%;
    }
    .listing_grid {
        padding: 10px;
    }
    .grid_title {
        padding: 30px 20px 00px;
    }
    .title_box {
    padding: 30px 20px 2em;
    }
    .contact_form_hold {
        padding:0px;
    }
    .contact_form_inner {
            padding: 30px 0px;
    }
    .hotpicksbg .listing_grid {
        padding-top:40px;
    }
}
