@charset "utf-8";
/* CSS Document */

body, html, header, footer, section
{
	margin:0px auto;
	padding:0px;
	width:100%;
	font-family: Calibri, "Trebuchet MS";
	font-size:17px;
}
section
{
	overflow-x:hidden;
}

header #contact
{
	color:#000;
	float:right;
	margin-right:5%;
	display:none;

}


header #contact ul
{
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	background-color:#692161;
	/*background-image:url(../images/homeGallery/menubg.jpg);*/
	background-repeat:no-repeat;
	background-size:100% 100%;
	border-radius:25px;
	box-shadow:0px 0px 5px #000000;
	padding:10px;
	transition:all 1s;

}

header #contact ul:hover
{
	filter:brighteness(90%);
	transition:all 1s;
	
}

header #contact ul li
{
	display:inline;
	margin-left:25px;
	font-size:14px;

}

header #contact ul li img
{
	height:30px;
	width:30px;
	vertical-align:middle;
	border-radius:50%;
	box-shadow:0px 0px 3px #FFF;

}


header #contact ul li a
{
	text-decoration:none;
	color:#fff;
}

header #contact ul li strong
{
	
	color:#fff;
	padding:5px 15px 5px 15px;
	border-radius:5px;
}

/* top menu end */

header #logo-title
{
	clear:both;
	width:100%;
	margin-bottom:0px !important;
}

header #logo-title #logo
{
	width:35%;
	float:left;
	margin-left:5%;
	margin-right:3%;

}

header #logo-title #logo #logo_top_text
{
	font-size:45px;
	color:#063;
	font-weight:bold;
	letter-spacing:-2px;
	border-bottom:1px dashed #09F;
}

header #logo-title #logo #logo_bottom_text
{
	clear:both;
	display:block;
	font-size:20px;
	color:#063;
}

header #logo-title #title
{
	margin:0px auto;
	float:left;
	width:60%;
	text-align:justify;
	margin-left:0%;
	font-family: 'Patua One', cursive;
	margin-left:-3%;

}

header #logo-title #title #top_red
{
	font-size:45px;
	color:#692161;
	font-weight:bold;
	clear:both;
	display:block;
	margin:0px;
	margin-bottom:5px;
}

header #logo-title #title #mid_green
{
	font-size:40px;
	color:#063;
	font-weight:bold;
	clear:both;
	display:block;
	margin:0px;
	margin-top:-15px;
}

header #logo-title #title #bottom_black
{
	font-size:25px;
	font-weight:bold;
	clear:both;
	display:block;
	margin:0px;
	margin-top:-12px;
	font-family:calibri;
	font-style:oblique;
}

/*logo title end */

header #nav
{
	margin:0px auto;
	padding:0px;
	width:100%;
	margin-top:15px !important;
}

header #nav div
{
	float:left;
}

header #nav #menu
{
	margin:0px auto;
	width:100%;
	-webkit-width:100%;
	background-color:#692161;

}

header #nav #menu ul
{
	list-style-type:none;
	color:#FFF;
	margin-left:12%;
}
header #nav #menu ul li
{
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
font-family:calibri;
transition:ease-out 1s;
}

header #nav #menu ul li span
{
	margin-left:13px;
	margin-right:13px;
}

header #nav #menu ul li a
{
	text-decoration:none;
	color:#FFF;
}
/* program */
header #nav #menu ul li ul#sub-prog
{
	position:absolute;
	display:none;
	z-index:9999999999;
	background-color:#060;
	margin:0px auto;
	padding:0px;
	margin-left:18%;
	margin-top:-5px;
}

header #nav #menu ul li:hover ul#sub-prog
{
	display:block;
}


header #nav #menu ul li ul#sub-prog li
{
	display:block;
	padding:12px;
	transition:all 1s;
}

header #nav #menu ul li ul#sub-prog li:hover
{
	background-color:#692161;
	transition:all 1s;
}

/* registration */

header #nav #menu ul li ul#sub-reg
{
	position:absolute;
	display:none;
	z-index:9999999999;
	background-color:#060;
	margin:0px auto;
	padding:0px;
	margin-left:32%;
	margin-top:-5px;
	
}

