/* Custom CSS */

/* Responsive notes */
/* min-width targets all widths above */
/* max-width targets all widths below */

/* Demo custom font - delete */

/*@font-face {
	font-family: 'chunkfive_printregular';
	src: url("fonts/chunk_five_print-webfont.eot");
	src: url("fonts/chunk_five_print-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chunk_five_print-webfont.woff2") format("woff2"), url("fonts/chunk_five_print-webfont.woff") format("woff"), url("fonts/chunk_five_print-webfont.ttf") format("truetype"), url("fonts/chunk_five_print-webfont.svg#chunkfive_printregular") format("svg");
	font-weight: normal;
	font-style: normal;
}*/

/* Default body font */

body {
	font-family: 'Oswald', sans-serif;
	
}



/* OFF CANVAS MENU */
/* Off canvas menu contains a nav menu, content widgets and social icons - for mobile devices */

/* Off canvas headers */
aside.right-off-canvas-menu h5 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

/* Off canvas nav */
aside.right-off-canvas-menu .side-navigation-container ul li a {
	font-family: 'IM Fell English SC', serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

/* Off canvas link hovers and active pages */
aside.right-off-canvas-menu a:hover, aside.right-off-canvas-menu .side-navigation-container ul li > a:hover, aside.right-off-canvas-menu .side-navigation-container ul li.current-menu-item > a, aside.right-off-canvas-menu .side-navigation-container ul li.current-menu-ancestor > a {
	color: #ee3a43;
}

/* Location and phone contents */
aside.right-off-canvas-menu .location-container a, aside.right-off-canvas-menu .phone-container a {
	font-size: 20px;
	color: #fff;
}

/* Social icons */
aside.right-off-canvas-menu .social-container ul li a {
	color: #fff;
	font-size: 22px;
}

/* Off canvas paragraphs */
aside.right-off-canvas-menu p {
	color: #fff;
	font-size: 14px;
}



/* SITE HEADER */

.header-container {
	background: #343434;
	color: #fff;
}

/* Left and right padding */
.header-container .header {
	padding: 0 18px;
}
@media (min-width: 768px) {
	.header-container .header {
		padding: 0 28px;
	}
}
@media (min-width: 1024px) {
	.header-container .header {
		padding: 0 50px;
	}
}



/* HEADER LOGO */

/* Logo positioning */
.header-container .header h1.header-logo {
	margin-top: 23px;
	margin-bottom: 0px;
}
@media (min-width: 1024px) {
	.header-container .header h1.header-logo {
		margin-bottom: 0;
	}
}
.is-mobile .header-container .header h1.header-logo {
	margin-bottom: 0px;
}

/* Logo size */
/* padding-top = height */
.header-container .header h1.header-logo a {
	width: 332px;
	padding-top: 78px;
	
}

/* Add breakpoints as needed */
@media (max-width: 420px) {
	.header-container .header h1.header-logo a {
		width: 217px;
		padding-top: 50px;
	}
}
/*@media (min-width: 768px) {
	.header-container .header h1.header-logo a {
		width: 440px;
		padding-top: 98px;
	}
}*/

@media (min-width: 1125px) {
	.header-container .header h1.header-logo a {
		width: 332px;
		padding-top: 78px;
	}
}

/* HEADER NAVIGATION */

/* Primary nav style */
.header-container .header .header-right-container .header-navigation-container ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'IM Fell English SC', serif;
	padding-top: 20px;
}

/* Primary nav breakpoint */
@media (min-width: 1024px) { .header-container .header .header-right-container .header-navigation-container { display: block; } }

/* Primary nav hover */
.header-container .header .header-right-container .header-navigation-container ul li:hover > a, .header-container .header .header-right-container .header-navigation-container ul li.current-menu-item > a, .header-container .header .header-right-container .header-navigation-container ul li.current-menu-ancestor > a {
	color: #ee3a43;
}

/* Sub-menu */
.header-container .header .header-right-container .header-navigation-container ul li ul.sub-menu {
	width: 250px;
	top: 76px;
	background: #343434;
}

