@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans', sans-serif;
}

.heighlight{
	    font-weight: 700;
    background: #ebebf0;
    padding: 20px;
    border: 1px solid #5db2e4;
}
.row ul li, ol li{
	padding: 5px 0px;
}

.topMenu{
	background:#e9e9ef;
	border-bottom:1px solid #cacada;
}

.topMenu ul li{
	list-style: none;
	float: right;
	border-right: 1px solid #cacada;
	font-size: 9px;
	padding:5px 15px 5px 15px;
	text-transform: uppercase;
}

.topMenu ul li a{
	color:#444;
	font-weight: 600;
}

.navbar-inverse{
	background-color: #fff;
	border-color: #080808;

}
.navbar-wrapper .navbar{
	border-radius: 0;
	border: :nonel
}
.navbar-wrapper{
	background: #fff;
	border-bottom: 1px solid #cacada;
	border-top: 1px solid #cacada;
}

.navbar{
	margin-bottom: 0;
	border: none;
}

.navbar-inverse .navbar-nav>li>a{
	color: #444444;
	font-size: 13px;
	font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover{
	background-color: #004b97;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #fff;
	color:#444444;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color: #fff;
	color:#444444;
}
.dropdown:hover .dropdown-menu {
/*display: block; */
}
.navbar-brand {
    padding: 15px 35px 15px 15px;
		height: 52px;
}

.dropdown-menu>li>a{
	color: #444444;
	font-size: 13px;
	font-weight: 600;
	line-height: 35px;
}
.dropdown-menu>li>a:hover{
	background-color: #004b97;
	color:#fff;
}
.carousel{
	margin-bottom: 30px;
}
.carousel .item{
	background-color: #e9e9ef;
}
a {
    color: #5db0e5;
    text-decoration: none;
}
a:hover {
    color: #5db0e5;
    text-decoration: underline;
}
.carousel-caption .btn{
	margin-top: 30px;
}
.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
	left:0%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
	top:22%;
	width: 100%;
}

.carousel-caption h1 {
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 38px;
    width: 100%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	margin-bottom:25px;
}
.carousel-caption h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.carousel-caption p {
    font-weight: 400;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
	text-shadow: none;
	padding:0 16%;
}

.btn-primary {
    color: #fff;
    background-color: #25282a;
    border:none;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(93, 176, 229);
    border:none;
	text-decoration: underline;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
		font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
		padding: 10px 25px;
    border-radius:0px;
		font-weight: 600;
		margin-right: 10px;
		margin-bottom: 10px;
	border-radius: 25px;
}

.carousel-control.left{
	background: none;
	z-index: 10;
}
.carousel-control.right{
	background: none;
	z-index: 10;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
		width: 100px;

}

.carousel-indicators .active{
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #124b96;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #124b96;
    border-radius: 10px;
}

h1{
	color:#002e5f;
	font-size: 32px;
	font-weight: 700;
}

h3{
	color:#999999;
	font-size: 22px;
}
p{
	color:#444;
	font-size: 16px;
	line-height: 22px;
}
.intro{
	text-align: center;
}

h2{
	color:#004b97;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
}
.prizeBox{
	background-color: #fafafa;
	border-radius: 15px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	-webkit-box-shadow: 1px -2px 6px -1px rgba(0,0,0,0.32);
	-moz-box-shadow: 1px -2px 6px -1px rgba(0,0,0,0.32);
	box-shadow: 1px -2px 6px -1px rgba(0,0,0,0.32);
}
.boxTop{
	background-color:#5db0e5;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	padding: 5px 0px;
}
.boxTop img{
}

ul.prizeDetails {
	margin: 0;
	padding: 0 15px;
}
ul.prizeDetails li{

	/*background: url("../images/prize_list_icon.png") no-repeat left top;*/

	border-bottom:1px solid #e9e9e9;
	padding: 15px 0;
	list-style-type: none;

}
ul.prizeDetails li:last-child {
    border-bottom:none;
}
.marketing .col-lg-4{
	text-align: left;
}
.featurette-divider{
	margin: 40px 0;
}

