/*
Theme Name: Joon Dalup Business Association
Theme URI: http://daeb.com
Description: Daeb WordPress Theme
Version: 2.0
Author: Webpinas
Author URI: http://webpinas.com
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/




@import url("css/fonts.css");
@import url("smart.css");



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


a:hover, a:active, a:focus {
	outline: 0!important;
	border:none;
}


html, body {
  color:#777;
  font-size:16px;
  line-height: normal;
  font-weight: 400;
  font-family: 'robotoregular';
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

.clear {
	clear:both;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}
img {
	max-width:100%;
	height:auto;
}

input, textarea, button, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'sinkin_sans400_regular';
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #312c40;
}

a {
  background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:active,
a:hover {
  outline: 0;
}

.container {
	min-width:1100px;
	margin:0 auto;
}

.wrap {
	width:1100px;
	margin:0 auto;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.header {
	padding: 7px 0px 8px 0px;
	position:relative;
}

.logo {
	float: left;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: transparent;
}
strong {
	font-weight: bold;
}
	
.home-banner {
	background-color:#312c40;
	background-image:url(images/innerbanner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}

.hb-wrap {
	padding: 80px 0px 95px 0px;
	text-align:center;
}

.nominate {
}


.home-section1 {
/*	background-image:url(images/hs1-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;*/
}

.hs1-wrap {
	padding:55px 0px 60px 0px;
}

.overview {
	padding:0px 105px 40px 105px;
	text-align:center;
	font-family: 'sinkin_sans400_regular';
}