/* Secondary sub-menu - must match width of sub-menu */
.header-container .header .header-right-container .header-navigation-container ul li ul.sub-menu li ul.sub-menu {
	left: -250px;
}



/* CUSTOM HEADER OPTIONS */

/* Button option */
.header-container .header .header-right-container a.header-custom-button {
	font-family: 'IM Fell English SC', serif;
	margin-top: 33px;
	background-color: #ee3a43;
	color: #fff;
	padding: 6px 24px;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 18px;
}






.header-container .header .header-right-container a.header-custom-button:hover {
	background-color: #cb2830;
}
@media (min-width: 1024px) {
	.header-container .header .header-right-container a.header-custom-button {
		margin-top: 33px;
	}
}

/* Button option breakpoint */
@media (min-width: 768px) { .header-container .header .header-right-container a.header-custom-button { display: block; } }

/* Social option */
.header-container .header .header-right-container .header-social-container {
	border-left: 1px solid #fff;
}
.header-container .header .header-right-container .header-social-container ul li a {
	color: #f7b101;
	font-size: 33px;
}
.header-container .header .header-right-container .header-social-container ul li a:hover {
	color: #fff;
}

@media (min-width: 1024px) { .header-container .header .header-right-container .header-social-container { display: block; } }

/* Phone option */

.header-container .header .header-right-container .header-phone-number-container a.header-phone-number {
	font-size: 30px;
	color: #fff;
	/* Adjust padding top and bottom to fill the left border */
	padding-top: 22px;
	padding-bottom: 20px;
	font-family: 'IM Fell English SC', serif;
}

@media (min-width: 1024px) {
	.header-container .header .header-right-container .header-phone-number-container a.header-phone-number {
		padding-top: 26px;
		padding-bottom: 22px;
	}
}

.header-container .header .header-right-container .header-phone-number-container {
	border-left: 2px solid #fff;
}

@media (min-width: 1200px) { .header-container .header .header-right-container .header-phone-number-container { display: block; } }

/* Off canvas button */

@media (min-width: 420px) {
	.header-container .header span.right-off-canvas-toggle {
		margin-top: 38px;
	}
}

/* Set break point for off canvas button to not display */
@media (min-width: 1024px) { .header-container .header span.right-off-canvas-toggle { display: none; } }



/* VISUAL CONTAINER */

/* Background below image - for while the image is loading - important on slower internet speeds */
.visual-container {
	background: #6B6B6B;
}

/* Slide transparent overlay */
/*.visual-container .visual .slide .slide-content-container {
	background-color: rgba(81, 76, 68, 0.2);
}*/

