.container
	margin-top:100px !important;
}
a {color:#fff;}
.caretnya {
	float:right;
	/*margin-right: 13px;*/
	margin-right: 5%;
}
video {
	width:875px;
	height:516px;
	margin-left: 7px;
}
.gif-animate {
	position: absolute;
	top:120px;
	display:none;
	z-index: 2;
}
.bubble {
	background-image: url('../img/solid.png');
	position: absolute;
	width:400px;
	height:394px;
	/*top:100px;*/
	margin-left:430px;
	display:none;
	z-index:2;

}
.bubble .msg-bubble {
	position:absolute;
	color:#fff;
	left:10px;
	top:50px;
	right:10px;
	font-size: 1.2em;
	margin:0 auto;
	width: 300px;
	text-align: center;
	line-height:315px;
	height: 315px;
}
.bubble-low {
	position: absolute;
	width:160px;
	height:150px;
	border-radius:50px 0 50px 50px;
	background-color: #ff9701;
	top:262px;
	left:55px;
	display:none;
}
.bubble-low .msg-bubble {
	position:absolute;
	color:#fff;
	left:10px;
	top:15px;
	right:10px;
	font-size: 0.9em;
}
.btn-starts {
	position: absolute;
	bottom: 60px;
	right: -310px;
	z-index: 2;
	animation: blinker 2s linear infinite;
}
.round-top {
	height:56px;
	padding:10px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	background-color:#F66A17;
	color:#fff;
}
#start {
	background-color: #f66a17;
	border-color:#f66a17;
}
#dwb a {
	text-decoration: underline;
}
.round-bottom {
	height:40px;
	padding:8px;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	background-color:#F66A17;
	color:#fff;
    	margin-left: 15px;
    	margin-right: 80px;
    	margin-top: -5px;
    	font-weight: bold;
    	font-size: 16px;
    	text-align: center;
}
body {margin-top: 15px;margin-left: 50px;}
.padder {padding:10px;}
@keyframes blinker {
  50% { opacity: 0.0; }
}
#upb {
margin: 0 0 10px;
    position: relative;
    line-height: 22px;
    /*line-height: normal;*/
    display: inline-block;
    vertical-align: middle;
}
#dwb a {
	color:#fff;
	font-weight: bolder;
}
#upb a {
	color:#fff;
	font-weight: bolder;
}
.lefter {
	width:150px;float:left;margin-left:10px;margin-top:10px;
}
.righter {
	width:150px;float:right;margin-left:10px;margin-top:10px;
}
div#video_container {
	margin-left:8px;
}
.overlayed {
	width:875px;
	max-width: 100%;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	z-index:1;
	display: none;
	height:516px;
	margin-left:7px;
}