.overview h3 {
	font-family: 'sinkin_sans700_bold';
	font-size:48px;
	line-height:50px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.overview p {
	font-size:16px;
	line-height:27px;
	padding-bottom:20px;
	color:#777777;
}

.ac-head {
	text-align:center;
	font-family: Verdana,Geneva,sans-serif;
	font-size:40px;
	line-height:44px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	display:none;
}

.certificates {
	padding-left:210px;
	text-align:center;
}

.certificates ul li {
	display:inline;
	text-align:center;
	padding:0px 30px 20px 30px;
}

.certificates ul li:first-child {
	display:block;
}

.certificates ul li:last-child {
	padding-right:0px;
}

.ac-head-new {
	text-align:center;
	margin-bottom:50px;
	background-image:url(images/ac-head.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	height:106px;
	line-height:90px;
	color:#fff;
	font-family: 'sinkin_sans400_regular';
	font-size:54px;
	text-transform:uppercase;
}

.ac-head-new strong {
	font-family: 'sinkin_sans700_bold';
}

.certificates-new {
	overflow:hidden;
	text-align:center;
}

.certificates-new ul li {
	display:inline-block;
        width: 250px;
}

.certificates-new ul li img {
	vertical-align:middle;
}

.cnl1 li {
	padding:0px 30px 10px 30px;
}

.cnl2 li {
	padding:0px 10px 10px 10px;
	width:22%;
}

.cnl3 li {
	padding:0px 15px 10px 15px;
	width:28%;
}

.cnl4 li {
	padding:0px 35px 10px 35px;
}
.cnl5 li {
    padding: 0px 10px 10px 10px;
    width: 17.7%;
}


.home-section2 {
	background-image:url(images/hs2-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}


.hs2-bg {
	max-width:1450px;
	margin:0 auto;
	background-image:url(images/hs2-bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:429px;
}

.hs2-lhs {
	float:left;
	margin:108px 0px 0px 154px;
}

.hs2-rhs {
	float:right;
	margin-right:25px;
	width:503px;
	border-top:#dcdcdc solid 1px;
	border-bottom:#dcdcdc solid 1px;
	min-height:426px;
	text-align:center;
}

.hs2-rhs h3 {
	font-size:32px;
	line-height:39px;
	text-transform:uppercase;
	color:#000;
	padding:30px 0px 7px 0px;
}

.hs2-rhs h4 {
	font-size:23px;
	line-height:25px;
	color:#696969;
	text-transform:uppercase;
	padding-bottom:15px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.hs2-rhs p {
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	line-height:23px;
	padding-top:20px;
	color:#777;
	font-weight:600;
}

.home-section3 {
	padding-top:95px;
	padding-bottom:10px;
}

.home-section3 h3 {
	font-family: Verdana,Geneva,sans-serif;
	font-size:48px;
	line-height:50px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
}

.details-item {
	padding:32px 0px 26px 0px;
	border-bottom:#dcdcdc solid 1px;
}

.di-lhs {
	float:left;
	width:300px;
	color:#000;
}

.di-lhs h4 {
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
}

.di-lhs p {
	font-size:16px;
	line-height:18px;
	padding-bottom:3px;
}

.di-lhs p a {
	color:#000;
	text-decoration:underline;
}

.di-lhs p a:hover {
	color:#e9b20b;
	text-decoration:underline;
}


.di-rhs {
	float:right;
	overflow:hidden;
}

.di-rhs-one {
	float:right;
}

.di-rhs-one .atcb-link {
	background-image:url(images/add-to-cal.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:139px;
	height:119px;
	text-indent:-9999px;
}

.di-rhs ul li {
	float:left;
	margin-left:39px;
	text-align:center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.di-rhs ul li:hover {
	opacity:0.7;
}

.di-rhs ul li a {
	display:block;
	padding-top:89px;
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
}

.di-rhs ul li a div {
	display:block;
	background-color:#000;
	color:#fff;
	height:27px;
	line-height:25px;
	font-size:14px;
	text-decoration:none;
	border-bottom:#deae00 solid 3px;
	padding:0px 10px 0px 10px;
}


.di-rhs .cal a {
	background-image:url(images/cal-icon.png);
}

.di-rhs .weather a {
	background-image:url(images/weather-icon.png);
}

.di-rhs .map a {
	background-image:url(images/map-icon.png);
}

.di-rhs .directions a {
	background-image:url(images/direction-icon.png);
}

.di-rhs .contact a {
	background-image:url(images/contact-icon.png);
}

.nominate-link {
	padding:44px 0px 0px 0px;
	text-align:center;
	/*background-image:url(images/arrow.png); */
	background-repeat:no-repeat;
	background-position:650px 17px;
}

.n-button a {
	display:inline-block;
	background-color:#42bac3;
	height:50px;
	line-height:50px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	padding:0px 27px 0px 27px;
	font-family: 'sinkin_sans700_bold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.n-button a:hover {
	background-color:#27a0a9;
	color:#fff;
	text-decoration:none;
}

.n-link {
	padding-top:10px;
	font-size:16px;
	color:#000;
}

.n-link a {
	color:#000;
	text-decoration:underline;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.n-link a:hover {
	color:#e9b20b;
	text-decoration:underline;
}



.footer {
	background-color:#312c40;
}

.footer-wrap {
	padding:15px 0px 15px 0px;
	text-align:center;
	color:#f7f6f6;
	font-size:14px;
}

.footer-wrap a {
	color:#f7f6f6;
	text-decoration:none;
}

.footer-wrap a:hover {
	color:#f7f6f6;
	text-decoration:underline;
}

.sub-banner {
	background-color:#383249;
	background-image:url("images/sub-banner.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size: cover;
}

.sb-wrap {
	text-align:center;
	padding:115px 0px 110px 0px;
}

.page-heading {
}

.page-heading div {
}

.sb-wrap h1 {
	font-size:35px;
	line-height:40px;
	font-family: 'sinkin_sans700_bold';
	color:#fff;
	text-transform:uppercase;
}

.sub-contents {
	padding:50px 0px 150px 0px;
	border-bottom:#cfcfcf solid 1px;
	font-family: 'robotoregular';
}

h2.heading1 {
	font-family: Verdana,Geneva,sans-serif;
	font-size:45px;
	line-height:48px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:30px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
}
	
.ctr {
	text-align:center;
}

.sub-contents h3 {
	font-size:25px;
	line-height:30px;
	color:#000;
	text-transform:uppercase;
	padding-bottom:25px;
	font-family: 'sinkin_sans700_bold';
}

.sub-contents h3 strong {
	font-family: 'sinkin_sans700_bold';
}

.fees {
	margin-top:20px;
}

.fee {
	overflow:hidden;
	padding:30px 0px 30px 58px;
	border-top:#dcdcdc solid 1px;
	font-size:23px;
	color:#000;
	background-repeat:no-repeat;
	background-position:left 29px;
	
}

.fee strong {
	float:right;
	font-weight:bold;
	color:#ff9c00;
}

.fees .member {
	background-image:url(images/member-icon.png);
}

.fees .non-member {
	background-image:url(images/non-member.png);
}


.agenda-head {
	border-bottom:#000 solid 1px;
}

.ahd {
	margin-left:21px;
	font-size:22px;
	line-height:22px;
	padding:11px 29px 11px 29px;
	display:inline-block;
	background-color:#b4862f;
	color:#000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image:url(images/g-head.png);
	background-repeat:repeat-y;
	background-position:center top;
}

.agenda-table {
	padding:50px 0px 43px 0px;
}
	
.agenda-table table {
	border-top:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size:18px;
}

.agenda-table table th {
	border-bottom:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	padding:17px 10px 17px 57px;
	background-image:url(images/time.png);
	background-repeat:no-repeat;
	background-position:30px 19px;
}
	
.agenda-table table td {
	border-bottom:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	padding:17px 10px 17px 34px;
	font-weight:700;
}

.agenda-table table td img {
	vertical-align:middle;
	margin-right:5px;
}

.print-button {
	text-align:center;
}

.print-button a {
	display:inline-block;
	height:45px;
	line-height:44px;
	background-color:#000;
	border-bottom:#f9c94b solid 3px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 16px 0px 55px;
	font-size:22px;
	background-image:url(images/printer.png);
	background-repeat:no-repeat;
	background-position:20px center;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.print-button a:hover {
	background-color:#000;
	border-bottom:#deae00 solid 3px;
	color:#deae00;
}

.top-header {
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:30px;
}

.top-header h3 {
	font-size:40px;
	line-height:44px;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	font-family: Verdana,Geneva,sans-serif;
}
	
.top-header h4 {
	font-size:28px;
	line-height:30px;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#7d7d7d;
	font-weight:normal;
	font-family: Verdana,Geneva,sans-serif;
}
	
.venue-section {
	overflow:hidden;
	padding:10px 0px 70px 0px;
}

.vs-lhs {
	float:left;
	width:449px;
}

.vs-rhs {
	float:right;
	width:605px;
	text-align:center;
}

.sub-contents p {
	font-size:18px;
	line-height:27px;
	padding-bottom:30px;
	font-family: 'robotoregular';
}

.sub-contents strong {
	font-family: 'robotobold';
	color:#000;
}

.lm-top {
	text-align:center;
	font-size:20px;
	line-height:28px;
	padding-bottom:38px;
}

.location-map {
	text-align:center;
	padding-bottom:44px;
}

.location-map img {
	display:block;
	width:100%;
	height:auto;
}

.location-map iframe {
	display:block;
	width:100%;
	height:429px;
}

.at-top {
	overflow:hidden;
	padding-bottom:34px;
}

.search-wrap {
	float:left;
	border:#d1d1d1 solid 1px;
	padding:6px;
	overflow:hidden;
	width:388px;
}

.search-box-n {
	float:left;
}

.search-box-n input {
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	color:#000;
	height:26px;
	border:none;
	outline:none;
	padding-left:5px;
	width:343px;
}

::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

.search-button {
	float:right;
}

.search-button input {
	width:32px;
	height:26px;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background-color:#ffb311;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.att-rhs {
	float:right;
	padding-top:10px;
	font-size:18px;
	color:#000;
}

.att-header-table {
	padding-bottom:16px;
}

.att-header-table table {
	background-color:#f2da77;
	color:#000;
}

.att-header-table table td {
	padding:15px 10px 15px 19px;
	font-size:18px;
	font-weight:600;
}

.att-details-table {
	padding-bottom:30px;
}

.att-details-table table {
	border-top:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
}

.att-details-table table td {
	border-right:#cfcfcf solid 1px;
	border-bottom:#cfcfcf solid 1px;
	padding:15px 10px 15px 19px;
	font-size:18px;
	color:#000;
}

.att-details-table table td a {
	color:#000;
	text-decoration:underline;
}

.att-details-table table td a:hover {
	color:#ffb311;
	text-decoration:underline;
}

.cf-head {
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-family: Verdana,Geneva,sans-serif;
	padding-bottom:40px;
	border-bottom:#cfcfcf solid 1px;
}

.contact-form {
	overflow:hidden;
	padding-top:35px;
}

.cf-row {
	overflow:hidden;
}

.cf-box {
	overflow:hidden;
	padding-bottom:30px;
	width:48%;
}

.cf-row .lhs {
	float:left;
}

.cf-row .rhs {
	float:right;
}

.cf-box label {
	display:block;
	font-size:18px;

	color:#000;
	font-weight:700;
	padding-bottom:10px;
}

.cf-box input {
	height:39px;
	border:#d6d6d6 solid 1px;
	padding:0px 15px 0px 15px;
	width:100%;
	font-size:17px;
	font-family: 'Raleway', sans-serif;
	color:#000;
}

.cf-box input:focus {
	border:#f0bd23 solid 1px;
}

.cf-box textarea {
	height:122px;
	border:#d6d6d6 solid 1px;
	padding:10px 15px 10px 15px;
	width:100%;
	font-size:17px;
	font-family: 'Raleway', sans-serif;
	color:#000;
	resize:none;
	overflow:hidden;
}

.cf-box textarea:focus {
	border:#f0bd23 solid 1px;
}

.captcha {
	padding-bottom:18px;
}

.captcha-code {
	float:left;
	width:357px;
}

.privacy {
	float:left;
	padding:10px 0px 0px 20px;
	font-size:17px;
	font-weight:700;
}

.privacy a {
	color:#0877c0;
	text-decoration:none;
}

.privacy a:hover {
	color:#0877c0;
	text-decoration:underline;
}

.cf-button {
	text-align:center;
}

.cf-button input {
	height:45px;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	padding:0px 52px 0px 29px;
	font-size:22px;
	border:none;
	outline:none;
	cursor:pointer;
	border-bottom:#f9c94b solid 3px;
	background-image:url(images/send-arrow.png);
	background-repeat:no-repeat;
	background-position:92% center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cf-button input:hover {
	color:#e9b20b;
	background-color:#000;
	border-bottom:#e9b20b solid 3px;
}

.reg-summary {
	padding-bottom:30px;
}

.ft-note {
	font-size:17px;
	line-height:21px;
	padding-bottom:30px;
	color:#8e8e8e;
}

.rs-head {
	font-size:30px;
	line-height:34px;
	color:#e8ae16;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom:#cfcfcf solid 1px;
	margin-bottom:30px;
	font-weight:600;
}

.reg-summary h4 {
	font-size:30px;
	line-height:34px;
	color:#000;
	padding-bottom:10px;
	font-weight:600;
}

.rs-top {
	overflow:hidden;
	padding-bottom:20px;
}

.rs-top ul li {
	float:left;
	width:50%;
	font-size:18px;
	line-height:normal;
	padding:25px 0px 25px 0px;
	border-top:#cfcfcf solid 1px;
}

.rs-top ul li strong {
	font-weight:600;
}

.rs-top ul li span {
	text-transform:uppercase;
}

.rs-top ul li div {
	padding-top:3px;
}

.reg-info {
	border-top:#cfcfcf solid 1px;
	padding-top:20px;
	padding-bottom:20px;
}

.reg-info-head {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
	color:#e8ae16;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
}

.reg-info h5 {
	font-size:17px;
	line-height:22px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
}

.reg-info p {
	font-family: Verdana,Geneva,sans-serif;
	font-size:17px;
	line-height:normal;
	padding-bottom:25px;
}

.agenda-items {
	border-top:#cfcfcf solid 1px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#cfcfcf solid 1px;
	margin-bottom:20px;
}

.agenda-items h5 {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
	color:#000;
	text-transform:uppercase;
}

.agenda-items p {
	font-family: Verdana,Geneva,sans-serif;
	font-size:18px;
	line-height:normal;
	padding-bottom:15px;
}

.session-wrap {
	color:#000;
}

.session-wrap h4 {
	text-transform:uppercase;
	border-bottom:#cfcfcf solid 1px;
	padding-top:20px;
}

.s-date {
	padding:25px 0px 20px 0px;
	font-size:20px;
	font-style:italic;
	font-family: Verdana,Geneva,sans-serif; 
}

.session-container {
	border-bottom:#cfcfcf solid 1px;
}

.session-item {
	font-family: 'Raleway', sans-serif;
}

.si-head {
	background-color:#f2da77;
	color:#000;
	overflow:hidden;
	padding:16px 10px 16px 34px;
}

.si-head .si-name {
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:700;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:30px;
	float:left;
	width:464px;
}

.si-head .si-time {
	font-size:20px;
	line-height:22px;
	font-weight:600;
	background-repeat:no-repeat;
	background-position:left 3px;
	background-image:url(images/time2.png);
	display:inline-block;
	padding-left:30px;
	min-height:18px;
}

.session-item .si-contents {
	border:#cfcfcf solid 1px;
	border-top:none;
	padding:16px 10px 16px 34px;
	font-size:17px;
	color:#000;
	border-bottom:none;
}

.session-item .si-contents p {
	padding:0px;
}


.agenda-items div {
	font-family: Verdana,Geneva,sans-serif;
	font-size:17px;
	line-height:normal;
	padding-bottom:15px;
	overflow:hidden;
}

.agenda-items div strong {
	float:right;
	color:#e5a100;
	font-weight:bold;
	text-transform:uppercase;
	font-size:19px;
}

.sponsors {
	padding: 70px 0px 100px 0px;
	text-align: center;
}

.sponsors h5 {
	font-family: 'sinkin_sans700_bold';
	font-size: 15px;
	line-height: 15px;
	color: #47c3cc;
	padding-bottom: 15px;
}

.sponsors h2 {
	font-family: 'sinkin_sans700_bold';
	font-size: 45px;
	line-height: 45px;
	color: #312c40;
	padding-bottom: 50px;
}

.overview-new {
	background-color: #f7f6f6;
	background-image: url("images/overview-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.on-wrap {
	text-align: center;
	padding: 55px 0px 40px 0px;
	color: #312c40;
}

.on-wrap h5 {
	font-family: 'sinkin_sans700_bold';
	font-size: 15px;
	line-height: 15px;
	color: #47c3cc;
	padding-bottom: 15px;
}

.on-wrap h2 {
	font-family: 'sinkin_sans700_bold';
	font-size: 45px;
	line-height: 45px;
	color: #312c40;
	padding-bottom: 30px;
}

.on-wrap p {
	font-size: 21px;
	line-height: 29px;
	padding-bottom: 25px;
}

.category-sponsors {
	background-color: #f7f6f6;
	background-image: url("images/cs-bg.png");
	background-repeat: no-repeat;
	background-position: center 30px;
}

.cs-wrap {
	padding: 65px 0px 75px 0px;
	text-align: center;
	overflow: hidden;
}

.cs-wrap h2 {
	font-family: 'sinkin_sans700_bold';
	font-size: 45px;
	line-height: 45px;
	color: #312c40;
	padding-bottom: 60px;
}

.cs-wrap ul {
	overflow: hidden;
	margin: 0px -20px 0px -20px;
}

.cs-wrap ul li {
	display: inline-block;
	width: 485px;
	margin: 0px 20px 30px 20px;
}

.cs-wrap ul li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gform_wrapper .gf_progressbar_percentage {
	background-color: #47d3dd!important;
}

.sub-bg {
	background-image: url("images/main-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.white-box {
	background-color: #fff;
	padding: 50px 40px 50px 65px;
	  	-moz-box-shadow: 0px 0px 20px #eee;
	-webkit-box-shadow: 0px 0px 20px #eee;
	box-shadow: 0px 0px 20px #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contact_top h2 {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: 'sinkin_sans700_bold';
}

.pc-top {
	padding-bottom: 50px;
}

.pc-top .lhs {
	float: left;
	width: 560px;
	color: #312c40;
	background-image: url("images/pc-lhs-bg.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.pc-top .lhs h2 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-family: 'sinkin_sans700_bold';
}

.pc-top .lhs ul li {
	font-size: 17px;
	line-height: 23px;
	padding: 0px 0px 16px 30px;
	background-image: url("images/tick-bullet.png");
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

.pc-top .rhs {
	float: right;
	width: 580px;
	margin-right: -55px;
}

#field_20_1 {
	display: none;
}

.white-box2 {
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	padding: 45px 60px 40px 60px;
	  	-moz-box-shadow: 0px 0px 20px #eee;
	-webkit-box-shadow: 0px 0px 20px #eee;
	box-shadow: 0px 0px 20px #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.white-box2 h2 {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-family: 'sinkin_sans700_bold';
	padding-bottom: 20px;
}

.white-box2 .ginput_container input[type="text"] {
	width: 100%!important;
}

.white-box2 .ginput_container_textarea textarea {
	width: 100%!important;
}

.white-box2  .ginput_container select {
	width: 100%!important;
}

.white-box2 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px!important;
}

.nominate-page .gform_body {
		max-width: 850px;
	margin: 30px auto 0px auto;
	background-color: #fff;
	padding: 45px 40px 40px 60px;
	  	-moz-box-shadow: 0px 0px 20px #eee;
	-webkit-box-shadow: 0px 0px 20px #eee;
	box-shadow: 0px 0px 20px #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nominate-page input {
	font-family: 'sinkin_sans400_regular'!important;
	font-size: 13px!important;
}


.nominate-page .gform_body #field_16_72, .nominate-page .gform_body #field_16_94 {
	clear: both!important;
	display: block;
	padding-top: 30px;
	color: #312c40;
	font-size: 16px;
	font-family: 'sinkin_sans400_regular';
}

.nominate-page .gform_body #field_16_72 a, .nominate-page .gform_body #field_16_94 a {
	color: #312c40;
}

.nominate-page .gform_body #field_16_72 a:hover, .nominate-page .gform_body #field_16_94 a:hover {
	color: #47c3cc;
}

.gform_wrapper .gform_page_footer {
	border-top: none!important;
}

.nominate-page #field_16_16 .gfield_label , .nominate-page #field_16_82 .gfield_label {
	color: #47c3cc;
}



@media only screen and (min-width: 1100px) and (max-width: 1260px) {

.pc-top .rhs {
	width: 530px;
	margin-right: 0px;
}
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}
}

@media only screen and (min-width: 960px) and (max-width: 1099px) {
	
.container {
	min-width:950px;
	margin:0 auto;
}
	
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}

.wrap {
	width:950px;
}


.hb-wrap {
	height:auto;
	padding:40px 0px 40px 0px;
}

.nominate {
	padding-top:0px;
}


.home-section1 {
	background-size:auto 400px;
	background-position:left bottom;
}

.hs1-wrap {
	padding:45px 0px 60px 0px;
}

.overview {
	padding:0px 50px 30px 50px;
	min-height:inherit;
}


.certificates {
	padding-left:0px;
}



.ac-head-new {
	height:90px;
	line-height:80px;
	font-size:50px;
}


.cnl1 li {
	padding:0px 20px 10px 20px;
}


.hs2-bg {
	background-position:left top;
}

.hs2-lhs {
	float:left;
	margin:108px 0px 0px 100px;
}

.hs2-rhs {
	margin-right:10px;
	width:503px;
	min-height:427px;
	background-color:#fff;
	padding:0px 20px 0px 20px;
}


.home-section3 {
	padding-top:75px;
	padding-bottom:10px;
}

.nominate-link {
	background-position:590px 17px;
}

.sb-wrap {
	padding:80px 0px 75px 0px;
}


.sb-wrap h1 {
	font-size:32px;
	line-height:35px;
}


.venue-section {
	padding:10px 0px 50px 0px;
}

.vs-lhs {
	float:left;
	width:420px;
}

.vs-rhs {
	width:500px;
}

.sub-contents p {
	font-size:17px;
	line-height:24px;
	padding-bottom:20px;
}

.att-header-table table td {
	padding:15px 10px 15px 15px;
}

.att-details-table table td {
	padding:15px 10px 15px 15px;
}


.captcha-code {
	width:277px;
}
	
	
.sponsors {
    padding: 60px 0px 60px 0px;
}	

	
.overview-new {
	background-size: 100% auto;
}


.on-wrap p {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 25px;
}
	
.category-sponsors {
	background-size: 100% auto;
}	
	
.cs-wrap {
	padding: 60px 0px 70px 0px;
}

.cs-wrap h2 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 60px;
}

.cs-wrap ul {
	margin: 0px -10px 0px -10px;
}

.cs-wrap ul li {
	width: 450px;
	margin: 0px 10px 30px 10px;
}
	
	

.white-box {
	padding: 40px;
}
	
.sub-contents {
    padding: 50px 0px 100px 0px;
}	
	
	
.pc-top .lhs {
	width: 50%;
}

.pc-top .lhs h2 {
	font-size: 22px;
	line-height: 32px;
}

.pc-top .rhs {
	width: 50%;
	margin-right: 0px;
}	
	
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}


.header {
	min-height: 90px;
}

.logo {
	float: none;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 999999;
	background-color: #fff;
}
	

.hb-wrap {
	height:auto;
	padding:40px 0px 40px 0px;
}


.hs1-wrap {
	padding:40px 0px 50px 0px;
}

.overview {
	padding:0px 0px 20px 0px;
	min-height:inherit;
}

.overview h3 {
	font-size:45px;
	line-height:48px;
}

.overview p {
	color:#555;
}

.certificates {
	padding-left:0px;
}

.certificates ul li {
	display:inline-block;
	width:330px;
	margin:0 auto;
	padding:0px 20px 20px 20px;
}

.certificates ul li:first-child {
	display:inline-block;
	width:100%;
}

.ac-head-new {
	margin-bottom:30px;
	height:71px;
	line-height:60px;
	font-size:40px;
}

.cnl1 li {
	padding:0px 10px 10px 10px;
	width:30%;
}

.cnl2 li {
	padding:0px 10px 10px 10px;
	width:30%;
}

.cnl3 li {
	padding:0px 15px 10px 15px;
	width:28%;
}

.cnl4 li {
	padding:0px 25px 10px 25px;
	width:30%;
}



.home-section2 {
	background-size:auto 100%;
}


.hs2-bg {
	max-width:inherit;
	margin:0 auto;
	background-image:none;
	min-height:429px;
}

.hs2-lhs {

	float:left;
	margin:108px 0px 0px 10px;
}

.hs2-rhs {
	float:right;
	margin-right:0px;
	background-color:#fff;
	width:460px;
	min-height:429px;
	padding:0px 20px 0px 20px;
	border:none;
}


.home-section3 {
	padding-top:70px;
	padding-bottom:10px;
}

.home-section3 h3 {
	font-size:45px;
	line-height:48px;
}


.di-lhs {
	width:250px;
}

.di-lhs h4 {
	font-size:24px;
	line-height:24px;
}

.di-lhs p {
	font-size:15px;
	line-height:18px;
}
.di-rhs ul li {
	margin-left:25px;
}


.nominate-link {
	background-position:500px 17px;
}


.sb-wrap {
	padding:70px 0px 70px 0px;
}


.sb-wrap h1 {
	font-size:30px;
	line-height:35px;
}


.sub-contents {
	padding:40px 0px 100px 0px;
}

h2.heading1 {
	font-size:42px;
	line-height:46px;
}
	
.sub-contents h3 {
	font-size:22px;
	line-height:30px;
}


.fee {
	font-size:22px;
	
}


.agenda-table table {
	font-size:17px;
}

.agenda-table table th {
	padding:15px 10px 15px 47px;
	background-position:20px 19px;
}
	
.agenda-table table td {
	padding:15px 10px 15px 20px;
}

.top-header {
	margin-bottom:20px;
}

.top-header h3 {
	font-size:38px;
	line-height:42px;
}
	
.top-header h4 {
	font-size:26px;
}
	
.venue-section {
	padding:10px 0px 50px 0px;
}

.vs-lhs {
	float:none;
	text-align:center;
	width:auto;
}

.vs-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.sub-contents p {
	font-size:17px;
	line-height:24px;
	padding-bottom:20px;
}


.location-map iframe {
	width:100%;
	height:400px;
}

.at-top {
	padding-bottom:24px;
}

.search-wrap {
	width:350px;
}


.search-box-n input {
	width:300px;
}

.att-header-table table td {
	padding:15px 5px 15px 10px;
	font-size:17px;
}

.att-details-table table td {
	padding:15px 10px 15px 10px;
	font-size:17px;
}

.cf-head {
	padding-bottom:30px;
}


.cf-box label {
	font-size:17px;
}

.captcha-code {
	width:200px;
}


.rs-top ul li {
	float:none;
	width:auto;
}



.si-head {
	padding:16px 10px 16px 15px;
}

.si-head .si-name {
	font-size:18px;
	line-height:21px;
	width:400px;
}

.si-head .si-time {
	font-size:18px;
	line-height:21px;
}

.session-item .si-contents {
	padding:16px 10px 16px 15px;
}

.session-item .si-contents p {
	padding:0px;
}
	
.sponsors {
    padding: 60px 0px 60px 0px;
}	
		

.sponsors h2 {
	font-size: 40px;
	line-height: 40px;
}
	
.overview-new {
	background-size: 100% auto;
}

.on-wrap p {
	font-size: 19px;
	line-height: 27px;
	padding-bottom: 25px;
}

.category-sponsors {
	background-size: 100% auto;
}	
	
.cs-wrap {
	padding: 60px 0px 70px 0px;
}

.cs-wrap h2 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 50px;
}

.cs-wrap ul {
	margin: 0px -10px 0px -10px;
}

.cs-wrap ul li {
	width: 350px;
	margin: 0px 10px 30px 10px;
}
	
.white-box {
	padding: 40px;
}	
	
.pc-top .lhs {
	float: none;
	width: auto;
}

.pc-top .lhs ul li {
	padding: 0px 0px 15px 30px;
}

.pc-top .rhs {
	float: none;
	width: 500px;
	margin: 0 auto;
	padding-top: 20px;
}	
	
.white-box2 {
	padding: 40px;
}


.nominate-page .gform_body {
	padding: 35px 30px 30px 40px;
}
	
.nominate-page .gform_body #field_16_72 {
    font-size: 15px;
}	

.nominate-page .gform_body #field_16_94 {
    font-size: 15px;
}	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
}
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}

.wrap {
	width:95%;
	min-width:300px;
}


.header {
	padding: 20px 0px 5px 0px;
	max-width: inherit;
	position: relative;
	min-height: 70px;
}


.logo {
	float: none;
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 999999;
	width: 235px;
	background-color: #fff;
}
	

.hb-wrap {
	height:auto;
	padding:40px 0px 30px 0px;
}

.nominate {
	max-width: 90%;
	margin: 0 auto;
}


.home-section1 {
	background-image:none;
}

.hs1-wrap {
	padding:30px 0px 20px 0px;
}

.overview {
	padding:0px 0px 20px 0px;
	min-height:inherit;
}

.overview h3 {
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
}

.overview p {
	font-size:16px;
	line-height:25px;
	padding-bottom:20px;
	color:#444;
}

.ac-head {
	font-size:34px;
	line-height:36px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
	display:block;
}

.certificates {
	padding-left:0px;
}

.certificates ul li {
	display:inherit;
	text-align:center;
	padding:0px 0px 30px 0px;
}

.certificates ul li:first-child {
	display:inherit;
}


.ac-head-new {
	margin-bottom:30px;
	background-size:100% 50px;
	height:50px;
	line-height:42px;
	font-size:20px;
}

.certificates-new ul li {
	display:inline-block;
	width:auto;
	
}

.cnl1 li {
	padding:0px 10px 10px 10px;
}

.cnl2 li {
	padding:0px 10px 10px 10px;
	width:auto;
}

.cnl3 li {
	padding:0px 10px 10px 10px;
	width:auto;
}

.cnl4 li {
	padding:0px 10px 10px 10px;
}



.home-section2 {
	background-image:url(images/hs2-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto 300px;
}


.hs2-bg {
	max-width:inherit;
	background-image:none;
	height:auto;
	overflow:hidden;
}

.hs2-lhs {
	float:none;
	margin:45px 0px 50px 0px;
	text-align:center;
}

.hs2-rhs {
	float:none;
	margin-right:0px;
	width:auto;
	border-top:none;
	border-bottom:#dcdcdc solid 1px;
	min-height:inherit;
	padding-bottom:30px;
}

.hs2-rhs h3 {
	font-size:37px;
	line-height:39px;
	padding:30px 0px 7px 0px;
}

.hs2-rhs h4 {
	font-size:23px;
	line-height:25px;
}

.hs2-rhs p {
	font-size:15px;
	line-height:23px;
	padding-top:20px;
}

.home-section3 {
	padding-top:40px;
	padding-bottom:10px;
}

.home-section3 h3 {
	font-size:40px;
	line-height:44px;
	padding-bottom:15px;
	margin-bottom:30px;
	background-size:auto auto;
}

.details-item {
	padding:25px 0px 25px 0px;
	border-bottom:#dcdcdc solid 1px;
}

.di-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:20px;
}

.di-lhs h4 {
	font-size:26px;
	line-height:26px;
}

.di-lhs p {
	font-size:16px;
	line-height:18px;
}


.di-rhs {
	float:none;
	text-align:center;
}

.di-rhs-one {
	float:none;
	width:139px;
	margin:0 auto;
}


.di-rhs ul li {
	float:none;
	display:inline-block;
	margin:0px 20px 20px 20px;
}

.nominate-link {
	background-position:right 17px;
	background-size:45px auto;
}


.n-link {
	font-size:16px;
}


.footer-wrap {
	padding:15px 0px 15px 0px;
	font-size:14px;
}
	
.sub-banner {

}

.sb-wrap {
	padding:50px 0px 50px 0px;
}

.sb-wrap h1 {
	font-size:25px;
	line-height:32px;
}


.sub-contents {
	padding:30px 0px 80px 0px;
}

h2.heading1 {
	font-size:35px;
	line-height:40px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
}
	

.sub-contents h3 {
	font-size:20px;
	line-height:28px;
}

.fees {
	margin-top:10px;
}

.fee {
	padding:30px 0px 30px 48px;
	font-size:18px;
	background-repeat:no-repeat;
	background-position:left 24px;
	
}

.fee strong {
	float:none;
	display:block;
}


.ahd {
	margin-left:10px;
	font-size:19px;
	line-height:19px;
	padding:11px 29px 11px 29px;
}

.agenda-table {
	padding:30px 0px 30px 0px;
}
	
.agenda-table table {
	font-size:15px;
}

.agenda-table table th {
	padding:10px 5px 10px 34px;
	background-position:10px 17px;
	vertical-align:top;
}
	
.agenda-table table td {
	padding:10px 5px 10px 10px;
	vertical-align:top;
}

.agenda-table table td img {
	vertical-align:middle;
	display:block;
	margin-right:0px;
	margin-bottom:5px;
}

.print-button a {
	height:45px;
	line-height:44px;
	padding:0px 16px 0px 55px;
	font-size:18px;
	background-position:20px center;
}


.top-header {
	background-size:auto auto;
	padding-bottom:10px;
	margin-bottom:30px;
}

.top-header h3 {
	font-size:32px;
	line-height:36px;
}
	
.top-header h4 {
	font-size:22px;
	line-height:25px;
}
	
.venue-section {
	overflow:hidden;
	padding:0px 0px 40px 0px;
}

.vs-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:20px;
}