header #nav #menu ul li:hover ul#sub-reg
{
	display:block;
}


header #nav #menu ul li ul#sub-reg li
{
	display:block;
	padding:12px;
	transition:all 1s;
}

header #nav #menu ul li ul#sub-reg li:hover
{
	background-color:#692161;
	transition:all 1s;
}


/* trade */

header #nav #menu ul li ul#sub-trade
{
	position:absolute;
	display:none;
	z-index:9999999999;
	background-color:#060;
	margin:0px auto;
	padding:0px;
	margin-left:50%;
}

header #nav #menu ul li:hover ul#sub-trade
{
	display:block;
}


header #nav #menu ul li ul#sub-trade li
{
	display:block;
	padding:12px;
	transition:all 1s;
}

header #nav #menu ul li ul#sub-trade li:hover
{
	background-color:#692161;
	transition:all 1s;
}

/* download */
header #nav #menu ul li ul#dCenter
{
	position:absolute;
	display:none;
	z-index:9999999999;
	background-color:#060;
	margin:0px auto;
	padding:0px;
	margin-left:46%;
	margin-top:-5px;

}

header #nav #menu ul li:hover ul#dCenter
{
	display:block;
}


header #nav #menu ul li ul#dCenter li
{
	display:block;
	padding:12px;
	transition:all 1s;
}

header #nav #menu ul li ul#dCenter li:hover
{
	background-color:#692161;
	transition:all 1s;
}



/* menu end */

header #banner
{
	width:100%;
	margin:0px auto;
	padding:0px;
	height:520px;
	clear:both;
	overflow:hidden;
}

header #banner img
{
	width:100%;
	height:100%;
}

/* timer start */

#timerreg
{
	margin-top:-10px;
	width:100%;
	height:98px;
	background-color:#692161;
	color:#FFF;
	padding-top:15px;
}

#timerreg #timer
{
	width:25%;
	text-align:center;
	font-size:22px;
	float:left;
	font-weight:bold;
	padding-top:8px;
	color:#000;
	margin-left:6%;
	text-align:center;
	border-right:2px solid #FFF;
}

#timerreg #text
{
	margin:0px auto;
	float:left;
	color:#FFF;
	font-size:24px;
	width:40%;
	text-align:center;
	border-right:2px solid #FFF;
	height:60px;
	padding-top:30px;
}

#timerreg #regbtn
{
	text-align:center;
	float:left;
	font-weight:bold;
	padding-top:16px;
	color:#000;
	text-align:center;
}

#timerreg #regbtn #rtext
{
	background-color:#FFF;
	color:#066;
	padding:7px;
	border-radius:10px;
	font-size:32px;
	text-transform:uppercase;
	margin-left:45px;

}

#timerreg #regbtn #rtext a
{
color:#066;
text-decoration:none;
}

#timerreg #timer #main-lbl
{
	margin-left:-30% !important;
}

#timerreg #timer .days, #timerreg #timer .hours, #timerreg #timer .minutes, #timerreg #timer .seconds
{
	height:auto;
	float:left;
	font-size:14px !important;
	text-transform:capitalize !important;
	margin:0px;
	width:65px !important;
	color:#FFF;
}

.sepr
{
	float:left;
	padding:5px !important;
	margin-left:0px !important;
	text-align:center;
		font-size:4px;
		visibility:hidden;

}

#timerreg #timer .days .r-days, #timerreg #timer .hours .r-hours, #timerreg #timer .minutes .r-minutes, #timerreg #timer .seconds .r-seconds
{
	background-color:#fff;
	color:#066;
	border-radius:10px;
	font-size:34px;
	font-weight:bold;
	/*padding-top:15px !important;*/
	height:50px;
	padding:5px;
	
	/* mozilla */
	-moz-background-color:#000;
	-moz-color:#FFF;
	-moz-border-radius:10px;
	-moz-font-size:44px;
	-moz-font-weight:bold;
	/*padding-top:15px !important;*/
	-moz-height:50px;

	
	/* webkit */
	-webkit-background-color:#000;
	-webkit-color:#FFF;
	-webkit-border-radius:10px;
	-webkit-font-size:44px;
	-webkit-font-weight:bold;
	/*padding-top:15px !important;*/
	-webkit-height:50px;


}