.box1, .box3{
	margin-top: 35px;
}
.reg{
	text-align: center;
	background-image: url("../images/reg_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	margin: 35px 0;
}
.reg h3{
	color:#fff;
	margin: 25px 0px 15px;
	line-height: 21px;
	background: rgba(0,0,0,.6);
    padding: 15px 20px;
    display: inline-block;
	font-size: 17px;
}

.reg h1{
	color:#fff;
	margin:  15px 45px 0px 45px;
	line-height: 28px;
	letter-spacing: -1;
	font-weight: 700;
	font-size: 24px;
}
.footerMain{
	background-color: #e9e9ef;
	border-top: 1px solid #cacada;
}

ul.footerLink{
	margin: 20px 0;
	padding: 0;
}
ul.footerLink li{
	float: left;
	list-style-type: none;
	font-size: 13px;
	font-weight: 600;
}

ul.footerLink li a{
	font-size: 11px;
	color:#444444;
	text-decoration: none;
}

ul.footerLink li a:hover{
	font-size: 11px;
	color:#444444;
	text-decoration: underline;
}

.navbar-brand{
	    padding: 13px 35px 15px 15px;
			height: 52px;
}
.navbar-nav>li>a {
    padding-top: 17px;
}
.navbar-toggle{
	background-color: #337ab7;
}
.subhero{
	background-color: #e9e9ef;
	display: block;
	margin-top: 34px;
	padding: 10px 0 0px;
}

.subhero .container{
	/*background-image: url("../images/cloud_logo.png");*/
	/*background-repeat: no-repeat;
	background-position: right 40%;*/
}

.subhero .container P{
	margin-bottom: 20px;
}
.about{
	text-align: left;
}
.terms{
	text-align: left;
	margin-top:45px;
}
.TLbOX{
	min-height: 340px;
	background-color: #002e5f;
	padding: 15px;
	margin: 0 15px 15px 0;
}

.TLbOX p{
	color:#fff;
}

.TLbOX p:first-child{
	text-align: center;
}

.prz1{
	background-color: #5db0e5;
	color: #fff;
	padding: 0 15px;
}

.prz1 h3{
	color: #fff;
}
.prz2{
	background-color: #d31145;
	padding: 0 15px;
}
.prz2 h3{
	color: #fff;
}
.prz3 h3{
	color: #fff;
}
.prz3{
	background-color: #00b2b2;
	padding: 0 15px;
}

/* Box Hover start here */
.boxgrid {
	height: 295px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-top: 50px;
	text-transform: uppercase;
	background-image: url("../images/trophy_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
  width: 100%;
	height: auto;
	text-align: center;
}
.boxgrid p {
	padding: 0 10px;
	color:#fff;
	font-weight:bold;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

/*box hover end here */
.prz1 btn{
	background-color: #fff;
}

.btn-primary2 {
    color: #5db0e5;
    background-color: #fff;
    border: none;
		margin-top: 25px;
}

.btn-primary2:hover {
    color: #5db0e5;
}
.condPriz{
	color:#999999;
	margin-top: 5px;
	padding: 15px;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaef+0,ffffff+100 */
	background: #eaeaef; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaef 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaef 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaef 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.panel{
	background-color: #f4f4f7;
}
.panel-default>.panel-heading{
	background-color: #e9e9ef;
}
.panel-title a{
	color:#004b97;
	text-decoration: none;
	font-size: 16px;
}

#cd-timeline h2{
	font-size: 22px;
	color:#fff;
	margin-bottom: 10px;
	    margin-top: 10px;
}
#cd-timeline p{
	font-size: 14px;
	color:#fff;
}

#cd-timeline span{
	font-size: 20px;
	color:#444;
}
.cd-timeline-content .cd-read-more{
	font-size: 14px;
}
.topicBox{
	background-color: #5db0e5;
	color:#fff;
	text-align: center;
	padding: 15px 15px;
	font-weight: 600;
	margin-bottom: 20px;
	min-height: 170px;
}
.topicBox img{
	width:25%;
}
.topicBox p{
	color:#fff;
	font-size:13px;
	 margin-bottom: 0px;
    margin-top: 14px;
    line-height: 17px;
}

.topicBox a{
	color:#fff;
	text-decoration: none;
	font-size:13px;
}
.topicBox a:hover{
	color:#fff;
	text-decoration: underline;
}

.navbar-inverse .navbar-toggle{
	border: none;
}



@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #444;
	    background-color: #004b97;
	}

  .subhero {
    margin-top: 14px;
}
#myCarousel{
  display:block;
}
.boxgrid img {
    display: none;
}
.carousel-caption h1 {
    font-size: 32px;
    line-height: 36px;
	margin-top: 0px;
}
.carousel-caption p {
    font-size: 24px;
    line-height: 26px;
}
.carousel-caption .btn {
    margin-top: 20px;
}
}


#modal1Desc{
	text-align: left;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus{
    color: #444;
}

