/*
 Theme Name:     Rolling Loud
 Theme URI:      https://www.gordonbyte.com/
 Description:    Hip Hop Music festival
 Author:         Randell Gordon
 Author URI:     https://www.gordonbyte.com/
 Template:       wp-bootstrap-starter
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
* {
    /* -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; */
}

@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?20867835');
  src: url('./font/fontello.eot?20867835#iefix') format('embedded-opentype'),
	   url('./font/fontello.woff?20867835') format('woff'),
	   url('./font/fontello.ttf?20867835') format('truetype'),
	   url('./font/fontello.svg?20867835#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rl-icon{
		font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
/* effect-shine */
a.effect-shine {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
a.effect-shine:hover, a.effect-shine:focus {
    -webkit-mask-image: none;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
/*effect-box*/
a.effect-box:after,
a.effect-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
a.effect-box:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
a.effect-box:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
a.effect-box:hover:after,
a.effect-box:hover:before, 
a.effect-box:focus:after, 
a.effect-box:focus:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.selected-city a.effect-shine {
    -webkit-mask-image: none;
    -webkit-mask-size: 200%;
    animation: none;
}
/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.content-area {
    margin: auto;
	min-height: 0;
}
html {
    background-color: black;
}
/* HEADER MENU SECTION*/
body {
    font-family: 'Poppins', sans-serif;
	opacity: 1;
    transition: 1.5s opacity;
	position: relative;
	z-index: 0;
}
body.fade-out{
	opacity: 0;
    transition: none;
}
a {
    text-decoration: none !important;
}
.hidden {
    display: none !important;
}
.top-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.home .top-header {
    position: absolute;
}
.head-logo a {
    display: block;
}
.head-logo a:hover, .head-logo a:focus {
    opacity: .85;
}
.header-black{
	background-color: #000;
}
/*
#masthead.front-page .weather-info{
    display: none;
}
*/
#masthead ul:not(.select-options) {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
#masthead ul.top-menu-right > li,
#masthead ul.top-menu-left li,
#masthead .top-right-menu > ul > li {
    display: table-cell;
    text-align: center;
}
#masthead ul li a,
#masthead .mobile-menu a {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 15px;
    width: 140px;
    height: 35px;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#masthead ul li a:hover, #masthead ul li a:focus {
    color: #fff;
}
#masthead ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#masthead ul li a:hover:before, #masthead ul li a:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#masthead ul.top-menu-left li:first-child a:before {
    left: -7px;
}
#masthead ul.top-menu-left li:first-child a {
    padding: 8px 15px 8px 0;
}
#masthead ul.top-menu-right li:last-child a {
    font-weight: 500;
}
#masthead ul li a.btn,
#masthead .mobile-menu a.btn {
    color: #fff !important;
}
#masthead ul li a.btn:before,
#masthead .mobile-menu a.btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    top: 1px;
    left: 1px;
    background-color: #fff;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
#masthead ul li a.btn:after,
#masthead .mobile-menu a.btn:after {
    position: absolute;
    content: "BUY YOUR TICKET";
    display: block;
    line-height: 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #a0113f;
    top: -1px;
    left: -1px;
    background: #a0113f;
    background: -moz-linear-gradient(left, #a0113f 0%, #3f366b 100%);
    background: -webkit-linear-gradient(left, #a0113f 0%, #3f366b 100%);
    background: linear-gradient(to right, #a0113f 0%, #3f366b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a0113f', endColorstr='#3f366b', GradientType=1);
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
#masthead ul li a.btn:hover:before,
#masthead ul li a.btn:hover:after, 
#masthead ul li a.btn:focus:before,
#masthead ul li a.btn:focus:after{
    top: 0;
    left: 0;
}
#masthead .top-menu-left {
    text-align: left;
}
#masthead .top-menu-right {
    text-align: right;
}
#masthead .top-menu-left,
#masthead .top-menu-right,
#masthead .mobile-menu {
    margin-top: 5px;
    margin-bottom: 10px;
}
/*
#masthead#masthead:not(.front-page) .top-menu-left,
#masthead #masthead:not(.front-page).top-menu-right,
#masthead#masthead:not(.front-page) .mobile-menu {
    margin-top: 15px;
}
*/
#masthead .top-menu-right li:first-child {
    padding-left: 0;
}
body .top-header #masthead:not(.front-page) {
    background-color: #000;
}
body.page-template-tickets {
    background-image: url('http://rl.gordonhosting.com/wp-content/themes/rollingloud/images/ticket-image.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    height: 100vh;
}
.playlist-media, .download-app, .newsletter{
	overflow: hidden;
}
.playlist-media {
    padding: 20px 0;
    background-color: #000;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);;
}
.playlist-media .row > div {
    border-right: 2px solid #1a1a1a;
}
.playlist-media .row > div:last-child {
    border: none;
}
.playlist-media a {
    display: block;
    text-align: center;
}
.playlist-media a:hover, .playlist-media a:focus {
    opacity: .8;
}
.playlist-img,
.playlist-text {
    display: inline-block;
    vertical-align: middle;
}
.playlist-img img {
    max-width: 60px;
    max-height: 55px;
}
.playlist-text {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 0 10px;
}
.playlist-text span {
    font-size: 12px;
    font-weight: 300;
	display: block;
}
.col-lg-3 .playlist-img,
.col-lg-3 .playlist-text {
    text-align: left;
    font-size: 13px;
}
.col-lg-3 .playlist-img img {
    max-height: 40px;
}
.top-right-menu {
    height: 30px;
    margin: 0;
}
.weather-info {
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 30px;
    cursor: default;
}
.weather-info:hover, .weather-info:focus {
    opacity: .8;
}
.weather-info img {
    max-width: 35px;
    max-height: 25px;
    margin-right: 5px;
}
.sub-header .sub-links {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub-header .sub-links li {
    display: table-cell;
    text-align: center;
    max-width: 110px;
}
.sub-header .sub-links li a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
}
.sub-header .sub-links li a:hover, .sub-header .sub-links li a:foucs {
    color: #078272;
}
.sub-header .sub-links li:not(.selected-city) {
    opacity: .8;
}
.sub-header .sub-links li:not(.selected-city):hover, .sub-header .sub-links li:not(.selected-city):focus {
    opacity: 1;
}
.sub-header .sub-links .selected-city a {
    font-size: 26px;
    font-weight: 600;
}
.sub-header .sub-links > li[class="selected-city"]:first-child a {
    font-size: 20px;
}
.show-date {
    position: relative;
    margin-top: -5px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    padding-top: 4px;
    letter-spacing: .6px;
	font-size: 10px;
	text-transform: uppercase;
}
.selected-city .show-date {
    padding-top: 0;
}
.show-date:before {
    position: absolute;
    content: "";
    width: 95px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}
.show-date span {
    font-size: 10px;
    font-weight: 300;
}
#page-sub-header {
    height: 750px;
    overflow: hidden;
    background-position: bottom center!important;
    background-size: auto 100% !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
	background-color: #000 !important;
}
body.home #page-sub-header h1 {
    margin-top: 200px !important;
}
.top-header header#masthead {
    background-color: transparent;
    box-shadow: none;
}
.tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    z-index: 1;
}
.cta-section {
    position: relative;
    margin-top: 30%;
    z-index: 9;
}
.cta-section a {
    position: relative;
    text-transform: uppercase;
	opacity: .9;
}
.cta-section a:hover, .cta-section a:focus {
	opacity: 1;
}
.cta-btn {
    min-width: 210px;
    border-radius: 0;
    margin: 0 35px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0b9d8a;
    border-color: #06594e;
    border-width: 1px;
    font-size: 14px;
    font-weight: 500;
}
.cta-btn:hover, .cta-btn:focus {
    color: #fff;
    background-color: #06594e;
}
.special-cta-style {
    color: #000 !important;
    border-color: #a8a8a8;
    background-color: #fff;
}
.special-cta-style:hover, .special-cta-style:focus {
    color: #000;
    background-color: #fff;
}
.title {
    padding: 10px;
    margin: 0;
    font-size: 36px;
    color: #000;
}
.title span {
    color: #0a9d8a;
}
/***  HOME PAGE ***/
.home #content.site-content {
    padding-top: 0;
    padding-bottom: 0;
	/* margin-bottom: 186px; */
}
body #content.site-content {
    padding: 0;
}
.home-media-holder {
    position: relative;
}
.scroll-element.scroll-x {
    display: none !important;
}
.video-case {
    float: left;
    position: relative;
    width: 265px;
    height: 265px;
    background-color: #666;
    background-position: center;
    background-size: cover;
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    cursor: pointer;
}
.video-case:hover, .video-case:focus {
    background-color: #444;
    box-shadow: 0 0 20px #444;
}
.our_media {
    padding: 50px 0;
}
.our_media .video-case .media-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.our_media .video-case .media-play-btn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    font-size: 0;
    line-height: 39px;
    margin: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.our_media .media-video-info {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .55);
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}
.our_media .media-video-info h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 20px;
    margin: auto;
    color: #fff;
    height: 40px;
    font-weight: 500;
}
.our_media .video-case:hover .media-video-info, .our_media .video-case:focus .media-video-info {
    top: 0;
}
.our_media .video-case:hover .media-play-btn, .our_media .video-case:focus .media-play-btn {
    opacity: 0;
}
.our_media.past-shows .video-case {
    width: 48%;
    height: 400px;
}
.shop-collection {
    padding: 50px 0;
}
.shop-collection .collection-section {
    position: relative;
    background-color: #000;
    height: 250px;
    width: 100%;
    padding: 10px;
    margin: auto;
}
.shop-collection .collection-section a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.shop-collection .collection-section a:before,
.shop-collection .collection-section a:after {
    border-color: #fff;
}
.shop-collection .collection-section h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.collection-section:hover .tint, .collection-section:focus .tint {
    background-color: rgba(0, 0, 0, .35);
}
.download-app {
    position: relative;
    padding: 50px 0 50px;
	background-position: 50% center;
}
.download-app span {
    font-size: 18px;
	font-weight: 600;
    color: #0b9d8a;
    padding: 20px 0 0;
    margin: 0 0;
    line-height: 1;
}
.download-app h2 {
    font-size: 45px;
    color: #000;
    padding: 0;
    margin: 0 0 30px;
	text-transform: uppercase;
}
.download-app ul {
    padding: 0 10px;
    margin: 15px 0 0;
}
.download-app ul li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    list-style: none;
    min-height: 60px;
    padding: 0 20px;
    color: #000;
}
.app_icons{
	position: absolute;
	background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: 17px;
    top: -2px;
    left: -10px;
}
.lineup-icon{
	background-image: url(images/lineup_icon.png);
}
.clothing-icon{
	background-image: url(images/cloths_icon.png);
}
.playlist-icon{
	background-image: url(images/playlist_icon.png);
}
.maps-icon{
	background-image: url(images/map_icon.png);
}
.photo-icon{
	background-image: url(images/images_icon.png);
}
.content-icon{
	background-image: url(images/invoice_icon.png);
}
/*
.phone-img{
	text-align: center;
}

.phone-img img {
	margin-top: 10px;
	max-height: 400px;
}
*/
.back_btn span{
	color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
}
.app-stores a {
    margin-right: 5px;
    display: inline-block;
    border-radius: 8px;
}
.app-stores a:hover, .app-stores a:focus {
    opacity: .7;
}
/*
.artist-rain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #000;
    z-index: 0;
}
*/
#slider-video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.video-controls {
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: 20px;
}
.pause-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/pause-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pause-btn:hover, .pause-btn:focus {
    opacity: .6;
}
.play-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/play-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.play-btn:hover, .play-btn:focus {
    opacity: .6;
}
.activated-btn {
    opacity: .4;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size, 
.scrollbar-rail > .scroll-element .scroll-element_outer:focus .scroll-element_size{
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_track,
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    max-height: 200px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 0;
    bottom: 0;
    margin: auto;
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar, 
.scrollbar-rail > .scroll-element .scroll-element_outer:focus .scroll-bar{
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.our_media .scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    width: 1px;
}
.our_media .scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 4px;
    width: 3px;
    background-color: #078272;
    border-radius: 0;
    box-shadow: none;
    max-height: 70px;
}
/****MOBILE HAMBURGER MENU ***/
/* Icon 1 */
#nav-icon1 {
    width: 30px;
    height: 17px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1:after {
    content: "Menu";
    position: absolute;
    bottom: -23px;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 200;
	font-size: 10px;
	text-transform: lowercase;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 8px;
}
#nav-icon1 span:nth-child(3) {
    top: 16px;
}
#nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.archive-section{
	position: relative;
}
.hamburger {
    margin-top: -6px;
}
/****NEWSLETTER ***/
.newsletter {
    position: relative;
    background-color: #000;
    padding: 30px 0;
    overflow: hidden;
	font-size: 12px;
    /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4); */
}

