/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-instagram:before {
	content: "\e902";
}

.icon-youtube:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e901";
}

.icon-trash:before {
	content: "\e900";
}

.nav-drop ul,
.img-list,
.accordion,
.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.nav-block .nav-block-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header {
	background: #3b3c3c;
	padding: 10px 0;
	box-shadow: 0 0 10px 10px rgba(56, 56, 56, .4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	min-width: 320px;
}

.logo-block {
	float: left;
	width: 120px;
}

.logo {
	margin: 0;
	float: left;
	width: 100%;
}

.logo img {
	width: 100%;
	height: auto;
}

.fake-header {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 1px;
}

.nav-block {
	float: right;
	width: calc(100% - 125px);
	padding: 1px 0 0 0;
}

.nav-block.fixed-position {
	position: static !important;
}

.nav-block .btn-box {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	padding: 4px 0 0;
}

.btn {
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	padding: 5px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	white-space: normal;
}

.btn:hover {
	text-decoration: underline;
}

.btn.btn-default:hover {
	background: #788828;
	color: #fff;
}

.btn.btn-info:hover {
	background: #858585;
	color: #fff;
}

#nav {
	float: right;
	margin: 0 0 0 10px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}

.nav-opener:hover {
	opacity: .8;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	margin-top: -1px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s linear, top .3s linear;
	transition: opacity .3s linear, transform .3s linear, top .3s linear;
}

.nav-opener:before {
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.nav-active .nav-drop {
	max-height: 999px;
}

.nav-drop .nav-wrap {
	background: #f4f4f4;
	padding: 5px 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.nav-active .nav-drop .nav-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-drop ul {
	font-size: 0;
	line-height: 0;
}

.nav-drop ul li {
	font-size: 18px;
	line-height: 22px;
}

.nav-drop ul .text-wrap {
	display: block;
	position: relative;
}

.nav-drop ul a {
	display: block;
	color: #535354;
	z-index: 1;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	padding: 8px 20px;
}

.nav-drop ul a.anchor-active {
	color: #329cd8;
	background: rgba(0, 0, 0, .1);
}

#main {
	padding-top: 58px;
	padding-bottom: 0px;
}

.intro-block {
	background-size: cover;
	background-position: center;
	height: 260px;
	display: table;
	width: 100%;
}

.intro-block .align-block {
	padding: 60px 0 0;
	display: table-cell;
	vertical-align: bottom;
}

.section {
	position: relative;
	padding: 0 0 19px;
}

.section:after {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0;
	height: 19px;
	background: #c8c8c8;
	box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, .5);
}

.underline {
	text-decoration: underline;
}

.intro-text {
	max-width: 960px;
	margin: 0 auto;
	background: #329cd8;
	color: #fff;
	text-align: center;
	border-radius: 20px 20px 0 0;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 10px;
}

.intro-text h1 {
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 30px;
}

.intro-text p {
	margin: 0;
}

h2 {
	font-weight: 400;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 25px;
	color: #848484;
}

.info-section {
	text-align: center;
	padding: 30px 0 27px;
}

.info-section .row {
	font-size: 0;
	line-height: 0;
}

.info-section .col {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 35px;
}

.info-section .img-holder {
	margin: 0 auto 16px;
	width: 214px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background: #9c9c9c;
	padding: 7px;
}

.info-section .img-holder a {
	display: block;
}

.info-section .img-holder a:hover {
	opacity: .9;
}

.info-section .img-holder img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	display: block;
	max-width: none;
}

.info-section .caption {
	display: block;
	color: #727272;
	font-size: 22px;
	line-height: 30px;
}

.info-block {
	background: #1d4667;
	color: #f7d663;
	padding: 20px 0 10px;
}

.info-block .row {
	font-size: 0;
	line-height: 0;
}

.info-block .col {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px;
}

.info-block .info-text {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
}

.info-block .btn {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	display: block;
	padding: 10px;
	width: 260px;
	border-radius: 8px;
}

.event-block {
	padding: 39px 0 0;
}

.title {
	display: block;
	text-align: center;
	color: #848484;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 30px;
}

.decor-heading {
	text-align: center;
	margin: 0 0 20px;
}

.decor-heading h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 45px 15px;
	color: #fff;
	background: #4f86cc;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.decor-heading h2:after,
.decor-heading h2:before {
	content: "";
	background: url('http://www.scga.org/pdfs/membership-lps/images/right-decor.png') no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 47px;
	position: absolute;
	top: 100%;
	left: 100%;
	margin: -36px 0 0 -17px;
	z-index: -1;
}

