@charset "utf-8";
/*
 Theme Name:   Child Theme
 Description:  Twenty Thirteen Child Theme
 Template:     twentythirteen
 Text Domain:  child-themes
*/

@font-face {
	font-family:'Brandon_reg';
	src:url('others/fonts/Brandon_reg.otf') format('opentype');
}
@font-face {
	font-family:'Brandon_blk';
	src:url('others/fonts/Brandon_blk.otf') format('opentype');
}
@font-face {
	font-family:'Brandon_bld';
	src:url('others/fonts/Brandon_bld.otf') format('opentype');
}
@font-face {
	font-family:'ACaslonPro';
	src:url('others/fonts/ACaslonPro.otf') format('opentype');
}

.css-font-reg {
	font-family:'Brandon_reg';
}
.css-font-blk {
	font-family:'Brandon_blk';
}
.css-font-bld {
	font-family:'Brandon_bld';
}
.css-font-adobe {
	font-family:'ACaslonPro';
}


/* CSS Document */

/* SOCIAL SITE LOGO COLOR
*Facebook #3B5998
*Flickr #FE0883
*Foursquare #8FD400
*Google+ #C63D2D
*Instagram #cd486b
*Linkedin #4875B4
*Tumblr #2B4964
*Twitter #33CCFF
*Vimeo #86B32D
*Youtube #FF3333
*/

/* social site color */
.cstm-gplus-color {
	color:#dd4b39;
}
.cstm-linkedin-color {
	color:#0e76a8;
}
.cstm-twitter-color {
	color:#33CCFF;
}
.cstm-facebook-color {
	color:#3b5998;
}
.cstm-gplus-bg {
	background-color:#dd4b39;
}
.cstm-linkedin-bg {
	background-color:#0e76a8;
}
.cstm-twitter-bg {
	background-color:#33CCFF;
}
.cstm-facebook-bg {
	background-color:#3b5998;
}
/* END social site color */
/* DEFAULT STYLE */
.form-control {
	padding: 12px 12px !important;
	min-height:64px !important;
}
.input-group-addon {
    padding: 24px 12px !important;
}
.cstm-form-toggle {
}
.cstm-form-container {
}
.cstm-con-fields {
}
.cstm-con-fields:focus {
	border:1px solid;
}
textarea.cstm-con-fields {
}
.cstm-con-submit-fields {
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}
.cstm-form-addClass {
	margin-top:10px;
	padding:10px;
	border:2px solid green;
	border-radius:3px;
	background-color:rgba(0,200,0,0.4);
	font-weight:bold;
	text-align:center;
}
#map_canvas {
	max-width: 700px;
	width:100%;
	height: 600px;
	border:2px solid #000;
	border-radius:5px;
}
#legend {
    background: rgba(0,152,103,0.9);
    padding: 10px;
	color:#fff;
	font-size:14px;
}
.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}
.map-container iframe.clicked{
    pointer-events: auto;
}
.black_overlay{
	display: none;
	position: fixed;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	margin:auto;
	top: 0; left: 0; bottom: 0; right:0;
	width: 47%;
	height: 50%;
	padding: 5px;
	border: 16px solid #0085e4;
	background-color: white;
	z-index:1002;
}
.white_content div{
	position:relative;
}
.close {
	position:absolute;
	top:-35px;
	right:-35px;
	cursor:pointer;
}
.close:hover {
	color:red;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}