/* Slide header - use percentage for dynamic font size - test for mobile */
.visual-container .visual .slide .slide-content-container .slide-content h2 {
	font-family: 'IM Fell English SC', serif;
	font-size: 100%;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Full-height slide option header - use percentage for dynamic font size - test for mobile  */
.full-height-slideshow .visual-container .visual .slide .slide-content-container .slide-content h2 {
	font-size: 250%;
}
@media (min-width: 640px) {
	.full-height-slideshow .visual-container .visual .slide .slide-content-container .slide-content h2 {
		font-size: 100%;
	}
}

/* Slide header color */
.visual-container .visual .slide .slide-content-container .slide-content h2, .visual-container .visual .slide .slide-content-container .slide-content h2 a {
	color: #fff;
}

/* Slide paragraph container */
.visual-container .visual .slide .slide-content-container .slide-content .slide-content-copy {
	background-color: rgba(52, 52, 52, 0.35);
}

/* Slide paragraph style */
.visual-container .visual .slide .slide-content-container .slide-content .slide-content-copy p {
	color: #fff;
	font-size: 44%;
	text-transform: uppercase;
}

/* Full-height slide option paragraph */
.full-height-slideshow .visual-container .visual .slide .slide-content-container .slide-content .slide-content-copy p {
	font-size: 100%;
}
@media (min-width: 640px) {
	.full-height-slideshow .visual-container .visual .slide .slide-content-container .slide-content .slide-content-copy p {
		font-size: 44%;
	}
}

/* INTERIOR VISUAL */

/* Interior visual overlay */
.interior-page .visual-container .screenshot-interior:before {
	background-color: rgba(81, 76, 68, 0.2);
}

/* Interior visual header */
.interior-page .visual-container .screenshot-interior h2 {
	font-family: 'IM Fell English SC', serif;
	font-size: 100%;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #fff;
	
}


/* CUSTOM BODY BACKGROUND */
.custom-body-background.interior-page .body-wrapper {
	background-image: url("images/custom-body-background.jpg");
}

.custom-body-background.interior-page .body-wrapper .body-container .body {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}


/* SLAMDOT CONTENT ROW - [slamdot-content-container] */
/* For no background: [slamdot-content-container classes=""] */
/* Create your own here by copying and replacing "alternate-body-container-style" in styles below */

.body-wrapper .body-container.alternate-body-container-style {
	background-color: #4e4e4e;
	background-image: url("images/alternate-body-container-background.png");
}
.body-wrapper .body-container.alternate-body-container-style .body .content {
	color: #fff;
}

/* Alternate body style headers */
.body-wrapper .body-container.alternate-body-container-style .body .content h1, .body-wrapper .body-container.alternate-body-container-style .body .content h2, .body-wrapper .body-container.alternate-body-container-style .body .content h3, .body-wrapper .body-container.alternate-body-container-style .body .content h4,  .body-wrapper .body-container.alternate-body-container-style .body .content h6 {
	color: #ee3a43;
}

/* Alternate body styling headers as links */
.body-wrapper .body-container.alternate-body-container-style .body .content h1 a, .body-wrapper .body-container.alternate-body-container-style .body .content h2 a, .body-wrapper .body-container.alternate-body-container-style .body .content h3 a, .body-wrapper .body-container.alternate-body-container-style .body .content h4 a, .body-wrapper .body-container.alternate-body-container-style .body .content h5 a, .body-wrapper .body-container.alternate-body-container-style .body .content h6 a {
	color: #ee3a43;
}

/* Alternate body style HR horizontal rule */
.custom-body-background.interior-page .body-wrapper .body-container .body hr {
	border-top: 5px solid #4D4D4D;
}


/* CUSTOM BUTTONS */

.body-wrapper .body-container .body a.custom-button {
	margin-top: 14px;
  	background-color: #4d72b8;
  	color: #fff;
  	padding: 12px 36px;
  	text-transform: uppercase;
  	border-radius: 3px;
	font-weight: bold;
	display: inline-block;
}

.body-wrapper .body-container .body a.custom-button:hover {
	background-color: #EDAD0B;
  	color: #fff;
}


/* CONTENT BODY STYLES */

/* Links */
.body-wrapper .body-container .body a {
	color: #ee3a43;
}
.body-wrapper .body-container .body a:hover {
	color: #000000;
}

/* Buttons - Bootstrap class btn */
.body-wrapper .body-container .body a.btn {
	border: none;
	font-size: 22px;
	font-family: 'IM Fell English SC', serif;
	text-transform: uppercase;
	background-color: #ee3a43;
	color: #fff;
	/*padding: 6px 24px;*/
}
.body-wrapper .body-container .body a.btn:hover {
	background-color: #cb2830;
	color: #fff;
}

/* Copy color */
.body-wrapper .body-container .body .content {
	color: #575757;
}

/* Header font sizes */
.body-wrapper .body-container .body .content h1 {
	font-size: 70px;
}
.body-wrapper .body-container .body .content h2 {
	font-size: 60px;
}
.body-wrapper .body-container .body .content h3 {
	font-size: 50px;
}
.body-wrapper .body-container .body .content h4 {
	font-size: 42px;
}
.body-wrapper .body-container .body .content h5 {
	font-size: 35px;
}
.body-wrapper .body-container .body .content h6 {
	font-size: 28px;
}

/* Header styling */
.body-wrapper .body-container .body .content h1, .body-wrapper .body-container .body .content h2, .body-wrapper .body-container .body .content h3,  .body-wrapper .body-container .body .content h6 {
	color: #fff;
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 16px;
}

/* Headers as links styling */
.body-wrapper .body-container .body .content h1 a, .body-wrapper .body-container .body .content h2 a, .body-wrapper .body-container .body .content h3 a, .body-wrapper .body-container .body .content h4 a, .body-wrapper .body-container .body .content h5 a, .body-wrapper .body-container .body .content h6 a {
	color: #ee3a43;
}

/* Mobile Headers size override - improves readability */
@media (max-width: 640px) {
	.body-wrapper .body-container .body .content h1, .body-wrapper .body-container .body .content h2, .body-wrapper .body-container .body .content h3, .body-wrapper .body-container .body .content h4, .body-wrapper .body-container .body .content h5, .body-wrapper .body-container .body .content h6 {
		font-size: 32px;
	}
}

/* List item */
.body-wrapper .body-container .body .content li {
	font-size: 18px;
}

/* Paragraphs */
.body-wrapper .body-container .body .content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 14px;
}

