body{
	min-width:960px;
}
.container_16{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:0px;
}
.container_16 .grid_1{width:60px;}
.container_16 .grid_2{width:120px;}
.container_16 .grid_3{width:180px;}
.container_16 .grid_4{width:240px;}
.container_16 .grid_5{width:300px;}
.container_16 .grid_6{width:360px;}
.container_16 .grid_7{width:420px;}
.container_16 .grid_8{width:480px;}
.container_16 .grid_9{width:540px;}
.container_16 .grid_10{width:600px;}
.container_16 .grid_11{width:660px;}
.container_16 .grid_12{width:720px;}
.container_16 .grid_13{width:780px;}
.container_16 .grid_14{width:840px;}
.container_16 .grid_15{width:900px;}
.container_16 .grid_16{width:960px;}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/varela-round-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/varela-round-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/varela-round-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/varela-round-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/varela-round-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/varela-round-v18-latin-regular.svg#VarelaRound') format('svg'); /* Legacy iOS */
}
html {
	position: relative;
	min-height: 100%;
	margin: 0;
}




body{
	margin: 0px;
	color:#FFF;
	background-color:#000;
	font-family: 'Varela Round', Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
}
/*used to overwrite a body bg that can cause problems within CKeditor*/
#bodyOverWrite{min-width:auto;}
/*general Styles*/
img{border:0px;}
form{display:inline;}
#name{width:0px; height:0px; border:none; border:0px solid #FFF; background-color:transparent; display:none;}
table{padding:0px;margin:0px;border-spacing:0px;border-collapse: collapse;}
td{vertical-align:top;}
th{vertical-align:top; text-align:left;}
textarea{font-family: 'Varela Round', Arial, Verdana, sans-serif; font-size: 12px;}
hr{background-color:#8D7EBA; height:2px; border:none;}
p{}
.sr-only{display:none;}

.img-responsive{
	max-width: 100%;
	height: auto;
}

/*default headers*/
h1{margin:0px; font-weight:normal; font-size:32px;}
h2{margin:0px; font-weight:normal; font-size:24px;}
h3{}
h4{}
h5{}
h6{}

hr{}
/*default link style*/
a{color:#8D7EBA;}
a:hover{color:#796aa6;}
a:visited{}
a:active{color:#222222;}
.underlined{text-decoration:underline;}
.italic{font-style:italic;}
.bold{font-weight:700;}.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
}
.alert-danger{
	border:1px solid #D9534F;
	color:#D9534F;
	background-color:#EFD7D7;
}
.alert-warning{
	border:1px solid #F0AD4E;
	color:#F0AD4E;
	background-color:#FBF6DA;
}
.alert-info{
	border:1px solid #5BC0DE;
	color:#5BC0DE;
	background-color:#D2EAF5;
}
.alert-success{
	border:1px solid #5CB85C;
	color:#5CB85C;
	background-color:#D9EDD1;
}
.alert hr{
	height:1px;
	background-color:#DADADA;
	opacity: 0.4;
}
.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #DADADA;
	background-color:#EEE;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #DADADA;
	background-color:#EEE;
}

.img-responsive, .responsive-image img{
	max-width: 100%;
	height: auto !important;
}

.iframeMapContainer{
	line-height: 0;
}
.iframeMapContainer iframe{
	width:100%;
	height:500px;
}

#toTopButton{
	opacity: 0;
	cursor: pointer;
	z-index: 10000;
	position: fixed;
	bottom:100px;
	right:10px;
	color: #FFF;
	width:60px;
	height:60px;
	text-align:center;
	font-size:32px;
	line-height:60px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.6);
	background-image:url("../assets/fa-chevron-up.png");
	background-repeat: no-repeat;
}
#toTopButton.show{
	opacity: 1;
	animation: fadeInRightAnim 1s ease;
}

#toTopButton.hide{
	opacity: 0;
	animation: fadeOutRight 1s ease;
}
.cookieConsentPopup{
    position: fixed;
    bottom:0;
    width:100%;
    background-color: #8D7EBA;
    padding:20px 40px;
    color:#FFF;
    font-size:12px;
    z-index:9000;
}
.cookieConsentPopup a{
    color:#FFF;
    text-decoration:underline;
}

.cookieConsentPopup .buttonContainer{
    padding-top:20px;
}
.cookieConsentButton{
    color:#FFF;
    border: 1px solid #222222;
    background-color: #222222;
    padding: 5px 15px;
    cursor:pointer;
    font-size:16px;
    margin-bottom:10px;
}
.cookieConsentButton:hover{
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}
#saveCookieConsent,
#acceptCookieConsent{
    background-color:#5CB85C;
    border: 1px solid #5CB85C;
}
#saveCookieConsent:hover,
#acceptCookieConsent:hover {
    border: 1px solid #D9EDD1;
    background-color: #D9EDD1;
}
#cookieSelectionContainer,
#saveCookieConsent,
#denyCookieConsent{
    display: none;
}
#cookieSelectionContainer{
    padding:0px 0px;
}
.cookieTypeTitle{
    font-weight:bold;
}
#cookieSelectionContainer p{
	margin:3px 0px;
}

@media (min-width:768px) {
    .cookieConsentPopup{
   	 font-size:16px;
    }
    #cookieSelectionContainer p{
	margin:10px 0px;
    }
    #cookieSelectionContainer{
 	   padding-top:20px;
	   padding-bottom:10px;
    }
    .cookieConsentButton{
         padding: 8px 30px;
    }
}
.cookiePrefTitle{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}

#saveComplete{
    display: inline-block;
    padding-left:20px;
}
#saveComplete .message{
    display: none;
    font-weight:bold;
    font-size:20px;
}

