/* DEFAULT STUFF */
*, *:before, *:after{
	box-sizing:border-box;
}

::selection {
	background: #00578c;
	color:#fff;
}

::-moz-selection {
	background: #00578c;
	color:#fff;
}

html{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #191919;
	line-height: 26px;
	background:#ffffff;
}

body.on {
	height: 100vh;
	position: fixed;
	overflow: hidden;
}

@media screen and (max-width: 830px) {
	body {
		font-size: 13px;
		line-height: 23px;
	}
}

img{
	border:0;
	vertical-align:middle;
	max-width:100%;
}

/* FONT STUFF */
h1{
	color: #111111;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 30px 0;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
}

h2{
	color: #111111;
	font-size:22px;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
}

h3{
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1em;
	font-family: 'Lato', sans-serif;
}

.title{
	font-size:40px;
	font-weight: 600;
	margin: 0 0 30px 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	float:left;
	width:100%;
	color:#111111;
}

.smallTitle{
	font-size:22px;
	font-weight: 600;
	margin: 0 0 30px 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	float:left;
	width:100%;
	color:#111111;
}

.tinyTitle,
.subTitle{
	font-size:18px;
	font-weight: 600;
	margin: 0 0 30px 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	float:left;
	width:100%;
	color:#111111;
}

.subTitle{
	margin:0 0 5px;
}

.largeTxt{
	font-size:22px;
	line-height:32px;
}

a{
	text-decoration: none;
	color: #b92f2f;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 15px 0;
}

strong,
.bold{
	font-weight:600;
}

.uppercase{
	text-transform:uppercase;
}

.fs1em {
	font-size: 1em;
}

.fs08em {
    font-size: 0.8em;
}

.centerText{
	text-align:center;
}

.leftText{
	text-align:left;
}
.rightText{
	text-align:right;
}

ul{
	list-style-position:inside;
	margin: 20px 0;
	padding: 0;
}

	@media screen and (max-width: 1150px) {
		h1,
		.title{
			font-size: 35px;
		}
	}

	@media (max-width: 550px){
		h1{
			font-size: 24px;
		}

		h2{
			font-size:20px;
		}

		h3{
			font-size: 16px;
		}

		.title{
			font-size:24px;
			line-height: 28px;
		}

		.smallTitle{
			font-size:20px;
			line-height: 24px;
		}
		.largeText{
			font-size: 18px;
			line-height: 28px;
		}
	}

/* FORM STUFF */
label{
	cursor:pointer;
}
input[type="submit"]{
	-webkit-appearance:none;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Cabin', sans-serif;
	font-weight:600;
	line-height:20px;
	cursor:pointer;
	border:0;
	border-radius:5px;
	overflow:hidden;
}

input[type="text"]{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;
	line-height:20px;
}

input[type="text"]:focus{ 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	outline:none;
}

textarea{
	resize:vertical;
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 300;
	color: #444;
	border:1px solid #eee;
	transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;
	line-height:20px;
}

textarea:focus{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	outline:none;
}

/* LAYOUT STUFF */
.row,
.fullBlock{
	float:left;
	width:100%;
}

.container{
	margin:0 auto;
	width:100%;
	max-width:1360px;
	padding:0 30px;
	min-width:320px;
}

@media screen and (max-width: 830px) {
	.container {
		padding: 0 20px;		
	}
}

.container.grid{
	padding:0 15px;
}

.container.large{
	max-width:1440px;
}

.container.small{
	max-width:1024px;
}

.col-80{
	width:80%;
	float:left;
}

.col-75{
	width:75%;
	float:left;
}

.col-70{
	width:70%;
	float:left;
}

.col-66{
	width:66.6666%;
	float:left;
}

.col-60{
	width:60%;
	float:left;
}

.col-50{
	width:50%;
	float:left;
}

.col-49{
	width:49%;
	float:left;
}

.col-48{
	width:48%;
	float:left;
}

.col-45{
	width:45%;
	float:left;
}
.col-40{
	width:40%;
	float:left;
}

.col-33{
	width:33.3333%;
	float:left;
}

.col-30{
	width:30%;
	float:left;
}

.col-25{
	width:25%;
	float:left;
}

.col-20{
	width:20%;
	float:left;
}

.col-16{
	width:16.6666%;
	float:left;
}
.col-15{
	width:15%;
	float:left;
}
.col-10{
	width:10%;
	float:left;
}


.grid > .col-75,
.grid > .col-70,
.grid > .col-66,
.grid > .col-60,
.grid > .col-50,
.grid > .col-40,
.grid > .col-33,
.grid > .col-30,
.grid > .col-25,
.grid > .col-20,
.grid > .col-16{
	padding:0 15px;
}

.posRel{
	position:relative;
}

.posAbs{
	position:absolute;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.vertPadding{
	padding-top:30px;
	padding-bottom:30px;
}

.marginRight{
	margin-right:30px;
}
.marginLeft{
	margin-right:30px;
}
.marginTop{
	margin-top:30px;
}
.marginBottom{
	margin-bottom:30px;
}

.marginRightSmall{
	margin-right:15px;
}
.marginLeftSmall{
	margin-left:15px;
}
.marginTopSmall{
	margin-top:15px;
}
.marginBottomSmall{
	margin-bottom:15px;
}

.marginRightLarge{
	margin-right:60px;
}
.marginLeftLarge{
	margin-left:60px;
}
.marginTopLarge{
	margin-top:60px;
}
.marginBottomLarge{
	margin-bottom:60px;
}

.paddingRightLarge{
	padding-right:60px;
}
.paddingLeftLarge{
	padding-left:60px;
}
.paddingTopLarge{
	padding-top:60px;
}
.paddingBottomLarge{
	padding-bottom:60px;
}


.paddingRight{
	padding-right:30px;
}
.paddingLeft{
	padding-left:30px;
}
.paddingTop{
	padding-top:30px;
}
.paddingBottom{
	padding-bottom:30px;
}

.paddingRightSmall{
	padding-right:15px;
}
.paddingLeftSmall{
	padding-left:15px;
}
.paddingTopSmall{
	padding-top:15px;
}
.paddingBottomSmall{
	padding-bottom:15px;
}

.noMargin{
	margin:0;
}

.noDisplay,
.onlyMobile,
.onlyMobile.waves-effect{
	display:none;
}

.flexMe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.centerMe{
	display:inline-block;
	float:none;
}

.borderRadius{
	border-radius:5px;
	overflow:hidden;
}

	@media screen and (max-width: 600px) {
		.container{
			padding:0 15px;
		}
		.vertPadding{
			padding-top:30px;
			padding-bottom:30px;
		}
		
		.marginRightLarge{
			margin-right:30px;
		}
		.marginLeftLarge{
			margin-left:30px;
		}
		.marginTopLarge{
			margin-top:30px;
		}
		.marginBottomLarge{
			margin-bottom:30px;
		}

		.paddingRightLarge{
			padding-right:30px;
		}
		.paddingLeftLarge{
			padding-left:30px;
		}
		.paddingTopLarge{
			padding-top:30px;
		}
		.paddingBottomLarge{
			padding-bottom:30px;
		}
	}

/* COLORS */
.whiteBG{
	background-color:#fff;
}
.lightgrayBG{
	background-color:#f5f5f5;
}
.grayBG{
	background-color:#aaaaaa;
}
.blackBG{
	background-color:#111111;
}
.greenBG{
	background:#f07426;
}
.redBG{
	background:#b85c5c;
} 
.accentBG{
	background-color:#982c3b;
}
.accentSecBG{
	background-color:#369FC9;
}

.gradientBG{
    background: rgb(185,47,47);
    background: linear-gradient(90deg,rgba(185,47,47,1) 0%,rgba(120,42,70,1) 100%);
}

.whiteTxt{
	color:#ffffff;
}
.whiteTxt a{
	color:#ffffff;
}
.blackTxt{
	color:#111111;
}
.grayTxt{
	color:#aaaaaa;
}
.goldTxt{
	color:#f5b33f;
}
.greenTxt{
	color:#f07426;
}
.redTxt{
	color:#b85c5c;
}
.accentTxt{
	color:#982c3b;
}
.accentSecTxt{
	color:#369FC9;
}

.accentTxt h1,
.accentTxt h2,
.accentTxt h3,
.accentTxt .title,
.accentTxt .smallTitle,
.accentTxt .tinyTitle,
.accentTxt .subTitle{
	color:#b92f2f;
}

.accentSecTxt h1,
.accentSecTxt h2,
.accentSecTxt h3,
.accentSecTxt .title,
.accentSecTxt .smallTitle,
.accentSecTxt .tinyTitle,
.accentSecTxt .subTitle{
	color:#369FC9;
}

.whiteTxt h1,
.whiteTxt h2,
.whiteTxt h3,
.whiteTxt .title,
.whiteTxt .smallTitle,
.whiteTxt .tinyTitle,
.whiteTxt .subTitle{
	color:#ffffff;
}

.blackTxt h1,
.blackTxt h2,
.blackTxt h3,
.blackTxt .title,
.blackTxt .smallTitle,
.blackTxt .subTitle{
	color:#111111;
}

.goldTxt h1,
.goldTxt h2,
.goldTxt h3,
.goldTxt .title,
.goldTxt .smallTitle,
.goldTxt .subTitle{
	color:#111111;
}

/* Notice */
.notice {
	border-radius: 3px;
	padding: 15px;
}

.notice.error {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.notice.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.notice.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.notice.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* BUTTONS & GRAPHICS */
.button{
	display:inline-block;
	line-height:1;
    padding: 10px 30px;
	color:#fff;
	background: #b92f2f;
	text-align:center;
	font-weight:500;
    font-size: 1em;
	border:1px solid #b92f2f;
	border-radius:5px;
	cursor:pointer;
	line-height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.button.disabled{
	cursor:not-allowed;
	opacity:0.5;
}
.button.large{
	padding:15px;
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
}

.button:hover{
	text-decoration:none;
}

.button.accentBG{
	background:#b92f2f;
	border:1px solid #b92f2f;
}
.button.accentSecBG{
	background:#369FC9;
	border:1px solid #369FC9;
}
.button.greenBG{
	background:#22bc22;
	border:1px solid #22bc22;
}

.button.ghost{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
}
.button.ghost:hover{
	background:#fff;
	color:#9b2d3a;
}
.button.ghost.blackBG{
	color:#111111;
	border:1px solid #111111;
}
.button.ghost.blackBG:hover{
	background:#111111;
	color:#ffffff;
}

.button.ghost.accentBG{
	color:#b92f2f;
	border:1px solid #b92f2f;
}
.button.ghost.accentBG:hover{
	background:#b92f2f;
	color:#ffffff;
}

.button.ghost.accentSecBG{
	color:#369FC9;
	border:1px solid #369FC9;
}
.button.ghost.accentSecBG:hover{
	background:#369FC9;
	color:#ffffff;
}

.button.ghost.small,
.button.small{
	font-weight: 300;
	border-width: 1px;
	font-size: 14px;
	padding: 5px 15px;
}

.button.waves-input-wrapper{
	padding:0;
	border-radius:5px;
	border:0;
}

.button.waves-input-wrapper input[type="submit"]{
	color:#fff;
	width:100%;
	float:left;
}

.materialShadow{
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.materialShadow:hover,
.shadow{
	box-shadow: 0 0px 6px rgba(0,0,0,.1),0px 10px 6px -8px rgba(0,0,0,.1);
}

.shadow.materialShadow:hover{
	box-shadow:0 12px 5px -5px rgba(0,0,0,.15),0 4px 11px -3px rgba(0,0,0,.15);
}

.borderBottom{
	border-bottom: 1px solid #dbdada;
}

.borderTop{
	border-top: 1px solid #dbdada;
}

.overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

/* HEADER */
#header {
    float: left;
    width: 100%;
	z-index: 10;
	background: rgb(166,42,42);
	background: -moz-linear-gradient(left,  rgba(166,42,42,1) 0%, rgba(108,38,63,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(166,42,42,1) 0%,rgba(108,38,63,1) 100%);
	background: linear-gradient(to right,  rgba(166,42,42,1) 0%,rgba(108,38,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62a2a', endColorstr='#6c263f',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
}

.headerBG {
    float: left;
    width: 100%;
    height: 76px;
}

#header .mainMenu {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header .mainMenu > li {
	float: left;
	margin: 0;
	padding: 0;
}

#header .mainMenu > li a {
    float: left;
    padding: 30px 13px;
    font-weight: 300;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.9); 
    text-decoration: none;
}

#header .mainMenu > li .dropdownMenu {
    top: 76px;
	padding: 20px 0;
    position: absolute;
    left: 0px;
    width: 100%;
	display: none;
}
 
#header .mainMenu > li:hover > .dropdownMenu {
	display: block;
}

#header .mainMenu > li .dropdownMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .mainMenu > li .dropdownMenu ul.longList li {
	float: left;
    width: 33.333%; 
}

