/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* 1.0 - Common Styles
---------------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px; text-align:justify;
}
h1 {
	
	font-size: 30px;
	color: #ec1c24;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
}
h2 {
	
	font-size: 30px;
	line-height: 36px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
h3 {
	
	font-size: 22px;
	line-height: 30px;
	color: #f68022;
	font-weight: 500;
	margin-bottom: 10px;
}
h4 {
	
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	line-height: 24px;
}
h5 {
	
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 500;
}
h6 {
	
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
}
a {
	outline: 0;
	color: #016db9;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
p {
	margin-bottom: 10px;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
.container {padding: 0;	width:100%;max-width:1170px;margin: 0 auto;-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
/* Top-Header
---------------------------------------------------------------------- */
.ccr_mainsection{ margin:0px; padding:0px; display:inline-block; width:100%; float:left;}
.header_bg{background: url(../images/body-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  .header_main{margin:0px; padding:0px 0px; display:inline-block; width:100%; float:left;}
  .header_left{ margin:0px; padding:0px; display:inline-block; float:left;}
  .har_logo img {
    padding: 13px;
    width: 75%;
    position: relative;
    top: 10px;
    background: #0e1b33;
    box-shadow: 7px 8px 5px #000;
}
.header_right{ margin:44px 0 0px; padding:0px; display:inline-block; float:right;}
.Pre-like-vote {
    padding:8px 15px;
    border: 0;
    background: #ff8d1e;
    color: #fff;
    outline: none;
    transition: .6s;
    margin: 0;
    font-weight:600;
    border-radius: 25px;
    float: right;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-width: 70px; font-size:14px; cursor:pointer;
}
.Pre-like-vote:hover{background: #5bc0de;}
.Pre-Registratio {
    padding: 8px 15px;
    border: 0;
    background: #5bc0de;
    color: #fff;
    outline: none;
    transition: .6s;
    margin: 0 0 0 10px;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    float: right;
    min-width: 70px;font-size:14px; cursor:pointer;
}
.Pre-Registratio:hover{background: #ff8d1e;}

.text_section{margin:0px; padding:60px 0px; display:inline-block; width:100%; float:left;}
.text_section p{ text-align:center; font-size:30px;color: #ff7e00; line-height:36px;}


.video_section{margin:0px; padding:60px 0px; display:inline-block; width:100%; float:left;}
.video_section p{ text-align:center; font-size:25px; color:#fff; margin-bottom:25px; line-height:28px;}
.video_section ul{margin:0px; padding:0px; list-style:outside none; /*margin-left:-15px;margin-right:-15px;*/display: flex; flex-wrap: wrap;}
.video_section li{ margin:0px 0 20px; padding:0px 0px; display:inline-block; width:33.333%;}
.video_section li .listcont{ border:solid 1px #1b1b1b; background:#030303; margin:0px; padding:20px 0px; width:96%; text-align:center;}
.video_section li .name{ color:#fff; font-size:18px; margin-bottom:15px;}
.video_section li img{ width:100%;}
.video_section li .title{ color:#fff; font-size:18px; margin-top:15px;}
.imgcont:hover .image {-webkit-transform:scale(1.3);
transform:scale(1.3);
}
.imgcont {
overflow:hidden;
width:100%;
height:100%;
}
.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.white_logo_bg {
    background: url("../images/bg1.png");
    width: 100%;
      z-index: auto; float:left;
}

.black_logo_bg {
    background: url("../images/bg2.png");
    width: 100%;
      z-index: auto; float:left;
}

.banner_section{margin:0px; padding:0px 0px; display:inline-block; width:100%; float:left;  box-sizing:border-box;}
.banner_section img{ width:100%; float:left;}
.Pre-like-voten {
    padding:10px 50px;
    border: 0;
    background: #ff8d1e;
    color: #fff;
    outline: none;
    transition: .6s;
    margin:0 auto;
    font-weight:600;
    border-radius: 25px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-width: 70px; font-size:25px; cursor:pointer;
}
.Pre-like-voten:hover{background: #5bc0de;}
.pay_now{ margin-top:30px; display:block;}

@media screen and (max-width: 1200px) {
.container { width: 100%; padding:0 15px;}
}

@media screen and (max-width: 736px) {
.video_section li{ width:50%;}
}

@media screen and (max-width: 660px) {
/*	.video_section li{ width:100%;}*/
	
}

@media screen and (max-width: 640px) {
/*.video_section li{ margin-right:0px; width:100%; margin-bottom:20px;padding-bottom:51%;}*/

}
@media screen and (max-width: 532px) {
.header_right{ float:none; margin-bottom:10px;}	
}
@media screen and (max-width: 550px) {
/*.video_section ul{margin:0px; padding:0px; list-style:outside none; margin-left:-15px;margin-right:-15px;display: flex;flex-wrap: wrap;}*/
}

@media screen and (max-width: 440px) {
.header_right{ width:100%; margin-bottom:15px; float:inherit; text-align:center;}
.Pre-like-vote{ float:none;}
.Pre-Registratio{ float:none;}	
.video_section li{ width:100%;}
}
@media screen and (max-width: 346px) {
.Pre-like-vote{ margin-top:10px;}

}