
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot?cear9g');
	src:url('../fonts/icons.eot?cear9g#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?cear9g') format('truetype'),
		url('../fonts/icons.woff?cear9g') format('woff'),
		url('../fonts/icons.svg?cear9g#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-email:before {
  content: "\ea85";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

html {
	font-size: 62.5%;
	font-family: 'Montserrat','Open Sans', serif;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Montserrat','Open Sans', serif;
}

h1,h2,h3{
	margin-top: 0;
	margin-bottom: 10px;
}

p{
	margin-top: 0;
	margin-bottom: 15px;
}
strong {
	color: #f8c22c;
}

a {
	color: rgba(29,49,101,1);
}
a:hover {
	color: rgba(29,49,101,0.7);
}
img {
	max-width: 100%;
	height: auto;
}
blockquote {
	border-left: none;
}
#breadcrumbs {
	font-size: 14px;
	margin-bottom: 15px;
}
.embed-responsive {
	margin-bottom: 15px;
}
.header-content-social {
	text-align: right;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.page .header, .single-post .header, .archive .header {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}
.home .header {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 770px;
	padding-top: 60px;
	padding-bottom: 100px;
	color: #FFF;
}

.page .header .home-header-box,.single-post .header .home-header-box,.archive .header .home-header-box  {
	display: none;
}
.home .header .home-header-box {
	display: block;
}

.header a {
	color: #FFF;
	text-decoration: none;
}
.header a:hover {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}
.home-sub-header-bar {
	background: #f8c22c;
	color: #FFF;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: normal;
	padding: 40px;
	text-align: left;
}

.home-button-white-border {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 14px 55px 12px 55px;
	text-transform: uppercase;
}
.home-button-white-border:hover, .header .home-button-white-border:hover {
	background: #FFF;
	color: #f8c22c;
	text-decoration: none;
}

.home-button-green-border {
	border: 1px solid #102236;
	color: #102236;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 45px 10px 45px;
	text-transform: uppercase;
}
.home-button-green-border:hover {
	background: #f8c22c;
	color: #FFF;
	text-decoration: none;
}
.home-header-box {
	padding-top: 100px;
	padding-right: 110px;
	padding-left: 20px;
}
.header-banner-text {
	font-size: 40px;
	margin-bottom: 25px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.home-welcome {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.home-welcome-box {
	padding-top: 130px;
	padding-right: 12%;
	padding-bottom: 140px;
}
h2.home-welcome-title {
	color: #102236;
	font-size: 34px;
}
.home-welcome-content p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.home-news {
	background-color: #fef3df;
	padding-top: 60px;
	padding-bottom: 80px;
}
.home-title {
	color: #f8c22c;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 50px;
}
.home-quotes-box {
	padding-top: 100px;
	padding-bottom: 90px;
}

.home-info-box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.home-contact {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;	
}
.home-contact-box {
	padding-top: 200px;
	padding-right: 12%;
	padding-bottom: 180px;
}
h2.home-contact-title {
	color: #FFF;
	font-size: 34px;
}
.home-contact-content p {
	color: #FFF;
	line-height: 1.6;
	margin-bottom: 20px;
}
.home-contact-social {
	font-size: 45px;
	color: #FFF;
}
.home-contact-social a {
	color: #FFF;
}
.home-contact-social a:hover {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}
.home-contact-text strong {
	color: #FFF;
}
.home-video {
	background-color: #f8c22c;
}
.home-video-inner {
	padding-right: 0;
	padding-left: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}
.home-video-title {
	color: #FFFFFF;
	text-align: left;
	font-size: 35px;
	font-size: 3.5rem;
	margin-top: 140px;
	margin-bottom: 10px;
}
.home-video-textbox {
	color: #FFF;
	padding-left: 50px;
}
.button-white-border {
	border: 1px solid #FFF;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 14px 55px;
}
.button-green-border {
	border: 1px solid #f8c22c;
	color: #f8c22c;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 45px 10px 45px;
	text-transform: none;
}

.header-logo {
	padding-top: 10px;
	padding-bottom: 0px;
}

.header-slogan {
	font-family: 'Montserrat','Open Sans', serif;
	color: #dadbdc;
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 15px;
	padding-right: 40px;
	text-align: right;
	text-transform: uppercase;
}
.home-social {
	font-family: 'Montserrat','Open Sans', serif;
	color: #f8c22c;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 0px;
	padding-bottom: 0px;
}
.home-conent-social-contact {
	margin-right: 0px;
}
.home-social-links {
	margin: 0 0px 0 10px;
	display: inline-block;
}
.home-social-links:hover {
	text-decoration: none;
}
.home-content-top {
	padding: 15px 0px 25px 0px;
}
.home-content-bottom {
	padding: 15px 0px 30px 0;
}
.home-featured {
	padding-top: 15px;
	padding-bottom: 15px;
}
.home-featured a {

}
.home-featured a:hover {
	text-decoration: none;
}
.home-featured-box {
	position: relative;
}
.home-featured-box:nth-child(1) {
	padding-left: 0;
	padding-right: 10px;
}
.home-featured-box:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
}
.home-featured-box:nth-child(3) {
	padding-right: 0;
	padding-left: 10px;
}
.home-featured-box img {
	width: 100%;
	height: auto;
}
.home-featured-box img:hover {

}
.home-featured-box-container{
	background-color: #000;
	position: relative;
	overflow: hidden;
}
.home-featured-box-link img { 
    position: relative;
    transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
}
.home-featured-box-link h3 {
    transform: translateY(-100px);
      -webkit-transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
}
.home-featured-box-link p { 
    transform: translateY(100px);
      -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear; 
}

.home-featured-box-link:hover img { 
    transform: scale(1.1);
      -webkit-transform: scale(1.1);
	width: 100%;
	height: auto;
	opacity: 0.7;
} 
.home-featured-title {
	color: #FFF;
	font-family: 'Montserrat','Open Sans', serif;
	font-size: 36px;
	font-size: 3.6rem;
	padding: 15px;
	line-height: 1.1em;
	top: calc(50% - 36px);  
	position: absolute; 
	left: 0;
	text-align: center; 
	width: 100%; 	
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}



.page-featured {
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.page-featured a {

}
.page-featured a:hover {
	text-decoration: none;
}
.page-featured-box {
}
.page-featured-box img {
	width: 100%;
	height: auto;
}

.page-featured-title {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 15px;
	text-align: center;
}
.page-featured-description {
	padding: 0px 15px;
	min-height: 190px;
	margin-bottom: 15px;
}
.page-featured-button {
	padding: 0px 15px;
}


.home-featured-box .icon-play {
	text-align: right;
	float: right;
	display: inline-block;
	color: #f8c22c;
	vertical-align: middle;
	margin-left: 4px;
}
a:hover .home-featured-box .icon-play {
	color: rgba(47,78,166,0.7);
}
.header-menu {
	padding-left: 0;
	padding-right: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.header-menu .container .row .menu-indent {
	margin-bottom: -6px;
	padding-left: 5px;
	padding-right: 0;
}
.navbar-main {
	background-color: #FFFFFF;
	border: none;
	border-bottom: 6px solid #dadbdc;
	margin-bottom: 4px;
	min-height: 30px;

}
.navbar-default {

}
.navbar-right {
	margin-right: 0px;
	margin-bottom: -6px;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-main .navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 6px solid #dadbdc;
} 
.navbar-main .navbar-nav>li>a:hover {
	border-bottom: 6px solid #00aeef;
} 
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#eeeeee;
	background-color: #FFF;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	color: #00aeef;
	background-color: #FFF;
}
.navbar-main .dropdown-menu {
	background-color: rgba(255,255,255,1);
}
.navbar-main .dropdown-menu>li>a {
	padding:5px 12px;
}
.navbar-main .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	background-color: rgba(0,0,0,0.1);
}
.navbar-main .dropdown-menu > .active > a,
.navbar-main .dropdown-menu > .active > a:hover,
.navbar-main .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 174, 239, 0.7);
}
.dropdown-submenu > .dropdown-menu {
  margin-top: -6px;
  margin-left: -1px;
}
.slider-box .zzis-slide-captions {
	display: block;
	left: 3%;
	padding: 25px;
	position: absolute;
	right: 30%;
	top: 3%;
}
.slider-box .zzis-slide-title {
	color: #f8c22c;
	display: block;
	font-family: 'Montserrat','Open Sans', serif;
	font-size: 40px;
	font-size: 4rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.slider-box .zzis-slide-title:hover {
	color: #f8c22c;
}
.slider-box .zzis-slide-desc {
	color: #000;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
}
.slider-box .zzis-slide-desc:hover {
	color: #000;
}

.home-news-content {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.news-row {
	margin-bottom: 15px;
}
.news-item-image {
	padding-left: 0;
}

.home-featured-links {
	margin-top: 4px;
}
.home-featured-links ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-featured-links ul li {
	margin-top: 6px;
	display: block;
}

.home-featured-links a {
	display: block;
	padding: 12px 13px;
	background-color: #c8edfc;
	font-size: 21px;
	font-size: 2.1rem;
}
.home-featured-links a:hover {
	background-color: rgba(0,174,239,0.15);
	text-decoration: none;
	color: #f8c22c;
}

.home-featured-links ul li:nth-child(even) a {
	background-color: #ade5fa;
}
.home-featured-links ul li:nth-child(even) a:hover {
	background-color: rgba(0,174,239,0.30);
}
.page-content-row {
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-left-menu ul {
	list-style: none;
	border-top: 2px solid #f8c22c;
	padding: 0;
	margin: 0 0 15px 0;
}
.page-left-menu ul li {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #f8c22c;
}
.page-left-menu ul li a  {
	color: #000;
	padding: 10px 15px;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
.page-left-menu ul li a:hover  {
	background-color: rgba(92,127,218,0.5);
	color: #f8c22c;
	text-decoration: none;
}
.page-left-menu ul li .children {
	margin-bottom: 0;
	border-top: 1px solid #f8c22c;
}
.page-left-menu ul li .children li {
	border-bottom: 1px solid #f8c22c;
	background: #fff;
}
.page-left-menu ul li .children li:last-child {
	border-bottom: none;
}
.page-left-menu ul li .children li a {
	padding-left: 25px;
}
.page-left-menu ul li .children li li a {
	padding-left: 35px;
}
.page-left-menu ul li.current_page_item {
	background-color: rgba(92,127,218,0.3);
	color: #f8c22c;
}
.page-left-menu ul li .children li.current_page_item {
	background-color: rgba(92,127,218,0.3);
	color: #f8c22c;
}
.page-header-image {
	margin-bottom: 30px;
}
.page-content {
	padding: 0px 30px 0px 30px;
}

.page-content h1 {
	font-family: 'Montserrat','Open Sans', serif;
	font-size: 28px;
	font-size: 2.8rem;
	color: #f8c22c;
	text-transform: uppercase;
}
.page-content h2 {
	font-size: 19px;
	font-size: 1.9rem;
	color: #f8c22c;
	font-weight: bold;
}
.page-content h3 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.page-content-top-highlight {

}
.page-content p:first-child, .page-content p:first-of-type { 
	font-size: 19px;
	font-size: 1.9rem;
 } 

.page-content-quote {
	color: #f8c22c;
	font-size: 19px;
	font-size: 1.9rem;
}
.page-content-quote-author {
	color: #f8c22c;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	display: inline-block;
}

.page-content .entry-meta {
	color: #858585;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.contact-right-1 {
	font-size: 14px;	
	font-size: 1.4rem;
}
.contact-right-2 {
	font-size: 12px;	
	font-size: 1.2rem;
}
.term-header {
	background-color: #f8c22c;
	color: #fff;
	display: block;
	font-family: 'Montserrat','Open Sans', serif;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 3px 6px;
	text-transform: uppercase;
}
.term ul {
	list-style: none;
	padding: 0 5px;
	margin-bottom: 20px;
}
.page-header {
	margin: 0;
	border-bottom: none;
}
.entry-meta {
	margin-bottom: 10px;
}
h2.entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}
.pagination > li > a,
.pagination > li > span {
  color: #f8c22c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #841732;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f8c22c;
  border-color: #f8c22c;
}

.widget-area aside {
	margin-bottom: 15px;
}
.widget-area aside ul {
	list-style: none;
	padding: 0;
}
.widget-title {
	font-family: 'Montserrat','Open Sans', serif;
	font-size: 22px;
	font-size: 2.2rem;
	color: #f8c22c;
	text-transform: uppercase;
}

.post-navigation:after {
	content: "";
	display: table;
	clear: both;
}

.footer {
	margin-top: 0px;
	background-color: #f8c22c;
	padding: 30px;
	text-align: center;
	color: #FFF;
}
.footer-content {
	padding: 60px 15%;
}
.footer a {
	color: #FFF;
}

.footer-contact-social {
	font-size: 45px;
	color: #FFF;
}
.footer-contact-social a {
	color: #FFF;
}
.footer-contact-social a:hover {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.responsive-video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.responsive-video iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*Form elements styles*/
.iphorm-elements .iphorm-element-wrap-text input,
.iphorm-elements .iphorm-element-wrap-captcha input,
.iphorm-elements .iphorm-element-wrap-email input,
.iphorm-elements .iphorm-element-wrap-password input,
.iphorm-elements .iphorm-element-wrap select,
.iphorm-elements .iphorm-element-wrap textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.iphorm-elements .iphorm-element-wrap textarea {
	height: auto;
}
.iphorm-elements .iphorm-element-wrap-text input:focus,
.iphorm-elements .iphorm-element-wrap-captcha input:focus,
.iphorm-elements .iphorm-element-wrap-email input:focus,
.iphorm-elements .iphorm-element-wrap-password input:focus,
.iphorm-elements .iphorm-element-wrap select:focus,
.iphorm-elements .iphorm-element-wrap textarea:focus {
	border-color: #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
/*Cancel EM styles*/
.iphorm-submit-wrap button em {
	background: none transparent;
	color: inherit;
	padding: 0;
}
.iphorm-submit-wrap button:hover em {
	background: none transparent;
	color: inherit;
}
.iphorm-submit-wrap button:active em {
	background: none transparent ;
	color: inherit;
}
/*Button styles*/
.iphorm-swfupload-browse,
.iphorm-add-another-upload span.iphorm-add-another-upload-button,
.iphorm-submit-wrap button span {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.iphorm-swfupload-browse:active,
.iphorm-add-another-upload span.iphorm-add-another-upload-button:active,
.iphorm-submit-wrap button:active span {
	outline: thin dotted;
	outline-offset: -2px;
}
/*"default" Button styles*/
.iphorm-swfupload-browse,
.iphorm-add-another-upload span.iphorm-add-another-upload-button {
	color: #333;
	text-decoration: none;
}
.iphorm-swfupload-browse,
.iphorm-add-another-upload span.iphorm-add-another-upload-button {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.iphorm-swfupload-browse:hover,
.iphorm-add-another-upload span.iphorm-add-another-upload-button:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
/*"success" Button styles*/
.iphorm-submit-wrap button span {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.iphorm-submit-wrap button:active span,
.iphorm-submit-wrap button:hover span {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
/*Label styles*/
.iphorm-element-wrap label {
	font-weight: 700;
}
.eventon_desc_in table {
	width: 100%;
}

.eventon_desc_in table td {
	padding: 2px 8px 2px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);

}
.eventon_desc_in table .column-1 {
	font-weight: bold;
	width: 25%;
}
.tablepress td {
	padding-right: 8px;
 	vertical-align: top;
}
.gallery {
  width: 100%;
  float: left;
}
.gallery img {
  max-width: 100%;
  height: auto;
}
.gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: auto;
  text-align: center;
}
.gallery figcaption {
  display: none;
}
#evcal_calendar_food .evo_metarow_time, #evcal_calendar_food .evo_ics_nCal, #evcal_calendar_food .evo_ics_gCal  {
	display: none;
}
.acf-map {
	width: 100%;
	height: 450px;
	border: #ccc solid 1px;
	border-radius: 5px;
	margin: 10px 0;
}
.homepage-map-content {
	padding: 0;
}
.homepage-map-content .acf-map {
	width: 100%;
	height: 600px;
	border: none;
	border-radius: 0px;
	margin: 0px;
}

.footer-terms a {
	font-size: 13px;
	font-size: 1.3rem;
}
.footer-designed-by {
	color: #FFFFFF;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 12px;
}

.footer-designed-by a {
	color: #FFFFFF;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    height: 100vh;
    z-index: 999;
    background: rgba(07,24,77,0.7);
    padding-top: 20px;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f8c22c;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;    
}

#sidebar ul.components {
    padding: 20px 0;

}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    color: #FFF;
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: rgb(109, 127, 204, 0.7);
}
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

.navbar-btn {
	background: none;
	border: none;
	font-size: 26px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
.navbar-btn:hover, .navbar-btn:active, .navbar-btn:focus {
	background: none;
	border: none;
}

.tablepress .column-1, .tablepress .column-2, .tablepress .column-3 {
	min-height: 20px;
}

.activities-table {
	font-size: 14px;
	font-size: 1.4rem;
}
.activities-table th, .activities-table td {
	padding: 1px 4px ;
}
.activities-table .even .column-1 {
	background-color: rgba(255, 255, 255, 1);
}
.activities-table .even td {
	background-color: rgba(255, 194, 14, 0.2);
}


/* Sidebar end */


@media (max-width: 768px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.header-slogan {
		padding-top: 0px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 40px;
	}
	.header-logo {
		padding-left: 0;
		padding-right: 0;
	}
	.header-menu .container .row .menu-indent {
		margin-bottom: 0px;
		padding-left: 15px;
	}

	.footer-content {
		padding: 60px 8%;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-main .navbar-nav>li>a {
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 0px solid #dadbdc;
	}
	.navbar-main .navbar-nav>li>a:hover {
		border-bottom: 0px solid #f8c22c;
	} 
	.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
		border-bottom: 0px solid #f8c22c;
	}
	.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
		border-bottom: 0px solid #f8c22c;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
	    padding: 2px 15px 2px 25px;
	}
	.dropdown-menu {
		padding-bottom: 0;
		padding-top: 0;
	}
	.page-header-image {
	}
	.page-content h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.home-content-top {
		padding: 15px 15px 25px 15px;
	}
	.home-content-bottom {
		padding: 15px 15px 30px 15px;
	}
	.page-content {
		padding: 0px 15px 15px 15px;
	}
	.home-welcome-box {
		background: none;
		padding-top: 100px;
		padding-right: 8%;
		padding-bottom: 110px;
		padding-left: 30px;
	}
	.home-news-box {
		padding-top: 15px;
	}
	.home-news-item {
		padding-left: 0;
		padding-top: 5px;
	}
	.home-news-title h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.home-news-row {
		padding-left: 0;
	}

	.home-social {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.home-video-inner {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.home-video-title {
		margin-top: 100px;
		margin-bottom: 10px;
	}
	.home-video-textbox {
		padding-left: 15px;
	}
	.slider-box .zzis-slide-title {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.slider-box .zzis-slide-desc {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.home-featured:nth-child(2n+1) {
		clear: both;
	}
	.home-content-bottom {
		padding-bottom: 0px;
	}
	.slider-box .zzis-slide-captions {
		left: 3%;
		right: 15%;
	}
	.page-featured-box {
		margin-bottom: 20px;
	}
}
@media (max-width: 440px) {
	#sidebar {
		max-width: 375px;
		width: auto;
	}
	.header-content-social {
		padding-top: 15px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.header-social-links {
		display: inline-block;
	}
	
	.header-content-social .navbar-btn {
		text-align: right;
		float: right;
		margin-top: 0;
	}
}
@media (max-width: 540px) {
	.header-slogan {
		padding-top: 10px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 22px;
	}
	.home-header-box{
		padding-right: 15px;
	}
	.header-banner-text {
		font-size: 28px;
	}
	.header-content-social {
		padding-top: 15px;
		padding-right: 0;
		padding-left: 0;
	}
	.home-featured {
		padding-bottom: 0;
	}
	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-1 .amazingcarousel-prev {
		display: none !important;
	}
	.home-featured-box:nth-child(1),.home-featured-box:nth-child(2),.home-featured-box:nth-child(3) {
		padding-right: 0;
		padding-left: 0;
	}
	.home-featured-box:nth-child(1) .home-featured-title {
		text-align: center;
		padding-right: 10%;
	}
	.home-featured-box:nth-child(2) .home-featured-title {
		text-align: center;
	}

	.home-featured-box:nth-child(3) .home-featured-title {
		text-align: center;
		padding-left: 0;
	}
	.home-featured-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.home-news-item {
		padding-right: 0;
	}
	.home-news-item-title {
		line-height: 1em;
	}
	.home-news-item-title a {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.home-social {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.home-content-social {
		padding-left: 0;
		padding-right: 0;
	}
	.home-content-social.text-right {
		text-align: left;
	}
	.gallery figure {
	  width: 140px;
	}
	.page-featured-box {
		margin-bottom: 20px;
	}
	.page-featured-description {
		min-height: auto;
	}
	.footer-content {
		padding: 15px 15px;
	}
	.footer-contact {
		padding: 20px 15%;
		font-size: 13px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.home-news-row {
		padding-left: 0;
		padding-right: 0;
	}
	.home-content-top {
		padding-left: 15px;
	}
	.slider-box {
		padding-left: 0;
	}

}
@media (min-width: 540px) and (max-width: 768px) {
	.home-header-box {
		padding-top: 100px;
		padding-right: 60px;
	}
	.header-banner-text {
		font-size: 32px;
	}

	#wonderplugincarousel-1 .amazingcarousel-next, #wonderplugincarousel-1 .amazingcarousel-prev {
		display: none !important;
	}
	.home-featured-box:nth-child(1),.home-featured-box:nth-child(2),.home-featured-box:nth-child(3) {
		padding-right: 0;
		padding-left: 0;
	}
	.home-featured-box:nth-child(1) .home-featured-title {
		text-align: center;
		padding-right: 10%;
	}
	.home-featured-box:nth-child(2) .home-featured-title {
		text-align: center;
	}

	.home-featured-box:nth-child(3) .home-featured-title {
		text-align: center;
		padding-left: 0;
	}
	.home-featured-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.page-featured-box {
		margin-bottom: 20px;
	}
	.page-featured-description {
		min-height: auto;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.header-slogan {
		padding-top: 30px;
	}
	.header-menu {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.home-featured-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.2em;
		height: 72px;
		padding: 10px;
	}
	.slider-box .zzis-slide-desc {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.home-social {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.home-video-inner {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.home-video-title {
		margin-top: 100px;
		margin-bottom: 10px;
	}
	.home-video-textbox {
		padding-left: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.header-slogan {
		padding-top: 26px;
	}
	.home-featured-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.navbar .navbar-nav {
		margin-bottom: 0px;
		margin-top: 5px;
	}
}
