@media (max-width: 767px){
	/** Owl Carousel Assets */
	#owl-demo .item img{
		display: block;
		width: auto; /**74%;*/
		height: auto; /**428px;*/
		float: left;
		margin: 0;
	}
	.owl-carousel .owl-item {
		/*background:#CCC;*/
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 74%;
		height: 200px;
	}
	.block-caption { 
	opacity: 0.80;
	width: 100%;
	display: block;
	background:#CCC;
	position: absolute;
	bottom: 0px;
	padding: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	/** Owl Carousel Assets */
	#owl-demo .item img{
		display: block;
		width: auto; /**74%;*/
		height: auto; /**428px;*/
		float: left;
		margin: -58px 0;
	}
	.owl-carousel .owl-item {
		/*background:#CCC;*/
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 74%;
		height: 200px;
	}
	.block-caption { 
	opacity: 0.80;
	width: 100%;
	padding: 15px;
	background:#CCC;
	position: fixed;
	bottom: 0px;
	}
}


@media (min-width: 992px){
	/** Owl Carousel Assets */
	#owl-demo .item img{
		display: block;
		width: auto; /**74%;*/
		height: auto; /**428px;*/
		float: left;
		margin: -58px 0;
	}
	.owl-carousel .owl-item {
		/*background:#CCC;*/
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 74%;
		height: 200px;
	}
	.block-caption { 
	opacity: 0.80;
	width: 74%;
	padding: 15px;
	background:#CCC;
	position: fixed;
	bottom: 0px;
	}
}

@media (max-width: 767px){
	.owl-pagination {
	/**	position: relative;
		top: -430px; /** -90px;
		left: 0px;
		width: 131%;*/
	    position: absolute;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.owl-pagination {
	/**	position: relative;
		top: -430px; /** -90px;
		left: 0px;
		width: 131%;*/
		top: 74%;
	    right: 50%;
	    position: absolute;
	}
}

@media (min-width: 1200px){
	.owl-pagination {
	/**	position: relative;
		top: -430px; /** -90px;
		left: 0px;
		width: 131%;*/
		top: 80%;
	    right: 55%;
	    position: absolute;
	}
}



/** Pagination */
.next_page {
	float: right;
	width: 100%;
	height: 30px;
	text-align: right;
	margin: 10px 10px 20px 0;
}
.total_row {
	float: left;
	position: relative;
	bottom: 2px;
	padding: 1px 6px 1px 6px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #e0401d;
}
.total_row_result {
	float: left;
	position: relative;
	left: 9px;
	bottom: 2px;
	padding: 1px 6px 1px 6px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	background: #999;
}
.next_page a {
	position: relative;
	left: 5px;
	/*background: #e3e3e3;*/
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	font-size: 14px;
}
.next_page strong {
	position: relative;
	/*background: #e3e3e3;*/
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	border: 1px solid #CCC;
	color: #666;
	font-size: 14px;
}
.next_page a:hover {
	color: #e0401d;
}
.next_page strong {
	font-size: 14px;
	left: 5px;
	padding: 1px 6px 1px 6px;
	border: 1px solid #4d7f6c; /** #e0401d; */
	background-color: #4d7f6c; /** #e0401d; */
	color: #FFFFFF;
	/*background: #999;*/
}

.sponsera {
	background-color: #B5B5B5;
	/**margin: -15px;*/
	position: absolute;
	z-index: 1;
	bottom: 0;
}

@media (max-width: 389px) {
	.sponsera {
	width: 100%;
	height: 70px;
	}
	.sponseraimg1 {
		width: 60px;
		top: 9%;
		left: 32%;
		position: absolute;
	}
	.sponseraimg2 {
		width: 110px;
		top: 5%;
		margin-top: 5px;
		/*left: 60%;*/
		/*position: absolute;*/
	}

	#banners{
		margin-bottom: 30px;
	}
}

@media (min-width: 390px) and (max-width: 766px) {
	.sponsera {
	width: 100%;
	height: 70px;
	}
	.sponseraimg1 {
		width: 60px;
		top: 9%;
		left: 44%;
		position: absolute;
	}
	.sponseraimg2 {
		width: 110px;
		top: 5%;
		margin-top: 5px;
		/*left: 72%;
		position: absolute;*/
	}

	#banners{
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sponsera {
	width: 100%;
	margin: 65% 0 0;
	height: 70px;
	}
	.sponseraimg1 {
		width: 60px;
		top: 9%;
		left: 50%;
		position: absolute;
	}
	.sponseraimg2 {
		width: 110px;
		top: 5%;
		margin-top: 5px;
		/*left: 80%;
		position: absolute;*/
	}

	#banners{
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sponsera {
	width: 250px;
	margin-left: -5px;
	height: 58px;
	}
	.sponseraimg1 {
		width: 49px;
		top: 9%;
		left: 40%;
		position: absolute;
	}
	.sponseraimg2 {
		width: 85px;
		top: 5%;
		margin-top: 5px;
		/*left: 64%;
		position: absolute;*/
	}

	#banners{
	}
}

@media (min-width: 1200px) {
	.sponsera {
	width: 312px;
	margin: 366px -5px 0 -15px;
	height: 58px;
	}
	.sponseraimg1 {
	width: 48px;
	top: 9%;
	left: 44%;
	position: absolute;
	}
	.sponseraimg2 {
	width: 82px;
	top: 5%;
	margin-top: 5px;
	/*left: 70%;
	position: absolute;*/
	}

	#banners{
	}
}
.box1 {
    color : #000;
    background-color : #99FF99;
	padding : 5px;
	-webkit-box-shadow : 1px 1px 1px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow : 1px 1px 1px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow : 1px 1px 1px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.box2 {
    color : #000;
    background-color : #C8C8C8;
	padding : 5px;
	-webkit-box-shadow : 1px 1px 1px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow : 1px 1px 1px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow : 1px 1px 1px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.video-0{
	width: 100%;
	height: 320px !important;
}


@media screen and (max-width: 991px) {
	.video-1{
		margin: 0;
	}
}

@media (min-width: 992px) {
	.video-1{
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (min-width: 992px) {
	.fb300{
		position: inherit;
		padding-top: 5px;
		text-align: center;
		transform: none;
	}
	.fb500{
		position: absolute;
		padding-top: 5px;
		text-align: center;
		transform: scale(0);
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	.fb300{
		position: absolute;
		padding-top: 5px;
		text-align: center;
		transform: scale(0);
	}
	.fb500{
		position: inherit;
		padding-top: 5px;
		text-align: center;
		transform: none;
	}
}

@media (max-width: 479px) {
	.fb300{
		position: inherit;
		padding-top: 5px;
		text-align: center;
		transform: none;
	}
	.fb500{
		position: absolute;
		padding-top: 5px;
		text-align: center;
		transform: scale(0);
	}
}


@media screen and (max-width: 766px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}