.decor-heading h2:after {
	background: url('http://www.scga.org/pdfs/membership-lps/images/left-decor.png') no-repeat;
	background-size: 100% auto;
	left: auto;
	right: 100%;
	margin: -36px -17px 0 0;
}

.with-box {
	border: 1px solid #bfbfbf;
	border-radius: 1px;
	background: #e3e3e3;
	text-align: center;
	color: #444;
	margin: 0 0 17px;
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	font-family: "Oleo Script", cursive;
	font-weight: 400;
	padding: 16px 10px;
}

.table-holder {
	margin: 0 0 20px;
}

.event-table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid #999;
}

.event-table tbody {
	width: 100%;
}

.event-table tbody tr {
	width: 100%;
	background: #fff;
}

.event-table tbody tr td {
	padding: 10px;
	text-align: left;
	color: #6f6f6f;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-left: 100px;
	font-size: 22px;
	line-height: 24px;
	position: relative;
	z-index: 0;
	border: 1px solid #999;
	border-bottom: none;
	vertical-align: top;
}

.event-table tbody tr td:before {
	color: #818181;
	content: attr(data-head);
	float: left;
	margin: 0 0 0 -100px;
	width: 100px;
	padding: 0 10px;
	position: relative;
	z-index: 0;
}

.event-table tbody tr td:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f4f4f4;
	width: 100px;
	z-index: -1;
}

.event-table tbody tr a {
	color: #4f86cc;
}

.event-table tbody tr a:hover {
	opacity: .7;
}

.event-table tbody tr .data {
	display: block;
	padding: 0 0 0 10px;
}

.event-list {
	text-align: center;
	margin: 0 0 25px;
}

.event-list .row {
	font-size: 0;
	line-height: 0;
}

.event-list .col {
	display: inline-block;
	vertical-align: top;
	float: none !important;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
}

.event-list .caption {
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	color: #1d4667;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
}

.event-list .img-holder {
	border: 2px solid #e3e3e3;
	margin: 0 0 8px;
}

.event-list .img-holder a {
	display: block;
}

.event-list .img-holder a:hover {
	opacity: .9;
}

.event-list .img-holder img {
	width: 100%;
	height: auto;
}

.event-info {
	max-width: 1140px;
	margin: 0 auto 60px;
}

.event-info .text {
	margin: 0 0 35px;
}

.event-info .text p {
	margin: 0 0 20px;
}

.event-info h2 {
	color: #696969;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 0 15px;
}

.img-block {
	background: #efefef;
	text-align: center;
	margin: 0 0 40px;
	padding: 25px 15px 10px;
}

.img-list {
	font-size: 0;
	line-height: 0;
}

.img-list li {
	display: block;
	width: 250px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 auto 25px;
}

.img-list .img-holder img {
	width: 100%;
	height: auto;
}

.img-list .caption {
	font-style: italic;
	font-weight: 700;
	color: #252e3e;
}

.img-list a {
	display: block;
}

.img-list a:hover {
	opacity: .7;
}

.question-block h2 {
	margin: 0 0 20px;
	color: #6d6d6d;
	font-weight: 700;
}

.question-block h2 .small {
	color: #6d6d6d;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.accordion li {
	margin: 0 0 15px;
}

.accordion .accordion-opener {
	display: inline-block;
	vertical-align: top;
	color: #5f5ca8;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.accordion .slide-wrap {
	padding: 10px 0;
}

.accordion .slide-wrap p {
	margin: 0;
}

.explore-block {
	padding: 55px 0 0;
}