.vs-rhs {
	float:none;
	width:auto;
}

.sub-contents p {
	font-size:17px;
	line-height:24px;
	padding-bottom:20px;
	color:#444;
}


.lm-top {
	font-size:17px;
	line-height:23px;
	padding-bottom:25px;
}

.location-map {
	text-align:center;
	padding-bottom:20px;
}

.location-map iframe {
	width:100%;
	height:300px;
}

.at-top {
	padding-bottom:20px;
}

.search-wrap {
	float:none;
	padding:6px;
	width:284px;
}

.search-box-n input {
	width:243px;
}

.att-rhs {
	float:none;
	padding-top:10px;
	font-size:16px;
}

.att-header-table {
	padding-bottom:16px;
}

.att-header-table table td {
	padding:10px 5px 10px 5px;
	font-size:13px;
	font-weight:700;
}

.att-details-table table td {
	padding:10px 5px 10px 5px;
	font-size:13px;
	font-weight:600;
}

.cf-head {
	font-size:17px;
	line-height:21px;
	padding-bottom:20px;
}

.contact-form {
	padding-top:25px;
}

.cf-box {
	padding-bottom:20px;
	width:auto;
}

.cf-row .lhs {
	float:none;
}

.cf-row .rhs {
	float:none;
}

.cf-box label {
	font-size:16px;
}

