/* CSS Document */
body {
	width: 100%;
	background-color: #fff;
	border-top: 6px solid #373737;
}
.wrapper {
	width: 100%;
	display: block;
	float: left;
}
.wrapper_inner {
	width: 1140px;
	display: block;
	margin: 0 auto;
}
.header {
	width: 100%;
	display: block;
	float: left;
}
.header_logo {
	width: 29.56140350877193%;
	float: left;
}
.header_logo img {
	margin: 0 0 0 14px;
}
.header_icons {
	display: none;
}
.header address {
	width: 70.43859649122807%;
	float: right;
	text-align: right;
}
.header address p {
	color: #662b7e;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 140%;
	line-height: 140%;
	margin: 72px 22px 0 0;
}
.header address p a:hover {
	color: #6ea041;
	text-decoration: none;
	transition: color 500ms ease-out;	
}
.header address p a {
	color: #662b7e;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.header address p strong {
	font-weight: 600;
}
.nav {
	width: 100%;
	display: block;
	float: left;
	background-color: #6ea041;
}
.nav #toggle {
	display: none;
}
.nav nav ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 100%;
	float: left;
	position: relative;
	clear: both;
	z-index: 6666;
}
.nav_admin {
	font-size: 90% !important;
}
.nav nav ul li {
	
	float: left;
	display: block;
	position: relative;
	white-space: nowrap
}
.nav nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #662b7e;
	transition: border-bottom 500ms ease-out;
}
.nav nav ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #6ea041;
	display: block;
	padding: 15px 28px 10px 28px;
	transition: border-bottom 500ms ease-out;
}
.nav nav ul ul {
	position: absolute;
	left: -9999px;
	margin: 0;
	background-color: #6ea041;
	width: 320px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: left;
}
.nav nav ul ul li {
	left: auto;
	width: 100%;
	clear: left;
	font-size: 85% !important;
	text-transform: uppercase;
}
.nav nav ul ul li a {
	padding: 20px;
	margin: 0;
	border-right: none !important;
	border-bottom: 1px solid #5c5c5c !important;
	color: #fff !important;
}
.nav nav ul li:hover ul li a,
.nav nav ul li.hover ul li a { /* This line is required for IE 6 and below */
	padding: 20px;
	margin: 0;
	border-right: none !important;
	border-bottom: 1px solid #5c5c5c !important;
}
.nav nav ul ul li a:hover { 
	background-color: #666 !important;
}
.nav nav ul li:hover ul,
#navigation nav ul li.hover ul { /* This line is required for IE 6 and below */
  left: auto; /* Show the sub menus */
}
.nav .last_sub {
	border-bottom: 8px solid #383838 !important;
	border-top: none !important;
}
.nav_spec {
	color: #ada4b0 !important;
}
.nav_right_drop {
	left: auto;
	right: 0;
}





.content_wrapper {
	width: 100%;
	background-image: url(../images/bg-grad.jpg);
	background-repeat: repeat-x;
	display: block;
	padding: 11px 0;
	float: left;
}
.camera_wrap {
	height: 278px;
}
.camera_caption {
	width: 42%;
}
.camera_caption h3 {
	color: #898a8d;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 310%;
	line-height: 100%;
	padding: 29px 0 20px 41px;
}
.camera_caption h4 {
	color: #595959;
	font-family: "Vijaya", "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 130%;
	line-height: 110%;
	padding: 5px 0 20px 41px;
}
.camera_caption p {
	color: #8c64ac;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 190%;
	line-height: 100%;
	padding: 7px 0 20px 41px;
}
.camera_caption p a:hover {
	color: #39b857;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.camera_caption p a {
	color: #8c64ac;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.go_slider {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 0 0;
}

