/*
Theme Name: UnionStreet
Theme URI: http://emesesoft.hu/themes/UnionStreet
Author: Emese-Soft
Author URI: http://emesesoft.hu/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: UnionStreet
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
/*@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('fonts/myriadpro-regular.woff') format('woff'),
         url('fonts/myriadpro-regular.ttf') format('truetype'),
         url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}*/
@font-face {
  font-family: 'TradeGothicLT-Bold';
  src: url('fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/TradeGothicLT-Bold.woff') format('woff'), url('fonts/TradeGothicLT-Bold.ttf')  format('truetype'), url('fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TradeGothicLT';
  src: url('fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),  url('fonts/TradeGothicLT.woff') format('woff'), url('fonts/TradeGothicLT.ttf')  format('truetype'), url('fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'nobelregular';
    src: url('fonts/ufonts.com_nobel-regular-webfont.eot');
    src: url('fonts/ufonts.com_nobel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_nobel-regular-webfont.woff') format('woff'),
         url('fonts/ufonts.com_nobel-regular-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_nobel-regular-webfont.svg#nobelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nobelbold';
    src: url('fonts/ufonts.com_nobel-bold-webfont.eot');
    src: url('fonts/ufonts.com_nobel-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_nobel-bold-webfont.woff') format('woff'),
         url('fonts/ufonts.com_nobel-bold-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_nobel-bold-webfont.svg#nobelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	 transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2em;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle{
  
    padding: 3px 5px;
  
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle.active,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'TradeGothicLT', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
	body .nobel{
	
	       font-family: 'nobelregular', sans-serif;
	
	}
	
	body .nobelb{
	
	    font-family: 'nobelbold', sans-serif;
    
	}
    
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	background-color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	
}
.site-header{
	
	z-index: 1000;
	position: relative;
	padding-top: 55px;
	
}
	.site-header .header_top{
		
		background: #ffae00;
		min-height: 30px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		
	}
	
	.site-header .menu-toggle{
		
	      position: absolute;
	      top: 20px;
	      right: 5px;
		  display: none;
		
	}
	
	.site-header .logo{
		
		margin: 0px auto 28px auto;
		display: block;
		width: 197px;
		
	}
	.site-header .logo:focus { outline: none; }
	.site-header .logo img { display: block; max-width: 100%; height: auto; }
.site-content {
	padding: 40px 30px;
}
.site-content.withs {
	padding: 40px 3%;
	width: 65%;
	float: left;
}
#secondary.widget-area{
	width: 29%;
	float: right;
	padding: 40px 0;
}
.home .site-content {
	padding: 0;
}
/* Navigation Menu */
.main-navigation .menu{
	
	min-height: 50px;
	background: #4e4a46;
	
}
	.main-navigation .menu ul{
	
		position: absolute;
		background: #4e4a46;
		top: 50px;
		left: 0px;
		display: none;
		/*width: 100%;*/
		z-index: 999;
	
	}
.main-navigation .menu > li:hover ul{
	cursor: pointer;
	display: block;
	
}
.main-navigation .menu > li{
	
	float: left;
	line-height: 50px;
	height: 50px;
	padding-left: 3%;
	padding-right: 9%;
	position: relative;
	
}
	.main-navigation .menu li a{
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.main-navigation .menu > li >a:hover{
		cursor: pointer;
	}
	
	.main-navigation .menu li a:hover{
		cursor: pointer;
		color: #fead00;
	}
	
.main-navigation .menu ul li{
	
	padding: 10px 25px;
	line-height: 1.3em;
	
}
	.main-navigation .menu ul li a{
		
		font-size: 16px;
		
	}
	
.main-navigation .menu li.orange>a{
	
	font-weight: bold;
	color: #fead00;
	
}
.main-navigation .menu li.orange a:hover{
	
	cursor: pointer;
	
}
	
.main-navigation .menu li.last{
	
	padding-right: 10px;
	
}
.topmenu{
	
	float: right;
	padding-right: 15px;
	padding-top: 9px;
	
}
	.topmenu li{
	
		float: left;
		padding-right: 7px;
		padding-left: 17px;		
	}
	
	.topmenu li:last-child{
		border-right: 0;
	}
		.topmenu li a{
		
			text-decoration: none;
			color: #58595b;
			font-size: 16px;
			text-transform: uppercase;			
		
		}
		
		.topmenu li a:hover, .topmenu li a.active { color: #fff; }
	.topmenu li a:focus { outline: none; }
.custommenu_wrapper:after{
	
	content: "";
	display: block;
	width: 100%;
	clear: both;
	
}
.custommenu_wrapper.gray{
	
	background: #eceae8;
	padding: 20px 30px;
	width: 940px;
	margin-left: -30px;
	
}
.custommenu_wrapper.big{
	
	padding: 25px 0px;
	text-align: center;
	
}
	.site-content .custommenu li{
	
		float: left;
		padding-right: 5px;
		margin-right: 6px;
		border-right: 1px solid #FEAD00;
		line-height: 14px;
	}
	
	.site-content .big .custommenu li{
	
		float: none;
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: 0px;
		border-right: none;
		line-height: 30px;
	}
	
	.custommenu li:last-child{
	
		border-right: 0px;
	
	}
	
		.site-content .custommenu li a{
	
			font-size: 12px;
			text-transform: uppercase;
			color: #4e4a47;
		}
		
		.big .custommenu li a{
	
			font-size: 28px;
		}
		
		.big .custommenu li a:hover{
	
			color: #8c189b;
		}
/* Banner */
/* Footer */
footer[role="contentinfo"] {
	clear: both;
	background: #717171;
	padding: 25px;
	position: relative;
	
}
	footer[role="contentinfo"] p{
	
		line-height: 1.3em;
		font-size: 14px;
		margin-bottom: 10px;
	
	}
	
	footer[role="contentinfo"] li{
	
		line-height: 1.1em;
		margin-bottom: 7px;
	
	}
	
	footer[role="contentinfo"] a{
	
		text-decoration: none;
		color: #fff;
		
	}
	
	footer[role="contentinfo"] a:hover{
	
		color: #0098A7;
		
	}
.footer_content{
	width: 100%;
	
}
.footer_content:after{
	content: " ";
	display: block;
	clear: both;
	
}
	.footer_content > div{
	
		color: #fff;
		float: left;
		
	}
	
	.footer_content .smallarea{
	  
	      width: 18%;
	  
	}
	
	  .footer_content div.logo_area img{
	
		margin: 20px auto 0 auto;
		display: block;
	  }
	
	  .footer_content div.logo_area .footer_logo{
	
		margin: 0 0 10px 0;
		
	  }
	  
	  .footer_text{
	    
	    margin-top: 50px;
	    
	  }
	  
	  
	    footer[role="contentinfo"] .footer_text p{
	    
	      font-size: 11px;
	    
	    }
	
	.footer_content .bigarea{
	  
	      width: 56%;
	      margin-left: 2%;
	      margin-right: 2%;
	      padding-left: 2%;
	      padding-right: 2%;
	      border-right: 1px solid #fcb518;
	      border-left: 1px solid #fcb518;
	      min-height: 303px;
	      position: relative;
	  
	}
	
	  .footer_content .bigarea .donateb_cont{
	    
	      position: absolute;
	      bottom: 0;
	      left: 0;
	      width: 100%;
	    
	  }
	  
	  	  .footer_content .bigarea .donateb_cont .donateb div{
	    
		      margin-bottom: 0;
		    
		  }
	
	  .menu_area .footermenu{
	    
	      margin-bottom: 25px;
	    
	  }
	
	  .menu_area .footermenu:after{
	    
	      content: " ";
	      display: block;
	      clear: both;
	    
	  }
	
	    .footer_content div.menu_area .menu > li{
	     
	       float: left;
	       width: 23%;
	       padding-right: 2%;
	     
	   }
	   
	   .footer_content div.menu_area .menu > li:last-child{
	       padding-right: 0%;
	     
	   }
	   
	   .footer_content div.menu_area .menu > li > a{
	     
	       font-size: 18px;
	       margin-bottom: 10px;
	       display: inline-block;
	       text-transform: uppercase;
	     
	   }
	  
	
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.site-content p{
	
	margin-bottom: 20px;
	
}
.site-content p, .site-content td, .site-content li, .widget-area li{
	
	color: #4e4a47;
	font-size: 18px;
	line-height: 1.3em;
	
}
.widget-area li{
    
    font-size: 14px;
    
}
	.site-content p a, .site-content td a, .site-content li a{
		
		text-decoration: none;
		color: #0098A7;
	}
.simple.site-content p, .simple.site-content td, .simple.site-content li{
	
	/*font-family: 'nobelregular', serif;*/
	
}
.site-content h1, .site-content h3{
	
	color: #4e4a47;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -2px;
	
}
.site-content h3{
	
	margin-bottom: 10px;
	
}
.site-content h1.nosub{
	
	margin-bottom: 35px;
	
}
.home .site-content h1{
	
	font-size: 51px;
	margin-bottom: 20px;
	
}
.site-content h2, .site-content p.subhead{
	
	color: #4e4a47;
	text-align: center;
	margin-bottom: 20px;
	font-size: 27px;
}
.home .site-content h2{	
	color: #59595c;
	font-size: 61px;
	
}
.site-content h4, .widget-area h4{
  
    font-weight: bold;
  
}
.site-content h4, .site-content h5, .news_wrapper .subtitle,.widget-area h4{	
	color: #0098A7;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	
}
.site-content .subtitle{	
	color: #59595c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	
}
.page-template-page-templatespage-interior-php .site-content h4{	
	text-align: center;
}
.site-content h5{	
	text-align: center;
	margin-bottom: 25px;
	
}
.site-content ul{
    
    margin-bottom: 20px;
    
}
.site-content ul.menu{
    
    margin-bottom: 0px;
    
}
.homeimg_wrapper .imagewrapper{
	
	width: 32%;
	height: 313px;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	
}
.homeimg_wrapper .thumb_v .inside_helper{
	
	display: table;
	height: 100%;
	
}
	.homeimg_wrapper .img_back{
		
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: hidden;
		
	}
	
		.homeimg_wrapper .img_back img{
			
			height: 100%;
			
		}
	
	.homeimg_wrapper .img_back.hidden{
		
		display: none;
		
	}
	
	.homeimg_wrapper .thumb_v .img_back{
	
		cursor: pointer;
	
	}
	
	.homeimg_wrapper .text_container{
	
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		max-height: 100%;
		overflow-y: auto;
	
	}
	
	.homeimg_wrapper .thumb_v .text_container{
	
		position: static;
		padding: 7px;
/*		width: 299px;*/
		max-height: 299px;
		vertical-align: middle;
		display: table-cell;
	}
	.homeimg_wrapper .text_container p{
	
		font-size: 51px;
		text-align: center;
		color: #fff;
		margin: 0;
	
	}
	.homeimg_wrapper .thumb_v .text_container p{
	
		font-size: 31px;
	
	}
/*.homeimg_wrapper .imagewrapper.first{
	
	clear: both;
	margin-right: 3%;
	
}*/
.homeimg_wrapper .imagewrapper.last{
	
	margin-right: 0px;
	
}
.slider_container{
	
	padding: 25px 10px 10px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	
}
  .slider_container .slider_wrapper{
	  
    width: 100% !important;
	  
  }
	.slider_wrapper .text_slide{
		
		text-align: center;
		width: 100% !important;
	}
	
	.slider_wrapper .text_slide.active{
		
		position: relative !important;
		
	}
		.slider_wrapper .text_slide p{
			
			font-size: 33px;
			color: #ffad00;
			margin-bottom: 10px;
			
		}
.slider_container .under_slide{
	
	text-align: center;
	padding-top: 20px;
	
}
		
.slider_container #leftnav, .slider_container #rightnav{
	
	cursor: pointer;
	
}
.slider_container #leftnav{
	
	margin-right: 20px;
	
}
.slider_container #rightnav{
	
	margin-left: 20px;
	
}
.slider_container #carousel-indicators{
	
	display: inline-block;
	height: 25px;
	
}
	.slider_container #carousel-indicators li{
		
		width: 12px;
		height: 12px;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 19px;
		cursor: pointer;
		float: left;
		background: url('images/dot.png') no-repeat;
		
	}
	
	.slider_container #carousel-indicators li.activeSlide{
		
		background: url('images/activedot.png') no-repeat;
		
	}