#cookieAndAssetPolicy{
    font-size:16px;
}

.fw-bold{
    font-weight:bold;
}

table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}body{

}
.default_10px{
  font-size: 10px;
}
.default{
  font-size: 12px;
}
.default_14px{
  font-size: 14px;
}
.default_16px{
  font-size: 16px;
}
.default_22px{
  font-size: 22px;
}
.default_28px{
  font-size: 28px;
}
.default_36px{
  font-size: 36px;
}
.color_12px{
  font-size:12px;
  color:#F00;
}
.color_14px{
  font-size:14px;
  color:#F00;
}
.color_16px{
  font-size:16px;
  color:#F00;
}
.color_20px{
  font-size:20px;
  color:#F00;
}

.color2_12px{
  font-size:12px;
  color:#0F0;
}
.color2_14px{
  font-size:14px;
  color:#0F0;
}
.color2_16px{
  font-size:16px;
  color:#0F0;
}
.color2_20px{
  font-size:20px;
  color:#0F0;
}
#top{
	height:180px;
	margin-bottom:70px;
}
#top .top{
	height:180px;
}
#top .logo{
	background:url("../assets/logo.png") no-repeat;
	width:300px;
	height:180px;
	float:left;
	margin-top:30px;
}
#top .topContent{
	position:absolute;
	bottom:0px;
	right:0px;
}
/*Main menu CSS*/
.menuBG{}
#menu ul{ 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	margin-right:60px;
	margin-top:22px;
}
#menu li {
	display: block;
	height:45px;
	font-size:24px;
}
#menu li:hover{}
#menu li.current{}

#menu li a {
	display:block;
	font-size:24px;
	line-height:45px;
	color:#FFF;
	text-decoration:none;
	text-align:right;
}
#menu li a:hover {
	color:#8D7EBA;
}
#menu li a.current{
	color:#8D7EBA;
}#content{
	
}

.mainContent{
	padding:10px;
	min-height:290px;
}#footer{
	margin-top:50px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer .footerContent{
	text-align:right;
}
#featuredArea{
	border:1px solid #FFF;
}
.featuredBG{
	background-image:url("../assets/featuredBG.png");
	width:740px;
	height:420px;
	position:absolute;
	left:-10px;
	top:-9px;
}
#featuredArea .slideBG{
	height:400px; 
	width:960px;
	position:relative;
	background-repeat:no-repeat;
}

#featuredArea .contentSquare{
}
#featuredArea .slideLink{
	display:block;
	width:960px;
	height:400px;
	position:absolute;
}
#featuredArea .featuredContent{
	position:absolute;
	right:20px;
	top:30px;
	width:400px;
}
#featuredArea a{
	text-decoration:none;
}
	
#featuredArea .title a{
	display:block;
	color:#FFF;
	font-size:32px;
	text-align:right;
	padding:10px 20px 10px 10px;
}
#featuredArea .link a{
	display:block;
	color:#FFF;
	font-size:16px;
	text-align:right;
	padding:10px 20px 10px 10px;
}

#jFeaturedAreaButtonsContainer{
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 18px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton{
	padding:10px;
	border:1px solid #FFF;
	margin-left:5px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton:hover{
	background-color:#99DEF8;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton.current{
	background-color:#99DEF8;
}
#galleryMainPage{
	margin-top:20px;
}
#galleryMainPage .imageMainContainer{
	width:450px;
	float:left;
}
#galleryMainPage .details{
	padding-left:10px;
}
#galleryMainPage .title{
	font-size:18px;
	color:#99DEF8;
	font-weight:bold;
	margin-bottom:50px;
}
#galleryMainPage .images{}
#galleryMainPage .imageContainer{
	float:left;
	width:229px;
	text-align:center;
	
}
#galleryMainPage .imageBorder{
	border:1px solid #000;
	box-shadow:2px 2px 2px #666;
	padding:10px;
	width:195px; 
	margin-bottom:10px;
	background-color:#FFF;
}
#galleryMainPage .rightCol{
	padding-left:20px;
}
#galleryMainPage .GalleryImageContainer{
	line-height:0px;
	width:195px; 
	height:150px;
	overflow:hidden;
}
.contactForm{
	margin-top:20px;
}

.contactForm .submitButton {
	border: 1px solid #8D7EBA;
	background: #8D7EBA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	padding: 5px 15px;
	cursor:pointer;
	font-size:20px;
}
.contactForm .submitButton:hover{
	border: 1px solid #8D7EBA;
	background: #FFF;
	color: #000;
}
.formElement .input-text{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #8D7EBA;
	padding:5px;
	float:left;
	margin-bottom:10px;
}
.formError{
	background-color:#A82626;
	color:#FFF;
}
.required{
	float:left;
	color:#9B138E;
	line-height:40px;
	font-size:30px;
}#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	margin-top: 20px;
	width:400px;
}

.form .input-label{
	display:none;
}
.form select,
.form .input-text,
.form .input-textarea{
	border:1px solid #8D7EBA;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color:#000;
}
.form select{
	max-width:85%;
	width:calc(80% + 24px);
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px #a192ce;
	box-shadow: 0 0 2px 1px #a192ce;
}

.form .submit-button{
	border: 1px solid #8D7EBA;
	background: #8D7EBA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	padding: 5px 15px;
	cursor:pointer;
	font-size:20px;
}

.form .submit-button:hover{
	border: 1px solid #8D7EBA;
	background: #796aa6;
	color:  #FFF;
}
.form .checkbox-container{
	margin-bottom:15px;
	font-size:12px;
}
.form .checkbox-container input{
	margin-right:15px;
}
.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
.grecaptcha-badge{
    z-index:5000;
}