#header .mainMenu > li ul li a {
	padding: 8px 0px;
}

#header .logo {
    margin: 16px 20px 16px 0;
}

#mobileToggleCont {
	display: none;
}

@media screen and (max-width: 1024px) {
	#header .mainMenu > li .dropdownMenu {
		float: left;
		width: 100%;
		padding: 0;
		top: 0;
		background: #972c3b;
		left: 0;
		position: relative;	
	}
	
	#header .mainMenu > li a {
	    padding: 18px 15px;
	}
	
	#header .mainMenu > li .dropdownMenu .container {
	    padding: 0;
	}
	
	#header .mainMenu > li .dropdownMenu ul {
		background: #972c3b;
		float: left;
		top: 0;
		position: relative;
		height: auto;
	}
	
	
	#header .mainMenu > li .dropdownMenu .container .col-70,
	#header .mainMenu > li .dropdownMenu .container .col-30 {
		width: 100%;
	}
	#header .mainMenu>li .dropdownMenu ul.longList li {
		width: 50%;
	}
	
	#header .mainMenu > li.showDropdown .dropdownMenu {
		display: block!important;
	}
	
	#header .mainMenu>li>a i{
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 50px;
		background: rgba(0,0,0,.75);
		text-align: center;
		font-size: 20px;
		z-index: 99;
		line-height: 48px;
	}
	#header .mainMenu>li.showDropdown>a i {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
}

.searchBar {
	display: none;
    top: -200%;
    left: 0;
    z-index: 20;
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: transform 0.3s,-webkit-transforn 0.3s,opacity 0.6s;
    -webkit-transition: transform 0.3s,-webkit-transforn 0.3s,opacity 0.6s
}

.searchBar.show {
    opacity: 1;
    top: 67px;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.searchBar input[type="text"] {
    border: 0;
    padding: 25px 0;
    font-size: 18px;
    line-height: 22px
}

.searchBar .closeSearch {
    height: 100%;
    width: 60px;
    top: 0;
    right: 0;
    opacity: .3;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.searchBar .closeSearch:hover {
    opacity: 1
}

.searchBar .closeSearch:before,.searchBar .closeSearch:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333
}

.searchBar .closeSearch:before {
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transform: translate(-50%,-50%) rotate(45deg)
}

.searchBar .closeSearch:after {
    transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transform: translate(-50%,-50%),rotate(-45deg)
}

#header .openSearch,#header .showSignupNews {
	display: none;
}

@media screen and (max-width: 1024px) {
	.searchBar {
		display: block;
	}
	.searchBar .container {
		padding: 0;
	}
    .openSearch {
        padding:15px;
        line-height: 18px
    }
}

@media screen and (max-width: 1110px) {
	#header .logo {
		margin: 22px 20px 22px 0;
	}
	
	#header ul {
		float: right; 
	}
	
	#header .logo img {
		width: 210px;
	}

	#header ul li a {
		padding: 30px 10px;	
	}
}


@media screen and (max-width: 1024px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
	}
	 #header .openSearch,#header .showSignupNews {
        display: block;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #fff;
        border-left: 1px solid #eee
    }

    #header .openSearch {
        right: 60px;
        padding: 0
    }

    #header .openSearch i,#header .showSignupNews i {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 20px;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%)
    }

    #header .showSignupNews .notification {
        border-radius: 50%;
        font-size: .875em;
        width: 20px;
        height: 20px;
		text-align:center;
        position: absolute;
        top: 10px;
        right: 10px;
        line-height: 20px
    }
	
	#header .logo {
		margin: 23px 0 24px 0;
		position: relative;
		left: calc(50% - 30px);
		transform: translate(-50%);
	}
	
	#header .logo img {
		width: 128px;
	}
	
	#mobileToggleCont {
        display: block;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        border-right: 1px solid #eee
    }

    #toggleMobileMenu {
        display: block;
        width: 30px;
        height: 49px;
        cursor: pointer;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%)
    }

    #toggleMobileMenu div {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        position: absolute;
        width: 100%;
        height: 100%
    }

    #toggleMobileMenu .lineOne {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 19px;
        transition: transform 0.15s 0.15s,-webkit-transform 0.15s 0.15s,top 0.15s 0.15s;
        -webkit-transition: transform 0.15s 0.15s,-webkit-transform 0.15s 0.15s,top 0.15s 0.15s;
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    #toggleMobileMenu .lineTwo {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 28px;
        transition: transform 0.15s 0.15s,-webkit-transform 0.15s 0.15s,top 0.15s 0.15s;
        -webkit-transition: transform 0.15s 0.15s,-webkit-transform 0.15s 0.15s,top 0.15s 0.15s;
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    #toggleMobileMenu.on div {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    #toggleMobileMenu.on .lineOne {
        transform: rotate(45deg);
        top: 25px
    }

    #toggleMobileMenu.on .lineTwo {
        transform: rotate(-45deg);
        top: 25px
    }
	
	#header ul {
		position: absolute;
		top: 70px;
		background: #8b2834;
		padding: 0 10% 0 10%;
		left: 0;
		max-height: 0;
		overflow-y: auto;
		height: 100vh;
		width: 100%;
		transition: max-height 0.3s;
		-webkit-transition: max-height 0.3s;
	}
	
	#header ul.mainMenu > li:first-of-type {
		margin-top: 30px;
	}
	
	#header ul.on {
		max-height: calc(100vh - 70px);
	}
	
	#header ul li {
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
	#header ul li:last-of-type {
		margin-bottom: 0;
	}
	
	#header ul li a {
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	
	#header ul li:hover > .dropdownMenu {
		display: none!important;
	}
	#header ul li .dropdownMenu.visible {
		display: block;
	}
	#header .mainMenu > li ul {
		overflow: initial;
		max-height: initial;
	}
}

/*Full width banner*/
.fullWidthBanner {
    background: rgb(185,47,47);
    background: linear-gradient(90deg,rgba(185,47,47,1) 0%,rgba(120,42,70,1) 100%);
}