/* HR - horizontal rule */
.body-wrapper .body-container .body hr {
	border-top: 5px solid #4D4D4D;
}

/* WP caption styles */
.wp-caption {
	color: #6d8090;
}

.wp-caption-text {
	font-size: 0.9rem;
	margin: 9px 0;
	font-weight: 500;
}


/* FORMS STYLING */

/* Input fields */
.body-wrapper .body-container input[type="text"], .body-wrapper .body-container input[type="date"], .body-wrapper .body-container input[type="datetime"], .body-wrapper .body-container input[type="datetime-local"], .body-wrapper .body-container input[type="email"], .body-wrapper .body-container input[type="month"], .body-wrapper .body-container input[type="number"], .body-wrapper .body-container input[type="range"], .body-wrapper .body-container input[type="search"], .body-wrapper .body-container input[type="tel"], .body-wrapper .body-container input[type="time"], .body-wrapper .body-container input[type="url"], .body-wrapper .body-container input[type="week"], .body-wrapper .body-container select, .body-wrapper .body-container textarea {
	border: 0;
	background: #ECECEC;
	height: 36px;
	padding: 4px 8px;
	line-height: 36px;
	color: #7B7B7B;
}

/* Submit buttons */
.body-wrapper .body-container input[type="submit"], .body-wrapper .body-container a.btn {
	border: none;
	font-size: 16px;
	font-family: 'IM Fell English SC', serif;
	text-transform: uppercase;
	background-color: #ee3a43;
	color: #fff;
	padding: 10px 26px;
	margin-bottom: 10px;
	border-radius: 4px;
	line-height: 1;
}

/* Submit button hover */
.body-wrapper .body-container input[type="submit"]:hover, .body-wrapper .body-container a.btn:hover {
	background-color: #cb2830;
	color: #fff;
}


/* TRIBES EVENT CALENDAR BUTTONS */

/* Tribes buttons */
.body-wrapper .body-container #tribe-events .tribe-events-button {
	background-color: #f7b100;
	color: #343434;
}

/* Tribes buttons hover */
.body-wrapper .body-container #tribe-events .tribe-events-button:hover {
	background-color: #343434;
	color: #f7b100;
}

/* SIDEBAR */

/* Sidebar header sizes */
.body-wrapper .body-container .body .sidebar h1 {
	font-size: 70px;
}
.body-wrapper .body-container .body .sidebar h2 {
	font-size: 60px;
}
.body-wrapper .body-container .body .sidebar h3 {
	font-size: 50px;
}
.body-wrapper .body-container .body .sidebar h4 {
	font-size: 42px;
}
.body-wrapper .body-container .body .sidebar h5 {
	font-size: 35px;
}
.body-wrapper .body-container .body .sidebar h6 {
	font-size: 28px;
}

/* Sidebar header styling */
.body-wrapper .body-container .body .sidebar h1, .body-wrapper .body-container .body .sidebar h2, .body-wrapper .body-container .body .sidebar h3, .body-wrapper .body-container .body .sidebar h4, .body-wrapper .body-container .body .sidebar h5, .body-wrapper .body-container .body .sidebar h6 {
	color: #fff;
	font-family: 'IM Fell English SC', serif;
	text-transform: uppercase;
}