.hentry {
	padding: 0px 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	min-height: 30px !important;
	margin-bottom: 0px !important;
	border: 1px solid transparent !important;
	border-radius:0px !important;
}
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}
.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}
/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #BED96A; /* Old browsers */
	border: none;
	border-radius: 2px;
	font-weight:bold;
	color: #052848;
	display: inline-block;
	padding:14px 30px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #BED96A; /* Old browsers */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #BED96A; /* Old browsers */
	border: none;
	padding:14px 30px;
}
.entry-title {
	font-weight: bold;
	margin: 0 auto 0px;
	color:#fff;
	max-width:990px;
	width:100%;
	padding:50px 0px;
	position:relative;
	z-index:2;
}
.site-content {
}
.css-page-default, 
.css-blog-wrap {
	text-align:justify;
	font-size:17px;
}
.css-page-default p,
.css-blog-wrap p {
	margin-bottom:24px;
}
.css-pagination {
	display:block;
	padding:5px;
	text-align:center;
}
.css-pagination span,
.css-pagination a {
	background-color:#f4f4f4;
	border:1px solid #2765c3;
	padding:3px 10px;
	color:#1e305c;
}
.css-pagination .current {
	background-color:#2765c3;
	border:1px solid #e63f2a;
	color:#fff;
}
.css-pagination .dots {
	border:0 solid #2765c3;
}
.css-pagination a:hover {
	background-color:#2765c3;
	border:1px solid #e63f2a;
	color:#fff;
}
.site-header {
    position: relative;
    z-index:9;
}
.site {
    background-color: #fff;
    border-left: 0 solid #f2f2f2;
    border-right: 0 solid #f2f2f2;
    font-family:'Brandon_reg';
	font-size:26px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.site p {
	margin-bottom:24px;
}
.css-align-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#breadcrumbs {
	background-color:#0a203e;
	color:#fff;
	margin:0;
	padding:5px 20px;
}
#breadcrumbs a {
	color:#fff;
}
#breadcrumbs:before {
	font-family: 'FontAwesome';
	content: "\f101";
	margin-right:10px;
}
.css-title-wrap {
	background-image:url('images/bg-title.jpg');
	background-size:cover;
	background-position:bottom center;
	position:relative;
}
.css-title-wrap .css-overlay {
	background-color: rgba(0,0,0,0.7);
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
/* END DEFAULT STYLE */
/* header1 */
.css-logo {
	width: 200px;
}
.css-navbar-login {
	max-width:1400px;
	padding:40px 10px;
}
.css-register-now, 
.css-viewall-now {
	background: #BED96A;
	font-family:'Brandon_bld';
	padding:15px 50px;
	color:#052848 !important;
	cursor: pointer;
	width:100%;
}
.css-register-now-sub {
	background: #059bbe;
	font-family:'Brandon_bld';
	padding:15px 50px;
	color:#fff !important;
	cursor: pointer;
}
.css-div-redblock {
	background: #FF0A0A;
	font-family:'Brandon_bld';
	color:#fff;
	padding:13px;
}
.css-video-wrap iframe {
	display:block;
	width:100%;
	height:540px;
}
/* content1 */
.css-div-wrap {
	max-width:1300px;
	padding:140px 20px;
	position:relative;
}
.css-div1-bg {
	background-image:url('images/div1-bg.jpg');
	background-position:center top;
	min-height:80vh;
	position:relative;
}
.div1-wrap {
	color:#fff;
	padding:140px 20px;
}
.div1-wrap em {
	font-size:35px;
}
.div1-wrap p {
	font-size:76px;
	color:#fff;
	line-height:1;
}
.css-white-bg {
	background-color: #fff;
	color:#052848;
}
.css-dark-bg {
	background-color: #052848;
	color:#fff;
}
.css-green-bg {
	background-color: #BED96A;
	color:#052848;
}
.css-blue-bg {
	background-color: #059bbe;
	color:#fff;
}
.css-grey-bg {
	background-color: #f4f4f4;
	color:#052848;
}
.css-box1-wrap {
	background-color: #052848;
	background-image:url('images/box1-bg.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	color:#fff;
	min-height:300px;
	width:100%;
    position: relative;
}
.css-ruler-dark {
	background-color: #052848;
	height:10px;
	width:110px;
	margin:70px auto;
}
.css-ruler-light {
	background-color: #BED96A;
	height:10px;
	width:110px;
	margin:70px auto;
}
.css-h1 {
	margin-bottom: 70px;
}

.css-faci-bg img {
	background-color:#BED96A;
	border-radius:50%;
}
.css-faci-bg.slick-current img {
	background-color:#049CBC;
	border-radius:50%;
}
.css-slider img {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    color: #e67e22;
    opacity: 1;
    transform: scale(0.7);
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	margin:0 auto !important;
}
.slick-center img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.1);
}
.css-slider-for span {
	font-size:24px;
}
.css-slider-for {
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.css-slider-for .slick-list {
    padding: 40px 40px 0 !important;
}
.css-div4-box {
	background-color:#049CBC;
	color:#fff;
}
.css-div4-fsize {
	font-size:24px;
}
.css-div7-desc {
	position:relative;
}
.css-div7-desc img {
    position:absolute;
    left:-20px;
    top:10px;
}
.css-qbox {
	background-color:#fff;
	border:8px solid #049CBC;
	font-size:24px;
	color: #052848;
	border-radius: 64px;
	padding:36px;
	position:relative;
}
.css-qbox strong {
	font-size:28px;
}
.css-qbox span {
	font-size:18px;
}
.css-qbox p {
	margin-bottom:44px;
}
.css-qbox:after {
	content:url('images/arrow.png');
	position:absolute;
	bottom:-78px;
	left:70px;
}
.css-qbox:before {
	content:url('images/quote.png');
	position:absolute;
	top:-35px;
	right:70px;
}
.mb-custom {
    margin-bottom: 94px !important;
}
.css-div9-img {
	position:relative;
}
.css-div9-img .css-play {
	cursor:pointer;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.div9-wrap {
	font-size:18px;
}
.css-events-icon {
	font-size:24px;
}
.css-events-icon strong {
	font-size:30px;
}
.css-events-icon img {
	height:170px;
}
.css-events-icon a {
	color:#052848 !important;
}
.css-date .col-lg-3 {
	background-color:#052848;
	border-radius:50px;
	border-bottom-right-radius:0;
	color:#fff;
	line-height:1;
}
.css-date span {
	font-size:55px;
}
.css-date strong {
	font-size:190px;
}
.css-date .col-lg-9 .css-sched-details {
	background-color:#049CBC;
	border-bottom-left-radius:100px;
	border-bottom-right-radius:100px;
	font-size:22px;
	color:#fff;
	line-height:1;
	padding:50px 30px;
	position:relative;
	margin:0;
}
.css-date .col-lg-3:before {
	content:" ";
	background-color:#052848;
	height:164px;
	width:150px;
	position:absolute;
	bottom:0;
	right:-150px;
}
.css-schedule-content span {
	font-size:26px;
	display:block;
	margin-top:14px;
}
.css-schedule-content span em {
	cursor:pointer;
	font-style:normal;
	text-decoration:underline;
}
.css-schedule-content span img {
	width:35px;
}
.css-div10-bg {
	background-image:url('images/div10-bg.jpg');
	background-size:cover;
}
.css-regbox-container {
	background-image:url('images/regbox-bg.jpg'), url('images/regbox-bg2.png');
	background-size:auto 100%, auto 100%;
	background-repeat:no-repeat;
	background-position:left top, right top; 
}
.css-date2 {
	margin:auto 0 !important;
}
.css-date2 .col-md-3 {
	background-color:#052848;
	border-radius:50px;
	border-bottom-right-radius:0;
	color:#fff;
	line-height:1;
	padding:24px;
}
.css-date2 span {
	font-size:30px;
}
.css-date2 strong {
	font-size:90px;
}
.css-date2 .col-md-9 {
	padding-left:0;
	padding-right:0;
}
.css-date2 .col-md-9 div {
	background-color:#049CBC;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	font-size:18px;
	color:#fff;
	line-height:1;
	padding:40px 20px;
	position:relative;
}
.css-date2 .col-md-3:before {
	content:" ";
	background-color:#052848;
	height:76px;
	width:150px;
	position:absolute;
	bottom:0;
	right:-150px;
}
.css-date2-bg {
	background-color:#f4f4f4;
	padding:100px 34px 54px;
	margin-top:-50px;
	font-size:20px;
}
.css-date2-bg img {
	width:25px;
	margin-right:14px;
}
.css-date2-bg strong {
	font-size:25px;
}
.css-form-box {
    padding: 100px 60px;
    border: 5px solid #FFFFFF;
}
.css-input-text,
.css-input-select {
	border:none !important;
	border-radius: 4px;
	font-size: 20px;
	padding:26px;
	color:#2D2D2D;
}
.css-bonusbox-container {
	background-color:#049CBC;
	color:#fff;
}
iframe.js-testi-vid {
    width: 100%;
    height: 460px;
}
.css-cover-video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.css-cover-video .wp-block-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.css-div1-content {
	max-width:1300px;
	width:100%;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index:2;
}
.css-img-sam {
	border-radius:50%;
	border:5px solid #BED96A;
	width:280px;
	display:block;
	margin:auto;
	margin-bottom:24px;
}
.css-eventschedule-div {
	max-width:50%;
	width:100%;
}
.css-eventschedule-div span {
	cursor:pointer;
	text-decoration:underline;
}
.css-div4-fsize {
	padding:48px 48px 48px 48px;
}
.css-img-right-display {
	display:block;
}
.css-popup-overlay {
	background-color:#052848;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	color:#fff;
}
.css-popup-overlay i {
	font-size:100px;
}
.css-popup-overlay h1 {
	font-family:'Brandon_blk';
	font-size:100px;
}
.css-popup-overlay p {
	font-size:40px;
}
.css-popup-overlay em {
	position:fixed;
	left:0;
	right:0;
	bottom:10%;
}
/* footer1 */
.site-footer {
	background-color: #fff;
	color: #052848;
	font-size: 33px;
	text-align: center;
}
.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
/* start @media */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* END min-width */
/* max-width */
@media (max-width: 1470px) {
	.css-register-now, 
	.css-viewall-now {
		width:75%;
		margin:0 auto;
	}
}
@media (max-width: 1370px) {
	.div1-wrap p {
		font-size:56px;
		color:#fff;
		line-height:1;
	}
	.css-div1-content {
		padding:0 30px;
	}
}
@media (max-width: 1270px) {
	.css-date2 strong {
		font-size: 70px;
	}
	.css-date2 span {
		font-size: 24px;
	}
	.css-date2 .col-md-9 div {
		padding: 20px;
	}
	.css-eventschedule-div {
		max-width: 70%;
		width: 100%;
	}
	.css-date strong {
		font-size: 160px;
	}
	.css-date span {
		font-size: 45px;
	}
	.css-schedule-content span {
		font-size: 21px;
	}
	.css-date .col-lg-9 .css-sched-details {
		border-bottom-left-radius: 70px;
		border-bottom-right-radius: 70px;
		padding: 30px;
	}
	.css-schedule-content span img {
		width: 25px;
	}
	.css-div9-img .css-play {
		width: 70px;
	}

}
@media (max-width: 1170px) {
	.css-box1-wrap {;
		background-position:left -120px center;
	}
	.css-regbox-container {
		background-position: left -120px top, right top;
	}
	.css-faci-bg.slick-current {
		text-align:center;

	}
	.css-faci-bg img {
		width:100%;
	}
	.slick-prev {
		left: 25px !important;
		padding: 0 !important;
		z-index:9 !important;
	}
	.slick-next {
		right: 25px !important;
		padding: 0 !important;
		z-index:9 !important;
	}
}
@media (max-width: 1069px) {
	.css-date2 .col-md-3 {
		border-radius: 30px;
	border-bottom-right-radius:0;
	}
	.site {
		font-size:21px;
	}
	.css-date strong {
		font-size: 120px;
	}
	.css-date span {
		font-size: 35px;
	}
	.css-date .col-lg-9 .css-sched-details {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding: 10px;
	}
	.css-date .col-lg-9 .css-sched-details span {
		font-size: 21px;
	}
	.css-date .col-lg-9 .css-sched-details {
		font-size: 18px;
	}
	.css-qbox {
		font-size:21px;
	}
	.css-qbox strong {
		font-size: 28px;
	}
	.css-qbox span {
		font-size: 16px;
	}
	.css-qbox:after {
		content: url(images/arrow.png);
		position: absolute;
		bottom: -77px;
		left: 70px;
	}
	.css-div1-content {
		max-width: 1300px;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateX(0) translateY(0);
		-moz-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		-o-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		z-index: 2;
		padding:0;
	}
	.css-div1-bg {
		background-image:url('images/div1-bg.jpg');
		background-position:center top;
		min-height:200px;
		position:relative;
	}
	.div1-wrap {
		color: #fff;
		padding: 70px 20px;
		overflow:hidden;
	}
	.css-register-now, 
	.css-viewall-now {
		font-size:18px;
	}
}
@media (max-width: 999px) {
	.div6-wrap img {
		width:100%;
	}
	.css-date2 .col-md-9 div {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		font-size: 18px;
		padding: 10px;
	}
	.css-date2 .col-md-3:before,
	.css-date .col-lg-3:before {
        display:none;
	}
	.css-eventschedule-div {
		max-width: 100%;
		width: 100%;
	}
	.css-date2 strong {
		font-size: 50px;
	}
	.css-date2 span {
		font-size: 18px;
	}
}
@media (max-width: 870px) {
	.css-date2-bg {
		background-color: #f4f4f4;
		padding: 100px 24px 54px;
		margin-top: -50px;
		font-size: 20px;
	}
	.css-date2 .col-md-3 {
		border-radius: 0;
		padding: 21px;
	}
	.css-regbox-container {
		background-position: left -170px top, right top;
	}
	.css-img-sam {
		width: 100%;
	}
	.h1, h1 {
		font-size: 2rem !important;
	}
	.css-date .col-lg-3 {
		background-color: #052848;
		border-radius: 0;
	}
	.css-date .col-lg-9 {
		padding:0;
		margin:0;
	}
	.css-img-right-display {
		display:none;
	}
	.css-box1-wrap {
		background-image: none;
		border:5px solid #bed96a;
		color: #fff;
		min-height: 100px;
	}
	.div1-wrap p {
		font-size:36px;
		color:#fff;
		line-height:1;
	}
	.div1-wrap em {
		font-size: 18px;
	}
}


@media (min-width: 771px) {
	.css-padding-header {
		margin-top:159px;
	}
	.css-fix-header {
		background-color:#fff;
		border-bottom:4px solid #bed96a;
		position:fixed !important;
		top:0 !important;
		left:0 !important;
		width:100% !important;
		z-index:9 !important;
	}
	.css-fix-header .css-navbar-login {
		max-width: 1400px;
		padding:30px 10px;
	}
	.css-fix-header .css-register-now {
		font-size:14px;
		padding: 10px 50px;
	}
	.css-fix-header .css-logo {
		width:100px;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.css-fix-header .nav-menu li a {
		font-size: 12px;
	}
	.css-fix-header  .main-navigation {
		min-height: 35px;
	}
}
@media (max-width: 770px) {
	.css-regbox-container {
		background-image: url(images/regbox-bg2.png);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.css-div-wrap {
		max-width: 1300px;
		width:100%;
		padding: 70px 20px;
		position: relative;
	}
	.css-date2 strong {
		font-size: 35px;
	}
	.css-date .col-lg-9 .css-sched-details .col-md-7 {
		margin-bottom:75px;
	}
	.css-date .col-lg-9 .css-sched-details .col-md-5 {
		margin-bottom:45px;
	}
	.div6-wrap img {
		width: 280px;
	}
}

@media (max-width: 740px) {
	.css-date2 .col-md-3,
	.css-date2 .col-md-9 div {
		border-radius: 0;
		padding: 21px;
	}
	.css-img-sam {
		width: 280px;
	}
}

@media (max-width: 670px) {
	.css-div-redblock {
		font-size:14px;
	}
	.css-qbox strong {
		font-size: 24px;
	}
	.css-input-text, .css-input-select {
		font-size: 20px;
		padding: 16px;
	}
	.css-form-box {
		padding: 60px 30px;
	}
}

@media (max-width: 643px) {
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
		display:block;
		text-align:center;
		width:100%;
	}
	.div1-wrap {
		color: #fff;
		padding: 40px 20px;
		overflow: hidden;
	}
	.css-register-now,
	.css-viewall-now {
		font-size: 14px;
		padding: 10px 30px;
	}
}

@media (max-width: 568px) {
	.div1-wrap p {
		font-size: 26px;
		color: #fff;
		line-height: 1;
	}
	.div1-wrap em {
		font-size: 14px;
	}
	.css-date strong {
		font-size: 70px;
	}
	.css-date span {
		font-size: 25px;
	}
}

@media (max-width: 480px) {
	.site-footer {
		background-color: #fff;
		color: #052848;
		font-size: 21px;
		text-align: center;
	}
	.css-date2-bg strong {
		font-size: 21px;
	}
	.css-div-wrap {
		padding: 70px 0;
	}
	.css-date {
		margin-right:0 !important;
		margin-left:0 !important;
	}
	.css-div7-desc img {
		position: absolute;
		left: -5px;
		top: 10px;
	}
	.css-div3-img {
		display:none;
	}
	.div1-wrap {
		color: #fff;
		padding: 20px;
		overflow: hidden;
	}
	.div1-wrap p {
		font-size: 22px;
		color: #fff;
		line-height: 1;
	}
	.div1-wrap em {
		font-size: 13px;
	}
	.css-box1-wrap {
		margin:0 !important;
	}
}

@media (max-width: 420px) {
}

@media (max-width: 375px) {
}
/* END max-width */