.cf-box input {
	width:100%;
	font-size:16px;
}


.cf-box textarea {
	height:122px;
	width:100%;
	font-size:16px;
}


.captcha {
	padding-bottom:18px;
}

.captcha-code {
	float:none;
	width:auto;
}

.privacy {
	float:none;
	padding:10px 0px 0px 0px;
	font-size:17px;
}


.cf-button {
	text-align:left;
}

.cf-button input {
	font-size:20px;
}

.att-details-table {
	width:99%;
	overflow-y:scroll;
}

.rs-top ul li {
	float:none;
	width:auto;
}



.s-date {
	padding:25px 0px 20px 0px;
	font-size:18px;
}

.si-head {
	padding:16px 10px 16px 10px;
}

.si-head .si-name {
	font-size:18px;
	line-height:21px;
	float:none;
	width:auto;
	padding-bottom:10px;
}

.si-head .si-time {
	font-size:18px;
	line-height:21px;
}

.session-item .si-contents {
	padding:16px 10px 16px 10px;
}


.agenda-items div strong {
	float:none;
	display:block;
	padding-top:5px;
}
	
	
.sponsors {
    padding: 50px 0px 50px 0px;
}	
	
.sponsors h5 {
	padding-bottom: 10px;
}	
	
.sponsors h2 {
	font-size: 30px;
	line-height: 35px;
}	
	