.explore-block .title {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #848484;
	margin: 0 0 20px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.explore-block .decor-heading {
	margin: 0;
}

.banner {
	background-size: cover;
	background-position: center;
	position: relative;
	margin: -30px 0 0;
	text-align: center;
	padding: 70px 0 50px;
}

.banner .banner-caption {
	display: block;
	z-index: 1;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 4px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.img-wrap {
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px;
}

.img {
	border: 7px solid #fff;
	box-shadow: 0 5px 4px rgba(0, 0, 0, .6);
	display: block;
}

.img.img1 {
	width: 200px;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	margin: 0 auto;
}

.img.img2 {
	width: 230px;
	-webkit-transform: rotate(-7.5deg);
	-ms-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
	position: relative;
	z-index: 1;
	margin: -20px auto 0;
}

.img.img3 {
	width: 190px;
	-webkit-transform: rotate(-.5deg);
	-ms-transform: rotate(-.5deg);
	transform: rotate(-.5deg);
	margin: -10px auto 0;
}

.img.img4 {
	width: 220px;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: 1;
	position: relative;
	margin: -10px auto 0;
}

.img img {
	width: 100%;
	height: auto;
}

.banner-text {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	padding: 45px 0 80px;
}

.banner-text h3 {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #818181;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.banner-text p {
	margin: 0 0 20px;
}

.banner-text .btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	border-radius: 10px;
	font-weight: 400;
	text-transform: none;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	padding: 8px 10px 10px;
}

#footer {
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #262626 59%, #282828 60%, #282828 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%, #262626 59%, #282828 60%, #282828 100%);
	color: #8e9197;
	padding: 25px 0;
}

.uppercase {
	text-transform: uppercase;
}

.footer-links {
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
}

.footer-links ul {
	font-size: 0;
	line-height: 0;
}

