/* =Import Required styles
========================================================================================*/
@import url(normalize.css);

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

@font-face {
	font-family: 'Proxima Nova lt';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova smbold';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova rg';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Chaparral Pro';
	src: url('../fonts/ChaparralPro-Bold.eot');
	src: url('../fonts/ChaparralPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaparralPro-Bold.woff') format('woff'),
		url('../fonts/ChaparralPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:18px/1.45 'Proxima Nova rg', Arial, Helvetica, sans-serif; color:#000; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -moz-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
.allanim, #header, #mainmenu li a:after, .owl-carousel.owl-theme .owl-nav div, .owl-theme .owl-dots .owl-dot span, .navtrigger:after, .programs-slider-box figcaption, .activity-box *, .social-links a, .link img, .svg-box, .photo-info { -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
a { color:#f99e1e; text-decoration:none;}
a:hover { text-decoration:underline; color: ##1eb53a; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
figure { margin: 0; }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:normal; font-family: 'Chaparral Pro', Arial, Helvetica, sans-serif; color: #f8781c; }
h1,h2 { font-size:50px; color:#ce1126; text-align:center; }
h3 { font-size:35px; }
h4 { font-size:30px; }
h5 { font-size:24px; }
h6 { font-size:22px; color:#f9a52e; }

ul li { line-height:24px; }

.cf:after,.wrap:after, .search-outerbox:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { *zoom:1; margin-left:-35px; margin-right:-35px; clear:both; }
.cols:after {content:""; display:table; clear:both; }
.cols .col { float:left; min-height:1px; padding-left:35px; padding-right:35px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }
.cols5 .col { width:20%; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#f8781c; }
.text-secondary { color:#7979a9; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#f34834; }
input.has-error { border:solid 1px #f34834 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:20px; }
.custom-arrow-list li:before { content:''; border:solid 2px #bbb; border-left:0; border-top:0; position:absolute; left:1px; top:9px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); width:7px; height:7px; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #f8781c; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
figure.image { width:38%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
figure.image img { width:100%; height:auto; }
figure.image figcaption { display:block; font-size: 14px; font-weight:100; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.60); padding:13px 10px; color:#f9df99; text-align:center; line-height:1.25; }

.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:38%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figurenews { width:20%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block figurenews img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block.left-align figure { float:left; margin:0 20px 10px 0;  }
.image-block figcaption { display:block; font-size: 14px; font-weight:100; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.60); padding:13px 10px; color:#f9df99; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
#wrapper { overflow: hidden; }
.wrap { max-width:1180px; width:100%; margin:0 auto; padding-left:40px; padding-right:40px; }

#main { padding:35px 0 0;   }
#primary { float:left; width:700px; }
#content { }
#sidebar { float:right; width:200px; }
.one-column { width:auto !important; float:none !important; }



/* =Common-Page (common classes for all pages)
========================================================================================*/
#header {  background: #f16421;
background: -moz-linear-gradient(top, #f16421 0%, #f88a1f 100%);
background: -webkit-linear-gradient(top, #f16421 0%,#f88a1f 100%);
background: linear-gradient(to bottom, #f16421 0%,#f88a1f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16421', endColorstr='#f88a1f',GradientType=0 );
 position:fixed; top:0; left:0; right:0; min-height: 142px; z-index: 9; }
#header.navhide { top:-180px; }
#header.navshow { top:0; }
#header:after { position: absolute; content: ''; top: 100%; width: 100%; height: 21px; background: url(../images/bgi/header-bottom-bg.png) repeat-x; left:0; right:0; }
#header .wrap { position: relative; }
.logocol { width: 270px; position: absolute; padding: 24px 0 21px; z-index: 1; left: 30px; padding-left: 35px; top: 0; }
.hd-rightcol { padding-left: 270px; position: relative;  }
#logo { width:273px; position:relative; display: block; margin-right: -14px; z-index: 2; }
#logo img { max-width:100%; height:auto; width:auto; }

#mainmenu { float: right; font-family: 'Chaparral Pro', Arial, Helvetica, sans-serif; font-size: 22px; margin-bottom: 8px; }
#mainmenu ul { margin:0; padding:0; list-style:none; }
#mainmenu ul:after { content: ''; clear: both; display: table; }
#mainmenu > ul > li { float:left; line-height:30px; }
#mainmenu > ul > li:last-child:after, #mainmenu li.home:after { display: none; }
#mainmenu li.home > a { font-size: 0; width: 20px; height: 22px; background: url(../images/bgi/sprites.png) -106px 0 no-repeat; padding: 0; position: relative; top: -6px; }
#mainmenu li.home > a:hover { background-position: -126px 0; }
#mainmenu > ul > li { position: relative; text-transform:uppercase; line-height: 22px; cursor: pointer; left: 2px; }
#mainmenu > ul > li:after { content: ''; background: #f9df99; height: 22px; width: 2px; position: absolute; right: -1px; top: 50%; margin-top: -12px; }
#mainmenu > ul > li:last-child, #mainmenu li.home { border: 0; }
#mainmenu li a { text-decoration:none; padding:0 16px; display:block; color:#fff; position:relative; }
#mainmenu li:last-child a { padding-right: 0; }
#mainmenu li a:hover, #mainmenu > ul > li:hover > a { color:#f9df99;  }
#mainmenu > ul > li.hasnav > a:after { content: ''; display: inline-block; vertical-align: top; border-top: 9px solid #f9df99; border-left: 6px solid transparent; border-right: 6px solid transparent; margin: 3px 0 0 6px; }
#mainmenu > ul > li.hasnav > a:hover:after { border-top-color: #fff; }

.submenu { margin: 0; padding: 0; list-style: none; }
#mainmenu .submenu li a { display: block; padding: 14px; background: #f8781c; }
#mainmenu .submenu li a:after { content: ''; display: table; clear: both; }
.submenu li figure { float: left; margin-right: 14px; }
.menu-infoblock { overflow: hidden; font-size: 15px; font-family: 'Proxima Nova lt'; text-transform: none; line-height: 1.2; }
.menu-infoblock h4 { font-size: 15px; font-family: 'Chaparral Pro'; color: #fff; margin: 0; }
.menu-infoblock p { margin: 0; }
#mainmenu .submenu li a:hover { background: #f89f1f; color: #fff; }
#mainmenu .submenu li + li { border-top: 1px solid #f89f1f; }

.searchbox { float:right; width:244px; position:relative; z-index:1; margin-left: 18px; }
.searchbox input[type="text"] { font-size:15px; padding-left: 13px; padding-right: 44px;  background:#f68821; color: #f9df99; }
.searchbox input[type="text"]:focus { border: solid 1px #f9df99; }
.searchbox input[type="submit"] { height:38px; width:36px; padding:0; text-indent:-999em; position:absolute; top:1px; right:1px; bottom:0; background:#ffab33 url(../images/bgi/search-icon.png) 0 0 no-repeat; border-radius: 0 4px 4px 0; }
.searchbox input[type="submit"]:hover { background:#cd5a13 url(../images/bgi/search-icon.png) 0 0 no-repeat; }

.header-tagline { font-family: 'Chaparral Pro', Arial, Helvetica, sans-serif; color: #f9df99; font-size: 30px; }
.search-outerbox { width: 100%; padding: 21px 0 13px; clear: both; text-align: right; }

#footer { background:#e1510c url(../images/bgi/footer-bg-pattern.png) 0 100% repeat-x; padding:70px 0 65px;  position: relative; color: #fff;  }
#footer:before { content: ''; width: 100%; height: 21px; bottom: 100%; background: url(../images/bgi/footer-grunge.png) 50% 0 repeat-x; position: absolute; left: 0; }
.fmenu { margin:0; padding:0; list-style:none; font-size: 15px; font-family: 'Proxima Nova smbold'; }
.fmenu li { text-align: center; text-transform: uppercase; padding: 1px 0; }
.fmenu li a { color:#fff; }
.fmenu li a:hover, .fmenu li.active a { text-decoration:none; color:#fcdc04; }
.copyright { font-size: 20px; color: #f9df99; margin: 0; }
.copyright a { display: inline-block; color: #f9b14a; text-decoration: none; font-family: 'Proxima Nova smbold'; }
.copyright a:hover { color: #fff; }

#footer .cols5 .col { text-align: center; }
#footer h5 { color: #fea932; margin: 0; text-transform: uppercase; }
.social-links { text-align: center; padding: 50px 0 40px; }
.social-links a { background-image: url(../images/bgi/sprites.png); font-size: 0; width: 60px; height: 59px; display: inline-block; vertical-align: middle; margin: 0 8px; }
.social-links a:not(.footer-logo):hover { opacity: 0.6; }
.social-links a.fb { background-position: -1px -49px; }
.social-links a.tw { background-position: -67px -49px; width: 79px; }
.social-links a.yt { background-position: -151px -49px; }
.social-links a.lin { background-position: -1px -113px; }
.social-links a.loc { background-position: -64px -113px; }
.social-links a.sk { background-position: -151px -113px; }
.footer-logo { width: auto; height: auto; background: none; margin: 0 80px; display: inline-block; vertical-align: middle; }



/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.png);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }

.mainbanner-box { overflow:hidden; position:relative; background:#f89f1f; }
.mainbanner-box:after { content: ''; position: absolute; width: 100%; bottom: 0; height: 21px; background: url(../images/bgi/banner-grunge.png) 50% 0 no-repeat; z-index: 1; }
.banner-slider { max-width:1100px; margin:0 auto; width:100%; }
.banner-slider:before, .banner-slider:after { content:""; background:#f89f1f; position:absolute; top:0; bottom:0; width:550px; z-index:1; opacity:0.7; } 
.banner-slider:before { left: -550px; }
.banner-slider:after { right: -550px; }
.banner-slider.owl-carousel .owl-stage-outer { overflow:inherit; }
/*.banner-slider .owl-item { opacity:0.3; }
.banner-slider .owl-item.active { opacity:1; }*/

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select {  padding:3px 15px; height:40px; line-height:1.55; border:solid 1px #ffab33; width:100%; font-family:'Proxima Nova lt', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; border-radius: 4px; font-size: 16px; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:'Proxima Nova rg', Arial, Helvetica, sans-serif; }
select { height:auto; padding:9px 42px 9px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:4px; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #cd5a13; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:#f8781c; color:#fff;  border:0; border-radius: 4px;  cursor:pointer; width:auto; overflow:visible; padding:13px 45px; vertical-align:middle; text-decoration:none; text-transform:uppercase; font-size:16px; line-height:1.25; font-family:'Proxima Nova rg', Arial, Helvetica, sans-serif; font-weight:bold;  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#cd5a13; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #f8781c; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #f8781c; }
.checkbox input:checked + .input-helper:before { background-color: #f8781c; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 15px; left: 2px; top: 2px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #f8781c; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#f8781c; text-transform:uppercase; font-size:16px; color:#fff; display:inline-block; line-height:1.2; padding:13px 30px; vertical-align:bottom; font-weight:600; border-radius: 4px;  }
.button:hover { background-color:#cd5a13; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 35px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#969fb0; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#555; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#333; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#fff; border:solid 2px #f8781c; color:#f8781c;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#f8781c; color:#fff; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }


/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }


/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #e9edee;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:#505061; line-height:1.25; background:#e9edee; margin-bottom:-1px; border-left:solid 1px #dde1e2; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#f8781c }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #e9edee; border-top:0; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }


/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#f89f1f; color:#fff; position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:22px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.05); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #c2e0ea; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#fff;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #c2e0ea; }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../images/bgi/sprites.png) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }


/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 
.list-block ul.custom-arrow-list { margin:0; padding:0; }

.welcome-box { padding: 0 40px; }
.welcome-info:after { content:""; display:table; clear:both; }
.welcome-info .welcome-content { float:left; width:71%; }
.welcome-info .welcome-map { float:left; width:29%; padding-left: 35px; text-align:center; }
.welcome-info p { font-size:20px; font-weight:100; line-height: 1.3; margin-bottom: 30px; }
.welcome-info p:last-child { margin: 0; }
.welcome-info .read-more { font-size: 20px; font-family: 'Proxima Nova smbold'; color:#f99e1e; display:table; }
.welcome-info h1 { line-height: 1; color: #ce1126; font-size: 50px; margin: 0; text-align: center; text-transform: uppercase; }
.welcome-map figure { max-width:257px; margin:0 auto 25px; text-align:center; }
.welcome-map figure img { width:100%; }
.welcome-map h2 { font-size:35px; color:#f16421; line-height:1; text-transform:uppercase; }



/* =Default page CSS
========================================================================================*/
body.home { margin-top: 142px; }
.select-lang { z-index: 1; position: relative; float: right; clear: both; font-size:0; }
.lang-select { cursor: pointer; }
.select-lang a { text-decoration:none; display: block; }
.select-lang span { font-family:'Chaparral Pro', Arial, Helvetica, sans-serif; font-size:24px; color:#f9df99; text-transform:uppercase; position:relative; display:inline-block; vertical-align:middle; padding-right:20px; width: 90px; position: relative; margin-right: 10px; text-align: right; }
.select-lang span:after { content: ''; display: inline-block; vertical-align: middle; border-top: 9px solid #f9df99; border-left: 6px solid transparent; border-right: 6px solid transparent;   position: absolute; right: 4px; top: 8px;}
.select-lang img { display:inline-block; vertical-align:middle; border-radius:50px; width: 100%; max-width: 26px; }
.eng-selected .eng-lang, .fre-selected .fre-lang { display:none; }

.slider-content { position:absolute; left:0; right:0; bottom:0; background:#ff6b00; padding:20px 20px 30px; margin:0 auto; width:100%; max-width:1100px; z-index:1; text-align:center; font-size:0; }
.slider-content span { color:#feb247; font-size:40px; position:relative; display:inline-block; vertical-align:middle; font-family:'Chaparral Pro', Arial, Helvetica, sans-serif; padding:0 20px; text-transform:uppercase; }
.slider-content img { display:inline-block; vertical-align:middle; position: relative; top: -3px; }
.slider-content span:after { content:""; position:absolute; top:-5px; right:0; width:3px; height:40px; background:#fff; bottom: 0; margin:auto; }
.slider-content span:nth-last-child(2):after  { display:none; }
.slider-content span.highlight-content { color:#f9df99; }
.banner-slider.owl-theme .owl-dots { font-size: 0; margin: 0; position: absolute; bottom: 120px; right:40px; left: auto; }

.photo-info { width:100%; max-width:300px; position:absolute; opacity: 0; bottom: 160px; right:43px; margin:auto; background-color:rgba(161,15,32,0.77); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
.active .photo-info { opacity: 1; }
.photobox-header strong { font-weight: normal; }
.photo-info span { cursor: pointer; font-size:15px; text-transform:uppercase; color:#f79aa1; padding:6px 30px 6px 10px; background:#a10f20; width:auto; position: relative; display: block; overflow: hidden; }
.close-infobox { position: absolute; color: #fff; height: 100%; width: 34px; top: 0; right: 0; line-height: 34px; text-align: center; }
.close-infobox:hover { text-decoration: none; color: #fff; background: #f99e1e; }
.img-content { padding:15px 20px; }
.img-content h4 { color:#f89f1f; line-height: 1.1; margin-bottom: 7px; }
.img-content p { font-size:15px; line-height:1.33333; color:#fff; margin:0; }
.img-content a { color:#f47a81; font-size:15px; }
.show-content .close-infobox { display: none; }

.photo-info.content-hidden { width: auto; }
.photo-info.content-hidden span { padding-right: 10px; }

.activites-section { margin: 0 0 120px; }
.activites-section .col { position:relative; }
.activity-list { max-width: 325px; margin: 0 auto; width: 100%; padding-left: 20px; }
.activity-box { height:auto; width:100%; background-image:url(../images/blue-bg.png); background-repeat: no-repeat; padding:90px 0 110px; text-align: center; background-position:100% auto; }
.activity-box.blue-bg { background-image:url(../images/blue-bg.png); }
.activity-box.green-bg { background-image:url(../images/green-bg.png); }
.activity-box.pink-bg { background-image:url(../images/pink-bg.png); }
.activity-box.yellow-bg { background-image:url(../images/yellow-bg.png); }
.activity-box h3 { font-size:35px; color:#fff; text-transform:uppercase; }
.activity-box figure { position:relative; margin:0; }

.activity-box img { border:1px solid #fff; width:100%; }
.activity-box figcaption { position:absolute; top:0; left:0; right:0; bottom:0; z-index: 1; opacity:0; -moz-transform:scale(0); -webkit-transform:scale(0); transform:scale(0); }
.activity-info { text-align:left; }
.activity-info h6 { font-size:22px; color:#fff; text-transform:uppercase; margin: 0 0 5px; }
.activity-info p { color:#fff; line-height: 1.1; font-size: 17px; margin-bottom:0; }
.activity-info p:last-child { margin-bottom:20px; }
.activity-info a { display:table; margin-top: 4px; color: #fff; opacity: 0.6; }
.activity-info a:hover { opacity: 1; text-decoration: none; }
.activity-box:hover figcaption { -moz-transform:scale(1); -webkit-transform:scale(1);  transform:scale(1); opacity:1; }
.activity-box:hover figure img { opacity:0; }

.quicksocial-section { margin-top: 24px; position:relative; background:#f99e1e; padding:45px 0 70px; }
.quicksocial-section h2 { color:#fff; font-size:55px; text-transform:uppercase; text-align:center; margin-bottom:35px; text-shadow:-1px -1px 0 rgba(0,0,0,0.15), 1px -1px 0 rgba(0,0,0,0.15), -1px 1px 0 rgba(0,0,0,0.15), 1px 1px 0 rgba(0,0,0,0.15); }
.quicklinks-box { margin-bottom:90px; }
.links-box { list-style:none; margin:0 -20px; padding:0; }
.links-box:after { content:""; display:table; clear:both; }
.links-box li { float:left; padding:0 20px; width:20%; }
.links-box li a { display: block; }
.links-box li a:hover { text-decoration: none; }
.link { display: block; position:relative; width:100%; padding:40px 5px; text-align:center; margin-bottom:24px; }
.link .svg-box { position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:auto; z-index:1; }
.link img { position:relative; z-index:2; }
.links-box li h3 { font-size:36px; text-transform:uppercase; text-align:center; line-height:1; }
.links-box li.news h3 { color:#002a54; }
.links-box li.form h3 { color:#a2470f; }
.links-box li.news-letter h3 { color:#04748d; }
.links-box li.gallery h3 { color:#b61e53; }
.links-box li.calendar h3 { color:#8a9638; }
.color { fill:#002a54; stroke:#2a84dd; }
.form .color { fill:#cd5a13; stroke:#9d450f; }
.news-letter .color { fill:#04748d; stroke:#9bdceb; }
.gallery .color { fill:#b61e53; stroke:#f482aa; }
.calendar .color { fill:#8a9638; stroke:#ceda7f; }

.links-box a:hover .link img { -moz-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); }
.links-box a:hover .svg-box { filter: drop-shadow(0px 12px 10px rgba(0,0,0,0.4)); }


.social-link-box .social-box { display: block; padding:10px; background:#fff; }
.social-box img { max-width: 100%; width: auto; }
.social-link-box .col { margin-bottom: 35px; }

.language-box { font-size: 18px; color: #fff; font-family:'Chaparral Pro', Arial, Helvetica, sans-serif; position: absolute; top: 100%; left:25px; display: none;}
.language-box a { display: block; color: #fff; border: 1px solid #fadf98; background: #f46320; line-height: 1; padding: 5px 6px 3px; margin-bottom: 2px; }
.language-box a:hover { background: #e55614; }
.quicksocial-section:before { content: ''; position: absolute; left: 0; bottom: 100%; background: url(../images/bgi/header-bottom-bg.png) repeat-x 50% 0; width: 100%; height: 24px; -webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 0.86; }
.poll-section .form-group { padding:5px 0; }
.poll-section .form-group:last-child { margin-top: 10px; }
.poll-section .radio { float:none; margin:0;  }
.poll-section label { padding:16px 20px 15px 50px !important; background: rgba(249,158,30,0.10); border:1px solid #f99e1e; border-radius:5px; }
.poll-section label span { color:#f16421; }
.poll-section .radio input { top:19px; left:20px; }
.poll-section .radio .input-helper:before { top: 18px; left: 20px; border-color:#f16421; }
.poll-section .radio .input-helper:after { top: 23px; left:25px; }

.image-block.center-align figure { margin: 0 auto 20px; text-align: center; float: none; width:100%; }

/* =Back to top sticky
========================================================================================*/

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: 0px solid #fff; /* Remove outline */
    background-color: #f16421; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50px; /* Rounded corners */
	font-family: 'Chaparral Pro';
}

#myBtn:hover {
    background-color: #f89f1f; /* Add a dark-grey background on hover */
}

/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { margin: -25px 0px 0px 0px; padding:10px 0; background:rgba(255, 255, 255, 0.3); box-shadow:0px 0px 0px rgba(0,0,0,0.10); font-size:16px; color:#ce1126; text-align:center; }
.breadcrumbs ul { display: inline; margin: 0 0 0 5px; padding: 0; }
.breadcrumbs li { display:inline-block; margin:0 0 0 20px; position:relative; }
.breadcrumbs li:before { content:''; border-left:solid 4px #f89f1f; border-bottom:solid 4px transparent; border-top:solid 4px transparent; width:0; height:0; display:inline-block; position:absolute; left:-14px; top:50%; margin-top:-4px; }
.breadcrumbs li a { color:#f89f1f; text-decoration:none; }
.breadcrumbs li a:hover { color:#ce1126; }
.breadcrumbs li a:active { color:#f89f1f; }
.breadcrumbs li a:focus { color:#f89f1f; font-weight:bold; }