/* Main content */
.main_wrapper {
    width: 100%;
    display: block;
    float: left;
    background-color: #d3ebac;
    overflow: hidden;
    margin-bottom: -10px;
}
.content_left_col {
	width: 65.35087719298246%;
	float: left;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.content_left_col_admin {
	width: 65.35087719298246%;
	float: left;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.content_left_col_home {
    background-color: #e8f4d5;
    
}
.content_right_col {
	width: 34.64912280701754%;
	float: left;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.right_col_wrapper {
    width: 100%;
    display: block;
    float: left;
    margin-top: 19px;
}
.right_col_divider {
    margin: 20px 17px 28px 25px;
    display: block;
    float: left;
    width: 87%;
    border-bottom: 1px solid #812990;
    clear: both;
}
.content_right_col h2 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	color: #4c2773;
	margin: 20px 17px 24px 25px;
}
.content_right_col h3 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.4em;
	color: #5f73b4;
	margin: 0 17px 4px 25px;
}
.content_right_col h4 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	color: #4c2773;
	margin: 0 17px 18px 25px;
}
.content_right_col p {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
	line-height: 1.3em;
	color: #662b7e;
	margin: 0 17px 18px 25px;

}
.content_right_col p a:hover {
    color: #474747;
}
.content_right_col p a {
    color: #4c2773;
    font-weight: 500;
    text-decoration: none;
}
.content_right_col p strong {
    font-weight: 500;
}
.content_right_col ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
	line-height: 1.6em;
	color: #474747;
	margin: 0 17px 18px 31px;
    list-style-type: disc;
}
.content_right_col li {
	font-weight: 300;
	font-size: 100%;
	line-height: 1.6em;
	color: #474747;
    margin-left: 10px;
}
.content_right_col li a {
	color: #4c2773;
	text-decoration: none;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
.content_right_col li a:hover {
	color: #474747;
	text-decoration: none;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
.content_right_col .support {
    margin-right: 30px;
}
.news_feed {
	width: 100%;
	display: block;
	float: left;
}
.news_feed_wrapper {
	width: 100%;
	display: block;
	float: left;
}
.news_feed h2 {
	border-bottom: 1px solid #4c2773;
	color: #4c2773;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	line-height: 100%;
	margin: 17px 0 20px 0;
}
.news_feed h3 {
	color: #6ea041;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 160%;
	line-height: 130%;
	margin: 17px 0 5px 0;
}
.news_feed h4 {
	color: #4c2773;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 280%;
	line-height: 130%;
	margin: 0px 0 5px 0;
}
.news_feed p {
	color: #474747;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 110%;
	margin: 5px 0 5px 0;
}
.news_feed_image_button {
	width: 100%;
	white-space-collapse: collapse;
	float: left;
	display: block;
}
.news_feed_image_button a {
	text-decoration: none;
}
.news_feed_image_button img {
	width: 100%;
}
.news_feed img {
	margin: 10px 0 0 0 !important;
	white-space-collapse: collapse;
	float: left;
	display: block;
}
.news_feed_image_button p {
	width: 100%;
	background-color: #8c64ac;
	color: #fff !important;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 120%;
	line-height: 110%;
	padding: 15px 0 15px 0 !important;
	text-align: center;
	margin: 0 !important;
	white-space-collapse: collapse;
	float: left;
	display: block;
	transition: background-color 500ms ease-out;
}
.news_feed_image_button a:hover p
 {
	background-color: #39b857 !important;
	transition: background-color 500ms ease-out !important;
	 text-decoration: none
}
.news_feed_divider {
	width: 100%;
	border-bottom: 1px dashed #c2c2c2;
	margin: 32px 0 21px 0;
	display: block;
	float: left;
}
.testimonial_feed {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0 20px 0;
}
.testimonial_feed h2 {
	border-bottom: 1px solid #4c2773;
	color: #4c2773;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	line-height: 100%;
	margin: 17px 0 20px 0;
}
.testimonial_feed p {
	color: #474747;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 100%;
	line-height: 130%;
	padding: 15px 0 5px 0 !important;
}
.testimonials_feed_divider {
	width: 100%;
	border-bottom: 1px dashed #c2c2c2;
	margin: 22px 0 41px 0;
	display: block;
	float: left;
}
.general_content_wrapper {
	width: 100%;
	display: block;
	float: left;
}
.content_spacer_last {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.general_content_wrapper hr {
    width: 92%;
    margin-left: 3%;
    margin-right: 5%;
    float: left;
    border-top: 1px solid #d6d6d6;
    border-bottom: 0px solid #d6d6d6;
    margin-top: 25px;
    margin-bottom: 35px;
    display: block;
    clear: both;
}
.general_content_wrapper h1 {
	color: #662b7e;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 300%;
	line-height: 100%;
	padding: 2px 35px 20px 21px;
}
.general_content_wrapper h2 {
	color: #6ea041;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 200%;
	line-height: 130%;
	padding: 7px 35px 15px 21px;
}
.general_content_wrapper h2 a:hover {
	color: #474747;
	text-decoration: none;
	transition: color 500ms ease-out;	
}
.general_content_wrapper h2 a {
	color: #6ea041;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.general_content_wrapper h3 {
	color: #5f73b4;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 160%;
	line-height: 130%;
	padding: 7px 35px 15px 21px;
}
.general_content_wrapper h3 a:hover {
	color: #474747;
	text-decoration: none;
	transition: color 500ms ease-out;	
}
.general_content_wrapper h3 a {
	color: #6ea041;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.general_content_wrapper p {
	color: #662b7e;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 140%;
	padding: 12px 35px 12px 21px;
}
.general_content_wrapper p a:hover {
	color: #662b7e;
	text-decoration: none;
	transition: color 500ms ease-out;	
}
.general_content_wrapper p a {
	color: #5f73b4;
	text-decoration: none;
	transition: color 500ms ease-out;
    font-weight: 600;
}
.general_content_wrapper ul {
	color: #662b7e;
	margin: 0 35px;
	padding: 10px 15px 10px 8px;
	list-style-type: disc;
}
.general_content_wrapper ol {
	color: #662b7e;
	margin: 0 35px;
	padding: 10px 15px 10px 8px;
	list-style-type: decimal;
}
.general_content_wrapper li {
	color: #662b7e;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 140%;
	padding-left: 10px;
}
.general_content_wrapper li a:hover {
	color: #662b7e;
	text-decoration: none;
	transition: color 500ms ease-out;	
}
.general_content_wrapper li a {
	color: #5f73b4;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.home_main_logos {
    margin-right: 30px;
}

.home_page_row {
	width: 97.4%;
	display: block;
	float: right;
	margin: 15px 0;
}
.home_page_box {
	width: 50%;
	float: left;
}
.home_box_inner {
	width: 88.2%;
	white-space-collapse: collapse;
	line-height: 0;
}
.home_box_inner img {
	width: 100%;
}
.home_box_inner img {
	
}
.home_box_inner p {
	text-align: center;
	background-color: #651f7b !important;
	color: #fff !important;
	padding: 12px 0;
	font-size: 150% !important;
	font-weight: 500;
}
.home_box_inner a:hover,
.home_box_inner a:hover p,
.home_box_inner a:hover img {
	color: #fff;
	text-decoration: none;
	background-color: #6ea041 !important;
	transition: background-color 500ms ease-out;
}
.home_box_inner a,
.home_box_inner a p,
.home_box_inner a img {
	color: #fff;
	text-decoration: none;
	background-color: #651f7b;
	transition: background-color 500ms ease-out;
}

/* Looping list styles */
.list_row_wrapper {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0;
}
.list_row_wrapper h2 {
	padding: 7px 35px 5px 21px !important;
}
.list_row_wrapper img {
	float: right;
	margin: 15px 40px 15px 25px;
}
.list_row_wrapper_divider {
	width: 95%;
	border-bottom: 1px dashed #c2c2c2;
	margin: 12px 0 11px 0;
	display: block;
	float: left;
}
.list_row_wrapper_divider_forms {
	width: 95%;
	border-bottom: 1px dashed #c2c2c2;
	margin: 32px 0 11px 0;
	display: block;
	float: left;
}

/* CONTACT FORM */
.text_field {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 0;
	padding: 7px 6px;
	width: 60%;
	float: left;
	border: 1px solid #ddd;
	color: #474747;
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.text_field_tiny {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 0;
	padding: 7px 6px;
	width: 25%;
	float: left;
	border: 1px solid #ddd;
	color: #474747;
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.text_field:hover,
.text_field:focus,
.text_field_tiny:hover,
.text_field_tiny:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.drop_menu {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 10px 6px 0;
	padding: 7px 12px 7px 6px;
	float: left;
	border: 1px solid #ddd;
	color: #474747;
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.drop_menu:hover,
.drop_menu:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}

.general_divider {
	width: 87.4%;
	border-bottom: 1px dashed #515151;
	margin: 10px 0 25px 0;
	display: block;
	float: left;	
}
.form_submit {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .8em;
	line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #474747;
	padding: 10px 50px;
	margin: 10px 0 0 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.form_submit:hover,
.form_submit:focus {
	color: #fff;
	background-color: #8c64ac;
	border: 1px solid #515151;
	background-image: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
#contact_form_wrapper {
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0 20px 0;
}
#contact_form_wrapper #form_error,
#contact_form_wrapper #form_results {
	width: 87.4%;
	background-color: #fff;
	border: 1px dashed #474747;
	display: block;
	float: left;
	margin: 10px 0 15px 0;
	clear: right;
}
#contact_form_wrapper #form_error h2,
#contact_form_wrapper #form_results h2 {
	color: #39b857;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 190%;
	line-height: 1.2em;
	padding: 10px 20px 0 20px;
	margin: 0 !important;
}
#contact_form_wrapper #form_error ul,
#contact_form_wrapper #form_results ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	color: #ddd;
	font-size: 95%;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0 20px 0 20px;
	list-style-type: disc;
}
#contact_form_wrapper #form_error li,
#contact_form_wrapper #form_results li {
	margin: 5px 0 5px 15px;
}
.contact_input_block_package {
	float: right;
	width: 69%;
	color: #474747;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 95%;
	line-height: 160%;
	padding: 12px 0 12px 0;
}
.package_checkbox {
	margin: 0 10px 0 0;
}

.town_bullet {
	padding: 0 5px;
}
.town_list_constant {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.town_list_constant p {
	color: #242121;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	line-height: 50%;
	padding: 15px 32px 15px 21px;
}
.town_list_text {
	color: #898a8d !important;
	font-size: 90% !important;
	line-height: 170% !important;
}
.town_list_text a:hover {
	color: #39b857;
	transition: color 500ms ease-out;
}
.town_list_text a {
	color: #898a8d;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.no_wrap {
	
}
.book_now {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.2em;
	background-color: #39b857;
	border: 1px solid #ccc;
	color: #fff !important;
	padding: 10px 50px;
	margin: 0px 0 20px 0;
	cursor: pointer;
	float: left;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.book_now:hover,
.book_now:focus {
	color: #fff;
	background-color: #8c64ac;
	border: 1px solid #fff;
	background-image: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}

/* Gallery */
.gallery_wrapper {
	display: block;
	float: left;
	margin: 10px 0 23px 23px;
}
.gallery_main {
	margin-bottom: -22px !important;
}
.gallery_main img {
	
}
.gallery_box {
	width: 158px;
	float: left;
	margin: 2px 6px 2px 0;
}
.footer {
	width: 100%;
	display: block;
	float: left;
	background-color: #373737;
}
.footer_1_col {
	width: 25%;
	float: left;
	margin: 20px 0;
}
.footer_icon_facebook {
	font-size: 250% !important;
    padding-right: 12px;
}
.footer_icon_twitter {
	font-size: 250% !important;
}
.footer_1_col p {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90%;
	line-height: 130%;
	padding: 10px 21px;
	color: #fff;
}
.footer_1_col p a:hover {
	color: #6ea041;
	transition: color 500ms ease-out;
}
.footer_1_col p a {
	color: #fff;
	text-decoration: none;
	transition: color 500ms ease-out;
}
.footer_title {
	color: #6ea041 !important;
	font-size: 110% !important;
}
.footer_glen {
    border-bottom: 8px solid #6ea041;
}
.footer_text_color {
	color: #6ea041 !important;
	padding-right: 10px !important;
}
.footer_rm {
	width: 100%;
	float: left;
	display: block;
	clear: both;
}
.footer_rm p {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90%;
	line-height: 130%;
	padding: 10px 21px;
	color: #fff;
}
.footer_rm p a:hover {
	color: #6ea041;
	transition: color 500ms ease-out;
}
.footer_rm p a {
	color: #fff;
	text-decoration: none;
	transition: color 500ms ease-out;
	cursor: pointer;
}

.back_to_top {
	/*width: 100%;
	display: block;
	float: left;*/
	position: fixed;
	bottom: 10px;
	width: 94px;
	height: 94px;
	right: 10px;
	display: none;
	text-align: right;
	z-index: 1000000;
}
.back_to_top img {
	float: right;
	margin: -60px 20px 20px 0;
}



/* AM */
.content_full_admin {
	width: 100%;
	float: left;
}
#login_form {
	width: 380px;
	margin: 0 0 70px 20px;
	display: block;
}
#login_form h1 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	color: #4c2773;
	margin: 25px 0 14px 0;
}
#login_form label {
	width: 100px;
	float: left;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
	margin: 15px 0 0 0;
	line-height: 1.2em;
	color: #474747;
}

#login_form .admin_login_text_field_sml {
	width: 60%;
	margin: 6px 0;
	padding: 10px 6px;
	border: 1px solid #ddd;
	float: left;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .9em;
	line-height: 1.2em;
	color: #474747;
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
#login_form .admin_text_area {
	width: 266px;
	margin: 6px 0;
	padding: 10px 6px;
	border: 1px solid #ddd;
	float: left;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .9em;
	line-height: 1.2em;
	color: #898989;
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
	-khtml-border-radius: 3px;
}
#login_form .admin_login_text_field_sml:hover,
#login_form .admin_login_text_field_sml:focus,
#login_form .admin_text_area:hover,
#login_form .admin_text_area:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
#login_form .admin_submit {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #898989;
	padding: 5px 40px;
	margin: 10px 0 0 0px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