/*.home_table{
	
	margin:  0 auto;
	
}
	
	.home_table td{
		
		text-align: center;
		width: 33%;
		
	}*/
.home_tablediv{
  
	max-width: 800px;
	margin: 0 auto;
  
}
    .home_tablediv > div{
      
	    text-align: center;
	    width: 30%;
	    padding-left: 1%;
	    padding-right: 1%;
	    display: inline-block;
	    overflow: hidden;
	    vertical-align: middle;
      
    }
    
.footer_top{
	
	padding-top: 25px;
	padding-bottom: 10px;
	
}
.footer_border{
	
	border-top: 2px solid #fead00;
	
	
}
	.footer_top .donateb{
		
		text-decoration: none;
		
	}
	
		.donateb div{
			
			font-size: 25px;
			color: #fff;
			line-height: 55px;
			padding-left: 15px;
			padding-right: 15px;
			margin: 0 auto 25px auto;
			background: #fead00;
			width: 140px;
			text-align: center;
			
		}
    
    .donateb.join div {
      line-height: 1;
      font-size: 18px;
      padding: 8px;
      width: 80px;
    }
    
    .donateb.join:active, .donateb.join:focus, .donateb.join:hover,
    .donateb.join div:active, .donateb.join div:focus, .donateb.join div:hover{
      outline:0;
    }
	.footer_top .f_above_t{
		
		font-size: 41px;
		text-align: center;
		color: #00bd70;
		margin-bottom: 5px;
		
	}
	
	.footer_top .f_under_t{
		
		font-size: 46px;
		text-align: center;
		color: #4e4a47;
		padding-top: 25px;
		
	}
	
	.footer_top .social_w{
		
		text-align: center;
		
	}
		
		.social_w div{
			
			width: 31px;
			height: 31px;
			margin-left: 3px;
			margin-right: 3px;
			display: inline-block;
		}
		
		.social_w .homeicon{
			
			background: url('images/homeicon.png') no-repeat;
	
		}
		
		.social_w .facebook{
			
			background: url('images/facebook.png') no-repeat;
	
		}
		
		.social_w .twitter{
			
			background: url('images/twitter.png') no-repeat;
			
		}
		
		.social_w .tumblr{
			
			background: url('images/tumblr.png') no-repeat;
			
		}
		
		.social_w .gmail{
		
			background: url('images/googlep.png') no-repeat;	
		}
		.social_w .linkedin{
		
			background: url('images/linkedin.png') no-repeat;	
		}
.site-header .custom_form{
	
	float: right;
	margin-top: 4px;
	margin-right: 23px;
	
}
	.site-header .custom_form .form_w{
		
		border: 1px solid #a58d5c;
		
	}
	.custom_form input{
		
		float: left;
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #acacad;
	}
	
	.custom_form input[type="text"]{
		
		border-right: 0px;
		padding: 3px 20px;
		height: 13px;
		width: 60px;
		font-family: 'TradeGothicLT-Bold';
		
	}
	
	.custom_form input[type="image"]{
		
		border-left: 0px;
		
	}
.site-header .social_w{
	
	float: left;
	margin-left: 27px;
	padding-top: 2px;
	
}
    .site-header .social_w div{
	
	width: 26px;
	height: 26px;
	background-size: cover;
	
    }
hr.orange{
	
	background: #fedb8e;
	
}
div.format_t{
	
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}
	div.format_t table{
		
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 20px;
		
	}
		.format_t tr td{
			
			line-height: 1.5em;
			padding-bottom: 10px;
			
		}
	
		.format_t tr td:first-child{
			
			width: 45%;
			
		}
		
		.format_t tr td:last-child{
			
			font-size: 16px;
			
		}
div.format_t:after{
	
	content: " ";
	width: 960px;
	height: 2px;
	margin-left: -10px;
	background: #fedb8e;
	display: block;
	
}
.image_wrapper{
	
	background: #eceae8;
	padding: 20px 0px;
	text-align: center;
	width: 1000px;
	margin-left: -30px;
	margin-bottom: 35px;
	
}
	.image_container{
	
		height: 260px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
		max-width: 310px;
		overflow: hidden;
	
	}
		.image_container img{
		
			height: 260px;
		
		}
.news_wrapper{
  
    padding-bottom: 10px;
  
}
.news_wrapper:after{
  
    content: "";
    display: block;
    clear: both;
  
}
  .news_wrapper img{
    
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 150px;
    
  }
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single audio/video attachment view
-------------------------------------------------------------- */
.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
.verticalwrapper{
  
  padding-top: 10px;
  
}
.verticalwrapper:after{
  
  content: " ";
  display: block;
  clear: both;
  
}
  .verticalwrapper input[type="email"]{
    
      box-shadow: none;
      border-radius: 0;
      border: 0;
      background: #fff;
      height: 12px;
      width: 122px;
      float: left;
      margin-right: 5px;
      margin-bottom: 5px;
  }
  
    .verticalwrapper input[type="submit"]{
    
      box-shadow: none;
      border-radius: 0;
      border: 0;
      background: #fead00;
      color: #fff;
      padding: 4px;
      float: left;
    
  }
.page-id-1705 .ai1ec-views-dropdown{
  
  display: none;
  
}
.page-id-1705 .ai1ec-views-dropdown{
  
  display: none;
  
}
.page-id-1705 .ai1ec-calendar-toolbar{
  
  display: none;
  
}
.page-id-1705 #ai1ec-container th{
  
  color: #fff !important;
  background: #4e4a46 !important;
  
}
.page-id-1705 .ai1ec-calendar-toolbar{
  
  color: #fff;
  background: #4e4a46;
  
}
.page-id-1705 .ai1ec-calendar-toolbar .ai1ec-dropdown:hover > a{ 
  
  background: none;
  
}
.page-id-1705 .ai1ec-calendar-toolbar .ai1ec-dropdown > a{ 
  
  color: #fff;
  
}
/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
#ftcalendar-div{
    
    margin-bottom: 20px;
    overflow: auto;
    background: #4e4a46;
    border: 4px solid #4e4a46;
    
}
#ftcalendar-div a{
  
  color: #fff;
  
}
.site-content #ftcalendar-legend p{
  
  color: #fff;
  
}
.withs .custommenu_wrapper{
    
    width: auto;
    
}
/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.emesesoft.hu/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (max-width: 1000px) {
  
    .main-navigation .menu > li{
	
	padding-right: 5%;
    }
    
        
    .homeimg_wrapper .text_container p {
	font-size: 38px;
    }
  
    .homeimg_wrapper .thumb_v .text_container p {
      
	font-size: 24px;
	
    }
    
    .home .site-content h1 {
      
	font-size: 38px;
	
    }
    
    .home .site-content h2 {
      
	font-size: 42px;
	
    }
    
    .slider_wrapper .text_slide p {
      
	font-size: 25px;
    }
    
    
    .footer_top .f_under_t {
      
	font-size: 35px;
    
    }
      
    .menu_area .footermenu {
      
      display: none;
  
    }
    
    .image_wrapper{
	
	width: auto;
	margin-left: 0px;
	
    }
    
          .image_wrapper .image_container{
	
	    margin-bottom: 10px;
	 }
	 
	 .image_wrapper .image_container:last-child{
	
	    margin-bottom: 0px;
	 }
	 
  .custommenu_wrapper.gray, div.format_t:after {
      margin-left: 0px;
      width: auto;
      
  }
  .format_t tr td:first-child {
    padding-right: 5%;
  }
  
  .format_t tr td{
    word-break: break-all;
    font-size: 14px;
    
  }
  
    .format_t tr td:last-child {
      font-size: 12px;
  }
  
  .site-content.withs {
	padding: 40px 3%;
	width: 94%;
	float: none;
    }
    
    #secondary.widget-area{
    
	    display: none;
	    
    }
    
}
@media screen and (max-width: 768px) {
  
  .page-template-donationform .hideonmobile, .page-template-page-give-online .hideonmobile{
    display: none;
  }
  .page-template-donationform textarea{
    min-width: 400px !important;
  }
      .site-content p, .site-content td, .site-content li{
	
	  font-size: 16px;
	  
      }
  
    /*.site-header {
      
	padding-top: 20px;
      
    }*/
    
      /*.site-header .header_top {
	
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #000;
	
      }
      
	  .header_top .custom_form{
	    
	    display: none;
	    
	  }
	  
	  .header_top .topmenu{
	    
	    display: none;
	    
	  }*/
	  
	  .site-header .social_w{
	
		 
		  
	  }
  
      /*.site-header .logo {
	margin-bottom: 10px;
      }
      .main-navigation{
      
	display: none;
        
     }*/
     
    .home .site-content, .site-content {
      
	padding: 30px 15px 45px 15px;
	
    }
    
    .homeimg_wrapper {
      
	text-align: center;
	
    }
    
    .homeimg_wrapper .imagewrapper {
      
	float: none;
	display: inline-block;
	max-width: 305px;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	
    }
    .homeimg_wrapper .imagewrapper.last {
      
      margin-right: 2%;
      
    }
    
    .homeimg_wrapper .text_container p {
	font-size: 30px;
    }
  
    .homeimg_wrapper .thumb_v .text_container p {
      
	font-size: 22px;
	
    }
  
    .home .site-content h1 {
      
	font-size: 32px;
	
    }
    
    .home .site-content h2 {
      
	font-size: 34px;
	
    }
    
    .slider_wrapper .text_slide p {
      
	font-size: 20px;
    }	
  
    .footer_top .f_above_t {
	font-size: 21px;
    }
    
    .footer_content .bigarea {
	display: none;
    
    }
    
    .footer_content .smallarea {
      
	  width: 200px;
	  
      }
    
    .footer_content > div {
      float: none;
      margin: 0 auto 20px auto;
    
    }
    
    /*.main-navigation {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	
    }*/
    
        .main-navigation .menu > li{
	
	 /* float: none;
	  height: auto;*/
       }
       
	/*.main-navigation .menu ul {
	  
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
	
       }*/
 
      .footer_top .f_under_t {
       
	 font-size: 30px;
     
     }
     
      .big .custommenu li a {
	
	  font-size: 20px;
	  
      }
      
      
      .site-content h1, .site-content h3 {
	  font-size: 35px;
      }
      
      .site-content h2, .site-content p.subhead {
	  font-size: 22px;
      }
         
      .site-content h4, .site-content h5 {
	  font-size: 26px;
      }
  
}
@media screen and (min-width: 769px) {
  
      .main-navigation{
	
	display: block !important;
	
      }
      
      .site-header .menu-toggle {
	display: none;
      
      }
      
      .logo_area{
	
	  margin-right: -1px;
	
      }
      
      .newsletter_area{
	
	  margin-left: -1px;
	
      }
      .c_left{
	
	float: left;
	width: 64%;
	padding-right: 1%;
	
      }
      
      .c_right{
	
	float: left;
	width: 34%;
	padding-left: 1%;
	
      }
  
}
@media screen and (max-width: 480px) {
  
  
.page-template-donationform .oneamount {
  width: 90% !important;
  margin: 10px !important;
}
    .homeimg_wrapper .imagewrapper {
      
	width: 80%;
	margin-left: 2%;
	
    }
    
    .homeimg_wrapper .thumb_v .text_container p {
      
	font-size: 28px;
	
    }
    
    .homeimg_wrapper .text_container p {
	font-size: 34px;
    }
  
    .home .site-content h1 {
      
	font-size: 20px;
	
    }
      
    .home .site-content h2 {
	font-size: 22px;
    }
	
    .slider_wrapper .text_slide p {
      
	font-size: 16px;
    }
    
    .image_container {
	
	  height: auto;
	  
    }
    
      .image_container img {
	
	  height: auto;
	  width: 100%;
	  
      }
      
     .footer_top .f_under_t {
       
	 font-size: 20px;
     
     }
     
     .big .custommenu li a {
	
	  font-size: 16px;
	  
    }
    
    
  .news_wrapper img{
    
      float: none;
      display: block;
      margin-right: 0;
      width: 250px;
    
  }
  
}
/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/*  FT calendar start */
#ftcalendar-list-div ul {
  margin-bottom: 10px;
}
#ftcalendar-list-div > ul {
 /* width:48%;*/
} 
#ftcalendar-list-div > ul:nth-child(odd) {
    /*float:left;
    clear:left;*/
} 
#ftcalendar-list-div > ul:nth-child(even) {
    /*float:left;*/
   
} 
#ftcalendar-list-div h4 {
    font-size: 16px !important;
}
.single-event h1 {
    color: #0098a7;
    font-size: 33px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}