.overview-new {
	background-size: 100% auto;
}

.on-wrap {
	padding: 50px 0px 40px 0px;
}

.on-wrap h5 {
	padding-bottom: 10px;
}

.on-wrap h2 {
	font-size: 35px;
	line-height: 35px;
	padding-bottom: 20px;
}

.on-wrap p {
	font-size: 17px;
	line-height: 25px;
	padding-bottom: 20px;
}
	
	
.category-sponsors {
	background-size: 100% auto;
}

.cs-wrap {
	padding: 50px 0px 60px 0px;
}

.cs-wrap h2 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 30px;
}

.cs-wrap ul {
	margin: 0px -10px 0px -10px;
}

.cs-wrap ul li {
	display: inline-block;
	width: 300px;
	margin: 0px 10px 20px 10px;
}

.white-box {
	padding: 20px;
}
	
.pc-top .lhs {
	float: none;
	width: auto;
}
	
.pc-top .lhs h2 {
	font-size: 18px;
	line-height: 28px;
}	

.pc-top .lhs ul li {
	font-size: 16px;
	line-height: 26px;
	padding: 0px 0px 10px 30px;
}

.pc-top .rhs {
	float: none;
	width: 300px;
	margin: 0 auto;
	padding-top: 20px;
}	
	
.white-box2 {
	padding: 20px;
}