.col-sm-4 {width:103%;}
.listbtn {display: none;position: absolute;}
.liststart {display:none;position:absolute;}
.no-nol {list-style: none;margin-left:-40px;color:#fff;font-weight: bold;}
.no-chld-nol {list-style: none;margin-left: -20px; color:#fff;font-weight: normal;font-size:12px;}
/*#gif-wrap {
	position:absolute;
	width:280px;
	margin-top: 50px;
	margin-left: 95px;
}*/
#btn-replay {position: absolute;left: 457px; margin-top: 446px;z-index:3;width:150px;background-color: #34a8d4;border:#34a8d4;color:#fff;font-weight: bold;}
#btn-next {position: absolute;left: 660px; margin-top: 446px;z-index: 3;width:150px;background-color: #34a8d4;border:#34a8d4;color:#fff;font-weight: bold;}
#btn-starts {position: absolute;left: 560px; top: 447px;z-index: 3;width:150px;background-color: #34a8d4;border:#34a8d4;color:#fff;font-weight: bold;}
.tab-tutorial {
	/* IE10+ */
	background-image: -ms-linear-gradient(right, #F66A17 20%, #71C2E1 0%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(right, #F66A17 20%, #71C2E1 0%);

	/* Opera */
	background-image: -o-linear-gradient(right, #F66A17 20%, #71C2E1 0%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, right top, left top, color-stop(20, #F66A17), color-stop(0, #71C2E1));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(right, #F66A17 20%, #71C2E1 0%);

	/* W3C Markup */
	background-image: linear-gradient(to left, #F66A17 20%, #71C2E1 0%);
	color:#fff; padding:1px;
    margin-top: 14px;
    cursor: pointer;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
.pop {background-color:#000;}
.mnu-head {border:1px solid #fff; border-radius: 5px;color:#fff;padding: 5px;display:inline-table;font-weight: bold;}
.caret {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}









/* Desktops and laptops ----------- */



@media only screen
and (min-width : 992px) {
.container {
	width: 970px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 60%/*48%*/;
left: 50%;
transform: translate(-50%, -50%);
	}
		.bubble {
    background-image: url('../img/solid.png');
    position: absolute;
    width: 400px;
    height: 394px;
    top: 90px;
    margin-left: 430px;
    display: none;
    z-index: 2;
    transform: scale(1 , 1);
}
#gif-wrap {
    position: absolute;
    width: 280px;
    margin-top: 30px;
    margin-left: 95px;
}
.round-bottom {margin-right: 15px}

.row {
    margin-right: 100px;
    margin-left: -25px;
    width: 906px;
    padding-left: 1px;
}
.col-sm-4 {width:38%;}

}

/*LANDSCAPE*/

@media only screen
and (min-width : 480px)
and (max-width : 767px)
and (orientation : landscape) {
	/* STYLES GO HERE */

	.container {
	width: 414px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 207px;
left: 50%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 382px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:224px;
	}

	#gif-wrap {
		width: 120px;
		margin-left: 55px;
		margin-top: 26px;
	}
	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top: 7px;
		margin-left:85px;
		display:none;
		z-index:2;
		transform: scale(0.4, 0.4);
		/*-ms-transform: scale(0.3, 0.3);*/
		-webkit-transform: scale(0.4, 0.4);
	}
	.bubble .msg-bubble {
		position:absolute;
		color:#fff;
		left:10px;
		top:40px;
		right:10px;
		font-size: 1.4em;
		margin:0 auto;
		width: 300px;
		text-align: center;
		line-height:315px;
		height: 315px;
	}
	#btn-replay {
		position: absolute;
		left: 208px;
		margin-top: 183px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 276px;
		margin-top: 183px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 210px;
		top: 183px;
		/*margin-top:-299px;*/
		z-index: 3;
		width:150px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 382px;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 56px;
		margin-left: 15px;
	}
	.col-sm-4 {width: 100%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}

@media only screen
and (min-width : 480px)
and (max-width : 599px) {
	/* STYLES GO HERE */

	.container {
	width: 414px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 207px;
left: 50%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 382px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:224px;
	}

	#gif-wrap {
		width: 120px;
		margin-left: 55px;
		margin-top: 26px;
	}
	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top: 7px;
		margin-left:85px;
		display:none;
		z-index:2;
		transform: scale(0.4, 0.4);
		/*-ms-transform: scale(0.3, 0.3);*/
		-webkit-transform: scale(0.4, 0.4);
	}
	.bubble .msg-bubble {
		position:absolute;
		color:#fff;
		left:10px;
		top:40px;
		right:10px;
		font-size: 1.4em;
		margin:0 auto;
		width: 300px;
		text-align: center;
		line-height:315px;
		height: 315px;
	}
	#btn-replay {
		position: absolute;
		left: 208px;
		margin-top: 183px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 276px;
		margin-top: 183px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 210px;
		top: 183px;
		/*margin-top:-299px;*/
		z-index: 3;
		width:150px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(0.6, 0.6);
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(1, 1);
	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 382px !important;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 56px;
		margin-left: 15px;
		max-height: 100%;
		overflow: auto;
	}
	.col-sm-4 {width: 100%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}

@media only screen
and (min-width : 600px)
and (max-width : 767px) {
	/* STYLES GO HERE */

	.container {
	width: 560px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 295px;
left: 50%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 528px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:311px;
	}

	#gif-wrap {
		position:absolute;
		width:215px;
		margin-top: 15px;
		margin-left: 34px;
	}

	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top:49px;
		margin-left:188px;
		display:none;
		z-index:2;
		transform: scale(0.55, 0.55);
		-ms-transform: scale(0.55, 0.55);
		-webkit-transform: scale(0.55, 0.55);
	}

	#btn-replay {
		position: absolute;
		left: 288px;
		margin-top: 250px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 404px;
		margin-top: 250px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 325px;
		top:250px;
		z-index: 3;
		width:130px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu .nav-bca li{
		width: 100% !important;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 528px !important;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 56px;
		margin-left: 15px;
		max-height: 365px !important;
		overflow: auto !important;
	}
	.col-sm-4 {width: 100%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}


@media only screen
and (min-width : 768px)
and (max-width : 800px)
and (orientation : landscape) {
	/* STYLES GO HERE */

	.container {
	width: 640px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 295px;
left: 50%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 608px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:358px;
	}

	#gif-wrap {
		position:absolute;
		width:250px;
		margin-top: 19px;
		margin-left: 34px;
	}

	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top:68px;
		margin-left:245px;
		display:none;
		z-index:2;
		transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
	}

	#btn-replay {
		position: absolute;
		left: 336px;
		margin-top: 306px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 471px;
		margin-top: 306px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 382px;
		top:307px;
		z-index: 3;
		width:130px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 608px;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 80px;
		margin-left: 15px;
	}
	.col-sm-4 {width: 41%;margin-left: -23px;}
	.col-sm-3 {width: 34%;margin-left: -9%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}