.newsletter-form {
    position: relative;
    z-index: 9;
    padding-left: 7%;
	border-left: 1px solid rgba(238, 238, 238, 0.20);
}
.newsletter-form input {
	color: #fff;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 1px;
	border: 1px solid #000;
    border-bottom: 1px solid #fff !important;
	background-color: transparent;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.newsletter-form input::placeholder {
  color: #fff;
}
.newsletter h5 {
    font-size: 18px;
    color: #099d8a;
    padding: 0;
    margin: 30px 0 0;
}
.newsletter p {
    font-size: 14px;
	font-weight: 100;
    color: #fff;
    padding: 0;
    margin: 10px 0 0;
}
.newsletter-first-name,
.newsletter-last-name {
    float: left;
    width: 49%;
}
.newsletter-first-name, .newsletter-last-name, .newsletter-email, .newsletter-location, .newsletter-submit{
	padding: 10px 0;
}
.newsletter-first-name:hover, .newsletter-last-name:hover, .newsletter-email:hover, .newsletter-location:hover,
.newsletter-first-name:focus, .newsletter-last-name:focus, .newsletter-email:focus, .newsletter-location:focus, 
.newsletter-submit{
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.newsletter-first-name {
    width: 50%;
    margin-right: 1%;
}
.newsletter-email {
    width: 100%;
}
.newsletter-location {
    float: left;
    width: 59%;
    margin-right: 1%;
}
.newsletter-submit {
    float: left;
    width: 40%;
    text-transform: uppercase;
    font-weight: 600;
    color: #099d8a;
}
.newsletter-submit:hover, .newsletter-submit:focus {
    background-color: #fff;
    color: #000;
}


.subscription{
	color: #000;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	/* height: 0;
	overflow: hidden; */
}
.subscription a{
	text-align: center;
	color: #000;
    display: block;
    padding: 10px 0;
    border-right: 1px solid #eee;
}
.subscription a:hover, .subscription a:focus{
	color: #444;
	opacity: .6;
}
.subscription .row > div{
	padding: 0;
}
.subscription .row > div:last-child a{
	border: none;
}
.subscription i{
	display: block;
	margin: 10px auto;
	font-size: 26px;
	color: #000;
}
.site-info {
	font-size: 12px;
    color: #000;
    text-align: center;
}
.artist-rain .tint {
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 0
}
.mobile-menu {
    font-size: 12px;
    color: #fff;
}
.rl-locations a {
    position: relative;
}

.rl-locations a img {
    width: 30px;
    margin-top: -15px !important;
}
.rl-locations a:after {
    content: "Map";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
    color: #fff;
    font-weight: 200;
	font-size: 10px;
	text-transform: lowercase;
}
#page footer.site-footer{
	border: none;
	border-top: 1px solid #eee;
	background-color: #fff !important;
}

.non-scroll{
	position: fixed;
	overflow: hidden;
    scroll-behavior: unset;
    scroll-margin: unset;
	width: 100%;
}
#masthead .mobile-menu ul li {
    text-align: right;
}
.country-selector{
	display: none !important;
}
.mobile-menu .top-right {
    display: inline-block;
    margin-left: 20px;
}
.mobile-menu ul li span {
    width: 100px;
    display: inline-block;
    text-align: left;
}
.mobile-menu .top-right span {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-right: 5px;
    cursor: pointer;
}
.mobile-menu .top-right span:after {
    position: absolute;
    right: 2px;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.mobile-menu ul li:last-child span {
    width: 50px;
    display: inline-block;
    text-align: left;
}
.ticket-section .ticket-plan.vip-plan .price_fees {
    margin-top: 10px;
}
.ticket-section,
.hotels-section {
    position: relative;
    z-index: 2;
}
.rl-hotels {
    background-image: url('http://rl.gordonhosting.com/wp-content/themes/rollingloud/images/ticket-image.jpg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 100vh;
}
.ticket-header,
.ticket-holder,
.hotels-holder {
    color: #fff;
}

.ticket-plan,
.hotels-plan {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #636363;
    padding: 20px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hotels-plan {
    max-width: none;
}
.ticket-plan:hover,
.hotels-plan:hover, 
.ticket-plan:focus,
.hotels-plan:focus{
    background-color: rgba(0, 0, 0, .90);
    cursor: pointer;
}
.ticket-header,
.hotels-header,
.gallery-header {
    margin-top: 20px;
}
.hotels-header,
.gallery-header {
    margin-bottom: 30px;
}
.ticket-header h2,
.hotels-header h2,
.gallery-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.ticket-header h4,
.hotels-header h4,
.gallery-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.ticket-header p,
.hotels-header p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.ticket-title,
.hotels-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.ticket-desc,
.hotels-desc {
    font-size: 12px;
    font-weight: 300;
}
.ticket-age,
.hotels-age {
    font-size: 14px;
    font-weight: 300;
}
.ticket-price,
.hotels-price {
    font-size: 21px;
    font-weight: 600;
    text-align: right;
}
.ticket-price span,
.hotels-price span {
    font-size: 12px;
    font-weight: 300;
}
.get-tickets,
.get-hotels,
.more-photos {
    position: relative;
    display: block;
    float: right;
    margin-top: 10px;
    width: 160px;
    padding: 8px 0;
    background-color: #0b9d8a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #0a8071;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.more-photos {
    float: none;
    margin: 20px auto;
}
.get-tickets:hover,
.get-hotels:hover,
.more-photos:hover, 
.get-tickets:focus,
.get-hotels:focus,
.more-photos:focus{
    color: #fff;
    background-color: #0a8071;
}
.ticket-plan.vip-plan {
    position: relative;
    border: 1px solid #ff6d00;
}
.ticket-plan.vip-plan .get-tickets {
    margin-top: 35px;
    font-weight: 700;
}
.ticket-plan.vip-plan .get-tickets {
    color: #000;
    background: #ffff00;
    background: -moz-linear-gradient(left, #ffff00 0%, #ff6d00 100%);
    background: -webkit-linear-gradient(left, #ffff00 0%, #ff6d00 100%);
    background: linear-gradient(to right, #ffff00 0%, #ff6d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ff6d00', GradientType=1);
    border: 2px solid #ff6d00;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.ticket-plan.vip-plan .get-tickets:hover, .ticket-plan.vip-plan .get-tickets:focus {
    color: #000;
    background: #ff6d00;
    background: -moz-linear-gradient(left, #ff6d00 ffff00 0%, #ffff00 100%);
    background: -webkit-linear-gradient(left, #ff6d00 0%, #ffff00 100%);
    background: linear-gradient(to right, #ff6d00 0%, #ffff00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff6d00', endColorstr='#ffff00', GradientType=1);
}
.ticket-plan.vip-plan:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6e02), to(#ffff00));
    background-image: -webkit-linear-gradient(#ff6e02, #ffff00);
    background-image: -moz-linear-gradient(#ff6e02, #ffff00);
    background-image: -o-linear-gradient(#ff6e02, #ffff00);
    background-image: linear-gradient(#ff6e02, #ffff00);
    top: 0;
    left: -1px;
    bottom: auto;
    width: 1px;
    height: 50%;
}
.ticket-plan.vip-plan:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffff00), to(#ff6e02));
    background-image: -webkit-linear-gradient(#ffff00, #ff6e02);
    background-image: -moz-linear-gradient(#ffff00, #ff6e02);
    background-image: -o-linear-gradient(#ffff00, #ff6e02);
    background-image: linear-gradient(#ffff00, #ff6e02);
    top: auto;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 50%;
}
.ticket-plan.vip-plan .row:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6e02), to(#ffff00));
    background-image: -webkit-linear-gradient(#ff6e02, #ffff00);
    background-image: -moz-linear-gradient(#ff6e02, #ffff00);
    background-image: -o-linear-gradient(#ff6e02, #ffff00);
    background-image: linear-gradient(#ff6e02, #ffff00);
    top: 0;
    right: -1px;
    bottom: auto;
    width: 1px;
    height: 50%;
}
.ticket-plan.vip-plan .row:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffff00), to(#ff6e02));
    background-image: -webkit-linear-gradient(#ffff00, #ff6e02);
    background-image: -moz-linear-gradient(#ffff00, #ff6e02);
    background-image: -o-linear-gradient(#ffff00, #ff6e02);
    background-image: linear-gradient(#ffff00, #ff6e02);
    top: auto;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 50%;
}
.collection-section {
    max-width: 540px;
}
.slider-section {
    background-color: #000;
}
#rl-image-1 {
    clip-path: url(#rl-clippath-1);
}
#rl-clippath-1 polygon {
    clip-path: polygon(87% 0, 100% 0%, 100% 100%, 74% 100%);
}
.rl-main-slider-img {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    border-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 10s linear;
    -moz-transition: all 10s linear;
    -o-transition: all 10s linear;
    transition: all 10s linear;
}
.rl-main-left-img {
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 20% 0, 40% 100%, 0 100%);
    clip-path: polygon(0 0, 20% 0, 40% 100%, 0 100%);
    opacity: .3;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.rl-main-center-img {
    opacity: 1;
    z-index: 9;
    box-shadow: 0 0 10px #000;
    -webkit-clip-path: polygon(15% 0, 85% 0, 65% 100%, 35% 100%);
    clip-path: polygon(15% 0, 85% 0, 65% 100%, 35% 100%);
    background-position: 100% 100%;
}
.rl-main-right-img {
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 80% 0, 60% 100%, 100% 100%);
    clip-path: polygon(100% 0, 80% 0, 60% 100%, 100% 100%);
    opacity: .3;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.rl-mid-left-img {
    -webkit-clip-path: polygon(20% 0, 30% 0, 60% 100%, 0 100%);
    clip-path: polygon(20% 0, 30% 0, 60% 100%, 0 100%);
    opacity: 1;
    z-index: 5;
    background-position: -70px 100%;
}
.rl-mid-center-left-img {
    -webkit-clip-path: polygon(10% 0, 20% 0, 30% 100%, 20% 100%);
    clip-path: polygon(10% 0, 20% 0, 40% 100%, 20% 100%);
    opacity: 1;
    z-index: 5;
    background-position: -30px 100%;
}
.rl-mid-center-right-img {
    -webkit-clip-path: polygon(90% 0, 80% 0, 70% 100%, 80% 100%);
    clip-path: polygon(90% 0, 80% 0, 60% 100%, 80% 100%);
    opacity: 1;
    z-index: 3;
    background-position: 350px 100%;
}
.rl-mid-right-img {
    -webkit-clip-path: polygon(80% 0, 70% 0, 40% 100%, 100% 100%);
    clip-path: polygon(80% 0, 70% 0, 40% 100%, 100% 100%);
    opacity: 1;
    z-index: 2;
    background-position: 310px 100%;
}
.first-fire .rl-mid-left-img {
    background-position: -70px 100% !important;
}
.first-fire .rl-main-center-img {
    background-position: 100% 100% !important;
}
.first-fire .rl-mid-center-left-img {
    z-index: 5;
    background-position: -30px 100% !important;
}
.first-fire .rl-mid-center-right-img {
    background-position: 350px 100% !important;
}
.first-fire .rl-mid-right-img {
    background-position: 310px 100% !important;
}
.slick-dots li.slick-active button:before {
    color: #0b9d8a !important;
}
.slick-active .rl-mid-right-img {
    background-position: 210px 100%;
}
.slick-active .rl-main-center-img {
    background-position: 150px 100%;
}
.slick-active .rl-mid-center-right-img {
    background-position: 200px 100%;
}
.slick-active .rl-mid-center-left-img {
    background-position: 30px 100%;
}
.slick-active .rl-mid-left-img {
    background-position: -200px 100%;
}
.slick-nav-title {
    position: absolute;
    z-index: 9999;
    top: 35%;
    left: 0;
    right: 100%;
    min-width: 300px;
    display: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.slick-nav-title h2 {
    color: #fff;
    font-size: 58px;
    text-transform: uppercase;
}
.slick-active .slick-nav-title {
    display: block;
    left: 3%;
    right: 0;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 1px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    padding: 8px 15px;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:hover, .select-styled:focus {
    background-color: #000;
}
.select-styled:active,
.select-styled.active {
    background-color: #000;
}
.select-styled:active:after,
.select-styled.active:after {
    top: 12px;
    border-color: transparent transparent #fff transparent;
}
.select-options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
}

.select-options li {
	display: none;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #222;
}
.select-options li:hover, .select-options li:focus {
    color: #000;
    background: #555;
}
.select-options li[rel=hide] {
    display: none !important;
}
.select-options:hover li, .select-options:focus li{
	display: block;
}
.top-right .select {
    height: 25px;
    border: none;
    float: right;
    max-width: 150px;
    min-width: 150px;
    margin-right: 5px;
}
.top-right-menu .top-right:last-child .select,
#masthead .top-right-menu .top-right:last-child .select-options {
    max-width: 50px;
    min-width: 50px;
}
#masthead .top-right-menu .top-right:last-child .select-options li {
    text-align: center;
    text-indent: 0;
}
.top-right-menu .top-right:last-child .select{
	margin-right: 20px;
}
.top-right > img {
	width: 20px;
    float: right;
}
.top-right .select-styled {
    position: relative;
    max-width: 155px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0px;
    text-align: left;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
	text-transform: uppercase;
}
.top-right .select-styled:after {
    top: 8px;
    right: 0;
}
.top-right .select-styled:active:after,
.top-right .select-styled.active:after {
    top: 3px;
}
#masthead .top-right .select-options {
    min-width: 200px;
    left: auto;
}
#masthead .top-right .select-options li {
    text-align: left;
    padding: 8px 5px;
}

.year-dropdown-holder {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.year-dropdown-holder h5 {
    font-size: 12px;
	font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
}
.select-options li:first-child {
    display: none; 
}
/*
.year-dropdown .select-options li:first-child{
	display: block;
}
*/
.general-page{
	margin-bottom: 40px;
}
.general-page, .general-page h1, .general-page h2, .general-page h3, .general-page h4, .general-page h5, .general-page h6{
	color: #fff;
}
.ninja-forms-form-wrap{
    max-width: 800px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 40px;
    border-radius: 1px;
}
.nf-form-title{
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
}
.nf-form-title h3{
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 40px;
}
.ninja-forms-field {
	border: 1px solid #eee;
    padding: 5px;
    border-radius: 1px;
	box-shadow: none;
}
.media-section {
    padding: 15px 0;
    background-color: #000;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.lineup-format {
    padding: 5px 0;
    margin: 10px 0 0 0;
    text-align: right;
}
.lineup-format li {
    display: inline-block;
    padding: 0 20px 0 20px;
}
.lineup-format li:first-child {
    border-right: 1px solid #fff;
}
.lineup-format li a {
    color: #fff;
    font-size: 14px;
}
.lineup-format li a:hover, .lineup-format li a:focus {
    opacity: .7;
}
.list-artists {
    padding: 40px 0;
    background-color: #000;
}
.list-artists .gallery-banner {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #fff;
    margin: 10px 0;
}
.list-artists .gallery-banner:hover, .list-artists .gallery-banner:focus {
    cursor: pointer;
    opacity: .8;
}
.gallery-banner h2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 30px;
    text-align: center;
}
.gallery-banner-holder {
    padding: 0 10px;
}
.no-results{
	position: relative;
	width: 100%;
	min-height: 400px;
}
.no-results .coming-soon{
	position: absolute;
	top: 350px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	z-index: 9999;
}
.no-results .coming-soon h2{
	color: #fff;
	font-size: 42px;
	padding: 0;
	margin: 0;
}
.artist-holder {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: default;
}
.artist-holder .media-video-info {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .55);
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: default;
}
.artist-holder .media-video-info h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 20px;
    margin: auto;
    color: #fff;
    height: 40px;
    font-weight: 500;
}
.artist-holder:hover .media-video-info, 
.artist-holder:focus .media-video-info{
    top: 0;
}
.artist-holder,
.gallery-holder {
    float: left;
    background-color: #000;
    width: 265px;
    height: 265px;
    margin: 10px;
}
.artist-holder:hover,
.gallery-holder:hover,
.artist-holder:focus,
.gallery-holder:focus{
    cursor: pointer;
    opacity: .8;
}
.flyer-artists {
    padding: 40px;
    text-align: center;
    background-color: #000;
}
.flyer-artists img {
    max-width: 100%;
    margin: auto;
}
.home_flyer {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 20px;
    background-color: rgba(0, 0, 0, 1);
    overflow: scroll;
}
.home_flyer img {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.close-flyer {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    padding: 5px 0;
    position: absolute;
    right: 10%;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.close-flyer:hover, .close-flyer:focus {
    background-color: #ccc;
}
.mobile_menu,
.location_menu {
    position: fixed;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    z-index: -1;
    text-align: center;
    top: 100px;
    padding: 0;
	text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu_dropdown {
    height: 100% !important;
    overflow-y: scroll;
    padding: 50px 0 150px;
    z-index: 999999;
}
.mobile_menu ul,
.location_menu ul {
    padding: 0;
    margin: 0;
}
.mobile_menu ul li,
.location_menu ul li {
    display: block;
    list-style: none;
    padding: 15px 0;
}
.mobile_menu ul li a,
.location_menu ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.mobile_playlist_title {
    padding: 10px 0;
    margin: 0 0 10px;
    color: #fff;
    display: none;
    width: 100%;
	font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.mobile_cta,
.slider-section .slick-slide img {
    display: none;
}
.close-flyer-btn,
.slider-holder img {
    display: none;
}
.media-section .lineup-format a {
    color: #fff !important;
    cursor: pointer;
}
.media-section .lineup-format a:hover, .media-section .lineup-format a:focus {
    opacity: .8;
}
.past-shows {
    text-transform: uppercase;
    color: #fff;
}
.no_price{
	margin-top: 50px;
}
.gallery-section{
	min-height: 400px;
}
.gallery-section header, .aigpl-img-count, .aigpl-gallery-album-wrp .aigpl-img-wrp::after{
	display: none;
}
.aigpl-breadcrumb-wrp{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
    margin-top: -20px;
    margin-bottom: 20px;
}
.aigpl-breadcrumb-wrp > a{
	color: #fff;
}
.aigpl-slider-slide .aigpl-inr-wrp .aigpl-img-wrp{
	padding: 0;
}
.aigpl-gallery-album-wrp .aigpl-img-wrp{
	border: 1px solid #444;
	padding: 0;
}
.aigpl-gallery-album{
	text-align: center;
}
.aigpl-gallery-album .aigpl-column, .aigpl-gallery-album .aigpl-columns{
	position: relative;
    width: 45%;
    max-width: 700px;
    float: none;
    display: inline-block;
    text-align: center;
    margin: auto;
}
.aigpl-img-title, .aigpl-album-design-1 .aigpl-img-title{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    font-size: 32px;
	line-height: 20px;
    font-weight: 600;
    width: 100%;
    color: #fff;
	height: 0px;
    overflow: visible;
    pointer-events: none;
    background: none !important;
    text-shadow: 0 0 10px #000;
}
@media(min-width: 1024px) {
    #page-sub-header {
        min-height: 500px;
        max-height: 100vh;
    }
}
@media(min-width: 992px) {
	.mobile_menu, .location_menu{
		display: none;
	}
}
@media(max-width: 1199px) {
    .top-header .container .row div:first-child,
    .top-header .container .row div:last-child {
        padding: 0;
    }
    .sub-header .sub-links li a {
        font-size: 16px;
    }
    .sub-header .sub-links .selected-city a {
        font-size: 26px;
    }
    .video-case {
        width: 190px;
        height: 190px;
    }
}
@media(max-width: 991px) {
    #masthead .mobile-menu {
        margin-top: 30px;
    }
    .weather-info, #masthead .top-right-menu .top-right, #masthead .masthead-right .top-menu-right {
        display: none !important;
    }
	.playlist-media .text-center .playlist-img, .playlist-media .text-center .playlist-text{
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.col-lg-3 .playlist-img, .col-lg-3 .playlist-text {
	    padding: 0 0 20px 0;
	}
	.playlist-media .row div.col-lg-3:nth-child(3){
		border: none;
	}
    .cta-section a {
        display: block;
        margin-top: 20px;
        max-width: 200px;
        margin: 20px auto;
    }
    .video-case {
        width: 290px;
        height: 290px;
    }
    .download-app ul.app-list li {
        width: 100%;
        min-height: 40px;
        font-size: 14px;
    }
    .download-app ul.app-list li:first-child {
        margin-bottom: 10px;
    }
    .artist-rain {
        height: 155px;
    }
    .artist-rain h1,
    .artist-rain h3 {
        text-align: center;
    }
	.year-dropdown-holder{
		width: 100%;
	}
    .newsletter:before {
        display: none;
    }
    .newsletter:after {
        display: none;
    }
    .newsletter br {
        display: none;
    }
    .newsletter-left {
        text-align: center;
		margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    body.home {
        padding-bottom: 60px;
    }
    body.page-template-tickets {
        height: 100%;
    }
	.aigpl-img-title, .aigpl-album-design-1 .aigpl-img-title{
		font-size: 24px;	
	}
	.aigpl-gallery-album .aigpl-column, .aigpl-gallery-album .aigpl-columns{
		width: 100%;		
	}
	.past-shows-flyer img{
		margin-bottom: 20px;
	}
	.hotels-plan img{
		max-width: 200px;
	}
	.no_price{
		margin-top: 10px;
	}
	.hotels-plan{
		text-align: center;
	}
	.hotels-desc, .hotels-title{
		text-align: left;
	}
	.hotels-holder .get-hotels{
		width: 100%;
	}
	#page-sub-header{
		height: 500px;
		background-attachment: inherit !important;
	}
    #page-sub-header .tint {
        background-color: rgba(0, 0, 0, .35);
    }
	
	.no-results{
		min-height: 200px;
	}
	.no-results .coming-soon{
		top: 0;
		height: 36px;
	}
	.no-results .coming-soon h2{
		font-size: 28px;
	}
	.newsletter-form{
		padding: 0 20px;
		border: none;
	}
    .slider-holder > div {
        display: none;
    }
	.playlist-media .row > div{
		border: none;
	}
	.artist-rain, .artist-rain .tint{
		background-color: #fff;
	}
	.slider-section .slick-slide img{
		display: block;
			
	}
    .rl-main-center-img {
        display: none !important;
        -webkit-clip-path: none;
        clip-path: none;
        -webkit-transition: all 50s ease-in-out;
        -moz-transition: all 50s ease-in-out;
        -o-transition: all 50s ease-in-out;
        transition: all 50s ease-in-out;
    }
	.slick-nav-title h2{
		font-size: 32px;
	}
    .close-flyer {
        display: none !important;
    }
    .hotels-plan img {
        margin-bottom: 10px;
    }
    .home_flyer {
        padding-top: 100px;
    }
    .artist-holder {
        margin: 10px auto;
    }
    .select-styled {
        padding: 8px 5px;
    }
    .location-dropdown .select-options {
        margin: 2px 0 0 0;
        width: calc(100vw - 30px);
    }
    .lineup-format {
        text-align: center;
    }
    .mobile_cta {
        display: block;
    }
    .mobile_cta .buy-tickets-btn,
    .close-flyer-btn {
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 15px 30px;
        width: 100%;
        max-width: none;
        font-size: 18px;
        text-align: center;
        z-index: 99999;
        box-shadow: 0 0 5px #000;
        display: block;
    }
    .close-flyer-btn {
        display: block !important;
        color: #fff !important;
        background-color: #dc0606;
        border-color: #b10606;
        z-index: 9999999;
    }
    .playlist-media .playlist-text {
        display: none;
    }
    .playlist-media .row > div {
        display: inline-block;
    }
    .shop-collection .collection-section {
        margin-bottom: 20px;
    }
    .newsletter p br {
        display: none;
    }
    .mobile_playlist_title {
        display: block;
    }
    .artist-rain {
        height: 95px;
    }
	/*
    .artist-rain canvas,
    .phone-img img {
        display: none;
    }
	*/
    .download-app .app-list {
        display: none;
    }
    .app-left {
        text-align: center;
    }
    .newsletter p {
        font-size: 12px;
    }
    .newsletter h5 {
        font-size: 18px;
    }

    .newsletter .newsletter-submit {
        color: #fff;
        border: 1px solid #fff;
    }
    .get-tickets {
        width: 100%;
    }
    a.effect-shine {
        -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .9) 30%, #000 50%, rgba(0, 0, 0, .9) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
    }
    .cta-section {
        margin-top: 50%;
    }
    .cta-section a {
        max-width: 250px;
        margin: 30px auto;
    }
    .newsletter:after {
        height: 55%;
    }
    #slider-video,
    .video-controls {
        display: none !important;
    }
    #masthead ul li a:hover:before, #masthead ul li a:focus:before {
        display: none;
    }
}

@media(max-width: 500px) {
	.download-app h2{
		font-size: 28px;
	}
	.slick-nav-title h2{
		font-size: 24px;
	}
}











































li.weglot-hide,
.weglot-hide {
    display: none !important;
}
.country-selector {
    z-index: 9999;
    text-align: left;
    position: relative;
    display: inline-block;
    width: auto;
}
.country-selector a {
    padding: 0 10px;
    outline: none;
    text-decoration: none;
    float: none !important;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    color: black;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.country-selector a:focus {
    outline: none;
}
.country-selector ul {
    padding: 0px;
    z-index: 1010;
    list-style: none;
    margin: 0;
}
.country-selector li {
    margin: 0px;
    padding: 0px;
}
.country-selector.weglot-dropdown {
    background-color: white;
}
.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
    display: block;
    height: 37px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}
.country-selector.weglot-dropdown a:hover,
.country-selector.weglot-dropdown span:hover,
.country-selector.weglot-dropdown a:focus,
.country-selector.weglot-dropdown span:focus{
    cursor: pointer;
}
.country-selector.weglot-dropdown .wgcurrent {
    border: 1px solid #e0e0e0;
    list-style: none;
    display: block;
    margin: 0;
}
.country-selector.weglot-dropdown .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 60px;
}
.country-selector.weglot-dropdown .wgcurrent:after {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 8px;
    width: 13px;
    height: 7px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
    background: url("../../plugins/weglot/app/images/wgarrowdown.png") no-repeat;
    content: '';
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.country-selector.weglot-dropdown ul {
    position: absolute;
    min-width: 100%;
    border: 1px solid #ebeef0;
    background: white;
    left: 0;
    top: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 0;
}
.country-selector.weglot-dropdown input:checked ~ ul {
    display: block;
}
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.country-selector.weglot-dropdown li {
    width: 100%;
}
.country-selector.weglot-dropdown.weglot-invert ul {
    bottom: 38px;
}
.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.country-selector.weglot-default {
    position: fixed;
    bottom: 0px;
    right: 40px;
}
.country-selector.weglot-inline a:hover, .country-selector.weglot-inline a:focus {
    text-decoration: underline;
    color: #00a0d2;
}
.country-selector.weglot-inline .wgcurrent a {
    text-decoration: underline;
}
.country-selector.weglot-inline label {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.country-selector.weglot-inline ul {
    display: inline-block;
    vertical-align: middle;
}
.country-selector.weglot-inline li {
    line-height: 1 !important;
    display: inline-block;
    margin: 2px 0px;
    vertical-align: middle;
}
.country-selector.weglot-inline.weglot-default {
    bottom: 5px;
}
.country-selector input {
    display: none !important;
}
.navbar .navbar-nav li.weglot-flags a.weglot-lang:before {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.js .main-navigation .country-selector ul {
    display: none;
}
html[dir="rtl"] .weglot-flag:before,
html[dir="rtl"] .weglot-flags:before {
    margin-right: 0;
    margin-left: 10px;
}
.weglot-flags {
    /* a faire */
    /* a faire */
    /* a faire */
    /* a faire */
}
.weglot-flags:before,
.weglot-flags:before {
    background-image: url("../../plugins/weglot/app/images/rect_mate.png");
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    border-radius: 0px;
    width: 30px;
    height: 20px;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    right: -40px;
}
.weglot-flags.flag-1:before,
.weglot-flags.flag-1:before {
    background-image: url("../../plugins/weglot/app/images/rect_bright.png");
}
.weglot-flags.flag-2:before,
.weglot-flags.flag-2:before {
    background-image: url("../../plugins/weglot/app/images/square_flag.png");
    width: 24px;
    height: 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
}
.weglot-flags.flag-3:before,
.weglot-flags.flag-3:before {
    background-image: url("../../plugins/weglot/app/images/circular_flag.png");
    width: 24px;
    height: 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
}

.weglot-flags.hw:before,
.weglot-flags.hw:before {
    background-position: -3570px 0;
}
.weglot-flags.af:before,
.weglot-flags.af:before {
    background-position: -6570px 0;
}
.weglot-flags.fl:before,
.weglot-flags.fl:before {
    background-position: -3060px 0px;
}
.weglot-flags.sq:before,
.weglot-flags.sq:before {
    background-position: -2580px 0;
}
.weglot-flags.am:before,
.weglot-flags.am:before {
    background-position: -5130px 0;
}
.weglot-flags.ar:before,
.weglot-flags.ar:before {
    background-position: -510px 0;
}
.weglot-flags.hy:before,
.weglot-flags.hy:before {
    background-position: -1800px 0;
}
.weglot-flags.az:before,
.weglot-flags.az:before {
    background-position: -6840px 0;
}
.weglot-flags.ba:before,
.weglot-flags.ba:before {
    background-position: -2040px 0;
}
.weglot-flags.eu:before,
.weglot-flags.eu:before {
    background-position: -7260px 0;
}
.weglot-flags.be:before,
.weglot-flags.be:before {
    background-position: -5310px 0;
}
.weglot-flags.bn:before,
.weglot-flags.bn:before {
    background-position: -5400px 0;
}
.weglot-flags.bs:before,
.weglot-flags.bs:before {
    background-position: -6390px 0;
}
.weglot-flags.bg:before,
.weglot-flags.bg:before {
    background-position: -2730px 0;
}
.weglot-flags.my:before,
.weglot-flags.my:before {
    background-position: -3299px 0;
}
.weglot-flags.ca:before,
.weglot-flags.ca:before {
    background-position: -7230px 0;
}
.weglot-flags.zh:before,
.weglot-flags.zh:before {
    background-position: -3690px 0;
}
.weglot-flags.tw:before,
.weglot-flags.tw:before {
    background-position: -2970px 0;
}
.weglot-flags.km:before,
.weglot-flags.km:before {
    background-position: -6930px 0;
}
.weglot-flags.ny:before,
.weglot-flags.ny:before {
    background-position: -1140px 0;
}
.weglot-flags.co:before,
.weglot-flags.co:before {
    background-position: -2520px 0;
}
.weglot-flags.hr:before,
.weglot-flags.hr:before {
    background-position: -5910px 0;
}
.weglot-flags.cs:before,
.weglot-flags.cs:before {
    background-position: -2700px 0;
}
.weglot-flags.da:before,
.weglot-flags.da:before {
    background-position: -2670px 0;
}
.weglot-flags.nl:before,
.weglot-flags.nl:before {
    background-position: -2100px 0;
}
.weglot-flags.en:before,
.weglot-flags.en:before {
    background-position: -1920px 0;
}
.weglot-flags.eo:before,
.weglot-flags.eo:before {
    background-position: -1920px 0;
}
.weglot-flags.et:before,
.weglot-flags.et:before {
    background-position: -2640px 0;
}
.weglot-flags.fj:before,
.weglot-flags.fj:before {
    background-position: -1710px 0;
}
.weglot-flags.fi:before,
.weglot-flags.fi:before {
    background-position: -2550px 0;
}
.weglot-flags.fr:before,
.weglot-flags.fr:before {
    background-position: -2520px 0;
}
.weglot-flags.gl:before,
.weglot-flags.gl:before {
    background-position: -480px 0;
}
.weglot-flags.ka:before,
.weglot-flags.ka:before {
    background-position: -5040px 0;
}
.weglot-flags.de:before,
.weglot-flags.de:before {
    background-position: -2490px 0;
}
.weglot-flags.el:before,
.weglot-flags.el:before {
    background-position: -2460px 0;
}
.weglot-flags.gu:before,
.weglot-flags.gu:before {
    background-position: -1170px 0;
}
.weglot-flags.ht:before,
.weglot-flags.ht:before {
    background-position: -4650px 0;
}
.weglot-flags.ha:before,
.weglot-flags.ha:before {
    background-position: -900px 0;
}
.weglot-flags.he:before,
.weglot-flags.he:before {
    background-position: -1050px 0;
}
.weglot-flags.hi:before,
.weglot-flags.hi:before {
    background-position: -1170px 0;
}
.weglot-flags.hu:before,
.weglot-flags.hu:before {
    background-position: -2430px 0;
}
.weglot-flags.is:before,
.weglot-flags.is:before {
    background-position: -2400px 0;
}
.weglot-flags.ig:before,
.weglot-flags.ig:before {
    background-position: -870px 0;
}
.weglot-flags.id:before,
.weglot-flags.id:before {
    background-position: -3510px 0;
}
.weglot-flags.ga:before,
.weglot-flags.ga:before {
    background-position: -2340px 0;
}
.weglot-flags.it:before,
.weglot-flags.it:before {
    background-position: -2310px 0;
}
.weglot-flags.ja:before,
.weglot-flags.ja:before {
    background-position: -3480px 0;
}
.weglot-flags.jv:before,
.weglot-flags.jv:before {
    background-position: -3360px 0;
}
.weglot-flags.kn:before,
.weglot-flags.kn:before {
    background-position: -1170px 0;
}
.weglot-flags.kk:before,
.weglot-flags.kk:before {
    background-position: -3150px 0;
}
.weglot-flags.ko:before,
.weglot-flags.ko:before {
    background-position: -6990px 0;
}
.weglot-flags.ku:before,
.weglot-flags.ku:before {
    background-position: -2430px 0;
}
.weglot-flags.ky:before,
.weglot-flags.ky:before {
    background-position: -3420px 0;
}
.weglot-flags.lo:before,
.weglot-flags.lo:before {
    background-position: -3450px 0;
}
.weglot-flags.la:before,
.weglot-flags.la:before {
    background-position: -2310px 0;
}
.weglot-flags.lv:before,
.weglot-flags.lv:before {
    background-position: -2280px 0;
}
.weglot-flags.lt:before,
.weglot-flags.lt:before {
    background-position: -2250px 0;
}
.weglot-flags.lb:before,
.weglot-flags.lb:before {
    background-position: -2220px 0;
}
.weglot-flags.mk:before,
.weglot-flags.mk:before {
    background-position: -2190px 0;
}
.weglot-flags.mg:before,
.weglot-flags.mg:before {
    background-position: -1200px 0;
}
.weglot-flags.ms:before,
.weglot-flags.ms:before {
    background-position: -3360px 0;
}
.weglot-flags.ml:before,
.weglot-flags.ml:before {
    background-position: -1170px 0;
}
.weglot-flags.mt:before,
.weglot-flags.mt:before {
    background-position: -2130px 0;
}
.weglot-flags.mi:before,
.weglot-flags.mi:before {
    background-position: -3240px 0;
}
.weglot-flags.mr:before,
.weglot-flags.mr:before {
    background-position: -1170px 0;
}
.weglot-flags.mn:before,
.weglot-flags.mn:before {
    background-position: -6000px 0;
}
.weglot-flags.ne:before,
.weglot-flags.ne:before {
    background-position: -3270px 0;
}
.weglot-flags.no:before,
.weglot-flags.no:before {
    background-position: -5850px 0;
}
.weglot-flags.ps:before,
.weglot-flags.ps:before {
    background-position: -5189px 0;
}
.weglot-flags.fa:before,
.weglot-flags.fa:before {
    background-position: -6690px 0;
}
.weglot-flags.pl:before,
.weglot-flags.pl:before {
    background-position: -2160px 0;
}
.weglot-flags.pt:before,
.weglot-flags.pt:before {
    background-position: -6630px 0;
}
.weglot-flags.pa:before,
.weglot-flags.pa:before {
    background-position: -3180px 0;
}
.weglot-flags.ro:before,
.weglot-flags.ro:before {
    background-position: -2070px 0;
}
.weglot-flags.ru:before,
.weglot-flags.ru:before {
    background-position: -2040px 0;
}
.weglot-flags.sm:before,
.weglot-flags.sm:before {
    background-position: -4620px 0;
}
.weglot-flags.gd:before,
.weglot-flags.gd:before {
    background-position: -30px 0;
}
.weglot-flags.sr:before,
.weglot-flags.sr:before {
    background-position: -4290px 0;
}
.weglot-flags.sn:before,
.weglot-flags.sn:before {
    background-position: -540px 0;
}
.weglot-flags.sd:before,
.weglot-flags.sd:before {
    background-position: -3180px 0;
}
.weglot-flags.si:before,
.weglot-flags.si:before {
    background-position: -2820px 0;
}
.weglot-flags.sk:before,
.weglot-flags.sk:before {
    background-position: -6810px 0;
}
.weglot-flags.sl:before,
.weglot-flags.sl:before {
    background-position: -2010px 0;
}
.weglot-flags.so:before,
.weglot-flags.so:before {
    background-position: -4560px 0;
}
.weglot-flags.st:before,
.weglot-flags.st:before {
    background-position: -4830px 0;
}
.weglot-flags.es:before,
.weglot-flags.es:before {
    background-position: -480px 0;
}
.weglot-flags.su:before,
.weglot-flags.su:before {
    background-position: -4530px 0;
}
.weglot-flags.sw:before,
.weglot-flags.sw:before {
    background-position: -1290px 0;
}
.weglot-flags.sv:before,
.weglot-flags.sv:before {
    background-position: -1980px 0;
}
.weglot-flags.tl:before,
.weglot-flags.tl:before {
    background-position: -3060px 0;
}
.weglot-flags.ty:before,
.weglot-flags.ty:before {
    background-position: -6270px 0;
}
.weglot-flags.tg:before,
.weglot-flags.tg:before {
    background-position: -2940px 0;
}
.weglot-flags.ta:before,
.weglot-flags.ta:before {
    background-position: -1170px 0;
}
.weglot-flags.tt:before,
.weglot-flags.tt:before {
    background-position: -2040px 0;
}
.weglot-flags.te:before,
.weglot-flags.te:before {
    background-position: -1170px 0;
}
.weglot-flags.th:before,
.weglot-flags.th:before {
    background-position: -2910px 0;
}
.weglot-flags.to:before,
.weglot-flags.to:before {
    background-position: -6540px 0;
}
.weglot-flags.tr:before,
.weglot-flags.tr:before {
    background-position: -1950px 0;
}
.weglot-flags.uk:before,
.weglot-flags.uk:before {
    background-position: -1890px 0;
}
.weglot-flags.ur:before,
.weglot-flags.ur:before {
    background-position: -3180px 0;
}
.weglot-flags.uz:before,
.weglot-flags.uz:before {
    background-position: -2880px 0;
}
.weglot-flags.vi:before,
.weglot-flags.vi:before {
    background-position: -2850px 0;
}
.weglot-flags.cy:before,
.weglot-flags.cy:before {
    background-position: -6420px 0;
}
.weglot-flags.fy:before,
.weglot-flags.fy:before {
    background-position: -2100px 0;
}
.weglot-flags.xh:before,
.weglot-flags.xh:before {
    background-position: -6570px 0;
}
.weglot-flags.yi:before,
.weglot-flags.yi:before {
    background-position: -1050px 0;
}
.weglot-flags.yo:before,
.weglot-flags.yo:before {
    background-position: -870px 0;
}
.weglot-flags.zu:before,
.weglot-flags.zu:before {
    background-position: -6570px 0;
}
.weglot-flags.flag-1.hw:before,
.weglot-flags.flag-1.hw:before {
    background-position: -7840px 0;
}
.weglot-flags.flag-1.fl:before,
.weglot-flags.flag-1.fl:before {
    background-position: 2560px 0;
}
.weglot-flags.flag-1.af:before,
.weglot-flags.flag-1.af:before {
    background-position: -6848px 0;
}
.weglot-flags.flag-1.sq:before,
.weglot-flags.flag-1.sq:before {
    background-position: -97px 0;
}
.weglot-flags.flag-1.am:before,
.weglot-flags.flag-1.am:before {
    background-position: -2369px 0;
}
.weglot-flags.flag-1.ar:before,
.weglot-flags.flag-1.ar:before {
    background-position: -6465px 0;
}
.weglot-flags.flag-1.hy:before,
.weglot-flags.flag-1.hy:before {
    background-position: -385px 0;
}
.weglot-flags.flag-1.az:before,
.weglot-flags.flag-1.az:before {
    background-position: -513px 0;
}
.weglot-flags.flag-1.ba:before,
.weglot-flags.flag-1.ba:before {
    background-position: -6113px 0;
}
.weglot-flags.flag-1.eu:before,
.weglot-flags.flag-1.eu:before {
    background-position: -8353px 0;
}
.weglot-flags.flag-1.be:before,
.weglot-flags.flag-1.be:before {
    background-position: -705px 0;
}
.weglot-flags.flag-1.bn:before,
.weglot-flags.flag-1.bn:before {
    background-position: -609px 0;
}
.weglot-flags.flag-1.bs:before,
.weglot-flags.flag-1.bs:before {
    background-position: -929px 0;
}
.weglot-flags.flag-1.bg:before,
.weglot-flags.flag-1.bg:before {
    background-position: -1121px 0;
}
.weglot-flags.flag-1.my:before,
.weglot-flags.flag-1.my:before {
    background-position: -4929px 0;
}
.weglot-flags.flag-1.ca:before,
.weglot-flags.flag-1.ca:before {
    background-position: -8321px 0;
}
.weglot-flags.flag-1.zh:before,
.weglot-flags.flag-1.zh:before {
    background-position: -1505px 0;
}
.weglot-flags.flag-1.tw:before,
.weglot-flags.flag-1.tw:before {
    background-position: -6369px 0;
}
.weglot-flags.flag-1.km:before,
.weglot-flags.flag-1.km:before {
    background-position: -1217px 0;
}
.weglot-flags.flag-1.ny:before,
.weglot-flags.flag-1.ny:before {
    background-position: -4289px 0;
}
.weglot-flags.flag-1.co:before,
.weglot-flags.flag-1.co:before {
    background-position: -2561px 0;
}
.weglot-flags.flag-1.hr:before,
.weglot-flags.flag-1.hr:before {
    background-position: -1793px 0;
}
.weglot-flags.flag-1.cs:before,
.weglot-flags.flag-1.cs:before {
    background-position: -1921px 0;
}
.weglot-flags.flag-1.da:before,
.weglot-flags.flag-1.da:before {
    background-position: -1985px 0;
}
.weglot-flags.flag-1.nl:before,
.weglot-flags.flag-1.nl:before {
    background-position: -5121px 0;
}
.weglot-flags.flag-1.en:before,
.weglot-flags.flag-1.en:before {
    background-position: -7777px 0;
}
.weglot-flags.flag-1.eo:before,
.weglot-flags.flag-1.eo:before {
    background-position: -7777px 0;
}
.weglot-flags.flag-1.et:before,
.weglot-flags.flag-1.et:before {
    background-position: -2337px 0;
}
.weglot-flags.flag-1.fj:before,
.weglot-flags.flag-1.fj:before {
    background-position: -2497px 0;
}
.weglot-flags.flag-1.fi:before,
.weglot-flags.flag-1.fi:before {
    background-position: -2529px 0;
}
.weglot-flags.flag-1.fr:before,
.weglot-flags.flag-1.fr:before {
    background-position: -2561px 0;
}
.weglot-flags.flag-1.gl:before,
.weglot-flags.flag-1.gl:before {
    background-position: -7009px 0;
}
.weglot-flags.flag-1.ka:before,
.weglot-flags.flag-1.ka:before {
    background-position: -2721px 0;
}
.weglot-flags.flag-1.de:before,
.weglot-flags.flag-1.de:before {
    background-position: -2753px 0;
}
.weglot-flags.flag-1.el:before,
.weglot-flags.flag-1.el:before {
    background-position: -2881px 0;
}
.weglot-flags.flag-1.gu:before,
.weglot-flags.flag-1.gu:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.ht:before,
.weglot-flags.flag-1.ht:before {
    background-position: -3169px 0;
}
.weglot-flags.flag-1.ha:before,
.weglot-flags.flag-1.ha:before {
    background-position: -5281px 0;
}
.weglot-flags.flag-1.he:before,
.weglot-flags.flag-1.he:before {
    background-position: -3521px 0;
}
.weglot-flags.flag-1.hi:before,
.weglot-flags.flag-1.hi:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.hu:before,
.weglot-flags.flag-1.hu:before {
    background-position: -3265px 0;
}
.weglot-flags.flag-1.is:before,
.weglot-flags.flag-1.is:before {
    background-position: -3297px 0;
}
.weglot-flags.flag-1.ig:before,
.weglot-flags.flag-1.ig:before {
    background-position: -5313px 0;
}
.weglot-flags.flag-1.id:before,
.weglot-flags.flag-1.id:before {
    background-position: -3361px 0;
}
.weglot-flags.flag-1.ga:before,
.weglot-flags.flag-1.ga:before {
    background-position: -3457px 0;
}
.weglot-flags.flag-1.it:before,
.weglot-flags.flag-1.it:before {
    background-position: -3553px 0;
}
.weglot-flags.flag-1.ja:before,
.weglot-flags.flag-1.ja:before {
    background-position: -3617px 0;
}
.weglot-flags.flag-1.jv:before,
.weglot-flags.flag-1.jv:before {
    background-position: -4321px 0;
}
.weglot-flags.flag-1.kn:before,
.weglot-flags.flag-1.kn:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.kk:before,
.weglot-flags.flag-1.kk:before {
    background-position: -3713px 0;
}
.weglot-flags.flag-1.ko:before,
.weglot-flags.flag-1.ko:before {
    background-position: -6913px 0;
}
.weglot-flags.flag-1.ku:before,
.weglot-flags.flag-1.ku:before {
    background-position: -3265px 0;
}
.weglot-flags.flag-1.ky:before,
.weglot-flags.flag-1.ky:before {
    background-position: -3873px 0;
}
.weglot-flags.flag-1.lo:before,
.weglot-flags.flag-1.lo:before {
    background-position: -3904px 0;
}
.weglot-flags.flag-1.la:before,
.weglot-flags.flag-1.la:before {
    background-position: -3553px 0;
}
.weglot-flags.flag-1.lv:before,
.weglot-flags.flag-1.lv:before {
    background-position: -3937px 0;
}
.weglot-flags.flag-1.lt:before,
.weglot-flags.flag-1.lt:before {
    background-position: -4129px 0;
}
.weglot-flags.flag-1.lb:before,
.weglot-flags.flag-1.lb:before {
    background-position: -4161px 0;
}
.weglot-flags.flag-1.mk:before,
.weglot-flags.flag-1.mk:before {
    background-position: -4225px 0;
}
.weglot-flags.flag-1.mg:before,
.weglot-flags.flag-1.mg:before {
    background-position: -4257px 0;
}
.weglot-flags.flag-1.ms:before,
.weglot-flags.flag-1.ms:before {
    background-position: -4321px 0;
}
.weglot-flags.flag-1.ml:before,
.weglot-flags.flag-1.ml:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.mt:before,
.weglot-flags.flag-1.mt:before {
    background-position: -4417px 0;
}
.weglot-flags.flag-1.mi:before,
.weglot-flags.flag-1.mi:before {
    background-position: -5217px 0;
}
.weglot-flags.flag-1.mr:before,
.weglot-flags.flag-1.mr:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.mn:before,
.weglot-flags.flag-1.mn:before {
    background-position: -4769px 0;
}
.weglot-flags.flag-1.ne:before,
.weglot-flags.flag-1.ne:before {
    background-position: -5091px 0;
}
.weglot-flags.flag-1.no:before,
.weglot-flags.flag-1.no:before {
    background-position: -5505px 0;
}
.weglot-flags.flag-1.ps:before,
.weglot-flags.flag-1.ps:before {
    background-position: -33px 0;
}
.weglot-flags.flag-1.fa:before,
.weglot-flags.flag-1.fa:before {
    background-position: -3393px 0;
}
.weglot-flags.flag-1.pl:before,
.weglot-flags.flag-1.pl:before {
    background-position: -5889px 0;
}
.weglot-flags.flag-1.pt:before,
.weglot-flags.flag-1.pt:before {
    background-position: -993px 0;
}
.weglot-flags.flag-1.pa:before,
.weglot-flags.flag-1.pa:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.ro:before,
.weglot-flags.flag-1.ro:before {
    background-position: -6081px 0;
}
.weglot-flags.flag-1.ru:before,
.weglot-flags.flag-1.ru:before {
    background-position: -6113px 0;
}
.weglot-flags.flag-1.sm:before,
.weglot-flags.flag-1.sm:before {
    background-position: -6369px 0;
}
.weglot-flags.flag-1.gd:before,
.weglot-flags.flag-1.gd:before {
    background-position: -6497px 0;
}
.weglot-flags.flag-1.sr:before,
.weglot-flags.flag-1.sr:before {
    background-position: -6561px 0;
}
.weglot-flags.flag-1.sn:before,
.weglot-flags.flag-1.sn:before {
    background-position: -8287px 0;
}
.weglot-flags.flag-1.sd:before,
.weglot-flags.flag-1.sd:before {
    background-position: -5601px 0;
}
.weglot-flags.flag-1.si:before,
.weglot-flags.flag-1.si:before {
    background-position: -7039px 0;
}
.weglot-flags.flag-1.sk:before,
.weglot-flags.flag-1.sk:before {
    background-position: -6689px 0;
}
.weglot-flags.flag-1.sl:before,
.weglot-flags.flag-1.sl:before {
    background-position: -6721px 0;
}
.weglot-flags.flag-1.so:before,
.weglot-flags.flag-1.so:before {
    background-position: -6785px 0;
}
.weglot-flags.flag-1.st:before,
.weglot-flags.flag-1.st:before {
    background-position: -4001px 0;
}
.weglot-flags.flag-1.es:before,
.weglot-flags.flag-1.es:before {
    background-position: -7009px 0;
}
.weglot-flags.flag-1.su:before,
.weglot-flags.flag-1.su:before {
    background-position: -7073px 0;
}
.weglot-flags.flag-1.sw:before,
.weglot-flags.flag-1.sw:before {
    background-position: -3745px 0;
}
.weglot-flags.flag-1.sv:before,
.weglot-flags.flag-1.sv:before {
    background-position: -7169px 0;
}
.weglot-flags.flag-1.tl:before,
.weglot-flags.flag-1.tl:before {
    background-position: -5823px 0;
}
.weglot-flags.flag-1.ty:before,
.weglot-flags.flag-1.ty:before {
    background-position: -2593px 0;
}
.weglot-flags.flag-1.tg:before,
.weglot-flags.flag-1.tg:before {
    background-position: -7297px 0;
}
.weglot-flags.flag-1.ta:before,
.weglot-flags.flag-1.ta:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.tt:before,
.weglot-flags.flag-1.tt:before {
    background-position: -6113px 0;
}
.weglot-flags.flag-1.te:before,
.weglot-flags.flag-1.te:before {
    background-position: -3329px 0;
}
.weglot-flags.flag-1.th:before,
.weglot-flags.flag-1.th:before {
    background-position: -7361px 0;
}
.weglot-flags.flag-1.to:before,
.weglot-flags.flag-1.to:before {
    background-position: -7456px 0;
}
.weglot-flags.flag-1.tr:before,
.weglot-flags.flag-1.tr:before {
    background-position: -7553px 0;
}
.weglot-flags.flag-1.uk:before,
.weglot-flags.flag-1.uk:before {
    background-position: -7713px 0;
}
.weglot-flags.flag-1.ur:before,
.weglot-flags.flag-1.ur:before {
    background-position: -5600px 0;
}
.weglot-flags.flag-1.uz:before,
.weglot-flags.flag-1.uz:before {
    background-position: -7969px 0;
}
.weglot-flags.flag-1.vi:before,
.weglot-flags.flag-1.vi:before {
    background-position: -8097px 0;
}
.weglot-flags.flag-1.cy:before,
.weglot-flags.flag-1.cy:before {
    background-position: -8129px 0;
}
.weglot-flags.flag-1.fy:before,
.weglot-flags.flag-1.fy:before {
    background-position: -5121px 0;
}
.weglot-flags.flag-1.xh:before,
.weglot-flags.flag-1.xh:before {
    background-position: -6848px 0;
}
.weglot-flags.flag-1.yi:before,
.weglot-flags.flag-1.yi:before {
    background-position: -3521px 0;
}
.weglot-flags.flag-1.yo:before,
.weglot-flags.flag-1.yo:before {
    background-position: -5313px 0;
}
.weglot-flags.flag-1.zu:before,
.weglot-flags.flag-1.zu:before {
    background-position: -6848px 0;
}
.weglot-flags.flag-2 {
    /* a faire */
}
.weglot-flags.flag-2.hw:before,
.weglot-flags.flag-2.hw:before {
    background-position: -5448px 0;
}
.weglot-flags.flag-2.fl:before,
.weglot-flags.flag-2.fl:before {
    background-position: -1008px 0;
}
.weglot-flags.flag-2.af:before,
.weglot-flags.flag-2.af:before {
    background-position: -4968px 0;
}
.weglot-flags.flag-2.sq:before,
.weglot-flags.flag-2.sq:before {
    background-position: -2976px 0;
}
.weglot-flags.flag-2.am:before,
.weglot-flags.flag-2.am:before {
    background-position: -3816px 0;
}
.weglot-flags.flag-2.ar:before,
.weglot-flags.flag-2.ar:before {
    background-position: -768px 0;
}
.weglot-flags.flag-2.hy:before,
.weglot-flags.flag-2.hy:before {
    background-position: 0 0;
}
.weglot-flags.flag-2.az:before,
.weglot-flags.flag-2.az:before {
    background-position: -5136px 0;
}
.weglot-flags.flag-2.ba:before,
.weglot-flags.flag-2.ba:before {
    background-position: -936px 0;
}
.weglot-flags.flag-2.eu:before,
.weglot-flags.flag-2.eu:before {
    background-position: -5376px 0;
}
.weglot-flags.flag-2.be:before,
.weglot-flags.flag-2.be:before {
    background-position: -4224px 0;
}
.weglot-flags.flag-2.bn:before,
.weglot-flags.flag-2.bn:before {
    background-position: -4056px 0;
}
.weglot-flags.flag-2.bs:before,
.weglot-flags.flag-2.bs:before {
    background-position: -3984px 0;
}
.weglot-flags.flag-2.bg:before,
.weglot-flags.flag-2.bg:before {
    background-position: -5040px 0;
}
.weglot-flags.flag-2.my:before,
.weglot-flags.flag-2.my:before {
    background-position: -1248px 0;
}
.weglot-flags.flag-2.ca:before,
.weglot-flags.flag-2.ca:before {
    background-position: -5352px 0;
}
.weglot-flags.flag-2.zh:before,
.weglot-flags.flag-2.zh:before {
    background-position: -2592px 0;
}
.weglot-flags.flag-2.tw:before,
.weglot-flags.flag-2.tw:before {
    background-position: -3408px 0;
}
.weglot-flags.flag-2.km:before,
.weglot-flags.flag-2.km:before {
    background-position: -5160px 0;
}
.weglot-flags.flag-2.ny:before,
.weglot-flags.flag-2.ny:before {
    background-position: -1392px 0;
}
.weglot-flags.flag-2.co:before,
.weglot-flags.flag-2.co:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-2.hr:before,
.weglot-flags.flag-2.hr:before {
    background-position: -4416px 0;
}
.weglot-flags.flag-2.cs:before,
.weglot-flags.flag-2.cs:before {
    background-position: -2472px 0;
}
.weglot-flags.flag-2.da:before,
.weglot-flags.flag-2.da:before {
    background-position: -2448px 0;
}
.weglot-flags.flag-2.nl:before,
.weglot-flags.flag-2.nl:before {
    background-position: -1296px 0;
}
.weglot-flags.flag-2.en:before,
.weglot-flags.flag-2.en:before {
    background-position: -312px 0;
}
.weglot-flags.flag-2.eo:before,
.weglot-flags.flag-2.eo:before {
    background-position: -312px 0;
}
.weglot-flags.flag-2.et:before,
.weglot-flags.flag-2.et:before {
    background-position: -2424px 0;
}
.weglot-flags.flag-2.fj:before,
.weglot-flags.flag-2.fj:before {
    background-position: -576px 0;
}
.weglot-flags.flag-2.fi:before,
.weglot-flags.flag-2.fi:before {
    background-position: -2328px 0;
}
.weglot-flags.flag-2.fr:before,
.weglot-flags.flag-2.fr:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-2.gl:before,
.weglot-flags.flag-2.gl:before {
    background-position: -96px 0;
}
.weglot-flags.flag-2.ka:before,
.weglot-flags.flag-2.ka:before {
    background-position: -3744px 0;
}
.weglot-flags.flag-2.de:before,
.weglot-flags.flag-2.de:before {
    background-position: -2256px 0;
}
.weglot-flags.flag-2.el:before,
.weglot-flags.flag-2.el:before {
    background-position: -2208px 0;
}
.weglot-flags.flag-2.gu:before,
.weglot-flags.flag-2.gu:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.ht:before,
.weglot-flags.flag-2.ht:before {
    background-position: -3528px 0;
}
.weglot-flags.flag-2.ha:before,
.weglot-flags.flag-2.ha:before {
    background-position: -1176px 0;
}
.weglot-flags.flag-2.he:before,
.weglot-flags.flag-2.he:before {
    background-position: -1992px 0;
}
.weglot-flags.flag-2.hi:before,
.weglot-flags.flag-2.hi:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.hu:before,
.weglot-flags.flag-2.hu:before {
    background-position: -2088px 0;
}
.weglot-flags.flag-2.is:before,
.weglot-flags.flag-2.is:before {
    background-position: -2064px 0;
}
.weglot-flags.flag-2.ig:before,
.weglot-flags.flag-2.ig:before {
    background-position: -1103px 0;
}
.weglot-flags.flag-2.id:before,
.weglot-flags.flag-2.id:before {
    background-position: -2040px 0;
}
.weglot-flags.flag-2.ga:before,
.weglot-flags.flag-2.ga:before {
    background-position: -2016px 0;
}
.weglot-flags.flag-2.it:before,
.weglot-flags.flag-2.it:before {
    background-position: -1968px 0;
}
.weglot-flags.flag-2.ja:before,
.weglot-flags.flag-2.ja:before {
    background-position: -1920px 0;
}
.weglot-flags.flag-2.jv:before,
.weglot-flags.flag-2.jv:before {
    background-position: -1536px 0;
}
.weglot-flags.flag-2.kn:before,
.weglot-flags.flag-2.kn:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.kk:before,
.weglot-flags.flag-2.kk:before {
    background-position: -1704px 0;
}
.weglot-flags.flag-2.ko:before,
.weglot-flags.flag-2.ko:before {
    background-position: -1848px 0;
}
.weglot-flags.flag-2.ku:before,
.weglot-flags.flag-2.ku:before {
    background-position: -2088px 0;
}
.weglot-flags.flag-2.ky:before,
.weglot-flags.flag-2.ky:before {
    background-position: -1800px 0;
}
.weglot-flags.flag-2.lo:before,
.weglot-flags.flag-2.lo:before {
    background-position: -1776px 0;
}
.weglot-flags.flag-2.la:before,
.weglot-flags.flag-2.la:before {
    background-position: -1968px 0;
}
.weglot-flags.flag-2.lv:before,
.weglot-flags.flag-2.lv:before {
    background-position: -1752px 0;
}
.weglot-flags.flag-2.lt:before,
.weglot-flags.flag-2.lt:before {
    background-position: -1656px 0;
}
.weglot-flags.flag-2.lb:before,
.weglot-flags.flag-2.lb:before {
    background-position: -1632px 0;
}
.weglot-flags.flag-2.mk:before,
.weglot-flags.flag-2.mk:before {
    background-position: -1440px 0;
}
.weglot-flags.flag-2.mg:before,
.weglot-flags.flag-2.mg:before {
    background-position: -1560px 0;
}
.weglot-flags.flag-2.ms:before,
.weglot-flags.flag-2.ms:before {
    background-position: -1536px 0;
}
.weglot-flags.flag-2.ml:before,
.weglot-flags.flag-2.ml:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.mt:before,
.weglot-flags.flag-2.mt:before {
    background-position: -1200px 0;
}
.weglot-flags.flag-2.mi:before,
.weglot-flags.flag-2.mi:before {
    background-position: -1224px 0;
}
.weglot-flags.flag-2.mr:before,
.weglot-flags.flag-2.mr:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.mn:before,
.weglot-flags.flag-2.mn:before {
    background-position: -4800px 0;
}
.weglot-flags.flag-2.ne:before,
.weglot-flags.flag-2.ne:before {
    background-position: -1320px 0;
}
.weglot-flags.flag-2.no:before,
.weglot-flags.flag-2.no:before {
    background-position: -4776px 0;
}
.weglot-flags.flag-2.ps:before,
.weglot-flags.flag-2.ps:before {
    background-position: -4008px 0;
}
.weglot-flags.flag-2.fa:before,
.weglot-flags.flag-2.fa:before {
    background-position: -5088px 0;
}
.weglot-flags.flag-2.pl:before,
.weglot-flags.flag-2.pl:before {
    background-position: -984px 0;
}
.weglot-flags.flag-2.pt:before,
.weglot-flags.flag-2.pt:before {
    background-position: -2784px 0;
}
.weglot-flags.flag-2.pa:before,
.weglot-flags.flag-2.pa:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.ro:before,
.weglot-flags.flag-2.ro:before {
    background-position: -960px 0;
}
.weglot-flags.flag-2.ru:before,
.weglot-flags.flag-2.ru:before {
    background-position: -936px 0;
}
.weglot-flags.flag-2.sm:before,
.weglot-flags.flag-2.sm:before {
    background-position: -3408px 0;
}
.weglot-flags.flag-2.gd:before,
.weglot-flags.flag-2.gd:before {
    background-position: -4872px 0;
}
.weglot-flags.flag-2.sr:before,
.weglot-flags.flag-2.sr:before {
    background-position: -3120px 0;
}
.weglot-flags.flag-2.sn:before,
.weglot-flags.flag-2.sn:before {
    background-position: -72px 0;
}
.weglot-flags.flag-2.sd:before,
.weglot-flags.flag-2.sd:before {
    background-position: -1128px 0;
}
.weglot-flags.flag-2.si:before,
.weglot-flags.flag-2.si:before {
    background-position: -480px 0;
}
.weglot-flags.flag-2.sk:before,
.weglot-flags.flag-2.sk:before {
    background-position: -4152px 0;
}
.weglot-flags.flag-2.sl:before,
.weglot-flags.flag-2.sl:before {
    background-position: -696px 0;
}
.weglot-flags.flag-2.so:before,
.weglot-flags.flag-2.so:before {
    background-position: -3336px 0;
}
.weglot-flags.flag-2.st:before,
.weglot-flags.flag-2.st:before {
    background-position: -3552px 0;
}
.weglot-flags.flag-2.es:before,
.weglot-flags.flag-2.es:before {
    background-position: -96px 0;
}
.weglot-flags.flag-2.su:before,
.weglot-flags.flag-2.su:before {
    background-position: -3312px 0;
}
.weglot-flags.flag-2.sw:before,
.weglot-flags.flag-2.sw:before {
    background-position: -1872px 0;
}
.weglot-flags.flag-2.sv:before,
.weglot-flags.flag-2.sv:before {
    background-position: -552px 0;
}
.weglot-flags.flag-2.tl:before,
.weglot-flags.flag-2.tl:before {
    background-position: -1008px 0;
}
.weglot-flags.flag-2.ty:before,
.weglot-flags.flag-2.ty:before {
    background-position: -4512px 0;
}
.weglot-flags.flag-2.tg:before,
.weglot-flags.flag-2.tg:before {
    background-position: -264px 0;
}
.weglot-flags.flag-2.ta:before,
.weglot-flags.flag-2.ta:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.tt:before,
.weglot-flags.flag-2.tt:before {
    background-position: -936px 0;
}
.weglot-flags.flag-2.te:before,
.weglot-flags.flag-2.te:before {
    background-position: -1728px 0;
}
.weglot-flags.flag-2.th:before,
.weglot-flags.flag-2.th:before {
    background-position: -456px 0;
}
.weglot-flags.flag-2.to:before,
.weglot-flags.flag-2.to:before {
    background-position: -3264px 0;
}
.weglot-flags.flag-2.tr:before,
.weglot-flags.flag-2.tr:before {
    background-position: -360px 0;
}
.weglot-flags.flag-2.uk:before,
.weglot-flags.flag-2.uk:before {
    background-position: -288px 0;
}
.weglot-flags.flag-2.ur:before,
.weglot-flags.flag-2.ur:before {
    background-position: -1128px 0;
}
.weglot-flags.flag-2.uz:before,
.weglot-flags.flag-2.uz:before {
    background-position: -240px 0;
}
.weglot-flags.flag-2.vi:before,
.weglot-flags.flag-2.vi:before {
    background-position: -144px 0;
}
.weglot-flags.flag-2.cy:before,
.weglot-flags.flag-2.cy:before {
    background-position: -4848px 0;
}
.weglot-flags.flag-2.fy:before,
.weglot-flags.flag-2.fy:before {
    background-position: -1296px 0;
}
.weglot-flags.flag-2.xh:before,
.weglot-flags.flag-2.xh:before {
    background-position: -4968px 0;
}
.weglot-flags.flag-2.yi:before,
.weglot-flags.flag-2.yi:before {
    background-position: -1992px 0;
}
.weglot-flags.flag-2.yo:before,
.weglot-flags.flag-2.yo:before {
    background-position: -1103px 0;
}
.weglot-flags.flag-2.zu:before,
.weglot-flags.flag-2.zu:before {
    background-position: -4968px 0;
}
.weglot-flags.flag-3 {
    /* a faire */
    /* a faire */
    /* a faire */
}
.weglot-flags.flag-3.hw:before,
.weglot-flags.flag-3.hw:before {
    background-position: -2711px 0;
}
.weglot-flags.flag-3.fl:before,
.weglot-flags.flag-3.fl:before {
    background-position: -5232px 0;
}
.weglot-flags.flag-3.af:before,
.weglot-flags.flag-3.af:before {
    background-position: -5496px 0;
}
.weglot-flags.flag-3.sq:before,
.weglot-flags.flag-3.sq:before {
    background-position: -4776px 0;
}
.weglot-flags.flag-3.am:before,
.weglot-flags.flag-3.am:before {
    background-position: -192px 0;
}
.weglot-flags.flag-3.ar:before,
.weglot-flags.flag-3.ar:before {
    background-position: -3336px 0;
}
.weglot-flags.flag-3.hy:before,
.weglot-flags.flag-3.hy:before {
    background-position: -4632px 0;
}
.weglot-flags.flag-3.az:before,
.weglot-flags.flag-3.az:before {
    background-position: -4536px 0;
}
.weglot-flags.flag-3.ba:before,
.weglot-flags.flag-3.ba:before {
    background-position: -2664px 0;
}
.weglot-flags.flag-3.eu:before,
.weglot-flags.flag-3.eu:before {
    background-position: -5808px 0;
}
.weglot-flags.flag-3.be:before,
.weglot-flags.flag-3.be:before {
    background-position: -144px 0;
}
.weglot-flags.flag-3.bn:before,
.weglot-flags.flag-3.bn:before {
    background-position: -4488px 0;
}
.weglot-flags.flag-3.bs:before,
.weglot-flags.flag-3.bs:before {
    background-position: -4392px 0;
}
.weglot-flags.flag-3.bg:before,
.weglot-flags.flag-3.bg:before {
    background-position: -4296px 0;
}
.weglot-flags.flag-3.my:before,
.weglot-flags.flag-3.my:before {
    background-position: -3769px 0;
}
.weglot-flags.flag-3.ca:before,
.weglot-flags.flag-3.ca:before {
    background-position: -5784px 0;
}
.weglot-flags.flag-3.zh:before,
.weglot-flags.flag-3.zh:before {
    background-position: -3240px 0;
}
.weglot-flags.flag-3.tw:before,
.weglot-flags.flag-3.tw:before {
    background-position: -4008px 0;
}
.weglot-flags.flag-3.km:before,
.weglot-flags.flag-3.km:before {
    background-position: -4201px 0;
}
.weglot-flags.flag-3.ny:before,
.weglot-flags.flag-3.ny:before {
    background-position: -384px 0;
}
.weglot-flags.flag-3.co:before,
.weglot-flags.flag-3.co:before {
    background-position: -2760px 0;
}
.weglot-flags.flag-3.hr:before,
.weglot-flags.flag-3.hr:before {
    background-position: -3048px 0;
}
.weglot-flags.flag-3.cs:before,
.weglot-flags.flag-3.cs:before {
    background-position: -5280px 0;
}
.weglot-flags.flag-3.da:before,
.weglot-flags.flag-3.da:before {
    background-position: -3024px 0;
}
.weglot-flags.flag-3.nl:before,
.weglot-flags.flag-3.nl:before {
    background-position: -3360px 0;
}
.weglot-flags.flag-3.en:before,
.weglot-flags.flag-3.en:before {
    background-position: -2520px 0;
}
.weglot-flags.flag-3.eo:before,
.weglot-flags.flag-3.eo:before {
    background-position: -2520px 0;
}
.weglot-flags.flag-3.et:before,
.weglot-flags.flag-3.et:before {
    background-position: -2856px 0;
}
.weglot-flags.flag-3.fj:before,
.weglot-flags.flag-3.fj:before {
    background-position: -0px 0;
}
.weglot-flags.flag-3.fi:before,
.weglot-flags.flag-3.fi:before {
    background-position: -2784px 0;
}
.weglot-flags.flag-3.fr:before,
.weglot-flags.flag-3.fr:before {
    background-position: -2760px 0;
}
.weglot-flags.flag-3.gl:before,
.weglot-flags.flag-3.gl:before {
    background-position: -3576px 0;
}
.weglot-flags.flag-3.ka:before,
.weglot-flags.flag-3.ka:before {
    background-position: -1536px 0;
}
.weglot-flags.flag-3.de:before,
.weglot-flags.flag-3.de:before {
    background-position: -1488px 0;
}
.weglot-flags.flag-3.el:before,
.weglot-flags.flag-3.el:before {
    background-position: -1416px 0;
}
.weglot-flags.flag-3.gu:before,
.weglot-flags.flag-3.gu:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.ht:before,
.weglot-flags.flag-3.ht:before {
    background-position: -5160px 0;
}
.weglot-flags.flag-3.ha:before,
.weglot-flags.flag-3.ha:before {
    background-position: -361px 0;
}
.weglot-flags.flag-3.he:before,
.weglot-flags.flag-3.he:before {
    background-position: -1608px 0;
}
.weglot-flags.flag-3.hi:before,
.weglot-flags.flag-3.hi:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.hu:before,
.weglot-flags.flag-3.hu:before {
    background-position: -1920px 0;
}
.weglot-flags.flag-3.is:before,
.weglot-flags.flag-3.is:before {
    background-position: -840px 0;
}
.weglot-flags.flag-3.ig:before,
.weglot-flags.flag-3.ig:before {
    background-position: -3457px 0;
}
.weglot-flags.flag-3.id:before,
.weglot-flags.flag-3.id:before {
    background-position: -4992px 0;
}
.weglot-flags.flag-3.ga:before,
.weglot-flags.flag-3.ga:before {
    background-position: -2016px 0;
}
.weglot-flags.flag-3.it:before,
.weglot-flags.flag-3.it:before {
    background-position: -336px 0;
}
.weglot-flags.flag-3.ja:before,
.weglot-flags.flag-3.ja:before {
    background-position: -2448px 0;
}
.weglot-flags.flag-3.jv:before,
.weglot-flags.flag-3.jv:before {
    background-position: -864px 0;
}
.weglot-flags.flag-3.kn:before,
.weglot-flags.flag-3.kn:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.kk:before,
.weglot-flags.flag-3.kk:before {
    background-position: -3912px 0;
}
.weglot-flags.flag-3.ko:before,
.weglot-flags.flag-3.ko:before {
    background-position: -2256px 0;
}
.weglot-flags.flag-3.ku:before,
.weglot-flags.flag-3.ku:before {
    background-position: -1920px 0;
}
.weglot-flags.flag-3.ky:before,
.weglot-flags.flag-3.ky:before {
    background-position: -744px 0;
}
.weglot-flags.flag-3.lo:before,
.weglot-flags.flag-3.lo:before {
    background-position: -3816px 0;
}
.weglot-flags.flag-3.la:before,
.weglot-flags.flag-3.la:before {
    background-position: -336px 0;
}
.weglot-flags.flag-3.lv:before,
.weglot-flags.flag-3.lv:before {
    background-position: -216px 0;
}
.weglot-flags.flag-3.lt:before,
.weglot-flags.flag-3.lt:before {
    background-position: -1776px 0;
}
.weglot-flags.flag-3.lb:before,
.weglot-flags.flag-3.lb:before {
    background-position: -1945px 0;
}
.weglot-flags.flag-3.mk:before,
.weglot-flags.flag-3.mk:before {
    background-position: -2208px 0;
}
.weglot-flags.flag-3.mg:before,
.weglot-flags.flag-3.mg:before {
    background-position: -5064px 0;
}
.weglot-flags.flag-3.ms:before,
.weglot-flags.flag-3.ms:before {
    background-position: -864px 0;
}
.weglot-flags.flag-3.ml:before,
.weglot-flags.flag-3.ml:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.mt:before,
.weglot-flags.flag-3.mt:before {
    background-position: -4920px 0;
}
.weglot-flags.flag-3.mi:before,
.weglot-flags.flag-3.mi:before {
    background-position: -2113px 0;
}
.weglot-flags.flag-3.mr:before,
.weglot-flags.flag-3.mr:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.mn:before,
.weglot-flags.flag-3.mn:before {
    background-position: -24px 0;
}
.weglot-flags.flag-3.ne:before,
.weglot-flags.flag-3.ne:before {
    background-position: -5642px 0;
}
.weglot-flags.flag-3.no:before,
.weglot-flags.flag-3.no:before {
    background-position: -984px 0;
}
.weglot-flags.flag-3.ps:before,
.weglot-flags.flag-3.ps:before {
    background-position: -4753px 0;
}
.weglot-flags.flag-3.fa:before,
.weglot-flags.flag-3.fa:before {
    background-position: -816px 0;
}
.weglot-flags.flag-3.pl:before,
.weglot-flags.flag-3.pl:before {
    background-position: -4944px 0;
}
.weglot-flags.flag-3.pt:before,
.weglot-flags.flag-3.pt:before {
    background-position: -4344px 0;
}
.weglot-flags.flag-3.pa:before,
.weglot-flags.flag-3.pa:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.ro:before,
.weglot-flags.flag-3.ro:before {
    background-position: -3744px 0;
}
.weglot-flags.flag-3.ru:before,
.weglot-flags.flag-3.ru:before {
    background-position: -2664px 0;
}
.weglot-flags.flag-3.sm:before,
.weglot-flags.flag-3.sm:before {
    background-position: -1248px 0;
}
.weglot-flags.flag-3.gd:before,
.weglot-flags.flag-3.gd:before {
    background-position: -3841px 0;
}
.weglot-flags.flag-3.sr:before,
.weglot-flags.flag-3.sr:before {
    background-position: -3312px 0;
}
.weglot-flags.flag-3.sn:before,
.weglot-flags.flag-3.sn:before {
    background-position: -5521px 0;
}
.weglot-flags.flag-3.sd:before,
.weglot-flags.flag-3.sd:before {
    background-position: -1993px 0;
}
.weglot-flags.flag-3.si:before,
.weglot-flags.flag-3.si:before {
    background-position: -2833px 0;
}
.weglot-flags.flag-3.sk:before,
.weglot-flags.flag-3.sk:before {
    background-position: -552px 0;
}
.weglot-flags.flag-3.sl:before,
.weglot-flags.flag-3.sl:before {
    background-position: -936px 0;
}
.weglot-flags.flag-3.so:before,
.weglot-flags.flag-3.so:before {
    background-position: -4032px 0;
}
.weglot-flags.flag-3.st:before,
.weglot-flags.flag-3.st:before {
    background-position: -3961px 0;
}
.weglot-flags.flag-3.es:before,
.weglot-flags.flag-3.es:before {
    background-position: -3576px 0;
}
.weglot-flags.flag-3.su:before,
.weglot-flags.flag-3.su:before {
    background-position: -3985px 0;
}
.weglot-flags.flag-3.sw:before,
.weglot-flags.flag-3.sw:before {
    background-position: -912px 0;
}
.weglot-flags.flag-3.sv:before,
.weglot-flags.flag-3.sv:before {
    background-position: -264px 0;
}
.weglot-flags.flag-3.tl:before,
.weglot-flags.flag-3.tl:before {
    background-position: -5232px 0;
}
.weglot-flags.flag-3.ty:before,
.weglot-flags.flag-3.ty:before {
    background-position: -1512px 0;
}
.weglot-flags.flag-3.tg:before,
.weglot-flags.flag-3.tg:before {
    background-position: -3720px 0;
}
.weglot-flags.flag-3.ta:before,
.weglot-flags.flag-3.ta:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.tt:before,
.weglot-flags.flag-3.tt:before {
    background-position: -2664px 0;
}
.weglot-flags.flag-3.te:before,
.weglot-flags.flag-3.te:before {
    background-position: -2304px 0;
}
.weglot-flags.flag-3.th:before,
.weglot-flags.flag-3.th:before {
    background-position: -4848px 0;
}
.weglot-flags.flag-3.to:before,
.weglot-flags.flag-3.to:before {
    background-position: -1680px 0;
}
.weglot-flags.flag-3.tr:before,
.weglot-flags.flag-3.tr:before {
    background-position: -432px 0;
}
.weglot-flags.flag-3.uk:before,
.weglot-flags.flag-3.uk:before {
    background-position: -5736px 0;
}
.weglot-flags.flag-3.ur:before,
.weglot-flags.flag-3.ur:before {
    background-position: -1992px 0;
}
.weglot-flags.flag-3.uz:before,
.weglot-flags.flag-3.uz:before {
    background-position: -2160px 0;
}
.weglot-flags.flag-3.vi:before,
.weglot-flags.flag-3.vi:before {
    background-position: -3384px 0;
}
.weglot-flags.flag-3.cy:before,
.weglot-flags.flag-3.cy:before {
    background-position: -5040px 0;
}
.weglot-flags.flag-3.fy:before,
.weglot-flags.flag-3.fy:before {
    background-position: -3360px 0;
}
.weglot-flags.flag-3.xh:before,
.weglot-flags.flag-3.xh:before {
    background-position: -5496px 0;
}
.weglot-flags.flag-3.yi:before,
.weglot-flags.flag-3.yi:before {
    background-position: -1608px 0;
}
.weglot-flags.flag-3.yo:before,
.weglot-flags.flag-3.yo:before {
    background-position: -3457px 0;
}
.weglot-flags.flag-3.zu:before,
.weglot-flags.flag-3.zu:before {
    background-position: -5496px 0;
}