@CHARSET "UTF-8";

/* External resources */


/** Default styles */
body {
  font-family: 'Questrial',Arial, Helvetica, sans-serif;
  font-size: 11pt;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #4f4f4f;
}

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

a img {
  border: none;
}

div.clearfix {
  clear: both;
}

hr {
  height: 5px;
  border: 0;
  background: url(img/horiz-line.png) top left no-repeat;
  margin: 10px 0px 0px 10%;
    width:100%;
}

/* Wrapper */

.wrapper {
  width: 975px;
  margin: 0 auto;
}

/* Header */

.header {
  
  width:100%;
  height:40px;
  background-color:#5a0070;
  
}

div.admin-button {
  
}

div.admin-button a {
  
}

.header div.font-size {
  
  height:30px;
  float:left;
  color:#fff;
  font-size:14pt;
  padding-top:10px;
  margin-right:10px;
}

.font-btn{
	
	cursor:pointer;
}

.font-btn[data-size="11"] {
  font-size: 10pt;
}

.font-btn[data-size="13"] {
  font-size: 12pt;
}

.font-btn[data-size="15"] {
  font-size: 14pt;
}

.header div.font-size span.font-btn {
  
}

/* Menu bar */

#menu-btn {
  color:#fff;
  font-size: 16pt;
  margin-top:10px;
}

.navbar ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: table;
}

.navbar li {
  display: table-cell;
  position:relative;
}

.navbar li:hover{
	background-color:#5a0070;
}

.navbar ul li a {
  cursor: pointer;
  text-decoration:none;
  color:#fff;
  font-size: 13pt;
  display:block;
  white-space:nowrap;
  padding:10px;
}



.navbar ul li a:hover, .selectedanchor {
color:#803291;

}

.navbar li .css-menu-panel{

}

.navbar li:hover .css-menu-panel{
	transform: scale(1);
}

.css-menu-panel{
	background-color:#5a0070;
	position:absolute;
	height:auto;
	list-style:none;		  
  left: 0;
  top: 100%;
  margin: 0;
  z-index: 1000000;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}


.css-menu-panel:hover{
	color:#803291;
}



.email-btn{
	
	width:100px;
	height:35px;
	background-color:#fff;
	float:right;
	
	
}

.email-btn:hover{
	width:100px;
	height:35px;
	float:right;

}

.email-btn a{
	
	text-decoration:none;
	color:#803291;
	display:block;
	padding-top:10px;

}

.email-btn a:hover{
	
	color:#fff;
	text-decoration:none;
	background-color:#803291;
	display:block;
	padding-top:10px;
	height:25px;
}

.email-btn-img{
 	padding-top:5px;
 	padding-left:5px;
 	margin-right:10px;
 	float:left;
}




/* Banner */

.banner {
  
  width:100%;
  height:380px;
  background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #f7f8f9 21%, #eef3f5 45%, #deeaee 74%, #d4e4e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(21%,#f7f8f9), color-stop(45%,#eef3f5), color-stop(74%,#deeaee), color-stop(100%,#d4e4e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4e4e9',GradientType=0 ); /* IE6-9 */
  
  
}

.banner-left{
	
	float:left;
	width:40%;
	height:380px;
	
}

.banner-left-text{
	
	height:auto;
	width:90%;
	padding-top:40px;
	
}

.banner-left-text p{
	
	text-align:center;
	color: #5a0070;
	font-size: 14pt;
	
}

.banner-left-text h2{
	
	text-align:center;
	font-family: 'Junge', serif;
  	color: #5a0070;
  	font-weight:400;
  	font-size: 20pt;
}

.banner-left-text a{
	
	background-color:#803291;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.banner-left-text a:hover{
	
	background-color:#5a0070;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner-right{
	
	float:right;
	height:380px;
	width:60%;
	
}


/* Main */

div.main {
  
}

/* Side bar */

div.sidebar {
  float: ;
  width: ;
}

div.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.sidebar>ul>li>h3:first-child {
  display:none;
}

div.sidebar ul li {
  
}

div.sidebar ul li a {
  display: block;
}

/* Content */

.content {
  float: ;
  width: ;
}

.content script+link+h1 {
  display:none;
}

.content>*:first-child,div.gallery-header>*:first-child {
  margin-top: 0;
}

.content td>*:first-child {
  margin-top: 0;
}

.content td>*:last-child {
  margin-bottom: 0;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  
  font-family: 'Junge', serif;
  color: #5a0070;
  padding-top:20px;
}

/** Footer */

div.footer {
  
  width:100%;
  height:100px;
  background-color:#fff;
  
}

div.footer a {
  
}

div.footer a:hover {
  
}

div.footertext{
	
	width:50%;
	margin:auto;
	text-align:center;
	
}

/** gallery styles */