@media only screen
and (min-width : 801px)
and (max-width : 991px)
and (orientation : landscape) {
	/* STYLES GO HERE */
	.big-menu .nav-bca li{
		width: 32.9% !important;
	}
	.container {
	width: 640px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 295px;
left: 50%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 608px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:358px;
	}

	#gif-wrap {
		position:absolute;
		width:250px;
		margin-top: 19px;
		margin-left: 34px;
	}

	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top:68px;
		margin-left:245px;
		display:none;
		z-index:2;
		transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
	}

	#btn-replay {
		position: absolute;
		left: 336px;
		margin-top: 306px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 471px;
		margin-top: 306px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 382px;
		top:307px;
		z-index: 3;
		width:130px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 608px;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 80px;
		margin-left: 15px;
	}
	.col-sm-4 {width: 41%;margin-left: -23px;}
	.col-sm-3 {width: 34%;margin-left: -9%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}


@media only screen
and (min-width : 768px)
and (max-width : 800px) {
	/* STYLES GO HERE */

	.container {
	width: 640px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 295px;
left: 48%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
	width: 670px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 640px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:378px;
	}

	#gif-wrap {
		position:absolute;
		width:250px;
		margin-top: 19px;
		margin-left: 34px;
	}

	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top:68px;
		margin-left:245px;
		display:none;
		z-index:2;
		transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
	}

	#btn-replay {
		position: absolute;
		left: 336px;
		margin-top: 306px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 471px;
		margin-top: 306px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 382px;
		top:307px;
		z-index: 3;
		width:130px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 640px;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 67px;
		margin-left: 15px;
	}
	.col-sm-4 {width: 51%;margin-left: -45px;}
	.col-sm-3 {width: 34%;margin-left: -13%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}