/* Sidebar headers as links color */
.body-wrapper .body-container .body .sidebar h1 a, .body-wrapper .body-container .body .sidebar h2 a, .body-wrapper .body-container .body .sidebar h3 a, .body-wrapper .body-container .body .sidebar h4 a, .body-wrapper .body-container .body .sidebar h5 a, .body-wrapper .body-container .body .sidebar h6 a {
	color: #ee3a43;
}

/* Mobile Headers size override - improves readability */
@media (max-width: 640px) {
	.body-wrapper .body-container .body .sidebar h1, .body-wrapper .body-container .body .sidebar h2, .body-wrapper .body-container .body .sidebar h3, .body-wrapper .body-container .body .sidebar h4, .body-wrapper .body-container .body .sidebar h5, .body-wrapper .body-container .body .sidebar h6 {
		font-size: 32px;
		line-height: 1.2px;
	}
}

/* Sidebar paragraph and list item font size */
.body-wrapper .body-container .body .sidebar p, .body-wrapper .body-container .body .sidebar li {
	font-size: 18px;
}

/* SOCIAL CONTAINER */

.socialize-container {
	background: #898989; /*url("images/social-background.png") repeat center;*/
	border-bottom: 10px solid #ee3a43;
}
.socialize-container .socialize-content h5 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'IM Fell English SC', serif;
}
.socialize-container .socialize-content ul li a {
	color: #fff;
	font-size: 22px;
}
.socialize-container .socialize-content ul li a:hover {
	color: #e0e0e0;
}
@media (min-width: 400px) {
	.socialize-container .socialize-content ul li a {
		font-size: 36px;
	}
}
@media (min-width: 768px) {
	.socialize-container .socialize-content ul li a {
		font-size: 58px;
	}
}

/* FOOTER */

.footer-container {
	background: #000000;
	color: #fff;
}

/* Left column - site name */
.footer-container .footer .footer-one h5 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'IM Fell English SC', serif;
}
.footer-container .footer .footer-one h5 a {
	color: #fff;
}
@media (min-width: 768px) {
	.footer-container .footer .footer-one h5 {
		font-size: 25px;
	}
}

/* Footer address */
.footer-container .footer .footer-one p.footer-address {
	font-size: 18px;
}
.footer-container .footer .footer-one p.footer-address a {
	color: #cccccc;
}
.footer-container .footer .footer-one p.footer-address a:hover {
	color: #ee3a43;
}

/* Footer Gravity Forms */
.footer-container .footer .footer-two .gform_wrapper form input[type="text"] {
	background-color: #242424;
	color: #f9c133;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
}

/*@media (min-width: 1100px) {
	.footer-container .footer .footer-two .gform_wrapper form input[type="text"] {
		font-size: 15px;
	}
}*/

/* Footer divider for mobile */
.footer-container .footer .footer-three {
	border-top: 2px solid #242424;
}

/* Do not remove! */
@media (min-width: 1100px) { .footer-container .footer .footer-three { border-top: none; } }

/* Footer navigation */
.footer-container .footer .footer-three .footer-navigation-container ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

/* Footer nav hover */
.footer-container .footer .footer-three .footer-navigation-container ul li:hover > a {
	color: #ee3a43;
}

/* Footer shout-out */
.footer-container .footer .footer-three p.shout-out {
	color: #cccccc;
	font-size: 15px;
}
.footer-container .footer .footer-three p.shout-out a {
	color: #cccccc;
}
.footer-container .footer .footer-three p.shout-out a:hover {
	color: #ee3a43;
}


.magiquest  {
	
	background: url("images/mq_section.png") no-repeat center;
        background-size: cover;

	
	}

.golf  {
	
	background: url("images/golf_section.png") no-repeat center;
        background-size: cover;

	
	}

.vault  {
	
	background: url("images/vault_section.png") no-repeat center;
        background-size: cover;

	
	}

.odyssey  {
	
	background: url("images/odyssey_section.png") no-repeat center;
        background-size: cover;

	
	}


.pricing  {
	
	background: url("images/pricing.png") no-repeat center;
        background-size: cover;
	border-bottom: 8px solid #ee3a43;

	
	}

.faq  {
	
	background: url("images/faq.png") no-repeat center;
        background-size: cover;
	border-bottom: 8px solid #ee3a43;

	
	}