.block
{
	display:block;
	clear:both;
}

.space_high
{
height:70px;	
}


/*new block start */


#welcome-message #mboundry
{
	margin:0px auto;
	width:90%;
	text-align:justify;
	border:3px solid #066;
	margin-top:40px;
}

#welcome-message #mboundry #message
{
	margin:0px auto;
	width:96%;
	text-align:justify;
}

#welcome-message #mboundry #message strong#first
{
font-family: 'Francois One', sans-serif;
margin-bottom:-20px;
color:#000;	
}

#welcome-message #mboundry h2
{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	background-color:#066;
	padding:12px 20px 12px 20px;
	margin-top:0px;

}

#welcome-message #mboundry p#strong
{
	font-size:26px;
	font-weight:bold;
	padding:12px;
	margin:0px;
	margin-left:16px;

}

#welcome-message #mboundry #message p:first-child
{
	margin-top:-29px;
}



#welcome-message #mboundry #image
{
	margin:0px auto;
	width:96%;
	margin-bottom:20px;
}

#welcome-message #mboundry #image #border-box
{
	margin:0% 2% 0% 0%;
	height:220px;
	width:180px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
}

#welcome-message #mboundry #image #border-box:last-child
{
	float:right; margin-right:0px;
}
	
#welcome-message #mboundry #image #dname
{
	text-align:center;
	font-weight:bold;
	color:#036;
	
	margin:0% 2% 0% 0%;
	height:170px;
	width:150px;
	border:1px solid #036;
	border-radius:8px;
	overflow:hidden;
	display:inline-block;
}

#welcome-message #mboundry #image #border-box #dname img
{
	height:100%;
	width:100%;
}

#welcome-message #mboundry #image #cman
{
	text-align:center;
	color:#036;
	font-style:oblique;
}

#welcome-message #mboundry #image #cman strong
{
	font-style:none;
}


/* download block */

#download
{
	width:100%;
	background-color:#F90;
	background-size:100% 100%;
	clear:both;
	margin-top:30px;
	float:left;
	text-align:center;
	margin-bottom:20px;
	/*background-image:url(../images/bg1.jpg);*/
	background-color:#692161;
	height:460px;
	overflow:hidden;
	}

#download #title
{
	padding-top:15px;
	text-align:center;
	color:#fff;
	font-size:34px;
	margin:0%;
	margin-left:5%;
	font-weight:bold;
	text-transform:uppercase;
}

#download #dmain
{
	width:90%;
	text-align:center;
	float:left;
	margin-left:5%;
	-webkit-margin-end: 5%;

}

#download #dmain #dbox
{
	
	margin-bottom:0px;
	border:2px solid #FFF;
	width:230px;
	margin-right:27px;
	margin-left:13px;
	padding:8px;
	display:inline-block;	
	}

#download #dmain #dbox #div
{
	text-align:center;
	width:230px;
	-webkit-margin-end: 90px;
	color:#FFF;
	
	}

#download #dmain #dbox #imag
{
	margin:0%;
	text-align:center;
	width:200px;
	height:180px;
	background-color:#FFC;
	border:1px solid #FC6;
	margin-right:29%;
	margin-left:13px;
	/*clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);	*/
	-webkit-margin-end: 13px;
}

#download #dmain #dbox #imag img
{
	height:100%;
	width:100%;
	overflow:hidden;
}


#download #jssor_1
{
	margin:0px auto;
	margin-left:35px !important;
}

/* committee block */

#committee
{
	float:left;
	width:100%;
	}

#committee div#committee
{
	float:left;
	width:90%;
	margin-left:6%;
	margin-right:5%;
	}


#committee h2
{
	color:#036;
	font-family: 'Lobster', cursive;
	font-size:36px;
	text-decoration:underline;

}

#committee div#pics
{
	width:22% !important;
	cursor:pointer;
	display:inline-block;
	margin:1%;
	transition:all 1.5s;

}