.white-box2 h2 {
	font-size: 16px;
	line-height: 21px;
}
	
.nominate-page .gform_body {
	padding: 25px 20px 25px 20px;
}
	
.nominate-page .gform_body #field_16_72 {
    font-size: 14px;
}
	
.nominate-page .gform_body #field_16_94 {
    font-size: 14px;
}	

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	min-width:420px;
}

.wrap {
	width:95%;
	min-width:420px;
}

.header {
	padding: 20px 0px 8px 0px;
	max-width: inherit;
	position: relative;
	min-height: 90px;
}
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}


.logo {
	float: none;
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 999999;
	width: 335px;
}
	
.home-banner {

}

.hb-wrap {
	height:auto;
	padding:40px 0px 40px 0px;
}

.nominate {
	max-width: 80%;
	margin: 0 auto;
}


.home-section1 {
	background-image:none;
}

.hs1-wrap {
	padding:30px 0px 20px 0px;
}

.overview {
	padding:0px 0px 20px 0px;
	min-height:inherit;
}

.overview h3 {
	font-size:44px;
	line-height:48px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
}

.overview p {
	font-size:16px;
	line-height:25px;
	padding-bottom:20px;
	color:#444;
}

.ac-head {
	font-size:34px;
	line-height:36px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
	display:block;
}