.footer-links ul li {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

.footer-links ul li:first-child:before {
	display: none;
}

.footer-links ul a {
	color: #8e9197;
}

.footer-links ul a:hover {
	opacity: .7;
}

.seperator {
	display: none;
}

.copyright-info {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.copyright-info a {
	color: #8e9197;
}

.copyright-info a:hover {
	opacity: .7;
}

.copyright-info p {
	margin: 0;
}

body {
	min-width: 320px;
	line-height: 24px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: opacity .3s linear, background .3s linear, color .3s linear, border .3s linear, box-shadow .3s linear;
	transition: opacity .3s linear, background .3s linear, color .3s linear, border .3s linear, box-shadow .3s linear;
}

#wrapper {
	overflow: hidden;
}

@media (min-width: 768px) {
	#header {
		padding: 15px 0;
	}

	.logo-block {
		width: 160px;
	}

	.nav-block {
		width: calc(100% - 170px);
		padding: 6px 0 0;
	}

	.nav-block .btn-box {
		padding: 3px 0 0;
	}

	.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 7px 15px;
	}

	#nav {
		margin: 0 0 0 20px;
	}

	.nav-opener {
		width: 40px;
		height: 40px;
	}

	#main {
		padding-top: 81px;
	}

	.intro-block {
		height: 325px;
	}

	.intro-text {
		font-size: 22px;
		line-height: 28px;
		padding: 15px 25px;
	}

	.intro-text h1 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 10px;
	}

	h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 40px;
	}

	.info-section {
		padding: 40px 0;
	}

	.info-section .col {
		margin: 0 0 40px;
	}

	.info-section .caption {
		padding: 0 10px;
	}

	.info-block {
		padding: 25px 0;
	}

	.info-block .col {
		margin: 0;
		font-size: 14px;
		line-height: 18px;
	}

	.info-block .info-text {
		text-align: right;
	}

	.info-block .info-text.right {
		text-align: left;
	}

	.info-block .btn {
		width: 195px;
		font-size: 20px;
		line-height: 24px;
	}

	.title {
		font-size: 30px;
		line-height: 36px;
	}

	.decor-heading {
		margin: 0 0 25px;
	}

	.decor-heading h2 {
		min-width: 400px;
		padding: 15px;
		font-size: 28px;
		line-height: 34px;
	}

	.decor-heading h2:after,
	.decor-heading h2:before {
		width: 55px;
		height: 58px;
		margin: -44px 0 0 -21px;
	}

	.decor-heading h2:after {
		margin: -44px -21px 0 0;
	}

	.table-holder {
		margin: 0 0 55px;
	}

	.event-table tbody tr td {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 20px;
		padding-left: 180px;
	}

	.event-table tbody tr td:before {
		margin: 0 0 0 -180px;
		width: 180px;
	}

	.event-table tbody tr td:after {
		width: 180px;
	}

	.event-table tbody tr .data {
		padding: 0 0 0 20px;
	}

	.event-list {
		margin: 0 0 0px;
	}

	.event-list .col {
		margin: 0 0 40px;
	}

	.event-list .caption {
		font-size: 16px;
		line-height: 28px;
	}

	.event-list .img-holder {
		margin: 0 0 10px;
	}

	.event-info {
		margin: 0 auto 100px;
	}

	.event-info .text {
		margin: 0 0 50px;
	}

	.event-info .text p {
		margin: 0 0 25px;
	}

	.event-info h2 {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 25px;
	}

	.img-block {
		padding: 30px 15px 10px;
		margin: 0 0 50px;
	}

	.img-list li {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 12px;
		margin: 0 0 25px;
	}

	.question-block h2 {
		margin: 0 0 25px;
	}

	.question-block h2 .small {
		font-size: 20px;
		line-height: 24px;
	}

	.accordion li {
		margin: 0 0 20px;
	}

	.accordion .accordion-opener {
		font-size: 18px;
		line-height: 20px;
	}

	.explore-block {
		padding: 75px 0 0;
	}

	.explore-block .title {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 45px;
	}

	.img {
		display: inline-block;
		vertical-align: top;
		border: 8px solid #fff;
	}

	.img.img1 {
		margin: 85px -40px 0 0;
		width: 215px;
	}

	.img.img2 {
		margin: 0;
		width: 250px;
	}

	.img.img3 {
		margin: 6px 0 0 -40px;
		width: 224px;
	}

	.img.img4 {
		margin: 105px 0 0 -152px;
		width: 250px;
	}

	.banner-text {
		font-size: 22px;
		line-height: 28px;
	}

	.banner-text h3 {
		font-size: 34px;
		line-height: 40px;
		margin: 0 0 20px;
	}

	.banner-text p {
		margin: 0 0 30px;
	}

	#footer {
		padding: 30px 0;
	}

	.footer-links {
		margin: 0 0 15px;
	}

	.footer-links ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.footer-links ul li:before {
		content: "";
		display: inline-block;
		vertical-align: top;
		width: 2px;
		height: 18px;
		background: #8e9197;
		margin: 1px 6px 0;
	}

	.seperator {
		display: inline;
	}

	.copyright-info br {
		display: none;
	}

	body {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 20px 0 0;
		box-shadow: none;
		position: relative;
	}

	.logo-block {
		width: 100%;
		position: relative;
		z-index: 1;
		padding: 0 0 15px;
	}

	.logo-block:before {
		content: "";
		background: -webkit-linear-gradient(top, #383939 0%, #2f2e2e 100%);
		background: linear-gradient(to bottom, #383939 0%, #2f2e2e 100%);
		position: absolute;
		top: 0;
		left: -99999px;
		right: -99999px;
		bottom: 0;
		z-index: -1;
	}

	.logo {
		width: 200px;
		margin: -6px 0 0;
	}

	.nav-block {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 15px 0;
		z-index: 1;
		width: 100%;
	}

	.nav-block:before {
		content: "";
		z-index: 1;
		position: absolute;
		top: 0;
		left: -99999px;
		right: -99999px;
		bottom: 0;
		background: #fff;
		z-index: -1;
		box-shadow: 0 0 15px 13px rgba(56, 56, 56, .5);
	}

	.nav-block.fixed-position {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 999;
	}

	.nav-block .nav-block-wrap {
		width: 1004px;
		padding: 0 20px;
		margin: 0 auto;
	}

	.nav-block .btn-box {
		padding: 0;
		width: 250px;
		text-align: right;
	}

	.btn {
		min-width: 202px;
		border-radius: 2px;
		font-size: 24px;
		line-height: 28px;
		padding: 5px 10px;
	}

	#nav {
		margin: 0;
		float: left;
		width: calc(100% - 250px);
		padding: 3px 0 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		max-height: 999px;
		overflow: visible;
		position: static;
	}

	.nav-drop .nav-wrap {
		padding: 0 25px 0 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		text-align: center;
		position: relative;
	}

	.nav-drop .nav-wrap:after {
		content: "";
		height: 1px;
		background: #ececec;
		position: absolute;
		top: 7px;
		left: 0;
		right: 0;
		z-index: -1;
	}

	.nav-drop ul {
		display: table;
		width: 100%;
	}

	.nav-drop ul li {
		display: table-cell;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
	}

	.nav-drop ul .text-wrap {
		padding: 18px 8px 0;
		overflow: hidden;
		z-index: 1;
	}

	.nav-drop ul a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.nav-drop ul a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 16px;
		height: 16px;
		border-radius: 50%;
		border: 1px solid #b6b6b6;
		background: #fff;
		-webkit-transition: background .3s linear;
		transition: background .3s linear;
		z-index: 2;
	}

	.nav-drop ul a.anchor-active {
		background: none;
	}

	.nav-drop ul a.anchor-active:hover {
		font-weight: 400;
	}

	.nav-drop ul a.anchor-active:before {
		background: #329cd8;
	}

	.nav-drop ul a:hover {
		font-weight: 700;
	}

	#main {
		padding-top: 70px;
	}

	.intro-block {
		height: 420px;
	}

	.intro-text {
		font-size: 26px;
		line-height: 40px;
		padding: 12px 55px 20px;
	}

	.intro-text h1 {
		font-size: 48px;
		line-height: 60px;
		margin: 0 0 8px;
	}

	h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.info-section .img-holder {
		width: 180px;
	}

	.info-section .caption {
		padding: 0;
		font-size: 24px;
		line-height: 28px;
	}

	.info-block {
		padding: 30px 0;
	}

	.info-block .col {
		font-size: 16px;
		line-height: 22px;
	}

	.info-block .btn {
		width: 260px;
		font-size: 24px;
		line-height: 28px;
	}

	.title {
		font-size: 35px;
		line-height: 39px;
		margin: 0 0 31px;
	}

	.decor-heading {
		margin: 0 0 30px;
	}

	.decor-heading h2 {
		font-size: 40px;
		line-height: 46px;
		padding: 15px 10px 20px;
		margin: 0 60px 25px;
		min-width: 550px;
	}

	.decor-heading h2:after,
	.decor-heading h2:before {
		width: 70px;
		height: 74px;
		margin: -56px 0 0 -26px;
	}

	.decor-heading h2:after {
		margin: -56px -26px 0 0;
	}

	.table-holder {
		padding: 0 10px;
		margin: 0 0 66px;
	}

	.event-table {
		border-bottom: none;
	}

	.event-table tbody tr td {
		padding: 0 10px 0 0;
		font-size: 22px;
		line-height: 35px;
		border: none;
	}

	.event-table tbody tr td.first {
		width: 23%;
	}

	.event-table tbody tr td.second {
		width: 45%;
	}

	.event-table tbody tr td.third {
		width: 25%;
	}

	.event-table tbody tr td:before {
		display: none;
	}

	.event-table tbody tr td:after {
		display: none;
	}

	.event-table tbody tr .data {
		padding: 0;
	}

	.event-list {
		margin: 0 0 0px;
	}

	.event-list .caption {
		font-size: 20px;
		line-height: 38px;
	}

	.event-list .img-holder {
		margin: 0 0 21px;
	}

	.event-info {
		margin: 0 auto 157px;
	}

	.event-info .text {
		margin: 0 0 63px;
	}

	.event-info .text p {
		margin: 0 0 32px;
	}

	.event-info h2 {
		font-size: 30px;
		line-height: 46px;
		margin: 0 0 29px;
	}

	.img-block {
		padding: 13px 16px 7px;
		margin: 0 0 68px;
	}

	.img-list li {
		width: 20%;
		margin: 0;
	}

	.question-block h2 {
		margin: 0 0 30px;
	}

	.question-block h2 .small {
		font-size: 25px;
		line-height: 30px;
	}

	.accordion li {
		margin: 0 0 31px;
	}

	.accordion li.active .accordion-opener {
		opacity: .7;
	}

	.accordion .accordion-opener {
		font-size: 18px;
		line-height: 20px;
	}

	.accordion .accordion-opener:hover {
		opacity: .7;
	}

	.explore-block {
		padding: 92px 0 0;
	}

	.explore-block .title {
		font-size: 55px;
		line-height: 60px;
		margin: 0 0 94px;
	}

	.banner {
		margin: -45px 0 0;
		padding: 87px 0 47px;
	}

	.banner .banner-caption {
		margin: -40px auto 0;
		font-size: 38px;
		line-height: 40px;
	}

	.img-wrap {
		margin: 0;
	}

	.img {
		border: 10px solid #fff;
	}

	.img.img1 {
		width: 250px;
		margin: 57px -29px 0 0;
	}

	.img.img2 {
		width: 270px;
		margin: 0;
	}

	.img.img3 {
		width: 224px;
		margin: 6px 0 0 -13px;
	}

	.img.img4 {
		width: 276px;
		margin: 27px 0 0 -30px;
	}

	.banner-text {
		padding: 22px 0 80px;
		font-size: 22px;
		line-height: 29px;
	}

	.banner-text h3 {
		font-size: 39px;
    line-height: 36px;
    margin: 0 0 14px;
	}

	.banner-text p {
		margin: 0 0 33px;
	}

	.banner-text .btn {
		font-size: 32px;
		line-height: 36px;
		width: 280px;
	}

	.footer-links {
		margin: 0;
		float: right;
		width: 50%;
		text-align: right;
	}

	.footer-links ul li:before {
		margin: 1px 5px 0;
	}

	.copyright-info {
		float: left;
		width: 50%;
		text-align: left;
	}

	body {
		line-height: 33px;
		font-size: 18px;
	}
}