#committee div#pics:hover
{
	transform:scale(1.08);
	transition:all 1.5s;
}


#committee div#pics #imgs
{
	width:100%;
	height:200px;
	background-color:#CCC;
	overflow:hidden;
	display:inline-block;
	border:2px solid #000;

}

#committee div#pics #imgs img
{
	height:100%;
	width:100%;
	border:2px solid #CCC;
	box-shadow:0px 0px 6px #666666;
}

#committee div#pics:hover img
{
     
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;

	}
	
#committee div#pics #imtitle
{
	text-align:center;
	position:absolute;
	margin-top:-170px;
	margin-left:12%;
	display:none;
}

#committee div#pics #imtitle strong
{
	font-family: 'Oleo Script Swash Caps', cursive;
	color:#FFF;
	font-size:22px;
}

#committee div#pics #imtitle em
{
	font-family: 'Oleo Script Swash Caps', cursive;
	color:#FFF;
	font-size:18px;
	background-color:#900;
	padding:2px;
	border-radius:3px;
	font-style:normal;
}

/* about block */
#about
{
	width:100%;
	clear:both;
	margin-top:1px;
	float:left;
	background-color:#692161;
}

#about #registration
{
	float:left;
	width:94%;
	padding:3%;
	text-align:center;
}

#about #registration h2
{
	margin:0px auto;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:30px;
	text-shadow:0px 0px 2px #000000;
}

#about #registration #form
{
	width:45%;
	background-color:transparent;
	float:left;
}

#about #registration #hgap
{
	height:450px;
	width:2%;
	float:left;
}

#about #registration #text
{
	float:left;
	color:#FFF;
	width:45%;
}

#about #registration #text img
{
	border:3px solid #FFF;
}



#footer
{
	background-color:#E5E8E8 !important;
	color:#000;
	width:100%;
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	border-top:1px solid #D5DBDB;
}

#footer #top
{
	width:90%;
	margin:0px;
	padding:0px;
	margin-left:5%;
	float:left;
}

#footer #top #pics #text
{
	color:#000;	
}



#footer #top #pics #text h2
{
	font-size:36px;
	margin-top:-0px;
	text-transform:capitalize;
	color:#117A65;
	clear:both;
	margin:0px;
	padding:0px;
}

#footer #top #pics #text h3
{
	font-size:26px;
	font-style:oblique;
	margin-top:15px;
	padding:0px;
}

#footer #top #pics #text p
{
	font-size:20px;
	margin-top:0px;
}


#footer #top h2
{
	margin-bottom:2px;
	text-transform:capitalize;
	font-size:18px;
}

#footer #top #pics
{
	float:left;
	width:27%;
	padding:1%;
	margin:1%;
}

#footer #top #pics img	
	{
	width:70px;
	display:inline;
}

#footer #bottom
{
	width:98%;
	padding:1%;
	margin:0px auto;
	text-align:center;
	font-weight:bold;
	clear:both;
	background-color:#692161;
	text-transform:capitalize;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}


#blank
{
	margin:0px auto;
	padding:0px;
	width:350px !important;
	text-align:center;
	display:none;
	margin:30px;
}


/* global */

#jointTitle
{
	margin-top:-70px; position:absolute; margin-left:-100px; padding:10px 10px 10px 10px;
	
background-color: #692161;
border: 1px solid #060;
color: #fff;
text-align: center;
box-shadow: 0px 3px 3px #000000;
font-size:17px;
margin-right:20px;
border-radius:10px;
width:180px;
}



#theme
{
	text-align:center;
	width:100%;
	clear:both;
	font-weight:normal;
}

#respMenu, #resSep
{
	display:none;
}


.jtflex
{
	margin-left:-60px !important; width:330px !important;
}

#reg-fee-detail tr td, #reg-fee-detail tr th
{
	width:215px; font-size:16px;
}

#top-fixed
{
	position:fixed; top:20px; left:-2px; padding:9px; border:1px solid #060; background-color:#692161; color:#fff; border-radius:0px 8px 8px 0px; z-index:99999999999;
}