.certificates {
	padding-left:0px;
}

.certificates ul li {
	display:inherit;
	text-align:center;
	padding:0px 0px 30px 0px;
}

.certificates ul li:first-child {
	display:inherit;
}


.ac-head-new {
	margin-bottom:30px;
	background-size:100% 60px;
	height:60px;
	line-height:50px;
	font-size:25px;
}

.certificates-new ul li {
	display:inline-block;
	width:40%;
	
}

.cnl1 li {
	padding:0px 10px 10px 10px;
}

.cnl2 li {
	padding:0px 10px 10px 10px;
	width:auto;
}

.cnl3 li {
	padding:0px 10px 10px 10px;
	width:auto;
}

.cnl4 li {
	padding:0px 10px 10px 10px;
}




.home-section2 {
	background-image:url(images/hs2-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto 300px;
}


.hs2-bg {
	max-width:inherit;
	background-image:none;
	height:auto;
	overflow:hidden;
}

.hs2-lhs {
	float:none;
	margin:45px 0px 50px 0px;
	text-align:center;
}

.hs2-rhs {
	float:none;
	margin-right:0px;
	width:auto;
	border-top:none;
	border-bottom:#dcdcdc solid 1px;
	min-height:inherit;
	padding-bottom:30px;
}

.hs2-rhs h3 {
	font-size:37px;
	line-height:39px;
	padding:30px 0px 7px 0px;
}

.hs2-rhs h4 {
	font-size:23px;
	line-height:25px;
}

.hs2-rhs p {
	font-size:15px;
	line-height:23px;
	padding-top:20px;
}

.home-section3 {
	padding-top:40px;
	padding-bottom:10px;
}

.home-section3 h3 {
	font-size:44px;
	line-height:48px;
	padding-bottom:15px;
	margin-bottom:30px;
	background-size:auto auto;
}

.details-item {
	padding:25px 0px 25px 0px;
	border-bottom:#dcdcdc solid 1px;
}

.di-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:20px;
}