@media (min-width: 1025px) {
	.fancybox-nav span {
		visibility: hidden;
	}
}

@media (min-width: 1300px) {
	#header {
		padding: 38px 0 0;
	}

	.logo-block {
		padding: 0 0 23px;
	}

	.logo {
		width: 250px;
		margin: -9px 0 0;
	}

	.nav-block {
		padding: 14px 0 16px;
	}

	.nav-block .nav-block-wrap {
		width: 1264px;
	}

	.nav-block .btn-box {
		padding: 0 14px;
		width: 270px;
	}

	.btn {
		font-size: 28px;
		line-height: 30px;
		padding: 8px 10px 5px;
	}

	#nav {
		padding: 6px 0 0;
		width: calc(100% - 270px);
	}

	.nav-drop .nav-wrap {
		padding: 0 75px 0 0;
	}

	.nav-drop .nav-wrap:after {
		top: 8px;
	}

	.nav-drop ul li {
		font-size: 18px;
		line-height: 22px;
	}

	.nav-drop ul .text-wrap {
		padding: 23px 10px 0;
	}

	.nav-drop ul a:before {
		width: 19px;
		height: 19px;
	}

	#main {
		padding-top: 81px;
	}

	h2 {
		font-size: 45px;
		line-height: 56px;
		margin: 0 0 35px;
	}

	.info-section {
		padding: 30px 0 27px;
	}

	.info-section .col {
		margin: 0 0 25px;
	}

	.info-section .img-holder {
		width: 214px;
	}

	.info-section .caption {
		font-size: 24px;
		line-height: 36px;
		padding: 0 4px;
	}

	.info-block {
		padding: 38px 0 44px;
	}

	.info-block .col {
		font-size: 22px;
		line-height: 28px;
	}

	.info-block .btn {
		border-radius: 10px;
		width: 343px;
		padding: 23px 10px;
		font-size: 34px;
		line-height: 36px;
	}

	.decor-heading {
		margin: 0 0 40px;
	}

	.decor-heading h2 {
		font-size: 52px;
		line-height: 56px;
		padding: 15px 10px 20px;
		margin: 0 60px 25px;
		min-width: 681px;
	}

	.decor-heading h2:after,
	.decor-heading h2:before {
		width: 87px;
		height: 92px;
		margin: -69px 0 0 -32px;
	}

	.decor-heading h2:after {
		margin: -69px -32px 0 0;
	}

	.table-holder {
		padding: 0 50px;
	}

	.event-list {
		margin: 0;
	}

	.banner {
		margin: -58px 0 0;
	}

	.banner-text h3 {
		font-size: 39px;
    line-height: 36px;
    margin: 0 0 14px;
	}

	#footer {
		padding: 22px 0 62px;
	}

	.footer-links ul li {
		font-size: 17px;
		line-height: 22px;
	}

	.footer-links ul li:before {
		margin: 3px 5px 0;
	}

	.copyright-info {
		font-size: 17px;
		line-height: 22px;
	}
}

@media (min-width: 1350px) {
	.img {
		border: 13px solid #fff;
	}

	.img.img1 {
		width: 315px;
		margin: 57px -29px 0 0;
	}

	.img.img2 {
		width: 370px;
		margin: 0;
	}

	.img.img3 {
		width: 324px;
		margin: 6px 0 0 -13px;
	}

	.img.img4 {
		width: 376px;
		margin: 27px 0 0 -30px;
	}
}

@media (min-width: 1500px) {
	.intro-block {
		height: 600px;
	}
}
@media (max-width: 768px) {
.img2, .img3, .img4{display:none}
}
@media (max-width: 1023px) {
	#header .container {
		width: 100%;
	}

	.event-table tbody,
	.event-table td,
	.event-table tr,
	.event-table {
		display: block;
	}
	
	.event-table tr
	{
		margin-top:13px;
		border-bottom:1px solid #999;
	}
}

/* OVERWRITES */
.memBenes p{
	font-size:16px;
	line-height: 24px;
}
.memBenes img{width:100%}