.fullWidthBanner .container > div{
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 226px;
    display: block;
    position: relative;
    background: url(http://www.fruitautomaten.nu/images/sparksBg.png);
    background-position: right;
    background-repeat: no-repeat;
}

.fullWidthBanner .container .coinsImage {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	z-index: 0;
}

.fullWidthBanner .container .bannerContent {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fullWidthBanner .container .bannerContent .preTitle {
	float: left;
	width: 100%;
	color: rgba(255,255,255,0.7);
	font-size: 1.2em;
	font-weight: 500;
}

.fullWidthBanner .container .bannerContent .title {
	float: left;
	width: 100%;
	color: #fff;
    margin-bottom: 20px;
}

.fullWidthBanner .container .bannerContent .button {
    line-height: 100%;
    color: #fff;
    font-size: 1.2em;
    float: left;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 30px;
	background: rgba(255,255,255,0);
	transition: 0.3s;
	transition: 0.3s;
}

.fullWidthBanner .container .bannerContent .button:hover {
	background: rgba(255,255,255,1);
	color: #9b2d3a;
}

@media screen and (max-width: 990px) {	
	.headerBG {
		height: 70px;
	}
}

/*HOME CONTENT*/
.sideNavigation {
	float: left;
	width: 260px;
}

.sideNavigation form input {
	font-weight: 500;
    padding: 15px 20px;
	border-radius: 5px;
}

.sideNavigation form .fa-search {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #d6d6d6;
}

.sideBlock {
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden;
}

.sideBlock a {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
	color: #191919;
	text-decoration: none;
	font-weight: 500;
}

.sideBlock a:last-of-type {
	border-bottom: 0;
}

.homeContent .newsletter {
	padding: 20px;
}

.casinoProvider .image {
    float: left;
    width: 140px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.homepageContent {
	float: right;
	width: calc(100% - 260px);
}

@media screen and (max-width: 900px) {
	.homepageContent .col-25 {
		width: 50%;
	}
	
	.fullWidthBanner .container .coinsImage {
		opacity: 0.3;
	}
}

@media screen and (max-width: 770px) {
	.homepageContent {
		float: left;
		padding: 0;
		width: 100%;
	}
	
	.sideNavigation {
	    float: left;
		width: 100%;
	}
	
	.searchBarSide {
		display: none;
	}
}

/*INTRO TEXT*/
.introText {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.gameBlock {
	padding: 0 7px;
	margin-bottom: 15px;
}

.gameBlock .image {
    float: left;
    width: 100%;
    border-radius: 5px;
    height: 140px;
    background-size: cover;
    background-position: center;	
}

.gameBlock .gamename {
	float: left;
    width: 100%;
    font-size: 1.1em;
    font-weight: 700;
    color: #c7094c;
    margin: 0 0 5px 0;
}
   
.gameBlock .playnow {
    float: left;
    width: 100%;
    font-size: .9em;
    font-weight: 500;
    color: #191919;
    opacity: 0.5;
    margin-top: 5px;
}

.homeContent .col-80 {
    display: flex;
    flex-flow: wrap;
}

.homeContent .introText {
	float: left;
	width: 100%;
	padding: 0 7px;
}

.homeContent .introText .row {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;	
}




/* providerOverviewHome */
.providerOverviewHome {
	padding: 60px 0 0 0;
}

.providerOverviewHome .topGames .col-33 {
	padding: 0 7px;
	margin-bottom: 20px;
}

.providerOverviewHome .col-25 .image {
	float: left;
    width: 100%;
    height: 165px;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
	
}

.providerOverviewHome .topGames .col-33 .image {
	float: left;
	width: 100%;
	height: 233px;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.providerOverviewHome .topGames .col-33 span:nth-of-type(1) {
    float: left;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    color: #c7094c;
    margin-top: 10px;	
}

.providerOverviewHome .topGames .col-33 span:nth-of-type(2) {
    float: left;
    width: 100%;
    font-size: .9em;
    font-weight: 500;
    color: #191919;
    opacity: .5;
    margin-top: -5px;
}

.providerOverviewHome .providerItem,
.providerOverviewHome .adbanner {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d3d3d3;
}

.providerOverviewHome .providerItem.hasText p:last-of-type{
	margin:0;
}

@media screen and (max-width: 870px) {
	.providerItem .col-25 {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.providerOverviewHome .col-25 .image {
		width: 50%;
	}
	
	.providerOverviewHome .col-25 h3 {
		margin-top: 30px;
	}
	
	.providerOverviewHome .col-25 h3,
	.providerOverviewHome .col-25 span,
	.providerOverviewHome .col-25 a {
		width: 50%;
	}
	
	.providerItem .col-75 {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.providerOverviewHome .topGames .col-33 .image {
	    height: 135px;
	}
}

@media screen and (max-width: 480px) {
	.providerOverviewHome .topGames .col-33,
	.providerOverviewHome .col-25 .image,
	.providerOverviewHome .col-25 h3,
	.providerOverviewHome .col-25 span,
	.providerOverviewHome .col-25 a {
		width: 100%;
	}
}













/* SEARCHBAR */
.openSearch{
	padding:10px 15px;
	cursor:pointer;
}
.openSearch:hover{
	background: rgba(255,255,255,.3);
}
.searchBar{
	top:-200%;
	left:0;
	z-index:20;
	opacity:0;
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	transition: transform 0.3s, -webkit-transforn 0.3s, opacity 0.6s;
	-webkit-transition: transform 0.3s, -webkit-transforn 0.3s, opacity 0.6s;
}
.searchBar.show{
	opacity:1;

	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.searchBar input[type="text"]{
	border:0;
	padding:20px;
	font-size:18px;
	line-height:22px;
}
.searchBar .closeSearch{
	height:100%;
	width:60px;
	top:0;
	right:0;
	opacity: 0.3;
	cursor:pointer;
	z-index:5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.searchBar .closeSearch:hover{
  opacity: 1;
}

.searchBar .closeSearch:before, 
.searchBar .closeSearch:after{
	position: absolute;
	left: 50%;
	top:50%;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}
.searchBar .closeSearch:before {
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.searchBar .closeSearch:after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%),  rotate(-45deg);
}

	@media screen and (max-width: 1380px) {
		.openSearch{
			padding:15px;
			line-height:18px;
		}
	}

/* NAVIGATION */
.mainMenu{
	z-index:10;
}
.navigation > ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid rgba(0, 0, 0, 0.15);
}

.navigation > ul > li{
	float:left;
} 

.navigation > ul > li > a{
	float:left;
	padding:10px 15px;
	color:#fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-right:1px solid rgba(0, 0, 0, 0.15);
}

.navigation > ul > li:hover > a{
	text-decoration:none;
	background:rgba(255,255,255,0.3);
}

.navigation > ul > li > a.active{
	background:rgba(0,0,0,0.5);
}

/* Dropdownmenu */
.navigation > ul > li .dropdownMenu{
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	padding:30px 0;
}
.navigation > ul > li .dropdownMenu .overlay{
	background:rgba(255,255,255,0.3);
}
.navigation > ul > li .dropdownMenu .posRel{
	z-index:1;
}
.navigation > ul > li:hover .dropdownMenu{
	display:block;
}

.navigation > ul > li .dropdownMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

.navigation > ul > li .dropdownMenu ul li{
	float:left;
	width:100%;
}

.navigation > ul > li .dropdownMenu ul.longList li{
	width:33.3333%;
}
.navigation > ul > li .dropdownMenu ul li.seperator{
	width:100%;
	margin:15px 0;
	padding:15px 0;
	color:#fff;
	font-size:1.2em;
	line-height:1;
	text-align:center;
	font-weight:700;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.navigation > ul > li .dropdownMenu ul li a{
	float:left;
	padding:0;
	color:#fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.navigation > ul > li .dropdownMenu ul li a:hover{
	text-decoration:none;
	color:#fff;
	background:transparent;
}

.navigation > ul > li .dropdownMenu ul li a:hover:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	background:transparent;
	float:left;
	margin:0 5px 0 0;
}

	@media screen and (max-width: 1380px) {
		.navigation > ul > li > a{
			padding:15px 10px;
			line-height:18px;
		}
	}
	/* MOBILE MENU - SITESPECIFIC */
	@media screen and (max-width: 980px) {
		.header{
			position:fixed;
			top:0;
			left:0;
			height:60px;
			padding:5px 0;
			text-align:center;
			z-index:20;
			border-bottom:1px solid #fff;
		}
		.header .gameScript{
			display:none;
		}
		.header .logo{
			float:none;
			margin:0;
			display:inline-block;
		}
		.header .logo img{
			max-height:50px;
		}
		.header .openSearch,
		.header .showSignupNews{
			display:block;
			width:60px;
			height:100%;
			position:absolute;
			top:0;
			right:0;
			cursor:pointer;
			color:#fff;
			border-left:1px solid #eee;
		}
		.header .openSearch{
			right:60px;
			padding:0;
		}
		.header .openSearch i,
		.header .showSignupNews i{
			position:absolute;
			top:50%;
			left:50%;
			font-size:20px;
			transform:translate(-50%, -50%);
			-webkit-transform:translate(-50%, -50%);
		}
		.header .showSignupNews .notification{
			border-radius:50%;
			font-size:0.875em;
			width:20px;
			height:20px;
			position:absolute;
			top:10px;
			right:10px;
			line-height:20px;
		}
		#mobileToggleCont{
			display:block;
			width:60px;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			cursor:pointer;
			border-right:1px solid #eee;
		}
		#toggleMobileMenu{
			display:block;
			width:30px;
			height:49px;
			cursor:pointer;
			top:50%;
			left:50%;
			position:absolute;
			transform:translate(-50%,-50%);
			-webkit-transform:translate(-50%,-50%);
		}
		#toggleMobileMenu div{
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transform: rotate(0);
			-webkit-transform: rotate(0);
			position:absolute;
			width:100%;
			height:100%;
		}
		#toggleMobileMenu .lineOne{
			position:absolute;
			width:100%;
			height:2px;
			left:0;
			top:19px;
			transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
			-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
			transform: rotate(0);
			-webkit-transform: rotate(0);
		}
		#toggleMobileMenu .lineTwo{
			position:absolute;
			width:100%;
			height:2px;
			left:0;
			top:28px;
			transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
			-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
			transform: rotate(0);
			-webkit-transform: rotate(0);
		}
		
		#toggleMobileMenu.on div{
			transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
		}
		#toggleMobileMenu.on  .lineOne{
			transform: rotate(45deg);
			top: 25px;
		}
		#toggleMobileMenu.on  .lineTwo{
			transform: rotate(-45deg);
			top: 25px; 
		}	
		
		.mainMenu{
			position:fixed;
			top:60px;
			left:0;
		}
		.mainMenu .container{
			padding:0;
		}
		
		.mainMenu .navigation{
			height:0;
			overflow:hidden;
			transition: all 0.3s;
			-webkit-transition: all 0.3s;		
		}
		
		.mainMenu.on .navigation{
			height:calc(100vh - 60px);
			overflow:auto;
		}
		.navigation > ul{
			margin:0;
			width:100%;
		}
		.navigation > ul > li,
		.navigation > ul > li > a{
			width:100%;
		}
		
		.navigation > ul > li > a{
			padding:15px 30px;
			border-bottom:1px solid rgba(255,255,255,0.5);
		}
		.navigation > ul > li > a i{
			position:absolute;
			top:0;
			right:0;
			height:100%;
			width:50px;
			background:rgba(0,0,0,0.75);
			text-align:center;
			font-size:20px;
			line-height:48px;
		}
		.navigation > ul > li.showDropdown > a i{
			transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
		}
		.navigation > ul > li:hover .dropdownMenu{
			display:none;
		}

		.navigation > ul > li .dropdownMenu{
			position:relative;
			width:100%;
			padding:30px;
			top:0;
			left:0;
		}	
		.navigation > ul > li .dropdownMenu .container{
			min-width:0;
		}
		.navigation > ul > li.showDropdown .dropdownMenu{
			display:block;
		}

		.navigation > ul > li .dropdownMenu ul{
			float:left;
			width:100%;
		}

		.navigation > ul > li .dropdownMenu ul.longList li{
			width:100%;
		}
		.navigation .onlyMobile{
			display:block;
		}
		.navigation .openSearch{
			display:none;
		}
		/* END MOBILE MENU */
	}
	@media screen and (max-width: 550px) {
		.header{
			padding:0 120px 0 60px;
		}
		.header .logo{
			height:60px;
			line-height:60px;
		}
		.header .logo img{
			width:150px;
			margin:0;
			vertical-align:middle;
		}
		.header .container{
			padding:0;
			float:left;
			width:100%;
			min-width:0;
		}
	}
	@media screen and (max-width: 400px) {
		.navigation .col-60{
			width:100%;
		}
		.navigation .col-40{
			display:none;
		}
	}
	@media screen and (max-width: 380px) {
		.header .logo img{
			width:100px;
			margin:13px 0;
		}
	}

/* BANNER */
.banner{
	overflow:hidden;
	background-size:cover;
	background-position:center center;
}
.banner .introText{
	padding:30px;
	color:#fff;
	height:100%;
}