.di-lhs h4 {
	font-size:26px;
	line-height:26px;
}

.di-lhs p {
	font-size:16px;
	line-height:18px;
}


.di-rhs {
	float:none;
	text-align:center;
}

.di-rhs ul li {
	float:none;
	display:inline-block;
	margin:0px 20px 20px 20px;
}

.nominate-link {
	background-position:88% 17px;
}


.n-link {
	font-size:16px;
}


.footer-wrap {
	padding:15px 0px 15px 0px;
	font-size:14px;
}


.sb-wrap {
	padding:50px 0px 50px 0px;
}

.sb-wrap h1 {
	font-size:30px;
	line-height:35px;
}


.sub-contents {
	padding:30px 0px 80px 0px;
}

h2.heading1 {
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	margin-bottom:30px;
	background-size:auto auto;
}
	

.sub-contents h3 {
	font-size:20px;
	line-height:30px;
}

.fees {
	margin-top:10px;
}

.fee {
	padding:30px 0px 30px 48px;
	font-size:20px;
	background-repeat:no-repeat;
	background-position:left 24px;
	
}

.fee strong {
	float:right;
}


.ahd {
	margin-left:10px;
	font-size:22px;
	line-height:22px;
	padding:11px 29px 11px 29px;
}

.agenda-table {
	padding:30px 0px 30px 0px;
}
	
.agenda-table table {
	font-size:17px;
}

.agenda-table table th {
	padding:15px 5px 15px 34px;
	background-position:10px 17px;
	vertical-align:top;
}
	
.agenda-table table td {
	padding:15px 10px 15px 10px;
	vertical-align:top;
}

.agenda-table table td img {
	vertical-align:middle;
	display:block;
	margin-right:0px;
	margin-bottom:5px;
}

.print-button a {
	height:45px;
	line-height:44px;
	padding:0px 16px 0px 55px;
	font-size:20px;
	background-position:20px center;
}


.top-header {
	background-size:auto auto;
	padding-bottom:10px;
	margin-bottom:30px;
}

.top-header h3 {
	font-size:36px;
	line-height:40px;
}
	
.top-header h4 {
	font-size:24px;
	line-height:28px;
}
	
.venue-section {
	overflow:hidden;
	padding:0px 0px 40px 0px;
}

.vs-lhs {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:20px;
}

.vs-rhs {
	float:none;
	width:auto;
}

.sub-contents p {
	font-size:17px;
	line-height:24px;
	padding-bottom:20px;
	color:#444;
}


.lm-top {
	font-size:18px;
	line-height:24px;
	padding-bottom:25px;
}

.location-map {
	text-align:center;
	padding-bottom:20px;
}

.location-map iframe {
	width:100%;
	height:300px;
}

.at-top {
	padding-bottom:20px;
}

.search-wrap {
	float:none;
	padding:6px;
	width:388px;
}

.search-box-n input {
	width:343px;
}

.att-rhs {
	float:none;
	padding-top:10px;
	font-size:18px;
}

.att-header-table {
	padding-bottom:16px;
}

.att-header-table table td {

	padding:10px 5px 10px 5px;
	font-size:15px;
	font-weight:700;
}

.att-details-table table td {
	padding:10px 5px 10px 5px;
	font-size:15px;
	font-weight:600;
}

.cf-head {
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}

.contact-form {
	padding-top:25px;
}

.cf-box {
	padding-bottom:20px;
	width:auto;
}

.cf-row .lhs {
	float:none;
}

.cf-row .rhs {
	float:none;
}

.cf-box label {
	font-size:17px;
}

.cf-box input {
	width:100%;

	font-size:17px;
}


.cf-box textarea {
	height:122px;
	width:100%;
	font-size:17px;
}


.captcha {
	padding-bottom:18px;
}

.captcha-code {
	float:none;
	width:auto;
}

.privacy {
	float:none;
	padding:10px 0px 0px 0px;
	font-size:17px;
}


.cf-button {
	text-align:left;
}

.cf-button input {
	font-size:22px;
}

.att-details-table {
	width:99%;
	overflow-y:scroll;
}
	
	
.sponsors h2 {
	font-size: 35px;
	line-height: 40px;
}	
	
.overview-new {
	background-size: 100% auto;
}

.on-wrap {
	padding: 50px 0px 40px 0px;
}

.on-wrap h5 {
	padding-bottom: 10px;
}

.on-wrap h2 {
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 20px;
}

.on-wrap p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}
	

.category-sponsors {
	background-size: 100% auto;
}

.cs-wrap {
	padding: 50px 0px 60px 0px;
}

.cs-wrap h2 {
	font-size: 35px;
	line-height: 40px;
	padding-bottom: 40px;
}

.cs-wrap ul {
	margin: 0px -10px 0px -10px;
}

.cs-wrap ul li {
	display: inline-block;
	width: 420px;
	margin: 0px 10px 20px 10px;
}

.white-box {
	padding: 20px 25px 20px 25px;
}	
	
.pc-top .lhs {
	float: none;
	width: auto;
}
	
.pc-top .lhs h2 {
	font-size: 20px;
	line-height: 30px;
}	

.pc-top .lhs ul li {
	font-size: 17px;
	line-height: 24px;
	padding: 0px 0px 15px 30px;
}

.pc-top .rhs {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding-top: 20px;
}	
	
.white-box2 {
	padding: 30px;
}

.white-box2 h2 {
	font-size: 17px;
	line-height: 22px;
}
	
.nominate-page .gform_body {
	padding: 25px 20px 25px 20px;
}
	
.nominate-page .gform_body #field_16_72 {
    font-size: 14px;
}
	
.nominate-page .gform_body #field_16_94 {
    font-size: 14px;
}		

}


@media only screen and (min-width: 400px) and (max-width: 479px) {
	
.header {
	min-height: 90px;
}	
	.h2head {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'sinkin_sans700_bold';  
  font-size: 45px;
  color: #47c3cc;
  margin: 0 auto;
}

/* Animation */
.h2head {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}

.logo {
	top: 20px;
	width: 310px;
}

}