#login_form .admin_submit:hover,
#login_form .admin_submit:focus {
	color: #fff;
	background-color: #4c2773;
	border: 1px solid #ddd;
	background-image: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.content_full_admin #form_error,
.content_full_admin #form_results {
	width: 96.1%;
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin: 25px auto 15px auto;
}
.content_full_admin #form_error h2,
.content_full_admin #form_results h2 {
	color: #898989;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 110%;
	line-height: 1.2em;
	padding: 20px 20px 0 20px;
	margin: 0 !important;
}
.content_full_admin #form_error ul,
.content_full_admin #form_results ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	color: #898989;
	font-size: 95%;
	font-weight: 300;
	line-height: 1.1em;
	margin: 15px 20px 20px 20px;
	list-style-type: square;
}
.content_full_admin #form_error li,
.content_full_admin #form_results li {
	margin: 5px 0 5px 15px;
}

#intro_admin {
	width: 634px;
	display: block;
	float: left;
	margin: 26px 0 10px 0;
}
#intro_admin h1 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	color: #4c2773;
	margin: 0 0 14px 17px;
}
#intro_admin p {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .85em;
	line-height: 1.6em;
	color: #474747;
	margin: 10px 0 10px 17px;
}
#intro_admin ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 10px 0 10px 32px;
	list-style: square;
	color: #474747;
}
#intro_admin li {
	font-weight: 300;
	font-size: .9em;
	padding: 0 0 0 10px;
}
#intro_admin li a {
	text-decoration: none;
	color: #474747;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