.banner .introText p:last-of-type{
	margin:0;
}
	
.banner .posRel{
	z-index:1;
}

.banner .overlay{
	background:rgba(0,0,0,0.4);
}

.banner .introText h1{
	color:#fff;
	font-size:2em;
}

.banner .introText .text .pageText::before{
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.banner .providerList .col-50{
	padding:5px;
}
.banner .providerList img{
	height:70px;
	padding:0 0 10px;
}
.banner .providerList .provider{
	border-radius:5px;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
}

.banner .providerList .provider:hover{
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
}

#banner {
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
	@media screen and (max-width: 1150px) {
		.banner .col-70{
			padding-right:30px;
		}
	}
	@media screen and (max-width: 1100px) {
		.banner .buttonSplit a{
			padding:30px;
			background:#111111;
		}
		.banner .buttonSplit a .photo{
			width:100%;
			opacity:0.3;
		}
		.banner .buttonSplit a .content{
			padding:0 30px;
			text-align:center;
		}
		.banner .buttonSplit a .content *{
			color:#fff;
		}
	}
	@media screen and (max-width: 1000px) {
		.banner{
			padding:30px 0;
		}
		.banner .flexMe{
			display:block;
		}
		.banner .col-60,
		.banner .col-40{
			width:100%;
			padding:0;
			margin:0;
		}
		.banner .introText,
		.banner .providerList{
			padding:0;
		}
		
		.banner .providerList{
			margin:30px 0 0 0;
		}
		.banner .providerList .col-50{
			width:33.3333%;
		}
		.banner .providerList .col-50:last-of-type{
			display:none;
		}
		.leftContent{
			width: 100%;
			padding: 0;
		}
		.text.col-70{
			width: 100%;
		}
	}
	@media screen and (max-width: 900px) {
		.banner .col-30{
			width:100%;
		}
		.banner .col-70{
			width:100%;
			padding:0 0 30px;
		}
		.banner .buttonSplit{
			position:relative;
			width:100%;
		}
		.banner .buttonSplit a{
			height:90px;
			width:31%;
			margin:0 3.3333% 0 0;
		}
	}
	@media screen and (max-width: 650px) {
		.banner .buttonSplit a:first-of-type{
			width:100%;
			margin:0 0 4% 0;
		}
		.banner .buttonSplit a{
			width:48%;
			margin:0 0 0 0;
			padding:15px;
		}
		.banner .buttonSplit a:last-of-type{
			float:right;
		}
		
		.banner .buttonSplit a{
			width:100%;
			margin:0 0 4% 0;
		}
		.banner .introText h1{
			font-size:26px;
		}
		
		.banner + .onlyMobile{
			display:block;
		}
	}
	@media screen and (max-width: 600px) {
		.banner .providerList .col-50{
			width:50%;
		}
		.banner .providerList .col-50:nth-of-type(3){
			display:none;
		}
	}


/* NEWSLETTER / AD / TOP 5 REVIEWS */
.elementBlocks .flexMe{
	flex-wrap:wrap;
}

.newsletter,
.elementBlocks .col-33 > div.shadow{
	padding:30px;
	height:100%;
	border-radius:5px;
}

.elementBlocks .topReviews {
	padding: 20px 0;
}

.elementBlocks .topReviews .topReview{
	padding:5px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.elementBlocks .topReviews .topReview .casinoLogo{
    float: left;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.elementBlocks .topReviews .topReview .casinoContent {
    float: left;
    width: calc(100% - 100px - 300px);
    margin-top: 10px;
	
}

.elementBlocks .topReviews .topReview .casinoContent span:nth-of-type(1) {
    font-size: 1.4em;
    font-weight: 600;
}

.elementBlocks .topReviews .topReview .col-40 {
    width: 300px;
    margin-top: 25px;	
}

.elementBlocks .topReviews .topReview > a{
	color:#4d4d4d;
}

.elementBlocks .topReviews .topReview .bonus{
	line-height:1;
	margin:5px 0 0 0;
}
.elementBlocks .col-33 > div.latestNews{
	padding:0;
}
.elementBlocks .latestNews .newsItem{
	padding:15px 30px;
}
.elementBlocks .latestNews .newsItem:hover{
	background:rgba(0,0,0,0.05);
}
	@media screen and (max-width: 1150px) {
		.elementBlocks .col-66{
			width:100%;
		}
		
		.elementBlocks .col-66 {
			padding: 0;
		}
		
		.elementBlocks .col-33.adbanner{
			display:none;
		}
	}

	@media screen and (max-width: 750px) {
		.elementBlocks .topReviews .topReview .casinoLogo {
			width: 70px
		}
		
		.elementBlocks .topReviews .topReview .casinoContent {
			width: calc(100% - 70px);
		}
		
		.elementBlocks .topReviews .topReview .col-40 {
			width: 100%;
		}
		
		.elementBlocks .topReviews .topReview .casinoContent span:nth-of-type(1) {
			font-size: 1em;
		}
	}

/* PROVIDER OVERVIEW - EXTENDED */

.providerOverviewExtended .flexMe{
	flex-wrap:wrap;
}

.providerOverviewExtended .adbanner{
	line-height:0;
}
.providerOverviewExtended .overviewProvider{
	border-radius:5px;
	height:100%;
}
.providerOverviewExtended .overviewProvider .intro{
	border-radius:5px 0 0 5px;
	padding:30px;
}
.providerOverviewExtended .overviewProvider .topGames{
	border-radius:0 5px 5px 0;
	padding:30px;
}
.providerOverviewExtended .overviewProvider .topGames ol{
	margin:0 0 15px;
	padding:0;
	list-style-position:inside;
}
.providerOverviewExtended .overviewProvider .topGames ol li img{
	display:none;
	bottom:100%;
	padding:10px;
	line-height:1;
	background:#fff;
	left:0;
	z-index:1;
}
.providerOverviewExtended .overviewProvider .topGames ol li a:hover + img{
	display:block;
}
.providerOverviewExtended .overviewProvider .image{
	padding-bottom: 65%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
	@media screen and (max-width: 1000px) {
		.providerOverviewExtended .overviewProvider .intro{
			width:100%;
			padding:30px 30px 0 30px;
			border-radius:5px 5px 0 0;
		}
		.providerOverviewExtended .overviewProvider .topGames{
			width:100%;
			padding:0 30px 30px;
			border-radius:0 0 5px 5px;
			background:#fff;
		}
		.providerOverviewExtended .overviewProvider .topGames ol{
			display:none;
		}
		.providerOverviewExtended .overviewProvider .topGames .smallTitle{
			display:none;
		}
		.providerOverviewExtended .overviewProvider .topGames .button{
			width:100%;
			margin:15px 0 0 0;
		}
		.providerOverviewExtended .overviewProvider .image{
			padding-bottom:25%;
		}
	}
	@media screen and (max-width: 550px) {
		.providerOverviewExtended .col-50{
			width:100%;
		}
		.providerOverviewExtended .adbanner{
			display:none;
		}
	}
	@media screen and (max-width: 425px) {
		.providerOverviewExtended .title{
			margin:0;
		}
	}

/* GAME OVERVIEW */
.gameOverview .flexMe{
	flex-wrap:wrap;
}

.gameOverview .adbanner{
	line-height:0;
}

.gameOverview .overviewGame{
	position:relative;
	height:100%;
	border-radius:5px;
	overflow:hidden;
}
.gameOverview .overviewGame .imageLink{
	padding:51px 0 0;
	position:relative;
	z-index:1;
}
.gameOverview .overviewGame .tinyTitle{
	padding:0 15px;
	position:absolute;
	top:0;
	left:0;
}
.gameOverview .overviewGame:hover{
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
}
.gameOverview .overviewGame .image{
	padding-bottom: 65%;
	background-size:cover;
	background-position:center center;
}
.gameOverview .overviewGame .buttons{
	padding:15px;
}

.gameOverview .col-20 .overviewGame{
	padding:15px 15px 51px 15px;
}

.gameOverview .col-20 .overviewGame .image{
	margin:0 0 20px;
}

.gameOverview .col-20 .overviewGame .smallTitle{
	margin:0 0 20px;
	font-size:18px;
}

.gameOverview .col-20 .overviewGame .button{
	bottom:15px;
	left:15px;
}

.gameOverviewFullWidth .gameOverviewItem {
	float: left;
	width: 20%;
	height: 150px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.gameOverviewFullWidth .gameOverviewItem .itemOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	padding: 50px 0 0 0;
	background: rgba(0, 0, 0, 0.4);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.gameOverviewFullWidth .gameOverviewItem:hover .itemOverlay {
	opacity: 1;
}

.gameOverviewFullWidth .gameOverviewItem .itemOverlay .smallTitle {
	margin: 0;
}

	@media screen and (max-width: 1150px) {
		.gameOverview .col-20{
			width:25%;
		}
	}
	@media screen and (max-width: 1000px) {
		.gameOverview .col-25{
			width:33.3333%;
		}
	}
	@media screen and (max-width: 850px) {
		.gameOverview .col-20{
			width:33.3333%;
		}
	}
	@media screen and (max-width: 750px) {
		.gameOverview .col-25,
		.gameOverview .col-33{
			width:50%;
		}
	}
	@media screen and (max-width: 650px) {
		.gameOverview .col-20{
			width:50%;
		}
		.gameOverview .overviewGame .button{
			width:90%;
		}
	}
	@media screen and (max-width: 550px) {
		.gameOverview .adbanner{
			display:none;
		}
	}
	@media screen and (max-width: 480px) {
		.gameOverview .col-20,
		.gameOverview .col-25,
		.gameOverview .col-33,
		.gameOverview .col-50{
			width:100%;
		}
	}


/* PROVIDER OVERVIEW */
.providerOverview .flexMe{
	flex-wrap:wrap;
}

.providerOverview .adbanner{
	line-height:0;
}

.providerOverview .overviewProvider{
	position:relative;
	height:100%;
	padding:0 0 0 0;
	border-radius:5px;
	overflow:hidden;
}

.providerOverview .overviewProvider:hover{
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
}
.providerOverview .overviewProvider h3,
.providerOverview .overviewProvider .tinyTitle{
	float: left;
    width: 100%;
    text-align: center;
	left:0;
    margin-bottom: 0;
    padding: 5px 15px;
}

.providerOverview .overviewProvider .providerTop{
	padding:58px 15px 15px 15px;
}

.providerOverview .overviewProvider .providerBottom{
	padding: 15px;
}
.providerOverview .overviewProvider .image{
	padding-bottom: 65%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.providerOverview .overviewProvider .button{
    float: left;
    width: calc(100% - 60px);
    margin: 0 30px 20px 30px;
}

.providerOverview.categoryOverview .overviewProvider{
	padding:0;
}
.providerOverview.categoryOverview .overviewProvider .providerTop{
	padding:0;
}
.providerOverview.categoryOverview .overviewProvider .image{
	background-size:cover;
}
	@media screen and (max-width: 1000px) {
		.providerOverview .col-25{
			width:50%;
		}
		.providerOverview .overviewProvider .image{
			padding-bottom:33%;
			background-size:contain;
			background-repeat:no-repeat;
		}
	}
	@media screen and (max-width: 600px) {
		.providerOverview .overviewProvider .providerBottom{
			padding:15px 15px 30px 15px;
		}
	}
	@media screen and (max-width: 550px) {
		.providerOverview .col-25{
			width:100%;
		}
		.providerOverview .adbanner{
			display:none;
		}
	}

/* REVIEW OVERVIEW */
.reviewOverview .filtering .filter{
	padding:10px 20px;
	background:#eee;
	margin:15px 10px 0 10px;
	line-height:1;
	font-weight:700;
	cursor:pointer;
}
.reviewOverview .filtering .filter.active{
	color:#fff;
	background:#b92f2f;
}
.reviewOverview .reviewHeader span{
	padding:15px;
}
.reviewOverview .reviews .flexMe{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:center;
	align-content:center;
    -webkit-align-items: center;
    align-items: center;
}
.reviewOverview .reviews .review .review__title{
	top: 80px;
	left: 10px;
	padding: 0;
	line-height: 1;
	width: calc(60% / 3);
	text-align: center;
}
.reviewOverview .reviews .review .review__verplicht{
	background:#efefef;
	padding:5px;
	font-size:0.875em;
}
.reviewOverview .reviews .review .image .image{
	margin-bottom:15px;
}
.reviewOverview .reviews .review:hover{
	background:#f5f5f5;
}
.reviewOverview .reviews .review > *{
	padding:15px;
}
.reviewOverview .reviews .review .image img{
	max-width:100%;
	max-height:70px;
}
.reviewOverview .reviews .review .register,
.reviewOverview .reviews .review .spins,
.reviewOverview .reviews .review .gift{
	line-height:1;
}
.reviewOverview .reviews .review .button{
	padding:8px 5px;
}
.reviewOverview .reviews .label{
	padding:5px 8px;
	border-radius:3px;
	margin:0 5px 0 0;
}

@media screen and (max-width: 700px) {
	.reviewOverview .filtering .filter{
		margin:5px 5px 0 0;
	}
	.reviewOverview .reviews .review > *{
		padding:15px 10px;
	}
}
@media screen and (max-width: 650px) {
	.reviewOverview .reviews .review .largeTxt{
		font-size:15px;
		line-height:24px;
	}
	.reviewOverview .reviews .review .button{
		text-transform:none;
	}
	.reviewOverview .reviewHeader .image{
		width:40%;
	}
	.reviewOverview .reviewHeader .spins,
	.reviewOverview .reviewHeader .gift{
		display:none;
	}
	.reviewOverview .reviewHeader span{
		width:30%;
	}
	.reviewOverview .reviews .review > .col-60{
		width:40%;
	}
	.reviewOverview .reviews .review > .col-60 .col-33{
		width:50%;
	}
	.reviewOverview .reviews .review > .col-60 .image{
		width:100%;
		margin:20px 0 5px;
	}
	.reviewOverview .reviews .review > *{
		padding:10px;
	}
	.reviewOverview .reviews .review .col-20{
		width:30%;
	}
	.reviewOverview .reviews .review .review__title{
		top: 12px;
		bottom:auto;
		width:calc(40% - 20px);
	}
}
@media screen and (max-width: 425px) {
	.reviewOverview .reviewHeader{
		display:none;
	}
	.reviewOverview .reviews{
		border-top:1px solid #dbdada;
	}
	.reviewOverview .reviews .review > .col-60{
		width:55%;
	}
	.reviewOverview .reviews .review .col-20{
		width:45%;
	}
	.reviewOverview .reviews .review .col-20.rating{
		display:none;
	}
	.reviewOverview .reviews .review .review__title{
		width:calc(55% - 20px);
	}
}
@media screen and (max-width: 400px) {
	.reviewOverview .filtering .filter{
		margin:5px 5px 0 0;
	}
	.reviewOverview .filtering .filter{
		text-transform:none;
	}
}

/* PAGINATION LIST */
.paginationList {
	float:none;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.paginationList li {
	float:left;
	padding:0 10px;
}
.paginationList li a {
	display:block;
	float:left;
	width:100%;
	color:#444;
	padding:0 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.paginationList li a:hover{
	text-decoration:none;
	background:rgba(0,0,0,0.1);
}

.paginationList li a.cur{
	background:#8d2832;
	color:#fff;
	font-weight:700;
}
	@media screen and (max-width: 600px) {
		.paginationList li{
			padding:0;
		}
	}
/* GAME PAGE */

.gamePage .grade{
	padding:15px;
}
.gamePage .grade .point{
	color:#fff;
	background:#E79024;
	text-align:left;
	font-size:2em;
	border-radius:3px;
	padding:5px;
	float:left;
	width:75px;
	text-align:center;
}
.gamePage .grade small{
	margin:10px 0 0 0;
	line-height:1.5;
}
.gamePage .grade .point small{
	margin:0;
	font-size:10px;
	clear:right;
}
.gamePage .game iframe {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 600px;
    max-height: 100%;
    overflow: hidden;
}

.gamePage .game .desc{
	height:100%;
	padding:30px;
}

.gamePage .game .desc p:last-of-type{
	margin:0;
}

.gamePage .adbanner{
	line-height:0;
}

.gamePage .gameReviews .ratingAvg{
	padding:30px;
}

.gamePage .gameReviews .gameReview{
	border-top:1px dashed #ddd;
}

.gamePage .gameReviews .gameReview:last-of-type{
	border-bottom:1px dashed #ddd;
}

.gamePage .gameReviews .gameReview .rating{
	width:60px;
	height:60px;
	top:20px;
	right:0;
	border-radius:50%;
	text-align:center;
	line-height:60px;
}

.thankYouReview{
	padding:30px;
	border:1px solid #22bc22;
	background:rgba(92, 184, 92, 0.15);
}
.thankYouReview.error{
	border: 1px solid #c60b0b;
	background: rgba(184, 92, 92, 0.2);
}

	@media screen and (max-width: 1000px) {
		.gamePage .game{
			display:block;
		}
		.gamePage .game .col-66{
			width:100%;
		}
		.gamePage .game .col-33{
			width:100%;
			padding:0;
			margin:30px 0 0 0;
		}
		.gamePage .gameBottom .row > .col-33{
			padding-left:30px;
		}
	}
	@media screen and (max-width: 800px) {
		.gamePage .gameBottom .row > .col-66{
			width:100%;
		}
		.gamePage .gameBottom .row > .col-33{
			padding-left:0;
			width:100%;
			margin:30px 0 0 0;
		}
		.gamePage .gameBottom .row > .col-33 .gameOverview > .row.marginBottom{
			width:48%;
		}
		.gamePage .gameBottom .row > .col-33 .gameOverview > .row.marginBottom:nth-of-type(2n){
			float:right;
		}
		.gamePage .gameReviews + .notMobile{
			display:none;
		}
	}
	@media screen and (max-width: 700px) {
		.gamePage .game iframe {
			min-height: 480px;
		}
	}
	@media screen and (max-width: 550px) {
		.gamePage .game iframe {
			min-height: 400px;
		}
		.gamePage .gameBottom .row > .col-33 .gameOverview > .row.marginBottom{
			width:100%;
		}
		
		.gamePage .adbanner{
			display:none;
		}
	}
	@media screen and (max-width: 420px) {
		.gamePage .game > .col-66 > .button{
			font-weight:300;
			font-size:14px;
			padding:8px;
			border-width:1px;
		}
		.gamePage .game iframe {
			min-height: 320px;
		}
	}

/* FULLSCREEN */
body.notScrollable{
	overflow:hidden;
}
.fullscreen{
	visibility:hidden;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:#111111;
	opacity:0;
	transform:translateY(50%);
	-webkit-transform:translateY(50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	z-index:20;
}

.fullscreen.show{
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.fullscreen + .overlay{
	visibility:hidden;
	opacity:0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:19;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.fullscreen.show  + .overlay{
	visibility:visible;
	opacity:0.75;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.fullscreen .topbar{
	height:100px;
	top:0;
	left:0;
}

.fullscreen .topbar a{
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	z-index:1;
}


.fullscreen .closeMe{
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor:pointer;
	z-index:5;
}
.fullscreen .closeMe:hover{
  opacity: 1;
}
.fullscreen .closeMe:before, 
.fullscreen .closeMe:after{
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.fullscreen .closeMe:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.fullscreen .closeMe:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.fullscreen .iframe{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	width:100%;
	height:100%;
	padding:100px;
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.fullscreen .iframe iframe{
	width:100%;
	height:100%;
}

.fullscreen .iframe.show{
	opacity:1;
}
	@media screen and (max-width: 600px) {
		.fullscreen .iframe{
			padding:62px 0 0 0;
		}
		.fullscreen .closeMe{
			position: absolute;
			right: 16px;
			top: 16px;
			width: 32px;
			height: 32px;
			opacity: 0.3;
			cursor:pointer;
			z-index:5;
		}
		.fullscreen .topbar{
			height:62px;
		}
		.fullscreen .affban{
			left:5px;
			max-width:calc(100% - 94px);
			transform:translate(0, -50%);
			-webkit-transform:translate(0, -50%);
		}
	}


/* WRITE REVIEW */
.writeReview{
	padding:30px;
}
.writeReview .rating input{
	display:none;
}
.writeReview .rating label {
    float: left;
    position: relative;
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.writeReview .rating input:checked + label{
	background:#369FC9;
	color:#fff;
	padding:10px 15px 10px 35px
}

.writeReview .rating input + label:before{
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color:#fff;
	width:20px;
	text-align:left;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:-100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.writeReview .rating input:checked + label:before{
	left:15px;
}
.writeReview.whiteBG input[type="text"],
.writeReview.whiteBG textarea,
.writeReview.whiteBG .rating label{
	background:#f5f5f5;
}
	@media screen and (max-width: 650px) {
		.writeReview .rating div{
			width:49%;
			margin:0 0 5px;
		}
		.writeReview .rating div:nth-of-type(2n){
			float:right;
		}
		.writeReview .rating div:last-of-type{
			width:100%;
		}
		.writeReview .rating label{
			width:100%;
		}
		.writeReview{
			padding:30px 20px;
		}
	}
	@media screen and (max-width: 380px) {
		.writeReview .button.waves-input-wrapper input[type="submit"]{
			text-transform:none;
		}
	}

/* REVIEWPAGE */
.reviewPage .casinoBonus{
	padding:30px 30px 30px 260px;
	border-radius:5px;
}
.reviewPage .casinoBonus.noLogo{
	padding:30px;
}
.reviewPage .casinoBonus .casinoLogo{
	width:200px;
	top:30px;
	left:30px;
	height:calc(100% - 60px);
	background:#fff;
	text-align:center;
	padding:30px;
}
.reviewPage .casinoBonus .casinoLogo img{
	position:absolute;
	top:50%;
	left:5%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	max-width:90%;
}

.reviewPage .procons .label{
	float:left;
	line-height:1;
	padding:8px 12px;
	margin:0 15px 15px 0;
	border-radius:5px;
}

.reviewPage .reviewText{
	padding:30px;
}
.reviewPage .reviewText p:last-of-type{
	margin:0;
}

.reviewPage .faq h2{
	padding:15px 20px;
}

.reviewPage .userReviews .ratingAvg{
	padding:30px;
}
.reviewPage .userReviews .userReview{
	border-top:1px dashed #ddd;
}
.reviewPage .userReviews .userReview:last-of-type{
	border-bottom:1px dashed #ddd;
}
.reviewPage .userReviews .userReview .rating{
	width:60px;
	height:60px;
	top:20px;
	right:0;
	border-radius:50%;
	text-align:center;
	line-height:60px;
}
.reviewPage .casinoBonuses > .row{
	padding-left:70px;
}
.reviewPage .casinoBonuses > .row .circle{
	top:50%;
	left:20px;
	width:30px;
	height:30px;
	font-weight:700;
	border-radius:50%;
	font-size:18px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	line-height:30px;
}


.reviewPage .reviewSummary .circle{
	top:50%;
	right:20px;
	width:30px;
	height:30px;
	font-weight:700;
	border-radius:50%;
	font-size:18px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	line-height:30px;
}
.reviewPage .reviewSummary .ratingRow{
	padding:0 0 15px 0;
	border-bottom:1px dashed #eee;
}
.reviewPage .reviewSummary .ratingRow .grade{
	top:0;
	left:0;
	padding:23px 25px;
	line-height:1;
	color:#fff;
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	border-radius:5px 0 5px 5px;
}
.reviewPage .reviewSummary .ratingRow .grade:after{
	content:"";
	position:absolute;
	top:0;
	left:99%;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #00578c;
}
.reviewPage .reviewSummary .ratingRow .grade .nr{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%) skew(15deg);
	-webkit-transform:translate(-50%, -50%) skew(15deg);
	font-weight:700;
	font-size:2em;
}
.reviewPage .reviewSummary .ratingRow .field{
	padding:5px 15px 8px 60px;
	line-height:1;
	margin:10px 0;
	background:#efefef;
	width:calc(100% - 10px);
	float:right;
}
.reviewPage .reviewSummary .ratingRow.final{
	border-bottom:0;
}
.reviewPage .reviewSummary .ratingRow.final .grade{
	padding:28px 30px;
}
.reviewPage .reviewSummary .ratingRow.final .grade:after{
	border-bottom: 10px solid #9f6012;
}
.reviewPage .reviewSummary .ratingRow.final .field{
	padding:10px 15px 10px 80px;
	font-size:1.2em;
	float:left;
}
.reviewPage .screenshots .thumb{
	float:left;
	width:49%;
	margin:0 2% 2% 0;
	cursor:pointer;
}

.reviewPage .screenshots .thumb:nth-of-type(2n){
	margin:0 0 2%;
}

.reviewPage .otherCasinos .filtering{
	overflow:hidden;
}
.reviewPage .otherCasinos .filtering .filter{
	padding: 0 10px;
	background: #fff;
	margin: 15px 00 0;
	line-height: 1.5;
	font-weight: 300;
	cursor: pointer;
	float: left;
	width: 25%;
	text-align: center;
	font-size:14px;
}
.reviewPage .otherCasinos .filtering .filter.active{
	color:#b92f2f;
}
.reviewPage .otherCasinos .filtering .filter i{
	width:100%;
	float:left;
}
.reviewPage .otherCasinos .review{
	padding:10px;
}
.reviewPage .otherCasinos .review > *{
	padding:0;
}
.reviewPage .otherCasinos .review .image img{
	max-width:100%;
	max-height:40px;
}
.reviewPage .otherCasinos .review .spins,
.reviewPage .otherCasinos .review .gift{
	line-height:1;
}
.reviewPage .otherCasinos .review .playnow{
}
.reviewPage .otherCasinos .review .playnow .button{
	padding:10px 5px;
	font-size:14px;
}
.reviewPage .otherCasinos .review .playnow .button + a{
    line-height: 1;
    margin: 10px 0 0 0;
}
	@media screen and (max-width: 1100px) {
		.reviewPage .container > .col-30{
			padding:0 0 0 30px;
		}
	}
	@media screen and (max-width: 1023px) {
		.reviewPage{
			padding:30px 0;
		}
		.reviewPage .intro{
			margin:0 0 30px;
		}
		.reviewPage .container > .col-70{
			width:100%;
			margin:0 0 30px;
		}
		.reviewPage .container > .col-30{
			padding:0 0 0 0;
			width:100%;
		}
		
	}
	@media screen and (max-width: 700px) {
		.reviewPage .casinoBonus{
			padding:30px;
		}
		.reviewPage .casinoBonus .casinoLogo{
			width:100%;
			position:static;
			height:auto;
			text-align:center;
			float:left;
			padding:0 30px;
			margin-bottom:30px;
		}
		.reviewPage .casinoBonus .casinoLogo img{
			position:static;
			display:inline-block;
			transform:none;
			-webkit-transform:none;
			max-width:100%;
			max-height:100px;
		}
		.reviewPage .specs .col-48{
			width:100%;
		}
		.reviewPage .specs .col-48:last-of-type{
			margin:30px 0 0 0;
		}
		.reviewPage .notMobile{
			display:none;
		}
		
		.reviewPage .onlyMobile{
			display:block;
		}
	}
	@media screen and (max-width: 550px) {
		.reviewPage .casinoBonus .casinoLogo{
			margin:0 0 15px;
		}
		.reviewPage .casinoBonus .marginBottom{
			margin-bottom:15px;
		}
		.reviewPage .casinoBonus .marginTop{
			margin-top:15px;
		}
		.reviewPage .casinoBonus .paddingLeft{
			padding:0;
		}
		.reviewPage .casinoBonus .largeTxt{
			font-size:16px;
			line-height:26px;
		}
	}
	
	@media screen and (max-width: 360px) {
		.reviewPage .reviewText{
			padding:15px;
		}
		.reviewPage .specs .col-48 > .row{
			padding:15px;
		}
		.writeReview .rating div{
			width:100%;
		}
	}

/* QUICKNAV */
.quicknav{
	z-index:3;
	overflow:hidden;
	padding:30px 0 20px;
}
.quicknav .label{
	float:left;
	margin:0 10px 10px 0;
	line-height:1;
	padding:10px 15px;
	cursor:pointer;
	border-radius:5px;
}
.quicknav .label:hover{
	text-decoration:none;
}
.quicknav .label.playbutton{
	background:#22bc22;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.quicknav .label.playbutton.disabled{
	opacity:0.5;
	cursor:not-allowed;
}
.quicknav .label.playbutton i{
	font-size:0.75em;
	margin: 2px 10px 0 0;
	float: left;
}
.quicknav.stick .label.playbutton{
	background: #22bc22;
}
.quicknav .label.active{
	background:#111;
}

/* FAQ */
.faqRow{
	border-top:1px dashed #ccc;
}
.faqRow:first-of-type{
	border-top:0;
}

.faqQuestion{
	padding: 20px 43px 20px 20px;
	cursor:pointer;
    font-weight: bold;
	position:relative;
}

.faqQuestion:after,
.faqQuestion::after{
    content: "\f055";
    font-family: FontAwesome;
	color: #369FC9;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	font-size: 20px;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
}

.faqQuestion.active:after,
.faqQuestion.active::after{
    content: "\f056";
	color: #111111;
}

.faqAnswer{
	display:none;
	padding:0 20px 20px 20px;
}

.faqAnswer p:last-of-type{
	margin:0;
}

/* FOOTER */
.footer{
	padding:10px 0;
	font-size: 0.875em;
}

/* STICKY CTA */
.stickyCta{
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:3;
	max-width:280px;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition: transform 0.3s, -webkit-transform 0.3s;
}
.stickyCta.on{
	transform:scale(1);
	-webkit-transform:scale(1);
}

.stickyCta .extraButtons{
	transform:scale(0);
	-webkit-transform:scale(0);
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition: transform 0.3s, -webkit-transform 0.3s;
}

.stickyCta.on:hover .extraButtons{
	transform:scale(1);
	-webkit-transform:scale(1);
}

.stickyCtaMobile{
	bottom:0;
	left:0;
	width:100%;
	position:fixed;
	z-index:3;
	display:none;
}

.stickyCtaMobile.on{
	display:block;
}
.stickyCtaMobile .extraButtons{
	display:none;
	max-height: 150px;
	overflow: auto;
}
.stickyCtaMobile .extraButtons a{
	padding:10px;
}
.stickyCtaMobile .extraButtons .button{
	font-weight: 300;
	border-width: 1px;
	font-size: 14px;
	padding: 5px 15px;
}

.stickyCtaMobile .toggleBelow i{
	margin:0 0 0 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.stickyCtaMobile .toggleBelow.open i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

.stickyCta.onReviewPage{
	max-width:320px;
}
.stickyCta.onReviewPage .borderTop{
	border-top:1px solid #fff;
}

/* TOASTS */
.toast{
	position:absolute;
	right:-9999px;
	padding:20px;
}

.toast.active{
	right:0;
	position:relative;
}

.toast .closeMe{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor:pointer;
	z-index:5;
}
.toast .closeMe:hover{
  opacity: 1;
}
.toast .closeMe:before, 
.toast .closeMe:after{
	position: absolute;
	left: 16px;
	top: 8px;
	content: ' ';
	height: 16px;
	width: 2px;
	background-color: #fff;
}
.toast .closeMe:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.toast .closeMe:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* POPUPS */
.popup{
    width: 700px;
    background: #fff;
    max-height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    display: none;
}
.popup .closeMe {
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Iklzb2xhdGlvbl9Nb2RlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQogICAgIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjYgMTEuNiIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuNiAxMS42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KICAgIC5zdDB7ZmlsbDojOTk5OTk5O3N0cm9rZTojOTk5OTk5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEuNiwxMC44IDAuOSwxMC4xIDUuMSw1LjggMC45LDEuNiAxLjYsMC45IDUuOCw1LjEgMTAuMSwwLjkgMTAuOCwxLjYgNi41LDUuOCAxMC44LDEwLjEgMTAuMSwxMC44IA0KICAgIDUuOCw2LjUgIi8+DQo8L3N2Zz4NCg==) no-repeat center;
    position: absolute;
    padding: 26px;
    right: 0;
	top:0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 3;
	background-color:#111;
}

.popup .title{
	padding-right: 90px;
	line-height: 1;
}

.popup.welcomePopup{
	width:auto;
}
	@media (max-width: 600px){
		.popup.welcomePopup{
			max-height:calc(100vh - 60px);
			max-width:90%;
			left:5%;
		}
		.popup.welcomePopup img{
			max-height:100vh;
		}
	}

/* TEXT MOBILE READMORE */
.showAllText{
	display:none !important;
}
	
	@media (max-width: 600px){
		.text .pageText.readmoreNeeded{
			max-height:150px;
			overflow:hidden;
			transition:max-height 0.3s;
			-webkit-transition:max-height 0.3s;
			position:relative;
		}
		.text .pageText.readmoreNeeded:before{
		    content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: 50%;
			background: -moz-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,1) 100%);
			background: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to bottom,rgba(255,255,255,.25) 0%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40f5f5f5',endColorstr='#f5f5f5',GradientType=0);
		}
		.text .pageText.readmoreNeeded.lightgrayBG:before{
			background: -moz-linear-gradient(top,rgba(245,245,245,.25) 0%,rgba(245,245,245,1) 100%);
			background: -webkit-linear-gradient(top,rgba(245,245,245,.25) 0%,rgba(245,245,245,1) 100%);
			background: linear-gradient(to bottom,rgba(245,245,245,.25) 0%,rgba(245,245,245,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40f5f5f5',endColorstr='#f5f5f5',GradientType=0);
		}
		.text.textVisible .pageText.readmoreNeeded{
			max-height:7500px;
		}
		.text.textVisible .pageText.readmoreNeeded:before{
		    display:none;
		}
		.pageText.readmoreNeeded .showAllText,
		.pageText.readmoreNeeded + .showAllText{
			display:block !important;
		}
	}

/* CONTACTFORM */
#mainContact{
	display:inline-block;
	max-width:600px;
	width:100%;
}

/* DETAILPAGE */
	@media (max-width: 600px){
		.detailPage .onlyMobile{
			display:block;
		}
		.detailPage .notMobile{
			display:none;
		}
	}

/* CAPTCHA */
@media screen and (max-width:450px){ 
	.g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	} 
}
/* NEWS */
.newsOverview{
	margin:30px 0;
  gap:30px;
}
.newsOverview .flexMe{
	flex-wrap:wrap;
}
.newsOverview .newsItem{
	padding:0 20px 0 0;
  display:flex;
}
.newsOverview .newsItem a{
  display:flex;
  flex-grow:1;
  flex-direction:column;
  border-radius:.5rem;
  overflow: hidden;
}
.newsOverview .newsItem img{
  height:200px;
  object-fit: cover;
}
.newsOverview .newsItem .newsContent{
  padding:30px;
}

.newsOverview .newsItem a .date{
	border-radius:10px 10px 0 0;
	line-height:1;
	padding:5px 10px;
	font-size:0.8em;
	margin-bottom:10px;
	top:50%;
	right:0;
	transform: translate(64%,-50%) rotate(90deg);
}

.newsPage{
  background:#eee;
}
.newsPage .container{
  max-width:1024px;
}
.newsPageWrapper{
  background:#fff;
  padding:30px;
  flex-direction: column;
}
.newsPageImage{
  height:300px;
  width:100%;
  object-fit: cover;
  border-radius:.5rem;
}

	@media screen and (max-width: 1000px) {
		.newspages .col-75{
			width:100%;
			padding:0;
		}
		.newspages .col-25{
			width:100%;
		}
	}
	@media screen and (max-width: 650px) {
		.newsOverview .newsItem,
		.newsOverview .newsItem:nth-of-type(2n){
			width:100%;
		}
	}
	
.adLeftBar {
    float: left;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 10px;
}
	
/* THANKS MODAL */

.hidereviewModal,
.thanksModal {
	display: none;
    padding: 0;
    margin: 50px auto 0; 
    width: 100%;
    max-width: 960px;
    background: #fff;
    max-height: 420px;
    height: 100%;
    position: relative;
	background-size:cover;
}

.hidereviewModal > .button,
.thanksModal > .button {
    position: absolute;
    top: -50px;
    right: 0px;
	cursor: pointer;
	border:1px solid #fff;
	color:#fff;
}
.hidereviewModal > .button:hover,
.thanksModal > .button:hover{
	background:#fff;
	color:#111;
}
.hidereviewModal .sectionHeader,
.thanksModal .sectionHeader{
	padding-top:0;
}
.hidereviewModal .row.posRel,
.thanksModal .row.posRel{
	z-index:2;
}
.hidereviewModal > .row,
.thanksModal > .row{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidereviewModal .content,
.thanksModal .content{
	display:inline-block;
	width:100%;
	max-width:500px;
}
.hidereviewModal .overlay,
.thanksModal .overlay{
	background:rgba(255,255,255,0.9);
}
@media screen and (max-width: 980px) {
	.hidereviewModal,
	.thanksModal{
		max-width: 640px;
		max-height: 360px;
	}
	.hidereviewModal .title,
	.thanksModal .title{
		font-size:2em;
	}
	.hidereviewModal > .row,
	.thanksModal > .row{
		padding:30px;
	}
}
@media screen and (max-width: 660px) {
	.hidereviewModal,
	.thanksModal{
		max-width: 480px;
		max-height: 320px;
	}
	
	.hidereviewModal .sectionHeader:after,
	.thanksModal .sectionHeader:after{
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.hidereviewModal .title,
	.thanksModal .title{
		font-size:1.5em;
	}
	.hidereviewModal,
	.thanksModal{
		max-width: 320px;
	}
	.hidereviewModal .button,
	.thanksModal .button{
		font-size:1em;
		font-weight:300;
	}
}

/* BREADCRUMB */
.breadcrumb{
	overflow:hidden;
	border-bottom:1px solid #F5F5F5;
	font-size:0.875em;
}

.breadcrumb span,
.breadcrumb a{
	display:inline-block;
	padding:0 15px 0 0;
	color:#555;
	position:relative;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.breadcrumb a:after{
	content:"";
	position:absolute;
	width:1px;
	height:50%;
	background:#a4a4a4;
	top:50%;
	right:7px;
	transform:translateY(-50%) rotate(15deg);
	-webkit-transform:translateY(-50%) rotate(15deg);	
}
.breadcrumb a:hover{
	text-decoration:none;
	color:#e79024;
}
	@media screen and (max-width: 980px){
		.breadcrumb{
			position:absolute;
			top:76px;
			white-space:nowrap;
		}
	}
	@media screen and (max-width: 600px) {
		.breadcrumb{
			display:none;
		}
	}

.lpMenuTrigger{
	padding:25px 10px;
}
@media screen and (max-width:1024px) {
	#header ul li:last-of-type{
		display:none;
	}
}

.lpMenu {
	z-index:1002;
	width:300px;
	padding-bottom:370px;
	height:100%;
	right:0;
	position:fixed;
	padding:55px 0;
	top:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	-o-transition:transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s, -webkit-transform 0.3s
}
.lpMenu.active {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
.lpMenu>ul {
	border-top:1px solid rgba(0,0,0,0.1);
	list-style:none;
	margin:0;
	padding:0;
	overflow-y:auto;
	height:100%
}
.lpMenu>ul li {
	float:left;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1)
}
.lpMenu>ul li .lpLink {
	cursor:pointer;
	float:left;
	width:100%;
	color:#fff;
	padding:10px 15px;
	line-height:1
}
.lpMenu>ul li .lpLink i {
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	-o-transition:transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s, -webkit-transform 0.3s;
	float:right
}
.lpMenu>ul li .lpLink:hover {
	text-decoration:none;
	background:rgba(255,255,255,0.25)
}
.lpMenu>ul li>ul {
	display:none;
	list-style:none;
	margin:0;
	float:left;
	padding:0;
	background:rgba(0,0,0,0.2);
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:0px solid rgba(0,0,0,0.1)
}
.lpMenu>ul li>ul li a {
	padding:10px 30px
}
.lpMenu>ul li.active a i {
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
.lpMenu>ul li.active>ul {
	display:block
}
.lpMenu .closeMe {
	position:absolute;
	right:0;
	top:0;
	padding:15px;
	width:55px;
	height:55px;
	opacity:0.5;
	cursor:pointer;
	z-index:5
}
.lpMenu .closeMe:hover {
	opacity:1
}
.lpMenu .closeMe:before,
.lpMenu .closeMe:after {
	position:absolute;
	left:25px;
	content:' ';
	height:25px;
	width:2px;
	background-color:#fff
}
.lpMenu .closeMe:before {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.lpMenu .closeMe:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

.lpMenu+.overlay {
	display:none;
	position:fixed;
	z-index:1001;
	background:rgba(0,0,0,0.5)
}


.lpMenu.active + .overlay{
	display:block;
}



/* Modal */
.modal{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-x: hidden;
	overflow-y: auto;
	background:rgba(0,0,0,0.5);
	padding:30px 10px;
	display:none;
	z-index:99999999;
}
.modal.active{
	display:block;
}
.modal__top{
	padding:10px 10px 0;
	display:flex;
	justify-content: flex-end;
}
.modal__content{
	display:flex;
	flex-direction:column;
	background:#fff;
	border-radius:3px;
}
.modal__body{
	display:flex;
	flex-direction:column;
	padding:20px 30px 30px 30px;
}
.modal__dialog{
	width:100%;
	max-width:900px;
	margin:0 auto;
	position:relative;
}

.modal__grid{
	display:grid;
	grid-gap:15px;
}

.modal__grid--3{
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:600px) {
	.modal__grid--3{
		grid-template-columns: repeat(1, 100%);
	}
}


.gamePage .game__wrapper{
	position:relative;
}

.gamePage .game__overlay{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,0.75);
	backdrop-filter: blur(5px);
}

.gamePage .game__overlay__state{
	display:none;
	width:350px;
	border-radius:5px;
	background:linear-gradient(to bottom,rgba(166,42,42,1) 0%,rgba(108,38,63,1) 100%);
	color:#fff;
	text-align:center;
	padding:20px;
}
.gamePage .game__overlay__state.active{
	display:block;
}

.gamePage .game__overlay__state .smallTitle{
	color:#fff;
	margin:0 0 10px;
}

.gamePage .game__overlay__state__bonus{
	display:flex;
	flex-wrap:nowrap;
	align-items: center;
	text-align:left;
}
.gamePage .game__overlay__state__bonus__image{
	padding:10px;
	border-radius:5px;
	width:100px;
	max-width:100%;
}

.gamePage .game__overlay__state__bonus__text{
	flex-grow:1;
	padding-left:15px;
	line-height:1.25;
	display:flex;
	flex-direction:column;
}

.gamePage .game__overlay__state__bonus__text__lower{
	font-weight:bold;
	font-size:1.25em;
}

.game__overlay__terms{
	font-size:0.875em;
	margin:5px 0 0 0;
	cursor:pointer;
	display:inline-block;
	text-decoration: underline;
}
.game__helpModal,
.game__termsModal{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
	max-width:calc(100% - 20px);
	width:400px;
	background:#ffffff;
	z-index:100;
	color:#444;
	display:flex;
	flex-direction:column;
	display:none;
}
.game__termsModal__overlay{
	content:"";
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.75);
	backdrop-filter: blur(5px);
	z-index:99;
	display:none;
}
.game__helpModal.active,
.game__helpModal.active + .game__termsModal__overlay,
.game__termsModal.active + .game__termsModal__overlay,
.game__termsModal.active{
	display:block;
}

.game__termsModal__header{
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #eee;
}
.game__termsModal__header__item{
	padding:10px 20px;
	font-weight: bold;
}

.game__termsModal__header__item.closeModal{
	cursor:pointer;
	border-left:1px solid #eee;
}

.game__termsModal__body{
	padding:20px;
	text-align: left;
}
.gamePage .game__wrapper .game__wrapper__playReal,
.gamePage .game__wrapper .game__wrapper__toggleFullscreen{
	display:none;
}
.gamePage .game__wrapper.fullScreen{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#000;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.gamePage .game__wrapper.fullScreen .game__wrapper__playReal{
	display:block;
	position:absolute;
	top:30px;
	right:220px;
}
.gamePage .game__wrapper.fullScreen .game__wrapper__toggleFullscreen{
	display:block;
	position:absolute;
	top:30px;
	right:30px;
}

.gamePage .game__wrapper.fullScreen #fruitautomaat{
	height:100%;

}

.gamePage .game__wrapper.fullScreen #fruitautomaat center,
.gamePage .game__wrapper.fullScreen #fruitautomaat iframe{
	max-height:100%;
	height:100%;
	max-width:100%;
	width:100%;
}
.footer__warning{
	border-top:1px solid #eee;
}

.reviewNotAvailable{
	padding: 40px 0;
	position: sticky;
	top: 0;
	z-index: 4;
	margin-bottom: -120px;
	background: rgba(210, 24, 24, 0.9);
	backdrop-filter: blur(2px);
}
.reviewNotAvailable .largeTxt{
	line-height:1;
	padding-right:30px;
}
.reviewNotAvailable__container{
	display:flex;
	justify-content: space-between;
	flex-wrap:nowrap;
	align-items: center;
}
@media screen and (max-width: 980px){
	.reviewNotAvailable{
		margin-top:33px;
	}
}
@media screen and (max-width: 600px){
	.reviewNotAvailable{
		padding:20px 0;
		margin-top:0px;
		top:70px;
	}
	.reviewNotAvailable .largeTxt{
		font-size:1rem;
	}
}
.agePopup{
	display: block;
	max-width: 700px;
	width: 100%;
}
.agePopup__wrapper{
	align-items: center;
	justify-content: center;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100000001;
	top: 0;
	display: none;
	padding: 20px;
}
.agePopup__wrapper.active{
	display: flex;
}

.agePopup__text{
	padding: 20px;
}

.agePopup__overlay{
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(10px);
	z-index: 100000000;
	display: none;
}

.agePopup__overlay.active{
	display: block;
}

.agePopup__ads{
	margin-top: 10px;
}

.ageTxt{
	margin-top: 50px;
}

.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.subnav li a {
	float: left;
	width: 100%;
	padding: 10px 30px;
	transition: all 0.3s;
	color: #111;
	position: relative;
}
.subnav li a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #111;
	opacity: 0;
	transition: all 0.3s;
}
.subnav li a:hover {
	text-decoration: none;
	color: #111;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px 30px 10px 45px;
}
.subnav li a:hover i {
	opacity: 1;
	left: 30px;
}

.subNavigation .smallTitle{
	padding: 10px 30px;
	margin-bottom: 0;
}


.pt10{
  padding-top:10px;
}
.pb10{
  padding-bottom:10px;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.shorter{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.long{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.delay-1{
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
.delay-2{
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-3{
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-4{
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-5{
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-6{
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-7{
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-8{
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-9{
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-10{
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes scaleInFade {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
		opacity:0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
		opacity:1;
    }
}

.scaleInFade {
    -webkit-animation-name: scaleInFade;
    animation-name: scaleInFade;

    -webkit-transform-origin: 20px 20px;
    -ms-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
}



@-webkit-keyframes reverseStarwars {
    0% {
		-webkit-transform: rotateX(90deg) scale(0.5); 
		transform: rotateX(90deg) scale(0.5);
    }

    100% {
		-webkit-transform: rotateX(0deg) scale(1); 
		transform: rotateX(0deg) scale(1);
    }
}

@keyframes reverseStarwars {
    0% {
		-webkit-transform: rotateX(90deg) scale(0.5); 
		transform: rotateX(90deg) scale(0.5);
    }

    100% {
		-webkit-transform: rotateX(0deg) scale(1); 
		transform: rotateX(0deg) scale(1);
    }
}

.reverseStarwars {
    -webkit-animation-name: reverseStarwars;
    animation-name: reverseStarwars;
}


/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
	background-color: rgba(0, 0, 0, 0.7);
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}

.waves-notransition {
	transition: none !important;
}

.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
	vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}

.waves-block {
	display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
	z-index: -1;
}

/* NEWSLETTER SIGNUP */
.signupNews{
	position:fixed;
	bottom:0;
	left:30px;
	z-index:3;
	width:350px;
	transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
}

.signupNews .cloud{
	bottom:100%;
	margin:0 0 15px 0;
	padding:15px;
	text-align:center;
	border-radius:10px 10px 10px 0;
	opacity:0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.signupNews .cloud.show{
	opacity:1;
}

.signupNews .cloud:after{
	content:"";
	position: absolute;
	left:0;
	top:100%;
	border-top:10px solid #fff;
	border-right:10px solid transparent;
}

.signupNews .button{
	border-radius:3px 3px 0 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.signupNews .button.show{
	transform:translateY(0%);
	-webkit-transform:translateY(0%);
}

.signupNews .closeMe{
	position:absolute;
	cursor:pointer;
	top:0;
	right:0;
	padding:15px;
	border-radius:0 10px 0 0;
	background:#e79024 url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJJc29sYXRpb25fTW9kZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4Ig0KICAgICB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMS42IDExLjYiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExLjYgMTEuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCiAgICAuc3Qwe2ZpbGw6I2ZmZmZmZjtzdHJva2U6I2ZmZmZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjYsMTAuOCAwLjksMTAuMSA1LjEsNS44IDAuOSwxLjYgMS42LDAuOSA1LjgsNS4xIDEwLjEsMC45IDEwLjgsMS42IDYuNSw1LjggMTAuOCwxMC4xIDEwLjEsMTAuOCANCiAgICA1LjgsNi41ICIvPg0KPC9zdmc+) no-repeat center;
}

.signupNews .closeMe:hover{
	background-color:rgba(0,0,0,0.1);
}

/* POPUP */
.signupNewsPopup.popup{
	padding:50px;
	overflow:visible;
}

.signupNewsPopup.popup .closeMe{
	background:#fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Iklzb2xhdGlvbl9Nb2RlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQogICAgIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjYgMTEuNiIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuNiAxMS42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KICAgIC5zdDB7ZmlsbDojOTk5OTk5O3N0cm9rZTojOTk5OTk5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEuNiwxMC44IDAuOSwxMC4xIDUuMSw1LjggMC45LDEuNiAxLjYsMC45IDUuOCw1LjEgMTAuMSwwLjkgMTAuOCwxLjYgNi41LDUuOCAxMC44LDEwLjEgMTAuMSwxMC44IA0KICAgIDUuOCw2LjUgIi8+DQo8L3N2Zz4NCg==) no-repeat center;
}
.signupNewsPopup.popup .closeMe:hover{
	background-color:rgba(0,0,0,0.1);
}
.signupNewsPopup.popup .smallTitle{
	font-size:28px;
}

.signupNewsPopup.popup .bonusSticker{
	border-radius:50%;
	top:0;
	left:0;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	width:100px;
	height:100px;
}

.signupNewsPopup.popup .bonusSticker .title{
	padding:0;
}

.signupNewsPopup.popup .bonusSticker .posAbs{
	text-align:center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	top:50%;
	left:0;
}
	@media screen and (max-width: 800px) {
		.signupNewsPopup.popup .bonusSticker{
			display:none;
		}
		.signupNewsPopup.popup{
			overflow-y:auto;
		}
	}
	@media screen and (max-width: 750px) {
		.signupNewsPopup.popup {
			padding: 0;
		}
	}
	@media screen and (max-width: 600px) {
		.signupNewsPopup.popup{
			text-align:center;
		}
		.signupNewsPopup.popup .smallTitle{
			font-size:22px;
			margin:0 0 15px;
		}
		.signupNewsPopup.popup .largeTxt{
			font-size:16px;
			margin:0 0 15px;
		}
		.signupNews{
			display:none !important;
		}
	}
	@media screen and (max-width: 450px) {
		.signupNewsPopup.popup .col-50{
			width:100%;
			padding:0;
		}
	}
	@media screen and (max-width: 400px) {
		.signupNews .cloud{
			display:none;
		}
	}

body:after{content:url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);display:none;}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;display:none;}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal;}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;}
@media screen and (min-width:800px){.lightbox .lb-image{min-width:500px !important;height:auto !important;}
}
.lightbox a img{border:none;}
.lb-outerContainer{position:relative;background-color:white;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;}
.lb-outerContainer:after{content:"";display:table;clear:both;}
.lb-container{padding:4px;}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0;}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/images/loading.gif) no-repeat;}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
.lb-container > .nav{left:0;}
.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}
.lb-prev, .lb-next{height:100%;cursor:pointer;display:block;}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/images/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s;}
.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/images/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s;}
.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}
.lb-dataContainer:after{content:"";display:table;clear:both;}
.lb-data{padding:0 4px;color:#ccc;}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em;}
.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em;}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999999;}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/images/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;}
.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	float:left;
	width:100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* BX SLIDER CUSTOM STUFF */


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