div.slideshow#image-gallery {
  
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#333;
  background: rgba(51,51,51,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #333;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}

/*******************************************************************************
 ** Utility: 3-col responsive grid */

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

/** Clears */

.clear:before,
.clear:after {
  display: table;
  content: ' ';
  clear: both;
}

/** Remove background in editor */

body.content {
  float: none;
  border-right: 1px solid #ddd;
  background: #fff;
}

/** Responsive 2, 3 and 4 column tables */

.content table.responsive3, .content table.responsive2, .content table.responsive4, .content table.responsive3 tbody, .content table.responsive2 tbody, .content table.responsive4 tbody {
  border: 0;
  border-spacing: 0;
  width: 100% !important;  
}

.content table.responsive3 td {
  width: 32%;
  padding-left: 2%;
  border: 0;
  vertical-align: top;
}

.content table.responsive3 td:first-child {
  padding-left: 0;
}

.content table.responsive2 td {
  width: 48%;
  padding-left: 4%;
  border: 0;
  vertical-align: top;
}

.content table.responsive2 td:first-child {
  padding-left: 0;
}

.content table.responsive4 td {
  width: 24%;
  padding-left: 1.33333%;
  border: 0;
  vertical-align: top; 
}

.content table.responsive4 td:first-child {
  padding-left: 0;
}

/** Additional styles - delete/uncomment as needed */

/** coloured bullets 

.content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

.content ul li {
  position: relative;
  text-align: left;
}

.content ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #006837;
}
*/

/** Email form presentation 

.email-form-controls {
  margin-top: 10px;
  background: #e2e2e2;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.email-form-controls .formandu-text,.email-form-controls .formandu-dropdown {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #888;
  font-size: 12pt;
  color: #888;
  padding: 6px !important;
}

.email-form-controls .formandu-container {
  text-align: center !important;  
  padding: 10px 0 0 0;
}

.email-form-controls .formandu-container button.formandu-button {
  font-size: 14pt;
  font-weight: bold;
  padding: 14px 50px;
}

*/

/** Blog presentation 

div.blog-post {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #006837;
}

a.permalink[href*="/blog/"] {
  position: relative;
  text-decoration: none;
  background: #262261;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a.permalink[href*="/blog/"]:hover {
  opacity: 0.7;
}

a.permalink[href*="/blog/"]:nth-of-type(1) {
  float: right;
  padding: 8px 25px 8px 8px;
}

a.permalink[href*="/blog/"]:nth-of-type(2), a.permalink[href*="/blog/"]:only-of-type {
  float: left;
  padding: 8px 8px 8px 25px;
}

a.permalink[href*="/blog/"]:nth-of-type(1):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

a.permalink[href*="/blog/"]:nth-of-type(2):after, a.permalink[href*="/blog/"]:only-of-type:after {
  border-right: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0;
  right: auto;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

.blog-date {
  font-size: 9pt;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

*/

/** Responsive views */

/** Desktop only (need to set width to page width + 1) */

@media (min-width: 976px) {
  .only-desktop {
    display: auto !important;
  }
  .not-desktop {
    display: none !important;
  }
}

/** Too small for desktop (tablet) - set width to page width */
@media (max-width: 975px) {
  .not-desktop {
    display: auto !important;
  }
  .only-desktop {
    display: none !important;
  }
  
  .wrapper {
  width: 80%;
  margin: 0 auto;
}

.email-btn{
	
display:none;
	
}

.header div.font-size {
  
display:none;

}

.header{
	
	height:auto;
}

/* Banner */

.banner {
  
  width:100%;
  height:400px;
  background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #f7f8f9 21%, #eef3f5 45%, #deeaee 74%, #d4e4e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(21%,#f7f8f9), color-stop(45%,#eef3f5), color-stop(74%,#deeaee), color-stop(100%,#d4e4e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4e4e9',GradientType=0 ); /* IE6-9 */
  
  
}

.banner-left{
	
	
	width:100%;
	
	float:left;
}

.banner-left-text{
	
	height:auto;
	width:100%;

	
}

.banner-left-text p{
	
	text-align:center;
	color: #5a0070;
	font-size: 14pt;
	
}

.banner-left-text h2{
	
	text-align:center;
	font-family: 'Junge', serif;
  	color: #5a0070;
  	font-weight:400;
  	font-size: 20pt;
}

.banner-left-text a{
	
	background-color:#803291;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.banner-left-text a:hover{
	
	background-color:#5a0070;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner-right{
	
	display:none;
float:left;
	width:100%;
	
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: none;
  height:auto;
}

.navbar li {
  display: block;
  padding-top:8px;
position:relative;
width:100%;
  
}



}

/** Phone */
@media (max-width: 500px) {
	
.wrapper {
  width: 80%;
  margin: 0 auto;
}

/* Banner */

.banner {
  
  width:100%;
  height:400px;
  background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #f7f8f9 21%, #eef3f5 45%, #deeaee 74%, #d4e4e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(21%,#f7f8f9), color-stop(45%,#eef3f5), color-stop(74%,#deeaee), color-stop(100%,#d4e4e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#f7f8f9 21%,#eef3f5 45%,#deeaee 74%,#d4e4e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d4e4e9',GradientType=0 ); /* IE6-9 */
  
  
}

.banner-left{
	
	
	width:100%;
	
	float:left;
}

.banner-left-text{
	
	height:auto;
	width:100%;

	
}

.banner-left-text p{
	
	text-align:center;
	color: #5a0070;
	font-size: 14pt;
	
}

.banner-left-text img{
	margin:auto;
	width:auto;
}

.banner-left-text h2{
	
	text-align:center;
	font-family: 'Junge', serif;
  	color: #5a0070;
  	font-weight:400;
  	font-size: 20pt;
}

.banner-left-text a{
	
	background-color:#803291;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.banner-left-text a:hover{
	
	background-color:#5a0070;
	text-decoration:none;
	color: #fff;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner-right{
	
	display:none;
	float:left;
	width:100%;
	
}
.email-btn{
	
display:none;
	
}

.header div.font-size {
  
display:none;

}

.header {
  
  width:100%;
  height:auto;
  background-color:#5a0070;
  
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: none;
  height:auto;
}

.navbar li {
  display: block;
  padding-top:8px;
position:relative;
width:100%;
  
}

.css-menu-panel{
	
	width:100%;
	background-color:#803291;
	position:absolute;
	margin-top:12px;
	height:auto;
	list-style:none;		  
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0px;
  z-index: 1000000;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
	
}


.css-menu-panel:hover{
	
	background-color:#5a0070;
	color:#803291;
}
  
}