@media only screen
and (min-width : 801px)
and (max-width : 991px) {
	/* STYLES GO HERE */

	.container {
	width: 640px;
	margin-left: auto;
padding-left: 50px;
position: absolute;
top: 295px;
left: 48%;
transform: translate(-50%, -50%);
}
.row {
	margin-right: -15px;
	margin-left: -48px;
	width: 670px;
}

	.overlayed {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/
		width: 640px;
		background-color: #000;
		opacity: 0.7;
		position: absolute;
		z-index:1;
		display: none;
		height:378px;
	}

	#gif-wrap {
		position:absolute;
		width:250px;
		margin-top: 19px;
		margin-left: 34px;
	}

	.bubble {
		background-image: url('../img/solid.png');
		position: absolute;
		width:400px;
		height:394px;
		top:68px;
		margin-left:245px;
		display:none;
		z-index:2;
		transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
	}

	#btn-replay {
		position: absolute;
		left: 336px;
		margin-top: 306px;
		z-index:3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-next {
		position: absolute;
		left: 471px;
		margin-top: 306px;
		z-index: 3;
		width:90px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
	#btn-starts {
		position: absolute;
		left: 382px;
		top:307px;
		z-index: 3;
		width:130px;
		background-color: #34a8d4;
		border:#34a8d4;
		color:#fff;
		font-weight: bold;
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);	}
	.caretnya {
		float:right;
		/*margin-right: 35px;*/
		margin-right: 7%;;
	}
	.big-menu {
		/*width: -moz-calc(100% - 22px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);*/

		width: 640px;
		height:auto;
		min-height:560px;
		background-color: #34a8d4;
		opacity: 0.9;
		position: absolute;
		z-index:5;
		display: none;
		padding:15px 10px 0px 67px;
		margin-left: 15px;
	}
	.col-sm-4 {width: 51%;margin-left: -45px;}
	.col-sm-3 {width: 34%;margin-left: -13%;}
	video {
		width:100%;
		height:auto;
		padding-right: 15px;
		padding-left: 7px;
		margin-right: auto;
		margin-left: auto;
	}
	.round-bottom {
		height:55px;
		padding:5px;
		-webkit-border-radius: 0px 0px 15px 15px;
		-moz-border-radius: 0px 0px 15px 15px;
		border-radius: 0px 0px 15px 15px;
		background-color:#F66A17;
		color:#fff;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}


/* MENU */
.big-menu {
	width:875px;
	max-width:100%;
	position: absolute;
	z-index:9999;
	display: none;
	padding:5px 10px 0px 30px;
	margin-left: 15px;
    /*background-color: rgba(30, 179, 232, 8);*/
    height: 84.7%;
    min-height: 46px;
    overflow: hidden;
    padding: 0;
}
.small-menu {
	width:900px;
	max-width:100%;
	z-index:5;
	display: none;
	padding:5px 10px 0px 30px;
	margin-left: 15px;
    background-color: #d7d7d7;
    min-height: 46px;
    overflow: hidden;
    padding: 0;
    top: 20px;
}
.nav-bca{
    margin: 0;
    display: inline;
    padding: 0;
}
.big-menu .nav-bca li.active {
    background-color: #1eb3e8;
    color: #fff;
    font-weight: bolder;
	background: #0094d6!important;
}
.big-menu .nav-bca li{
    color: #777;
    padding: 13px 22px 13px 20px;
    cursor: pointer;
    width: 196px;
    font-size: 12px;
    color: #fff;
}
.big-menu .nav-bca li:hover{
    background-color: #1eb3e8;
    color: #fff;
    text-decoration: underline;
}

.nav-login{
	padding: 0;
}
.child-menu > .row{
    margin: 0;
    background-color: #0094d6;
    opacity: 0.9;
}
.child-menu{
    margin: 0px 0 20px;
}
.child-menu .fa {
	color: #fff;
	font-size: 16px;
}
.child-menu .category-head{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 10px;
    padding-left: 40px;
}
.child-menu .category-group > img {
    width: 30px;
}
.child-menu .category-group a{
    font-size: 13.5px;
    top: 7px;
    position: inherit;
    color: #FFF;
    padding: 5px 0;
}
.child-menu .category-group a:hover{
	/*color: #fff;*/
}
.child-menu .col-sm-4 {
    width: 31%;
    padding-bottom: 15px;
    margin-left: 11px;
    padding-left: 25px;
}
.mobile-menu .child-menu .col-sm-4{
	width: 100%;
}
.no-chld-nol li{
    display: flex;
    padding: 0;
}
.no-chld-nol {
    margin: 10px 0 0 -40px;
    /*width: 99%;*/
}
.no-chld-nol li a:hover{
	background: none;
}
.category-group > a{
	font-weight: bold;
}
.category-group{
	margin: 4px -3px;
	width: 38%;
}
.no-chld-one{
	padding: 0px 0px 10px 10px;
}

.mobile-menu .no-chld-nol{
    margin: 5px 0 0 -60px;
    width: 125%;
}
.mobile-menu .no-chld-nol li{
    padding: 5px 35px;
}
.mobile-menu .no-chld-nol .child-menu .col-sm-4{
    width: 100%;
    margin-left: 10px;
    padding-bottom: 15px;
}
.mobile-menu .child-menu .col-sm-4{
    padding-bottom: 15px;
}
/*clear/disable responsive*/
.container {
top: 350px !important/*48%*/;
}
a:link,a:visited{
	color:#FFF;
}