/*  FT calendar end */
.nosub.news {
   margin-bottom: 20px;
}
.nosub.news a{
    color: #0098a7;
    font-size: 33px;
    font-weight: bold;
   
    text-decoration: none;
}
/*New Donation page Start*/
.hidethis{
  display: none !important;
}
.page-template-donationform .msg, .page-template-page-give-online .msg{
    border: 2px solid;
    font-size: 18px;
    margin: 20px 0;
    padding: 20px;
}
.page-template-donationform .error-msg, .page-template-page-give-online .error-msg{
    border-color: red;
    color: red;
}
.page-template-donationform .success-msg, .page-template-page-give-online{
    border-color: green;
    color: green;
}
.page-template-donationform input:required, .page-template-donationform select:required , .page-template-page-give-online input:required, .page-template-page-give-online select:required{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.page-template-donationform .amountcontainer, .page-template-page-give-online .amountcontainer{
  margin: 0 auto;
  text-align: center;
}
.page-template-donationform .oneamount input[type="radio"], .page-template-page-give-online  input[type="radio"]{
  display: none;
}
.page-template-donationform .oneamount, .page-template-page-give-online .oneamount{
  display: inline-block;
  background-color: #FBAA1A;
  width: 200px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 50px;
  cursor: pointer;
}
.page-template-donationform .oneamount.active, .page-template-donationform .oneamount.hovered, .page-template-page-give-online .oneamount.active, .page-template-page-give-online .oneamount.hovered{
   background-color: #0099A7;
}
.page-template-donationform #otheramount.oneamount, .page-template-page-give-online #otheramount.oneamount{
    padding: 20px 0;
}
.page-template-donationform table td, .page-template-page-give-online table td{
  vertical-align: top;
  padding: 10px;
}
.page-template-donationform .oneamount label, .page-template-page-give-online .oneamount label{
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    cursor: pointer;
}
.page-template-donationform .oneamount #Other, .page-template-page-give-online .oneamount #Other{
    font-size: 30px;
    max-width: 60%;
    box-sizing: border-box;
}
.page-template-donationform .oneamount .dolar, .page-template-page-give-online .oneamount .dolar{
    display: inline-block;
    vertical-align: middle;
}
.page-template-donationform .donationsubmit, .page-template-page-give-online .donationsubmit{
    background-color: #FBAA1A;
    color: white;
    padding: 10px 20px;
    font-size: 40px;
    line-height: 1;
    background-image: none !important;
    float: right;
    margin-top: 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0;
}
.page-template-donationform .donationsubmit:hover, .page-template-page-give-online .donationsubmit:hover{
    background-color: #0099A7;
    color: white;
    padding: 10px 20px;
    font-size: 40px;
    line-height: 1;
    background-image: none !important;
    border: none;
    border-radius: 0;
    box-shadow: 0;
}
.page-template-donationform .donationbannerrighttd, .page-template-page-give-online .donationbannerrighttd{
  /*text-align: center;*/
  width: 360px;
}
.page-template-donationform .donationbannerright, .page-template-page-give-online .donationbannerright{
  /*float: right;*/
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.page-template-donationform .graybg, .page-template-page-give-online .graybg{
  background-color: #F2F2F2;
}
.page-template-donationform select, .page-template-page-give-online select{
  background-color: white;
}
.page-template-donationform textarea, .page-template-page-give-online textarea{
  min-width: 450px;
}
.page-template-donationform .recurringdonation, .page-template-page-give-online .recurringdonation{
  margin-top: 20px;
}
.page-template-donationform input[type="radio"], .page-template-page-give-online input[type="radio"]{
  margin-top: 20px;
}
.page-template-donationform .matchinginfo, .page-template-page-give-online .matchinginfo{
  display: block;
}
/*New Donation page End*/
/****** 12-nov-2016 ****/
.banner-img {background-repeat: no-repeat !important; background-size: cover !important; min-height: 280px; }
.banner_heading { line-height: 1.1; padding: 50px 66px; width: 39%;  position: relative;}
.banner_heading span { color: #fead00;  }
.banner_heading > p { color: #fff; font-size: 36px; line-height: 37px; font-family: 'TradeGothicLT-Bold'; }
.fa.fa-quote-left.qute_left { margin-left: -30px; position: relative; top: -11px; }
.fa.fa-quote-right.qute_right { position: relative; top: 12px; }
.banner-img .fa { font-size: 24px; }
.banner_heading h6 { color: #fff; padding-top: 25px; text-align: right; font-size: 13px; line-height: 15px; font-family: 'TradeGothicLT-Bold';margin-right: 30px;}
.fatou_bg { background-repeat: no-repeat; background-size: cover; padding: 30px 0 20px; position: relative; }
.fatou_text { color: #fff; font-size: 23px; line-height: 27px; margin: 0 auto 20px; text-align: center; width: 662px; }
.fatou_text > p { font-size: 23px; line-height: 27px; margin-bottom: 30px; font-family: 'TradeGothicLT'; }
.support_btn { background: #fff none repeat scroll 0 0; color: #fead00; display: inline-block; font-size: 16px; padding: 12px 20px; text-align: center; text-decoration: none; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; font-family: 'TradeGothicLT-Bold'; }
.support_btn:hover { background: #fb9000; color: #fff; }
.fatou_bg:after { content: ""; width: 0px; height: 0px; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #fead00; position: absolute; bottom: -12px; left: 50%; margin-left: -12px; }
.cared_bg { background: #ededee none repeat scroll 0 0; padding: 50px 0; }
.cared_img > li:nth-child(3n) { margin: 0; }
.cared_img { margin: 0 auto; width: 800px; }
.cared_img > li { border: 10px solid #fead00; border-radius: 100%; float: left; margin: 0 67px 0 0; line-height: 0; }
.early_text > p { color: #fb8f00; font-size: 25px; line-height: 29px; text-align: center; font-family: 'TradeGothicLT-Bold'; }
.early_text { clear: both; margin: 0 auto; padding: 45px 0 0; width: 630px; }
.early_text > h6 { color: #a4a2a0; font-size: 13px; padding: 20px 0 0; text-align: center; font-family: 'TradeGothicLT-Bold';}
.each_year { /* background-repeat: no-repeat !important; background-size: cover !important; */ padding: 40px 0; display: inline-block; width: 100%; }
.enroll { margin: 0 auto; padding-left: 15px; width: 900px; }
.enroll a, .small_child a{ color: #fff; text-decoration: none;}
.enroll > li { color: #fff; float: left; padding: 0 36px 20px 0; text-align: center; width: 22%; }
.enroll > li:nth-child(4n) { padding: 0 0 20px; }
.small_child { clear: both; margin: 0px auto; max-width: 650px; text-align: center;     font-family: 'TradeGothicLT-Bold';}
.small_child > li { float: left; padding: 0 15px 0 0; width: 31%; color: #fff; text-align: center; }
.each_year h3 { font-size: 50px; padding: 5px; font-family: 'TradeGothicLT-Bold';}
.clear { clear: both; }
.each_year h2 { color: #fff; font-size: 25px; margin-bottom: 40px; text-align: center; font-family: 'TradeGothicLT-Bold';}
.early_text a u { color: #fb8f00; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; }
.early_text a u:hover { color: #FFAD00; }
.enroll p { font-size: 14px; line-height: 16px; font-family: 'TradeGothicLT-Bold';}
.mobile-img { display: none; }
.small_child span ,.enroll span{
    margin-left: 5px; vertical-align: middle;
}
.enroll > li:hover, .small_child > li:hover{
    opacity: 0.8;
}
.page-template-page-give-online .interior .graybg input[type="radio"] {
  display: inline-block;
}
.banner_heading span.quotation {
  color: inherit;
  display: inline-block;
  font-size: 60px;
  left: 35px;
  line-height: 0;
  position: absolute;
  top: 80px;
}
.quotation_btom {
  bottom: 61px;
  font-size: 60px;
  position: absolute;
  right: 94px;
}
@media (max-width:991px) {
.banner_heading { width: 387px; }
.banner-img { background-position: right; }
.enroll > li { padding: 0 14px 35px 0; width: 23%;}
.enroll {width:auto; padding-left: 0;}
}
@media (max-width:800px) {
.fatou_text, .early_text { padding: 0 15px; width: auto; }
.cared_img > li { margin: 0 36px 40px 0; }
.cared_img { margin: 0 auto; padding: 0 15px; width: auto; }
}
 @media (max-width:767px) {
.banner_heading { line-height: 1.1; padding: 50px 15px 50px 46px; width: auto; }
.cared_img > li:nth-child(3n), .cared_img > li:nth-child(2n) { display: none; margin: 0; }
.cared_img { display: table; margin: 0 auto; width: auto; }
.cared_img > li { margin: 0 0 30px; }
.enroll > li, .small_child > li { width: 100%; padding: 30px 10px 20px 0; }
.each_year p { margin: 0 auto; width: 50%; }
.small_child { max-width: none; }
.mobile-img {background-position: center bottom !important; background-repeat: no-repeat !important; background-size: cover !important; height: 321px; padding: 20px 0; }
.mobile-img { display: block; }
.banner-img { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; display: none; }
.banner_heading { padding: 15px 15px 50px 46px; }
.banner_heading > p { color: #fff; font-size: 24px; line-height: normal; }
.banner_heading span.quotation {
  font-size: 40px;
  left: 25px;
  top: 38px;
}
.quotation_btom {
    font-size: 40px;
    right: 50px;
}
.banner_heading { width: 510px; }
}
@media (max-width:550px) {
.banner_heading { width: 290px; }
}
@media (max-width:360px) {
.support_btn { font-size: 14px; }
.banner_heading { width: 270px; }	
.quotation_btom {
    right: 35px;
}
}
/* 16/11/2017 New CSS */
*:focus, *:active { outline: none; }
@font-face {
    font-family: 'TradeGothicLTStd';
    src: url('fonts/TradeGothicLTStd.eot');
    src: url('fonts/TradeGothicLTStd.eot') format('embedded-opentype'),
         url('fonts/TradeGothicLTStd.woff2') format('woff2'),
         url('fonts/TradeGothicLTStd.woff') format('woff'),
         url('fonts/TradeGothicLTStd.ttf') format('truetype'),
         url('fonts/TradeGothicLTStd.svg#TradeGothicLTStd') format('svg');
}
.new-home-page-cntr { padding: 30px 0 0px; margin: 0px; }  
.new-home-page-cntr * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.new-home-page-cntr img { display: block; max-width: 100%; height: auto; }
.new-home-page-cntr .home-new-slider { width: 100%; border-bottom: 12px solid #0f223e; background: #0f223e; }
.new-home-page-cntr .home-new-slider .repeat { position: relative;}
.new-home-page-cntr .home-new-slider .image { width: 50%; position: absolute; top: 0px; right: 0px; height: calc(100% - 56px); height: -webkit-calc(100% - 56px); background-size: cover; background-position: top center; background-repeat: no-repeat; overflow: hidden; }
.new-home-page-cntr .home-new-slider .image img {  }
.new-home-page-cntr .home-new-slider .tag-name { display: block; font-size: 20px; line-height: 26px; text-transform: uppercase; font-weight: normal; color: #fff; padding-bottom: 13px; font-family: 'TradeGothicLT-Bold'; letter-spacing: 0.05em; opacity: 0.7; }
.new-home-page-cntr .home-new-slider .image svg { position: absolute; bottom: -1px; left: 0px; width: 100%; height: 212px; }
.new-home-page-cntr .home-new-slider .text { padding: 44px 45px 32px; width: 50%; float: left; height: 100%; } 
.new-home-page-cntr .home-new-slider h2 { font-weight: normal; color: #fff; font-size: 50px; line-height: 52px; text-align: left; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; margin-bottom: 15px; letter-spacing: -0.01em; }
.new-home-page-cntr .home-new-slider h2 strong { font-weight: 700; color: #0F223E; display: block; }
.new-home-page-cntr .home-new-slider p { font-size: 18px; line-height: 26px; color: #fff; font-family: 'TradeGothicLTStd'; margin-bottom: 21px; }
.new-home-page-cntr .home-new-slider .primary-btn { padding: 13px 37px; display: inline-block; vertical-align: top; color: #fff; background: #ffae00; font-size: 23px; line-height: 26px; font-weight: normal; text-decoration: none; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; transition: all 0.4s; -webkit-transition: all 0.4s; margin-right: 25px; }
.new-home-page-cntr .home-new-slider .primary-btn.rightbtn { margin-right: 0px; }
.new-home-page-cntr .home-new-slider .slick-dots { padding: 0 0 12px 37px; margin: 0px; list-style-type: none; position: absolute; bottom: 0px; right: 0px; width: 50%; }
.new-home-page-cntr .home-new-slider .slick-dots li { width: 18px; height: 18px; margin-right: 13px; display: inline-block; vertical-align: top; }
.new-home-page-cntr .home-new-slider .slick-dots li button { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.5); background: none; display: block; -webkit-appearance: none; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; font-size: 0px; line-height: 0px; padding: 0px; }
.new-home-page-cntr .home-new-slider .slick-dots li button span { margin: 3px 3px; width: 6px; height: 6px; display: block; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; }
.new-home-page-cntr .home-new-slider .slick-dots li.slick-active button, .new-home-page-cntr .home-new-slider .slick-dots li button:hover { border-color: #ffaf00; }
.new-home-page-cntr .home-new-slider .slick-dots li.slick-active button span, .new-home-page-cntr .home-new-slider .slick-dots li button:hover span { background: #ffaf00; }
.new-home-page-cntr .home-new-slider .slick-arrow { padding: 10px 30px 10px 10px; position: absolute; bottom: 2px; right: 49px; background: url(images/home_slider_next.png) 100% 13px no-repeat; font-size: 14px; font-family: 'TradeGothicLTStd'; text-transform: uppercase; line-height: 18px; color: rgba(255,255,255,0.85); border: 0px; background-size: 23px auto; z-index: 999; }
.new-home-page-cntr .home-new-slider .slick-arrow.slick-disabled { display: none !important; }
.new-home-page-cntr .home-new-slider .slick-arrow:hover { color: #ffaf00; }
.new-home-page-cntr .home-new-slider .slick-arrow:focus, .new-home-page-cntr .home-new-slider .slick-dots li button:focus, .new-home-page-cntr .home-new-slider .slick-arrow:active, .new-home-page-cntr .home-new-slider .slick-dots li button:active { box-shadow: none; -webkit-box-shadow: none; outline: none; }
.new-home-page-cntr .home-new-slider .slick-arrow.slick-prev { display: none !important; right: 50%; margin-left: -50px; }
.new-home-page-cntr .new-home-slider .slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent; }
.new-home-page-cntr .new-home-slider .slick-list{ position: relative;  display: block; overflow: hidden; margin: 0; padding: 0; }
.new-home-page-cntr .new-home-slider .slick-list:focus{ outline: none; }
.new-home-page-cntr .new-home-slider .slick-list.dragging { cursor: pointer; cursor: hand; }
.new-home-page-cntr .new-home-slider .slick-slider .slick-track, .new-home-page-cntr .new-home-slider .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);        -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.new-home-page-cntr .new-home-slider .slick-track { position: relative; top: 0; left: 0;display: block; margin-left: auto; margin-right: auto; }
.new-home-page-cntr .new-home-slider .slick-track:before,.new-home-page-cntr .new-home-slider .slick-track:after{ display: table;  content: ''; }
.new-home-page-cntr .new-home-slider .slick-track:after{ clear: both; }
.new-home-page-cntr .new-home-slider .slick-loading .slick-track{ visibility: hidden; }
.new-home-page-cntr .new-home-slider .slick-slide{ display: none; float: left; height: 100%; min-height: 1px; }
.new-home-page-cntr .new-home-slider [dir='rtl'] .slick-slide{ float: right; }
.new-home-page-cntr .new-home-slider .slick-slide img{  }
.new-home-page-cntr .new-home-slider .slick-slide.slick-loading img{ display: none; }
.new-home-page-cntr .new-home-slider .slick-slide.dragging img { pointer-events: none; }
.new-home-page-cntr .new-home-slider .slick-initialized .slick-slide{ display: block; }
.new-home-page-cntr .new-home-slider .slick-initialized .slick-slide:focus { outline: none; }
.new-home-page-cntr .new-home-slider .slick-loading .slick-slide{ visibility: hidden; }
.new-home-page-cntr .new-home-slider .slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent; }
.new-home-page-cntr .new-home-slider .slick-arrow.slick-hidden { display: none; }
.new-home-page-cntr .new-home-blocks { padding: 32px 0 67px; width: auto; margin: 0 -8px; }
.new-home-page-cntr .new-home-blocks .repeat { width: 33.33333%; padding: 0 8px; float: left; }
.new-home-page-cntr .new-home-blocks .image { width: 100%; position: relative; margin-bottom: 25px; }
.new-home-page-cntr .new-home-blocks .image a { display: block; color: #fff; }
.new-home-page-cntr .new-home-blocks .image a:hover .overlay-color { opacity: 0.3 !important; }
.new-home-page-cntr .new-home-blocks .text { padding: 0 16px 0 0; }
.new-home-page-cntr .new-home-blocks .overlay-color { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; transition: opacity 500ms; -webkit-transition: opacity 500ms; }
.new-home-page-cntr .new-home-blocks .image h2 { text-align: left; position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 0 28px 20px; color: #fff; font-size: 40px; line-height: 42px; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; margin: 0px; font-weight: normal; }
.new-home-page-cntr .new-home-blocks .image img { display: block; width: 100%; }
.new-home-page-cntr .new-home-blocks p { color: #4E4A46; font-size: 16px; line-height: 25px; font-family: 'TradeGothicLTStd'; margin-bottom: 19px; }
.new-home-page-cntr .new-home-blocks .text-btn { font-size: 16px; color: #4E4A46; font-weight: 700; display: table; text-decoration: none; }
.new-home-page-cntr .new-home-blocks .text-btn svg { display: inline-block; vertical-align: top; width: 7px; margin: 3px 0 0 4px; height: 12px; }
.new-home-page-cntr .home-bottom-box { width: 100%; background: #4e4a46; padding: 68px 87px 41px 84px; }
.new-home-page-cntr .home-bottom-box p { color: #fff; font-size: 16px; line-height: 26px; font-family: 'TradeGothicLTStd'; }
.new-home-page-cntr .home-bottom-box h2 { padding-bottom: 58px; margin: 0px; font-size: 40px; line-height: 46px; color: #fff; text-transform: uppercase; font-weight: normal; font-family: 'TradeGothicLT-Bold'; letter-spacing: -0.001em; }
.new-home-page-cntr .home-bottom-box h2 strong { color: #ffaf00; font-weight: 700; }
.new-home-page-cntr .home-bottom-box .left { width: 59.5%; float: left; }
.new-home-page-cntr .home-bottom-box .right { width: 38.6%; float: right; padding: 4px; background: #fff; }
.new-home-page-cntr .home-bottom-box .right .fb_iframe_widget_fluid, .new-home-page-cntr .home-bottom-box .right .fb_iframe_widget_fluid span, .new-home-page-cntr .home-bottom-box .right .fb_iframe_widget_fluid iframe { width: 100% !important; }
.new-home-page-cntr .home-bottom-box .home-video { position: relative; width: 100%; margin-bottom: 23px; overflow: hidden; }
.new-home-page-cntr .home-bottom-box .youtube-video { width: 100%; position: relative; margin-bottom: 23px; }
.new-home-page-cntr .home-bottom-box .youtube-video img, .new-home-page-cntr .home-bottom-box .home-video img { width: 100%; height: auto; position: relative; }
.new-home-page-cntr .home-bottom-box .youtube-video iframe, .new-home-page-cntr .home-bottom-box .home-video video { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.new-home-page-cntr .home-bottom-box video { display: block; width: 100%; height: 100%; object-fit: cover; }
.new-home-page-cntr .home-bottom-box .play-btn { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url(images/play-button.png) center center no-repeat; background-size: 76px auto; }
.new-home-page-cntr .home-bottom-box .play-btn:hover { background-image: url(images/play-button_hover.png) }
footer[role="contentinfo"] .new-footer-content { padding: 35px 45px 32px 63px; }
footer[role="contentinfo"] .new-footer-content * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
footer[role="contentinfo"] .new-footer-content .footer-logo { max-width: 130px; display: block; margin-bottom: 19px; }
footer[role="contentinfo"] .new-footer-content img { display: block; max-width: 100%; height: auto; } 
footer[role="contentinfo"] .new-footer-content p { font-size: 14px; line-height: 21px; color: #fff; font-family: 'TradeGothicLTStd'; }
footer[role="contentinfo"] .new-footer-content .two p { font-size: 12px; line-height: 18px; }
footer[role="contentinfo"] .new-footer-content h3 { text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; color: #fff; font-weight: normal; font-size: 16px; line-height: 20px; padding-bottom: 19px; margin: 0px; letter-spacing: 0.02em; }
footer[role="contentinfo"] .new-footer-content p a[href^="tel"] { color: #fff; text-decoration: none; cursor: text; }
footer[role="contentinfo"] .new-footer-content p a[href^="mailto"] { display: table; margin: 16px 0px; text-decoration: underline; transition: all 0.5s; -webkit-transition: all 0.5s; }
footer[role="contentinfo"] .new-footer-content p a[href^="mailto"]:hover { color: #ffae00; }
footer[role="contentinfo"] .new-footer-content .one { width: 21.5%; float: left; }
footer[role="contentinfo"] .new-footer-content .two { width: 36.6%; float: left; padding: 0 55px; }
footer[role="contentinfo"] .new-footer-content .three { width: 21.8%; float: left; }
footer[role="contentinfo"] .new-footer-content .four { width: 20.1%; float: left; }
footer[role="contentinfo"] .new-footer-content .primary-btn { padding: 15px 20px; display: block; color: #fff; background: #ffae00; font-size: 16px; line-height: 20px; font-weight: normal; text-decoration: none; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; margin: 3px 0 14px; text-align: center; letter-spacing: 0.02em; transition: all 0.4s; -webkit-transition: all 0.4s; }
footer[role="contentinfo"] .new-footer-content .primary-btn:hover { background: #ff9a00; }
footer[role="contentinfo"] .new-footer-content .bbc-image { max-width: 120px; display: block; margin: 23px 0 0; }
footer[role="contentinfo"] .new-footer-content ul { padding: 0px; margin: 0px; list-style-type: none; }
footer[role="contentinfo"] .new-footer-content ul li { font-size: 15px; line-height: 18px; font-family: 'TradeGothicLTStd'; margin-bottom: 5px; }
footer[role="contentinfo"] .new-footer-content ul li a { color: #fff; display: table; transition: all 0.4s; -webkit-transition: all 0.4s; }
footer[role="contentinfo"] .new-footer-content ul li a:hover { color: #ffae00; }
footer[role="contentinfo"] .new-footer-content .social { padding: 13px 0 0 0px; margin: 0px; }
footer[role="contentinfo"] .new-footer-content .social a { display: inline-block; vertical-align: top; margin: 0 5px 0 0; background-repeat: no-repeat; background-position: center center; height: 23px; width: 23px; font-size: 0px; line-height: 0px; }
footer[role="contentinfo"] .new-footer-content .social a.facebook { background-image: url(images/facebook-img.png); background-size: 10px; }
footer[role="contentinfo"] .new-footer-content .social a.twitter { background-image: url(images/tw-img.png); background-size: 23px; }
footer[role="contentinfo"] .new-footer-content .social a.instagram { background-image: url(images/instagram.png); background-size: 20px; }
footer[role="contentinfo"] .new-footer-content .social a.facebook:hover { background-image: url(images/facebook-img_hover.png); }
footer[role="contentinfo"] .new-footer-content .social a.twitter:hover { background-image: url(images/tw-img_hover.png); }
footer[role="contentinfo"] .new-footer-content .social a.instagram:hover { background-image: url(images/instagram_hover.png); }
footer[role="contentinfo"] .new-footer-content .widget_execphp .widget-title { display: none; }
footer[role="contentinfo"] .new-footer-content .widget_execphp { padding-top: 1px; }
.site-header .social_w a { display: inline-block; vertical-align: top; margin: 0 5px 0 0; background-repeat: no-repeat; background-position: center center; height: 23px; width: 23px; font-size: 0px; line-height: 0px; margin-right: 2px; }
.site-header .social_w a.facebook { background-image: url(images/facebook-img_white.png); background-size: 9px; }
.site-header .social_w a.twitter { background-image: url(images/tw-img_white.png); background-size: 20px; }
.site-header .social_w a.instagram { background-image: url(images/instagram_white.png); background-size: 20px; }
.site-header .social_w a.facebook:hover { background-image: url(images/facebook-img_white_hover.png); }
.site-header .social_w a.twitter:hover { background-image: url(images/tw-img_white_hover.png); }
.site-header .social_w a.instagram:hover { background-image: url(images/instagram_white_hover.png); }
.top-sign-up-bar { padding: 23px 61px 16px 53px; position: relative; background: #fdbe57; display: none; }
.top-sign-up-bar .fullname { display: none; }
.top-sign-up-bar * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.top-sign-up-bar .close-sign-pop-up { position: absolute; top: 11px; right: 12px; width: 20px; height: 20px; font-size: 0px; line-height: 0px; display: block; background: url(images/sign-pop-up-close.png) top left no-repeat; background-size: 20px auto; }
.top-sign-up-bar .close-sign-pop-up:hover { background-image: url(images/sign-pop-up-close_hover.png); }
.top-sign-up-bar p { width: 29%; float: left; color: #4e4a47; font-size: 16px; line-height: 23px; font-family: 'TradeGothicLTStd'; margin: 0px; }
.top-sign-up-bar input[type="text"], .top-sign-up-bar input[type="email"] { font-family: 'TradeGothicLTStd'; font-size: 14px; color: #5e5c59; border: 1px solid #fff; height: 32px; background: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; margin-left: 1.6%; width: 27%; float: left; -webkit-appearance: none; padding: 0 13px; }
.top-sign-up-bar input.wpcf7-not-valid { border-color: #f00 !important; }
.top-sign-up-bar input:focus, .top-sign-up-bar input:active { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; outline: none !important; }
.top-sign-up-bar .wpcf7 { width: 71%; float: left; padding: 17px 0 0 14px; }
.top-sign-up-bar .wpcf7 span.wpcf7-not-valid-tip, .top-sign-up-bar div.wpcf7 .ajax-loader { display: none !important; }
.top-sign-up-bar .wpcf7 div.wpcf7-response-output { clear: both; overflow: hidden; padding: 11px 0 0 1.4%; margin: 0px; border: 0px; color: #f00; font-size: 16px; line-height: 24px; font-family: 'TradeGothicLTStd'; }
.top-sign-up-bar .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #398f14; }
.top-sign-up-bar .wpcf7 p { float: none; width: 100%; display: block; }
.top-sign-up-bar input[type="submit"] { width: 14.2%; height: 32px; float: left; background: #4e4a47; font-size: 14px; color: #fff; text-transform: uppercase; transition: all 0.4s; -webkit-transition: all 0.4s; -webkit-appearance: none; border: 0px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; font-family: 'TradeGothicLT-Bold'; padding: 0px; text-align: center; }
.top-sign-up-bar input[type="submit"]:hover { background: #0d2240; }
.main-navigation .plus-menu { display: none; }
a.menuToggle {transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; height:43px; display: block; text-decoration: none; line-height: 43px; text-align: right; background: none; width: 57px; z-index: 10; position: relative; margin:0; display: none; position: absolute; top: 15px; right: 5px; font-size: 0px; line-height: 0px; }
a.menuToggle span { width: 24px; height: 2px; display: block; position: absolute; right: 15px; top: 21px; background: #999999; transition: all 0.3s; -webkit-transition: all 0.3s; z-index:9999;}
a.menuToggle span:after { width: 24px; height: 2px; position: absolute; left: 0px; top: -7px; content:''; background: #999999; transition: all 0.3s; -webkit-transition: all 0.3s;} 
a.menuToggle span:before { width: 24px; height: 2px; position: absolute; left: 0px; bottom: -7px; content:''; background: #999999; transition: all 0.3s; -webkit-transition: all 0.3s;}
a.menuToggle.active span{ background: transparent; }
a.menuToggle.active span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; border-radius: 0px; -webkit-border-radius: 0px; }
a.menuToggle.active span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; border-radius: 0px; -webkit-border-radius: 0px; }
.touch-devices .new-home-page-cntr .home-bottom-box .youtube-video img { visibility: hidden; }
.touch-devices .new-home-page-cntr .home-bottom-box .youtube-video .play-btn { display: none; }
.site-loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99999; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.site-loader * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.site-loader .simpleloadersmall { border: 7px solid #ffae00; -webkit-animation: spin .7s linear infinite; animation: spin .7s linear infinite; border-top: 7px solid #0399a9; border-radius: 50%; width: 45px;  height: 45px; margin: auto; position: absolute; left: 50%; top: 50%; margin: -22px 0px 0px -22px; }
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* For New Program Page 12/03/2018 */
@font-face {
    font-family: 'TradeGothicLTStdBdCn20';
    src: url('fonts/TradeGothicLTStdBdCn20.eot');
    src: url('fonts/TradeGothicLTStdBdCn20.eot') format('embedded-opentype'),
         url('fonts/TradeGothicLTStdBdCn20.woff2') format('woff2'),
         url('fonts/TradeGothicLTStdBdCn20.woff') format('woff'),
         url('fonts/TradeGothicLTStdBdCn20.ttf') format('truetype'),
         url('fonts/TradeGothicLTStdBdCn20.svg#TradeGothicLTStdBdCn20') format('svg');
}
@font-face {
    font-family: 'TradeGothicLTStdBd2';
    src: url('fonts/TradeGothicLTStdBd2.eot');
    src: url('fonts/TradeGothicLTStdBd2.eot') format('embedded-opentype'),
         url('fonts/TradeGothicLTStdBd2.woff2') format('woff2'),
         url('fonts/TradeGothicLTStdBd2.woff') format('woff'),
         url('fonts/TradeGothicLTStdBd2.ttf') format('truetype'),
         url('fonts/TradeGothicLTStdBd2.svg#TradeGothicLTStdBd2') format('svg');
}
@font-face {
    font-family: 'TradeGothicLTStdLight';
    src: url('fonts/TradeGothicLTStdLight.eot');
    src: url('fonts/TradeGothicLTStdLight.eot') format('embedded-opentype'),
         url('fonts/TradeGothicLTStdLight.woff2') format('woff2'),
         url('fonts/TradeGothicLTStdLight.woff') format('woff'),
         url('fonts/TradeGothicLTStdLight.ttf') format('truetype'),
         url('fonts/TradeGothicLTStdLight.svg#TradeGothicLTStdLight') format('svg');
}
.program-detail-cntr { padding: 0px; background: #fff; }
.program-detail-cntr .clear { height: 0px; clear: both; overflow: hidden; width: 100%; display: block; }
.program-detail-cntr *, .program-detail-cntr, .program-detail-cntr *:before, .program-detail-cntr *:after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.program-detail-banner { position: relative; background-position: top center; background-repeat: no-repeat; background-size: cover; height: 366px; }
.program-detail-banner .text { padding: 31px 50px 34px; position: absolute; bottom: 0px; left: 0px; background: rgba(15,34,62,0.41); width: 100%; }
.program-detail-banner .text .inner { width: 60%; }
.program-detail-banner h1 { color: #fff; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; text-transform: uppercase; font-size: 50px; line-height: 52px; letter-spacing: -0.6px; padding: 0 0 5px; }
.program-detail-banner p { font-size: 20px; line-height: 28px; color: #fff; font-family: 'TradeGothicLTStdLight'; }
.program-info-bar { width: 100%; background: #0f233e; position: relative; padding: 0px; }
.program-info-bar .left { padding: 50px 50px 45px; }
.program-info-bar .left p { font-size: 16px; line-height: 25px; color: #fff; font-family: 'TradeGothicLT'; }
.program-info-bar .left h2 { font-size: 34px; color: #0399a9; letter-spacing: -0.6px; line-height: 38px; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; padding: 0 0 15px; }
.program-info-bar .left:not(.full-width) { width: 56%; float: left; }
.program-info-bar .right { padding: 27px 40px 8px; float: right; width: 39%; background: #0399a8; font-size: 22px; line-height: 26px; color: #fff; letter-spacing: -0.7px; font-family: 'TradeGothicLTStdBd2'; margin: -112px 0 0; }
.program-info-bar .right a[href^="tel"] { color: #fff; cursor: text; text-decoration: none; }
.program-info-bar .right a[href^="tel"]:hover { text-decoration: none; }  
.program-info-bar .right h5 { font-family: 'TradeGothicLT'; font-size: 16px; line-height: 22px; letter-spacing: 2px; text-transform: uppercase; padding: 21px 0 4px; border-top: 1px solid #fff; }
.program-info-bar .right p strong { font-weight: normal; font-family: 'TradeGothicLTStdBd2'; }
.program-info-bar .right h5:nth-of-type(1) { padding: 0px 0 6px; border: 0px; margin: 0px; }
.program-info-bar .right p:nth-last-of-type(1) { font-size: 17px; line-height: 23px; letter-spacing: 0px;  font-family: 'TradeGothicLT'; }
.program-info-bar .right p { padding: 0 0 19px; }
.program-info-bar .right p a { color: #fff; text-decoration: none; }
.program-info-bar .right p a:hover { text-decoration: underline; }
.content-accor-bar { padding: 75px 0 77px; background: #e2e2e2; }
.content-accor-bar .content-accor-inner { position: relative; }
.content-accor-bar .content-accor-inner:before { content: ""; position: absolute; left: 28%; top: 0px; width: 2px; height: 100%; background: #4dc995; display: block; }
.content-accor-bar p { font-size: 18px; line-height: 25px; padding: 0 0 25px; color: #4e4a46; font-family: 'TradeGothicLT'; }
.content-accor-bar p a[href^="mailto"] { color: #4e4a46; text-decoration: none; }
.content-accor-bar p a[href^="mailto"]:hover { text-decoration: underline; }
.content-accor-bar p a[href^="tel"] { color: #4e4a46; cursor: text; text-decoration: none; }
.content-accor-bar p strong { font-weight: normal; font-family: 'TradeGothicLT-Bold'; letter-spacing: 0.04em; }
.content-accor-bar .acc-head { padding: 0 0 10px; font-size: 20px; line-height: 25px; display: block; color: #04bd70; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; cursor: pointer; margin: 0 0 24px; }
.content-accor-bar .accordion-row { padding: 0 0 8px; }
.content-accor-bar .acc-head:after { content: ""; display: inline-block; vertical-align: top; width: 26px; height: 15px; background: url(images/accr-arrow.png) center center no-repeat; background-size: 12px auto; margin: 6px 0 0 45px; }
.content-accor-bar .acc-head.active:after { background-image: url(images/accr-arrow-down.png); background-size: 17px auto; } 
.content-accor-bar .left-side { width: 28.2%; float: left; }
.content-accor-bar .right-side { padding: 2px 60px 0 0; width: 62%; float: right; }
.content-accor-bar .left-side h2 { padding: 0 0 21px 50px; margin: -4px 0 0; }
.content-accor-bar .left-side ul { padding: 0px; margin: 0px; list-style-type: none; }
.content-accor-bar .left-side ul li { padding: 0 0 14px; font-size: 18px; line-height: 22px; color: #929292; }
.content-accor-bar .left-side ul li a { padding: 16px 22px 16px 50px; color: #929292; display: block; text-decoration: none;  font-family: 'TradeGothicLTStdBd2';  transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; }
.content-accor-bar .left-side ul li a:hover { color: #04bd71; }
.content-accor-bar .left-side ul li a.active { color: #fff; background: #04bd71; }  
.content-accor-bar h2 { padding: 0 0 5px; font-size: 24px; color: #4e4a46; line-height: 39px; font-family: 'TradeGothicLTStdBdCn20'; text-transform: uppercase; letter-spacing: -0.4px; }
.content-accor-bar .pragramcontent { display: none; font-size: 18px; line-height: 25px; color: #4e4a46; font-family: 'TradeGothicLT'; }
.content-accor-bar .pragramcontent .acc-content { margin-top: -24px; display: none; }
.content-accor-bar h1 { font-family: 'TradeGothicLTStdBdCn20'; color: #0399a9; font-size: 30px; line-height: 36px;  text-transform: uppercase; padding-bottom: 5px; }
.content-accor-bar h3 { padding: 0 0 5px; font-size: 20px; color: #4e4a46; line-height: 26px; font-family: 'TradeGothicLTStdBdCn20'; text-transform: uppercase; letter-spacing: -0.4px; }
.content-accor-bar h4 { padding: 0 0 5px; font-size: 18px; color: #4e4a46; line-height: 24px; font-family: 'TradeGothicLTStdBdCn20'; text-transform: uppercase; letter-spacing: -0.4px; }
.content-accor-bar h5 { padding: 0 0 5px; font-size: 16px; color: #4e4a46; line-height: 22px; font-family: 'TradeGothicLTStdBdCn20'; text-transform: uppercase; letter-spacing: -0.4px; }
.content-accor-bar h6 { padding: 0 0 5px; font-size: 14px; color: #4e4a46; line-height: 18px; font-family: 'TradeGothicLTStdBdCn20'; text-transform: uppercase; letter-spacing: -0.4px; }
.content-accor-bar .pragramcontent ul, .content-accor-bar .pragramcontent ol { margin: 0 0 15px 20px; }
.content-accor-bar .pragramcontent ul { list-style-type: disc; }
.content-accor-bar .pragramcontent ol { list-style-type: decimal; }
.content-accor-bar .pragramcontent li { padding: 0 0 5px; }
.accor-title-for-mobile { display: none; }
.bottom-row-section { padding: 0px; margin: 0px; }
.bottom-row-section a { font-size: 23px; line-height: 25px; color: #fff; text-align: center; display: block; padding: 34px 40px; background: #ffaf00; font-family: 'TradeGothicLTStdBdCn20'; text-decoration: none; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; }
.bottom-row-section a:hover { background: #ff9a00; text-decoration: none; }
.subpageToggle { display: none; }
/* 11 May 2018 */
.sign-up-cntr { padding: 0px; background: #f4f4f4; }
.sign-up-cntr, .sign-up-cntr *, .sign-up-cntr *:before, .sign-up-cntr *:after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.sign-up-cntr .clear { clear: both; overflow: hidden; height: 0px; width: 100%; }
.sign-up-cntr .title-bar { padding: 20px 50px 18px; background: #04Bd70; }
.sign-up-cntr .title-bar h1 { font-size: 50px; line-height: 55px; font-family: 'TradeGothicLT-Bold'; text-transform: uppercase; color: #fff; letter-spacing: 1px; }
.sign-up-cntr .sign-up-content { padding: 12px 50px 14px; background: #08985C; font-size: 18px; line-height: 25px; color: #fff; font-family: 'TradeGothicLT'; }
.sign-up-cntr .sign-up-content h2 { text-transform: uppercase; color: #fff; font-family: 'TradeGothicLT-Bold'; font-weight: normal; letter-spacing: 0.65px; }
.sign-up-cntr .sign-up-content p { padding: 0 0 25px; }
.sign-up-cntr .sign-up-form { padding: 46px 0 47px 52px; } 
.sign-up-cntr .sign-up-form .form-left h3 { padding: 16px 0 12px; font-family: 'TradeGothicLT-Bold'; color: #4E4946; font-size: 16px; line-height: 22px; font-weight: normal; text-transform: uppercase; }
.sign-up-cntr .sign-up-form input[type="text"], .sign-up-cntr .sign-up-form input[type="email"], .sign-up-cntr .sign-up-form input[type="tel"] { padding: 0 12px; border: 1px solid rgba(255,255,255,0.91); border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; height: 35px; display: block; width: 100%; background: rgba(255,255,255,0.91); font-size: 16px; color: #4e4a46; font-family: 'TradeGothicLT'; -webkit-appearance: none; }
.sign-up-cntr .sign-up-form input[type="text"].wpcf7-not-valid, .sign-up-cntr .sign-up-form input[type="email"].wpcf7-not-valid, .sign-up-cntr .sign-up-form input[type="tel"].wpcf7-not-valid { border-color: #f00; }  
.sign-up-cntr .sign-up-form .form-row { padding: 0 0 16px; margin: 0 -9px; width: auto; overflow: hidden; clear: both; }
.sign-up-cntr .sign-up-form .form-row.select-row { overflow: visible; float: left; } 
.sign-up-cntr .sign-up-form .form-row .col-6 { width: 52%; float: left; padding: 0 9px; }
.sign-up-cntr .sign-up-form .form-row .col-6 + .col-6 { width: 48%; }
.sign-up-cntr .sign-up-form .form-row .col-4 { width: 39%; padding: 0 9px; float: left; }  
.sign-up-cntr .sign-up-form .form-row .col-8 { width: 61%; padding: 0 9px; float: left; }  
.sign-up-cntr .sign-up-form .form-row .col-12 { width: 100%; padding: 0 9px; }  
.sign-up-cntr .sign-up-form .wpcf7-form br { display: none; }
.sign-up-cntr .sign-up-form .wpcf7-form p { padding: 0px; margin: 0px; }
.sign-up-cntr .sign-up-form .form-left { padding: 0 45px 0 0; width: 50%; float: left; }
.sign-up-cntr .sign-up-form .form-left h3:nth-of-type(1) { padding: 0 0 11px; }
.sign-up-cntr .sign-up-form .form-right { width: 48.4%; float: right; background: #0399a8; margin: 1px 0 0; padding: 46px 40px 55px 40px; }
.sign-up-cntr .sign-up-form .form-right h3 { padding: 0 0 25px; font-family: 'TradeGothicLT-Bold'; color: #0f223e; font-size: 16px; line-height: 22px; font-weight: normal; text-transform: uppercase; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item { padding: 0px; font-size: 16px; line-height: 22px; color: #fff; font-family: 'TradeGothicLT'; margin: 0px; position: relative; display: block; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label { position: relative; padding: 0 0 15px 26px; display: block; cursor: pointer; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label { display: block; position: relative; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] { position: absolute; top: 0px; left: 0px; opacity: 0; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:before { content: ""; width: 12px; height: 12px; border: 1px solid #9b9b9b; position: absolute; top: 5px; left: 0px; display: block; background: #fff; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label:after { content: ""; width: 10px; height: 10px; position: absolute; top: 6px; left: 1px; display: block; background: #0f223e; opacity: 0; }
.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label:after { opacity: 1; }
.sign-up-cntr .sign-up-form .otherInput { padding: 7px 10px; border: 1px solid rgba(255,255,255,0.91); border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; height: 35px; display: none; width: 100%; background: rgba(255,255,255,0.91); font-size: 16px; color: #4e4a46; font-family: 'TradeGothicLT'; resize: none; -webkit-appearance: none; }
.sign-up-cntr .sign-up-form .your-opinion { padding: 0 14px 0 26px; display: block; margin: -5px 0 0; height: 35px; -webkit-appearance: none; }
.sign-up-cntr .submit-row { clear: both; overflow: hidden; padding: 20px 48px 0 0; }
.sign-up-cntr .submit-row input[type="submit"] { padding: 5px 20px; display: block; color: #fff; background: #04bd70; font-size: 16px; line-height: 20px; font-weight: normal; text-decoration: none; text-transform: uppercase; font-family: 'TradeGothicLT-Bold'; margin: 0px auto; text-align: center; letter-spacing: 0.9px; transition: all 0.4s; -webkit-transition: all 0.4s; cursor: pointer; width: 205px; height: 50px; border: 0px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -webkit-appearance: none; }
.sign-up-cntr .submit-row input[type="submit"]:hover { background: #08985c; }
.footer_top { padding-bottom: 14px; }
.sign-up-cntr .ajax-loader { display: none !important; }
.sign-up-cntr span.wpcf7-not-valid-tip { display: none !important; }
.sign-up-cntr .wpcf7 div.wpcf7-response-output { clear: both; overflow: hidden; padding: 30px 48px 0 0; margin: 0px; border: 0px; color: #f00; font-size: 18px; line-height: 26px; font-family: 'TradeGothicLTStd'; text-align: center; }
.sign-up-cntr .wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #398f14; }
.sign-up-cntr ::-webkit-input-placeholder { opacity: 1 !important; color: #929292 !important; }
.sign-up-cntr ::-moz-placeholder { opacity: 1 !important; color: #929292 !important; }
.sign-up-cntr :-ms-input-placeholder { opacity: 1 !important; color: #929292 !important; }
.sign-up-cntr :-moz-placeholder { opacity: 1 !important; color: #929292 !important; }
.sign-up-cntr .notification-msg-text { font-size: 14px; line-height: 18px; clear: both; overflow: hidden; color: #929292; font-family: 'TradeGothicLT'; padding: 7px 0 0; }
/* ------------- * Selects * ------------- */
.jqTransformSelectWrapper { display: block; width: 100% !important; position: relative; height: 35px; text-align: left; }
.jqTransformSelectWrapper > div { width: 100% !important; height: 35px !important; background: #dad6d6; border: 0; position: relative; }
.jqTransformSelectWrapper > div span { display: block; padding: 0 40px 0 15px; color: #929292; font-family: 'TradeGothicLT'; font-size: 16px; line-height: 35px; cursor: pointer;word-wrap: nowrap; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.jqTransformSelectWrapper li { list-style: none; padding: 0; margin: 0; border-bottom: 1px solid #d5d5d5; }
.jqTransformSelectWrapper li:last-child { border: 0px; }
.jqTransformSelectWrapper li:first-child { display: none; }
.jqTransformSelectWrapper  a.jqTransformSelectOpen { display: block; position: absolute; right: 0; top: 0px; width: 32px; height: 100%; background:  url(images/select-right-arrow.png) center left no-repeat; background-size: 13px auto; }
.jqTransformSelectWrapper ul { position: absolute; width: 100% !important; left: 0; top: 100% !important; bottom: auto !important; list-style: none; background-color: #eaeaea; border: 0; display: none; margin: 0; padding: 0; height: 175px; overflow: auto; overflow-y: auto; z-index: 10; border: 1px solid #d6d6d6; }
.jqTransformSelectWrapper ul a { display: block; padding: 7px 15px; text-decoration: none; color: #515151; font-size: 16px; font-family: 'TradeGothicLT';  line-height: 20px; }
.jqTransformSelectWrapper ul a.selected { background: #04bd70; color: #fff; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background: #04bd70; color: #fff; }
/* ------------- * Hidden - used to hide the original form elements * ------------- */
.jqTransformHidden { display: none; }
@media only screen and (max-width: 1000px) {
	.home .site-content { padding: 0px 15px; }
	footer[role="contentinfo"] { margin: 0 15px; }
	footer[role="contentinfo"] .new-footer-content { padding: 10px 0px; }
	.new-home-page-cntr .home-bottom-box { padding: 40px 25px; }
	.new-home-page-cntr .home-new-slider .text { padding: 30px 25px 25px; }
	footer[role="contentinfo"] .new-footer-content .two { padding: 0 25px; width: 33%; }
	footer[role="contentinfo"] .new-footer-content .four { width: 23.1%; float: right; }
	.site-header .logo { width: 160px; }
	.new-home-page-cntr .home-new-slider .tag-name { font-size: 18px; line-height: 24px; padding-bottom: 5px; }
	.new-home-page-cntr .home-new-slider h2 { font-size: 40px; line-height: 44px; margin-bottom: 10px; }
	.new-home-page-cntr .home-new-slider p { font-size: 16px; line-height: 23px; }
	.new-home-page-cntr .home-new-slider .primary-btn { padding: 9px 22px; font-size: 20px; }
	
	.new-home-page-cntr .new-home-blocks .image h2 { font-size: 36px; line-height: 38px; padding: 0 20px 15px; }
	.new-home-page-cntr .new-home-blocks { padding: 25px 0 40px; } 
	.new-home-page-cntr .new-home-blocks .image { margin-bottom: 18px; }
	.new-home-page-cntr .home-bottom-box h2 { font-size:36px; line-height: 40px; padding-bottom: 30px; }
	.new-home-page-cntr .home-bottom-box .home-video, .new-home-page-cntr .home-bottom-box .youtube-video { margin-bottom: 15px; }
	
	.top-sign-up-bar { padding: 15px 15px; margin: 0 15px; }
	.top-sign-up-bar .wpcf7 { padding: 26px 0 0 14px; } 
	.new-home-page-cntr .home-bottom-box .right iframe { width: 100% !important; }
	.main-navigation { padding: 0 15px; }
	.site-header .header_top { left: 15px; right: 15px; width: auto; }
	.new-home-page-cntr .home-new-slider .image svg { height: auto; }
	.new-home-page-cntr .home-new-slider .primary-btn { margin-right: 0px; }
	
	/* For New Program Page 12/03/2018 */
	.program-detail-cntr { padding: 0 15px; }
	.program-detail-banner { height: 300px; }
	.program-detail-banner .text { padding: 26px 30px 25px; }
	.program-detail-banner h1 { font-size: 40px; line-height: 44px; }
	.program-info-bar .left { padding: 40px 30px 35px; }  
	.program-info-bar .right { padding: 27px 30px 8px; font-size: 17px; line-height: 24px; margin: -90px 0 0; }
	.program-info-bar .left h2 { padding: 0 0 10px; }
	.program-info-bar .left:not(.full-width) { width: 61%; }
	.content-accor-bar { padding: 55px 0 57px; }
	.content-accor-bar .left-side h2 { padding: 0 10px 21px 30px; font-size: 22px; line-height: 26px; }
	.content-accor-bar .left-side ul li { padding: 0 0 7px; font-size: 16px; line-height: 20px; }  
	.content-accor-bar .left-side { width: 31%; }
	.content-accor-bar .content-accor-inner:before { left: 31%; }
	.content-accor-bar .left-side ul li a { padding: 16px 15px 16px 30px; }
	
	.content-accor-bar .right-side { padding: 2px 30px 0 0; width: 64%; }
	.content-accor-bar p { font-size: 16px; line-height: 24px; padding: 0 0 20px; }  
	.content-accor-bar .acc-head { font-size: 18px; line-height: 23px; margin: 0 0 10px; }
	.content-accor-bar .pragramcontent .acc-content { margin-top: -10px; }
	.content-accor-bar .acc-head:after { margin: 4px 0 0 10px; background-size: 10px auto; }
	.content-accor-bar .acc-head.active:after { background-size: 16px auto; }
	
	.bottom-row-section a { font-size: 21px; padding: 24px 40px; }
	.content-accor-bar .pragramcontent { font-size: 16px; line-height: 24px; }
	
	.sign-up-cntr { margin: 0 15px; }
	.page-template-sign-up .footer_border { margin: 0 15px; }
	.sign-up-cntr .title-bar { padding: 20px 30px 18px; }
	.sign-up-cntr .title-bar h1 { font-size: 45px; line-height: 50px; }
	.sign-up-cntr .sign-up-content { padding: 12px 30px 14px; }
	.sign-up-cntr .sign-up-form { padding: 35px 0 40px 30px; }
	.sign-up-cntr .sign-up-form .form-left { padding: 0 30px 0 0; width: 51.5%; }  
	.sign-up-cntr .sign-up-form .form-right { padding: 30px 30px 40px 30px; }  
	.sign-up-cntr .submit-row { padding: 20px 48px 0 0; }  
	.sign-up-cntr .submit-row input[type="submit"] { width: 170px; }
	.sign-up-cntr .sign-up-form .form-row .col-8 { width: 57%; }  
	.sign-up-cntr .sign-up-form .form-row .col-4 { width: 43%; }
	.jqTransformSelectWrapper a.jqTransformSelectOpen { width: 25px; }    
	.jqTransformSelectWrapper>div span { padding: 0 30px 0 15px; }
	.sign-up-cntr .sign-up-form .form-left h3 { padding: 6px 0 12px; }  
	.sign-up-cntr .wpcf7 div.wpcf7-response-output { padding: 20px 0 0 0; }
	
}
@media only screen and (max-width: 767px) {
	
	.site-header .logo { width: 158px; margin-bottom: 17px; }
	.site-header .header_top { border: 0px; }
	.new-home-page-cntr .home-new-slider .text { width: 100%; float: none; }
	.new-home-page-cntr .home-new-slider .image { background-image: none !important; position: relative; top: auto; left: auto; bottom: auto; right: auto; width: 100%; float: none; height: auto !important; } 
	
	.new-home-page-cntr .new-home-blocks .repeat { width: 100%; padding: 0px 0 35px; float: none; }
	.new-home-page-cntr .new-home-blocks { margin: 0px; }
	.new-home-page-cntr .home-bottom-box .left { width: 100%; float: none; padding-bottom: 12px; }
	.new-home-page-cntr .home-bottom-box .right { width: 100%; float: none; max-width: 320px; margin: 0 auto; }
	
	footer[role="contentinfo"] .new-footer-content .one, footer[role="contentinfo"] .new-footer-content .two, footer[role="contentinfo"] .new-footer-content .three, footer[role="contentinfo"] .new-footer-content .four { width: 100%; float: none; }
	footer[role="contentinfo"] .new-footer-content .one { padding-bottom: 35px; border-bottom: 1px solid #959595; margin-bottom: 28px; }
	footer[role="contentinfo"] .new-footer-content .three { padding-bottom: 25px; border-bottom: 1px solid #959595; margin-bottom: 28px; }
	footer[role="contentinfo"] .new-footer-content .two { padding: 0px 0 10px; margin-bottom: 28px; border-bottom: 1px solid #959595; }
	footer[role="contentinfo"] .new-footer-content .two .widget_execphp p { width: 100%; display: block; margin: 0px; padding: 0px; }
	footer[role="contentinfo"] .new-footer-content .two p { width: 150px; display: inline-block; vertical-align: top; font-size: 11px; line-height: 17px; }
	footer[role="contentinfo"] .new-footer-content p a[href^="mailto"] { margin: 16px auto; }
	footer[role="contentinfo"] .new-footer-content .widget_execphp { display: inline-block; vertical-align: top; width: 150px; }
	footer[role="contentinfo"] .new-footer-content .primary-btn { max-width: 170px; margin: 0 auto 12px; }
	footer[role="contentinfo"] .new-footer-content .footer-logo { margin: 0 auto 20px; } 
	.new-home-page-cntr .home-bottom-box .home-video { height: auto; }
	footer[role="contentinfo"] .new-footer-content .bbc-image { margin: 23px auto 0; } 
	footer[role="contentinfo"] .new-footer-content .four { text-align: center; }
	footer[role="contentinfo"] .new-footer-content { text-align: center; padding: 30px 0px 10px; }
	
	footer[role="contentinfo"] .new-footer-content ul li { text-align: center; font-size: 14px; }
	footer[role="contentinfo"] .new-footer-content ul.menu ul.menu { display: inline-block; vertical-align: top; width: 122px;  }
	footer[role="contentinfo"] .new-footer-content ul.menu { display: block;  }
	footer[role="contentinfo"] .new-footer-content ul li a { display: block; }
	
	.top-sign-up-bar { padding: 15px 15px 20px; margin: 0px; }
	.top-sign-up-bar p { float: none; width: 100%; font-size: 14px; line-height: 21px; padding-right: 30px; }
	.top-sign-up-bar .wpcf7 { float: none; width: 100%; padding: 10px 0 0 0px; }
	.top-sign-up-bar .wpcf7 p { padding-right: 0px; }
	
	.top-sign-up-bar input[type="text"], .top-sign-up-bar input[type="email"] { margin: 0 0 10px; padding: 0 10px; display: block; width: 100%; float: none; }
	.top-sign-up-bar input[type="submit"] { width: 90px; }
	.top-sign-up-bar .wpcf7 div.wpcf7-response-output { padding: 15px 0 0 0; font-size: 15px; line-height: 20px; } 
	
	.header_top { overflow: hidden; }
	.topmenu li a { font-size: 15px; line-height: 18px; }
	.site-header .social_w { float: left; text-align: left; margin: 14px 0 0 16px; }
	.header_top .topmenu { display: block; padding: 11px 4px 8px 0; }
	.topmenu li { max-width: 87px; }
	
	.new-home-page-cntr { padding: 22px 0 0px; }
	.new-home-page-cntr .home-new-slider .text { padding: 22px 20px 32px; min-height: inherit; }
	.new-home-page-cntr .home-new-slider h2 { font-size: 32px; line-height: 34px; }
	.new-home-page-cntr .home-new-slider .primary-btn { padding: 7px 14px; font-size: 18px; line-height: 24px; margin-right: 7px; } 
	.new-home-page-cntr .home-new-slider .tag-name { font-size: 16px; line-height: 20px; }
	
	.new-home-page-cntr .home-new-slider .slick-dots { width: 100%; padding: 0 0 18px 20px; }
	.new-home-page-cntr .home-new-slider { border: 0px; padding-bottom: 57px; }
	.new-home-page-cntr .home-new-slider .slick-arrow { bottom: 9px; right: 20px; } 
	
	.new-home-page-cntr .new-home-blocks { padding: 31px 0 10px; }
	
	.new-home-page-cntr .new-home-blocks .image h2 { font-size: 34px; line-height: 38px; padding: 0 28px 20px; }
	.new-home-page-cntr .new-home-blocks .text-btn svg { margin: 2px 0 0 5px; width: 8px; }
	.new-home-page-cntr .new-home-blocks .text-btn { font-size: 15px; }
	
	.new-home-page-cntr .home-bottom-box { padding: 30px 20px 54px; }
	.new-home-page-cntr .home-bottom-box h2 { font-size: 27px; line-height: 31px; padding-bottom: 25px; } 
	.new-home-page-cntr .home-bottom-box p { font-size: 15px; }
	footer[role="contentinfo"] .new-footer-content .social { padding: 11px 0 0; }
	footer[role="contentinfo"] { padding: 25px 20px; }
	.new-home-page-cntr .home-new-slider .image img { display: block; width: 100%; }
	.topmenu li { padding-left: 0px; }
	
	.main-navigation .plus-menu { display: block; position: absolute; top: 0px; right: 0px; width: 60px; height: 39px; background: url(images/plus_btn1.png) center center no-repeat; font-size: 0px; line-height: 0px; cursor: pointer; z-index: 9; }
	.main-navigation .plus-menu.active { background-image: url(images/plus_btn3.png); }
	
	.main-navigation { position: absolute; top: 100%; left: 0px; width: 100%; padding: 0px; display: none; }
	.main-navigation .mainmenu { height: calc(100vh - 156px); height: -webkit-calc(100vh - 156px); }
	.site-header .header_top { position: relative; top: auto; left: auto; right: auto; }
	.site-header .custom_form { display: none; }
	.main-navigation .menu > li { display: block; float: none; width: 100%; padding: 0px; height: auto; border-bottom: 1px dashed #959595; }
	.main-navigation .menu { padding: 0; min-height: inherit; }
	.main-navigation .menu > li a { display: block; font-size: 16px; line-height: 20px; padding: 10px 15px 9px; }
	.main-navigation .menu > li li a { padding: 10px 30px 9px; }
	.main-navigation .menu > li a:hover, .main-navigation .menu > li.current-menu-item a { color: #fff; background: #fead00; }
	.main-navigation .menu > li ul { display: none; position: relative; top: auto; left: auto; width: 100%; }
	.site-header { padding-top: 20px; }
	.main-navigation .menu ul li { padding: 0px; border-top: 1px dashed #959595; }
	.main-navigation .menu li.last { padding-right: 0px; border: 0px; }
	.main-navigation .menu > li:hover ul { display: none; }
	.main-navigation .menu { height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
	.new-home-page-cntr .new-home-slider .slick-slide img{ display: block; }
	
	a.menuToggle { display: block; }
	
	/* For New Program Page 12/03/2018 */	
	.program-detail-cntr { padding: 15px 15px 0; }
	.program-detail-banner .text .inner { width: 100%; }
	.program-info-bar .left:not(.full-width) { width: 100%; float: none; } 
	.program-info-bar .right { padding: 39px 20px 23px; margin: 0px; width: 100%; float: none; font-size: 19px; line-height: 26px; letter-spacing: 0px; }  
	.program-info-bar .right p { padding: 0 0 21px; }
	.program-detail-banner .text { padding: 29px 20px 22px; }
	.program-detail-banner h1 { font-size: 34px; line-height: 38px; letter-spacing: -0.41px; padding: 0px; }
	.program-detail-banner p { font-size: 20px; line-height: 24px; letter-spacing: -0.41px; max-width: 100%; }
	.program-detail-banner { height: 308px; }
	.program-info-bar .left { padding: 35px 15px 41px 20px; }
	.program-info-bar .right h5 { letter-spacing: 2px; }  
	.program-info-bar .left h2 { padding: 0 0 15px; }
	
	
	.content-accor-bar { padding: 0 0 4px; }
	.content-accor-bar .left-side h2 { text-align: center; padding: 19px 20px; font-size: 24px; line-height: 30px; letter-spacing: -0.41px; color: #fff; background: #04bd70; }
	.content-accor-bar .left-side { float: none; width: 100%; padding: 0 0 37px; }
	.content-accor-bar .right-side { float: none; width: 100%; padding: 0px 20px; } 
	.content-accor-bar .content-accor-inner:before { display: none; }
	.subpageToggle, .subpageToggle:hover { padding: 16px 45px 12px 18px; display: block; font-size: 18px; line-height: 22px; color: #fff; background: #04bd70; text-decoration: none; font-family: 'TradeGothicLTStdBd2'; position: relative; z-index: 100; }
	.subpageToggle span { width: 51px; height: 100%; position: absolute; top: 0px; right: 0px; background: url(images/toggle-arrw.png) center center no-repeat; background-size: 18px auto; transition: all 0.4s; -webkit-transition: all 0.4s; -ms-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; }
	.subpageToggle.active span { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
	.content-accor-bar .acc-head:after { display: none; }
	.content-accor-bar .acc-head { font-size: 18px; line-height: 25px; background: url(images/accr-arrow_gray.png) 100% 8px no-repeat; background-size: 11px auto; padding: 0 30px 10px 0; margin: 0 0 8px; color: #4e4a46; }
	.content-accor-bar .acc-head.active { background-image: url(images/accr-arrow-down_gray.png); background-size: 16px auto; }
	.content-accor-bar p { font-size: 14px; line-height: 19px; }
	.content-accor-bar .pragramcontent .acc-content { margin-top: 0px; }
	.content-accor-bar .accordion-row { padding: 0 0 7px; }
	.subpage-toggle { position: relative; display: none; }  
	.subpage-toggle ul { position: absolute; top: 100%; left: 0px; display: none; width: 100%; background: #f7f7f7; border: 1px solid #c1c1c1; box-shadow: 0 2px 8px rgba(0,0,0,0.15); -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15); z-index: 99; }
	.content-accor-bar .left-side ul li a { padding: 20px 18px 16px; border-bottom: 1px solid #ececec; }
	.content-accor-bar .left-side ul li a.active { border-bottom-color: #04bd71; }
	.content-accor-bar .left-side ul li { font-size: 16px; line-height: 22px; border-bottom: 1px solid #d9d9d9; padding: 0px; }
	.content-accor-bar .left-side ul li:last-child a { border: 0px; }
	.content-accor-bar .left-side ul li:last-child { border: 0px; } 
	.bottom-row-section a { font-size: 23px; padding: 34px 40px; }
	
	.content-accor-bar .pragramcontent { font-size: 14px; line-height: 19px; display: block !important; padding: 0 0 21px; }
	.content-accor-bar .text-info-block { padding: 17px 0 0;  }
	.content-accor-bar .right-side h2.accor-title-for-mobile { display: block; font-size: 22px; line-height: 22px; letter-spacing: 0px; color: #04bd70; border-bottom: 2px solid #01bc6e; padding: 0 0 8px; margin-bottom: 15px; }
	
	.sign-up-cntr { margin: 15px 15px 0; }
	.sign-up-cntr .title-bar h1 { font-size: 34px; line-height: 38px; letter-spacing: 0.7px; }
	.sign-up-cntr .title-bar { padding: 13px 13px 11px; }
	.sign-up-cntr .sign-up-content { font-size: 16px; line-height: 21px; padding: 13px 30px 14px 14px; }  
	.sign-up-cntr .sign-up-content h2 { line-height: 21px; }
	
	.sign-up-cntr .sign-up-form { padding: 0 0 53px; }
	.sign-up-cntr .sign-up-form .form-left { padding: 30px 23px 36px; width: 100%; }
	.sign-up-cntr .sign-up-form .form-right { width: 100%; padding: 30px 30px 35px 23px; }  
	.sign-up-cntr .sign-up-form .form-row .col-6 { width: 100%; }  
	.sign-up-cntr .sign-up-form .form-row .col-6+.col-6 { width: 100%; margin-top: 16px; }  
	.sign-up-cntr .sign-up-form input[type="text"], .sign-up-cntr .sign-up-form input[type="email"], .sign-up-cntr .sign-up-form input[type="tel"] { padding: 0 8px; }
	.sign-up-cntr .sign-up-form .form-left h3 { padding: 30px 0 12px; }  
	.sign-up-cntr .sign-up-form .form-row .col-4 { width: 100%; }  
	.jqTransformSelectWrapper a.jqTransformSelectOpen { width: 32px; }  
	.jqTransformSelectWrapper>div span { padding: 0 40px 0 9px; }  
	.jqTransformSelectWrapper ul a { padding: 7px 9px; }  
	.sign-up-cntr .sign-up-form .form-row .col-8 { width: 100%; } 
	.sign-up-cntr .sign-up-form .form-row .col-4 + .col-8 { margin-top: 16px; }  
	.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label { padding: 0 0 16px 39px; }
	.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item { line-height: 20px; }
	.sign-up-cntr .sign-up-form .form-right h3 { padding: 0 0 23px; }  
	.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]+.wpcf7-list-item-label:before { top: 2px; left: 1px; width: 18px; height: 18px; }
	.sign-up-cntr .sign-up-form .form-right .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]+.wpcf7-list-item-label:after { width: 16px; height: 16px; top: 3px; left: 2px; }
	.sign-up-cntr .sign-up-form .your-opinion { padding: 0 2px 0 40px; }
	.sign-up-cntr .sign-up-form .otherInput { height: 35px; } 
	.sign-up-cntr .submit-row { padding: 30px 0px 0 0; } 
	.sign-up-cntr .submit-row input[type="submit"] { width: 205px; }  
	
	.sign-up-cntr .wpcf7 div.wpcf7-response-output { padding: 20px 15px 0; font-size: 16px; line-height: 22px; }
	
   .sign-up-cntr .notification-msg-text { padding: 15px 28px 0; }
}
@media only screen and (max-width: 479px) {
	footer[role="contentinfo"] .new-footer-content .two p { width: 124px; }
	footer[role="contentinfo"] .new-footer-content .widget_execphp { width: 120px; }
	
	/* For New Program Page 12/03/2018 */
	.program-info-bar .right { font-size: 17px; }
	
}
@media only screen and (min-width: 768px) {
	.main-navigation { display: block !important; }
	.main-navigation .menu > li ul { display: none !important; }
	.main-navigation .menu > li:hover ul { display: block !important; }
	
	/* For New Program Page 12/03/2018 */
	.subpage-toggle ul { display: block !important; }
}