.groups  {
	
	background: url("images/groups.png") no-repeat center;
        background-size: cover;
	border-bottom: 8px solid #ee3a43;

	
	}

.contact  {
	
	background: url("images/contact.png") no-repeat center;
        background-size: cover;
	
	
	}


.content .col-large-small .col-half-1 {
  width: 70%;
}

.content .col-large-small .col-half-2 {
  width: 30%;
}

.content .col-small-large .col-half-1 {
  width: 30%;
}

.content .col-small-large .col-half-2 {
  width: 70%;
}



@media (max-width: 768px) {

.content .col-large-small .col-half-1 {
  width: 100%;
}

.content .col-large-small .col-half-2 {
  width: 0%;
}

.content .col-small-large .col-half-1 {
  width: 0%;
}

.content .col-small-large .col-half-2 {
  width: 100%;
}

}

.white  {

	background: #fff;


}

h4 { line-height: 1.2;


}




/*Off Canvas Menu Edits*/

.off-canvas-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

aside.right-off-canvas-menu {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: fixed;
  top: 0;
  right: -180px;
  background: #343434;
  width: 180px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  padding: 20px 20px 20px 44px;
  -webkit-user-select: none;
  touch-action: pan-y;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
}
.move-left aside.right-off-canvas-menu {
  -ms-transform: translate(-180px, 0);
  -webkit-transform: translate3d(-180px, 0, 0);
  -moz-transform: translate3d(-180px, 0, 0);
  -ms-transform: translate3d(-180px, 0, 0);
  -o-transform: translate3d(-180px, 0, 0);
  transform: translate3d(-180px, 0, 0);
}
.admin-bar aside.right-off-canvas-menu {
  padding-top: 52px;
}
aside.right-off-canvas-menu h5 {
  margin-top: 0;
}
aside.right-off-canvas-menu .widget {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
aside.right-off-canvas-menu .side-navigation-container {
  padding-bottom: 30px;
}
aside.right-off-canvas-menu .side-navigation-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.right-off-canvas-menu .side-navigation-container ul li a {
  padding: 4px 0;
  display: inline-block;
  transition: color 200ms ease;
}
aside.right-off-canvas-menu .side-navigation-container ul li ul.sub-menu {
  padding-left: 20px;
}
aside.right-off-canvas-menu .location-container a {
  transition: color 200ms ease;
}
aside.right-off-canvas-menu .phone-container a {
  transition: color 200ms ease;
}
aside.right-off-canvas-menu .social-container ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.right-off-canvas-menu .social-container ul li {
  padding: 0 12px 12px 0;
  float: left;
}
aside.right-off-canvas-menu .social-container ul li a {
  font-family: 'socicon';
  transition: color 200ms ease;
}

.inner-wrap {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  width: 100%;
}
.move-left .inner-wrap {
  -ms-transform: translate(-180px, 0);
  -webkit-transform: translate3d(-180px, 0, 0);
  -moz-transform: translate3d(-180px, 0, 0);
  -ms-transform: translate3d(-180px, 0, 0);
  -o-transform: translate3d(-180px, 0, 0);
  transform: translate3d(-180px, 0, 0);
}

.move-right .inner-wrap {
  -ms-transform: translate(180px, 0);
  -webkit-transform: translate3d(180px, 0, 0);
  -moz-transform: translate3d(180px, 0, 0);
  -ms-transform: translate3d(180px, 0, 0);
  -o-transform: translate3d(180px, 0, 0);
  transform: translate3d(180px, 0, 0);
}

.body-wrapper .body-container  {

	padding-top: 0px;
	padding-bottom: 0px;

}

.body-wrapper .body-container.alternate-body-container-style .body .content h5  {

	color: #ee3a43;
	font-weight: normal;
	font-family: 'IM Fell English SC', serif;
	text-transform: uppercase;
	<!--margin-top: 20px;-->
	margin-bottom: 16px;


}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
font-size: 12px !important;
}

.gform_wrapper .description_above .gfield_description {
font-size: 16px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
margin: 2px !important;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
font-size: 16px !important;
}