#intro_admin li a:hover {
	text-decoration: none;
	color: #4c2773;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
#intro_admin_full {
	width: 100%;
	display: block;
	float: left;
	margin: 26px 0 10px 0;
}
#intro_admin_full h1 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	color: #4c2773;
	margin: 0 0 14px 17px;
}
#intro_admin_full h2 {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	color: #474747;
	margin: 24px 0 14px 17px;
}
#intro_admin_full p {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .85em;
	line-height: 1.6em;
	color: #474747;
	margin: 10px 0 10px 17px;
}
#intro_admin_full ul {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin: 10px 0 10px 31px;
	list-style: square;
	color: #474747;
}
#intro_admin_full li {
	font-weight: 300;
	font-size: .85em;
	padding: 0 0 0 10px;
}
#intro_admin_full li a {
	text-decoration: none;
	color: #4c2773;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
#intro_admin_full li a:hover {
	text-decoration: none;
	color: #474747;

	-webkit-transition: color 500ms ease-out; 
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
.admin_divider {
	width: 100%;
	margin: 15px 0 29px 0;
	border-top: 1px solid #ccc;
	display: block;
	float: left;
}
.admin_support {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0;
}

.position_form {
	margin-left: 17px;
	margin-top: 10px;
	clear: both;
}
.table_form_row {
	background-color: #d0d0d0 !important;
	padding: 6px 4px;
	width: 95%;
}
.admin_lists {
	width: 98.4%;
	margin: 10px 0;
	border: 1px solid #ccc;
}
.admin_lists th {
	color: #fff;
	border: 1px solid #ccc;
	background-color: #4c2773;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: .9em;
	line-height: 1.3em;
	text-align: left;
	padding: 10px;
}
.admin_lists td {
	color: #474747;
	border: 1px solid #ccc;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 90%;
	line-height: 1.3em;
	padding: 10px;
}
.admin_lists td a:hover,
.admin_list_normal td a:hover {
	color: #4c2773;
	text-decoration: none;

	-webkit-transition: color 500ms ease-in, border 500ms ease-in;
	-moz-transition: color 500ms ease-in, border 500ms ease-in;
	-o-transition: color 500ms ease-in, border 500ms ease-in;
	transition: color 500ms ease-in, border 500ms ease-in;
}
.admin_lists td a {
	color: #464646;
	text-decoration: none;

	-webkit-transition: color 500ms ease-in, border 500ms ease-in;
	-moz-transition: color 500ms ease-in, border 500ms ease-in;
	-o-transition: color 500ms ease-in, border 500ms ease-in;
	transition: color 500ms ease-in, border 500ms ease-in;
}
.admin_lists tr {
	-webkit-transition: background-color 500ms ease-in, border 500ms ease-in;
	-moz-transition: background-color 500ms ease-in, border 500ms ease-in;
	-o-transition: background-color 500ms ease-in, border 500ms ease-in;
	transition: background-color 500ms ease-in, border 500ms ease-in;
}
.admin_lists tr:hover {
	background-color: #f7f7f7 !important;

	-webkit-transition: background-color 500ms ease-in, border 500ms ease-in;
	-moz-transition: background-color 500ms ease-in, border 500ms ease-in;
	-o-transition: background-color 500ms ease-in, border 500ms ease-in;
	transition: background-color 500ms ease-in, border 500ms ease-in;
}
.admin_list_normal {
	background-color: #efefef !important;
}
.admin_list_alt {
	background-color: #D4D4D4;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_list_normal:hover,
.admin_list_alt:hover {
	background-color: #fff;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_submit {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: .8em;
	line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #474747;
	padding: 7px 25px;
	margin: 10px 0 0 17px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_submit:hover,
.admin_submit:focus {
	color: #fff;
	background-color: #4c2773;
	border: 1px solid #898989;
	background-image: none;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}

.form_full_wrapper {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.form_full_wrapper_fields {
	display: block;
	width: 100%;
	float: left;
}
.form_full_wrapper_fields_margin {
	display: block;
	float: left;
	clear: both;
	margin: 25px 0 0 0;
}
.form_full_wrapper_fields label {

}
.form_full_wrapper_fields p {
	margin: 0 0 0 5px !important;
	float: left;
	clear: both;
}
.form_full_wrapper_fields p a:hover {
	text-decoration: none;
	color: #474747;

	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}
.form_full_wrapper_fields p a {
	text-decoration: none;
	color: #fff;

	-webkit-transition: color 500ms ease-in;
	-moz-transition: color 500ms ease-in;
	-o-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}

.label_case_sml {
	float: left;
	width: 28%;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 95%;
	margin: 15px 0 0 0;
	padding-left: 17px;
	line-height: 1.2em;
	color: #474747;
}
.label_case {
	float: left;
	width: 23%;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 110%;
	margin: 15px 0 0 0;
	padding-left: 17px;
	line-height: 1.2em;
	color: #474747;
}
.label_case_lrg {
	float: left;
	width: 23%;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 125%;
	margin: 17px 0 0 0;
	padding-left: 17px;
	line-height: 1.2em;
	color: #474747;
}
.sub_cat_hide {
	display: none;
}
.sub_can_show {
	display: block;
}
.input_block {
	width: 75%;
	float: right;
}
.input_block_checkbox {
	padding: 14px 0 10px 0;
	width: 75%;
	float: right;
}
.align_admin_photo {
	float: left;
	clear: both;
	margin: 15px 0;
}
.input_block img {
	margin-top: 15px;
	border: 1px solid #ddd;
}
.radio_checkbox_wrapper {
	margin: 15px 0 10px 0;
}
.radio_checkbox_wrapper label {
	font-weight: normal;
	margin-right: 10px;
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	color: #f474747;
	font-size: 90%;
}
.radio_checkbox_wrapper input {
	margin-right: 10px;
}

.image_upload_field {
	font-family: "source-sans-pro", Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #474747;
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 0 10px 5px;
	float: left;
}

.admin_text_field {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 0;
	padding: 7px 6px;
	width: 80%;
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #474747;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_text_field:hover,
.admin_text_field:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_drop_menu {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 10px 6px 0;
	padding: 7px 6px;
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #898989;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_drop_menu:hover,
.admin_drop_menu:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}

.editor_position {
	margin: 10px 0 10px 17px;
}
.admin_text_field_image_alt {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	padding: 5px 10px;
	width: 600px;
	float: left;
	margin: 20px 0 -20px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #474747;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_text_field_image_alt:hover,
.admin_text_field_image_alt:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.label_override_img_alt {
}
.admin_text_field_sml {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 1.3em;
	margin: 6px 0;
	padding: 7px 6px;
	width: 30%;
	float: left;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #474747;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_text_field_sml:hover,
.admin_text_field_sml:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_multiselect_menu {
	font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.05em;
	line-height: 1.3em;
	padding: 5px 10px;
	width: 622px;
	float: left;
	margin: 10px 0 10px 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #474747;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}
.admin_multiselect_menu:hover,
.admin_multiselect_menu:focus {
	background-color: #ddd;

	-webkit-transition: color 500ms ease-in, background-color 500ms ease-in;
	-moz-transition: color 500ms ease-in, background-color 500ms ease-in;
	-o-transition: color 500ms ease-in, background-color 500ms ease-in;
	transition: color 500ms ease-in, background-color 500ms ease-in;
}

.admin_blog_divider {
	width: 100%;
	border-bottom: 5px solid #fff;
	margin: 10px 0 9px 0;
	display: block;
	float: left;	
}
.admin_product_divider {
	width: 90.2%;
	border-bottom: 5px solid #cdcdcd;
	margin: 25px 0 25px 0;
	display: block;
	float: left;	
}
.admin_product_divider_grey {
	width: 86.5%;
	border-bottom: 2px solid #fff;
	margin: 15px 0 5px 0;
	display: block;
	float: left;	
}
.checkbox_margin {
	margin: 17px 0 0 10px;
}
.checkbox_spacing {
	margin: 0 10px;
}
