/* 	1. Site Styles
------------------------------------- */
*, *:after, *:before {
	box-sizing: border-box;
}
body {
	background: #e1e1e1;
	color: #5f6064;
	font: 16px verdana, georgia, san-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;/*font-family: 'Cantora One', sans-serif;	
	font-family: 'Finger Paint', cursive;
	font-family: 'Belleza', sans-serif;
	font-family: 'Passion One', cursive;
	
*/}

.navbar-brand {
    font-size:2.6em;
    color: white;
    border-bottom: none;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    background-color: #ffffff;
}

.dropdown-menu {
    border: none;
}

.clearself:before, .clearself:after {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearself:after {
	clear: both;
}
.clearself {
	/*zoom: 1;  IE < 8 */
	clear: both;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
h1 {
	font-size: 2em;/* 32px */
	margin: 0 0 0 15px;
	color: #454647;
}
h2 {
	font-size: 1.65em;/* 26px */
	margin: 8px 0;
	
}
h3 {
	font-size: 1.375em;/* 22px */
	margin: 6px 0 8px;
	color: #163779;	
}

h4 {
	font-size: 1.375em;/* 18px */
	margin: 6px 0 8px;
	color: #316444;
}
h5, h6 {
}
.overflow-show {
	overflow: visible;
}
.quotes blockquote {
	position: relative;
	margin-bottom: 50px;
	width: 98%;
}
.quotes p {
	padding: 15px;
	border-radius: 15px;
	background: #656870 url(../images/header-bg-big-x.png) 50% 50% repeat;
	color: #fff;
	font-style: italic;
	text-align: center;
}
.quotes span {
	font-size: 1.2em;
}
.quotes cite {
	position: absolute;
	bottom: -46px;
	right: 15px;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.quotes cite em {
	font-size: .9em;
	display: block;
	text-transform:capitalize;
}
.quotes i {
	position: absolute;
	right: 65px;
	bottom: -15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #5f6064 transparent transparent transparent;
}
.title {
	background: #e1e1e1 url(mvtc-theme/images/ui-bg_diamond_65_e1e1e1_10x8.png) 50% 50% repeat;
	line-height: 20px;
	border-radius: 0 8px 8px 0;
	margin-bottom: 20px;
}
.title span {
	background: #e1e1e1;
	padding: 7px 10px 0 0;
}
p {
	margin: 0 0 15px 0;
	line-height: 22px;
}

a {
	color: #0088cc;
	border-bottom: dotted 1px #0088cc;
	text-decoration: none;
}
a.icon-phone {
	color: #5f6064;
}
.y-overflow {
	overflow: visible;
}
button {
	border: none;
	padding: 0.6em 1.2em;
	background: #fff;
	color: #1e1e1e;
	font-size: .85em;
	letter-spacing: 1px;
	text-transform:uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

li {
	line-height: 1.3;
}
.img-container {
	border: 2px solid #e1e1e1;	
	background: #fff;
	padding:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
aside li:before {
	content: "\e60d";
	font-family: 'iconmoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-right: 8px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#logo {
	font-family: 'trebuchet_msregular';
	font-size: 1em;
	margin: 0;
	padding-top: 76px;
	background: url('../images/tents-l.png') no-repeat 35px 0px;
	font-style: italic;
	font-weight: 800;
	display: block;
	width: 100%;
	color: #292929;
	margin-top: 0;
	border: none;
}
.header {
	background: rgba(255,255,255,.6);
}
.header .icon-phone, .header .icon-envelope {
	display: none;
	font-size: 2.5em;
	padding: 3px;
	border: solid #292929 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.header h2 {
	padding: 0 10px 0;
	color: #292929;
	line-height: 24px;
}
.splash-contact {
	text-align: right;
	position: relative;
}
.splash-contact aside {
	font-size: 1.5em;
	font-weight: 700;
	color: #292929;
}
.splash-contact span {
	font-size: 1.1em;
	line-height: 1.3em;
}
ul.lists {
	margin-left: 30px;
	list-style-type:square;
}
ul.lists li {
	padding: 0 0 5px;
}
/* 2. MAIN NAVIGATION
------------------------------------------ */
.mainnav {
	background: #163779 /*#2356BE url('../images/noise.jpg') repeat*/;
	position: relative;
}
.mainnav .row {
	padding: 10px 0 0;
	overflow: visible;
}
.mainnav nav > a {
	display: none;
}
.mainnav .nav {
	float: left;
	display: block;
	height: 100%;
	margin-top: -10px;
	width: 100%;
}
.mainnav .nav > ul {
}
.mainnav .nav li {
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: #163779 url('../images/header-bg-big-x.png') repeat left top;
	
}

.mainnav .nav > li:nth-child(2n) {
	background: #1B4596;
}
.mainnav .nav > li:nth-child(3n) {
/*background: #102756;*/	
}
.mainnav .nav li:hover {
	background: #e1e1e1 url('../jquery-ui-1.10.4.custom/css/mvtc-theme/images/ui-bg_diamond_65_e1e1e1_10x8.png') repeat left top;	
}

.mainnav .nav li {
	list-style: none;
	float: left;
	height: 100%;
	vertical-align: middle;
	/*border-left: dotted 1px #666;*/
	width: 18.3%;
}

/*
.mainnav .nav li:first-child {
	border-left: none;
	font-size: 2.6em;
	width: 8%;
}
*/

.mainnav .nav > li a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	display: block;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	opacity: 1;
	text-align: center;
	color: #fff;
	border: none;
}
.mainnav .nav > li a:hover {
	color: #656870;
}
.mainnav .nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	/*background-color: #1F1F1F;
	padding-bottom: 15px;*/
	border-radius: 0 0 8px 8px;
	display: none;
}
/* second level */ 
.mainnav .nav li:hover > ul {
	display: block;
}
.mainnav .nav li ul li {
	width: 100%;
}
.mainnav .nav li ul li a {
	border-top: none;
}
/* ------------ END MAIN NAV ----------
--------------------------------------- */
.tent-quote-btn {
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);

	margin-top: 7px;
}

.tent-quote-btn:before {
	font-family: 'iconmoon';
	content: "\e62a";
	position: absolute;
	top: -1px;
	left: -40px;
	font-size: 32px;
	color: #d02224;	
}
.tent-quote-btn:before:hover {
	color: #fff;
}



/* 	3. Home Page Content 
--------------------------------------- */
.social {
	margin: 10% 0 0;
	width: 100%;
	text-align: left;
	padding: 0 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.social a {
	color: #fff;
	border: none;
}
.social h4 {
	color: #fff;
	font-size: 1.2em
}
.social > div {
	margin: 0 0 15px;
	color: #fff;
}
.social > div i {	
	margin: 0 10px 0 0;
}
.social i {
	font-size: 48px;
	
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-border-radius: 53px;
	-moz-border-radius: 5px;
    
	border-radius: 5px;
    
	transition: all .5s ease-in-out;
}
.social div:hover  i.icon-facebook {
	color: #4966b6;
}
.social div:hover  i.icon-twitter {
	color: #00aced;
}
.social div:hover  i.icon-linkedin {
	color: #3273b1;
}
.social div a span {
	display: none;
}
.feature-box {
	padding: 10px 15px;
	margin-bottom: 20px;
	border-bottom: solid 7px #1b4596;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background: #FFFfff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(#FFFfff,0.01),color-stop(#f9f9f9,0.98));
	background: -webkit-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
	background: -moz-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
	background: -o-linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
	background: linear-gradient(top, #FFFfff 1%, #f9f9f9 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#FFFfff), color-stop(98%,#f9f9f9));
	background: -webkit-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
	background: -moz-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
	background: -o-linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
	background: linear-gradient(top, #FFFfff 1%,#f9f9f9 98%);
	background: -webkit-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
	background: -moz-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
	background: -o-linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
	background: linear-gradient(to bottom, #FFFfff 1%,#f9f9f9 98%);
}
.home-tent {
	width: 100%;
	position: relative;
	background: #999 url("../images/Super-tent-home-blur.jpg") no-repeat top left fixed;
	height: 475px;
	position: relative;/*box-shadow: 0 4px 10px #333;
	border-bottom: 3px solid #c52026;
		border-bottom: 3px solid rgba(197,32,38,.8);*/
}
.home-slogan {
	margin-top: 0;
	padding: 2% 1%;
	/*background: rgba(255,255,255,.7);*/
	color: #fff;
}
.home-slogan:before {
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 140px 60px 140px;
	border-color: transparent transparent rgba(255,255,255,.85) transparent; /* DD2C32 */
}
.home-slogan h2 {
	font-family: 'Cantora One';
	font-size: 2.3em;
	/*text-shadow: 0px 2px 6px #1a1a1a;*/
	border-top: #FFF solid 6px; /*old browser*/
	border-top: rgba(255,255,255,.85) solid 6px; /*new browser*/
	border-radius:  30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	margin-top: 0px;
	padding-bottom: 12px;
	color: #fff;
}
.home-slogan h4 {
	padding: 10px 0 10px;
	margin-bottom: 10px;
}
.home-slogan span.super-tent {
	font-family: 'Belleza', sans-serif;
	color: #FFED1A;/* yellow */ /*DD2C32 - red*/
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
}
.home-slogan span.super-tent em {
	font-style: normal;
	font-size: 1.5em;
}
.home-slogan h2 span sup {
	font-size:.5em;
}
.home-slogan h3 {
	font-size: 2.35em;
	font-family: 'Cantora One', sans-serif;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
}
.home-content {
	padding: 20px 0;
}
.home-content div.fourcol p {
	padding: 7px;
	margin: 5px 0;
}
.home-img-container {
	margin: 0 15px 5px 5px;
	border: 2px solid #e1e1e1;	
	background: #fff;
	padding:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.home-content .btn-slide {
	margin-left: 10px;	
}
.home-content i {
	font-size: 24px;
	margin: 0 10px 0 0;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
	padding: 7px;
	border-radius: 10px;
}
.home-content h2 span {
	font-family: 'Cantora One', sans-serif;
	font-style:italic;
}


.home-content .tent1 i {
	color: #1b4596;
	background: #e1e1e1;
}
.home-content .tent1:hover i {
	background: #1b4596;
	color: #e1e1e1;
}
.home-content .tent1 h2 span {	
	color: #1b4596;
}

.home-content .tent2 i {
	color: #d02224;
	background: #e1e1e1;
}
.home-content .tent2:hover i {
	background: #d02224;
	color: #e1e1e1;
}
.home-content .tent2 h2 span {
	color: #d02224;
}
/*.home-content .tent1 {
	border-bottom: solid 7px #1b4596;
}
.home-content .tent2 {
	border-bottom: solid 7px #d02224;
}
.home-content .tent3 {
	border-bottom: solid 7px #156540;
}*/
.home-content .tent3 i {
	color: #156540;
	background: #e1e1e1;
}
.home-content .tent3:hover i {
	background: #156540;
	color: #e1e1e1;
}
.home-content .tent3 h2 span {
	color: #156540;
}
#mottos {
	background: #163779;
}

#mottos .twelvecol span {
	font-family: 'Cantora One', sans-serif;
	color: #fff;
	font-size: 1.45em;	
	text-transform:uppercase;
	font-weight: 500;
	text-align: center;
	display: inline-table;
	padding-left: 25px;
}

#mottos .twelvecol span:after {
	content: "|";
	padding-left: 25px;
}

#mottos .twelvecol span:last-child:after {
	content: "";
	padding-left: 0;
}
.quote {
	padding: 0 20px;	
}
.quote em {
	font-family: 'Open Sans';
	font-style:italic;
	font-size: .85em;
	display: block;
}

.quote h3 {
	font-size: .75em;
	text-align: right;
	font-style:normal;
	text-transform:uppercase;
	margin-right: 10px;
}

/* -------- End Home Page ------------- 
----------------------------------------*/
.about p {
	margin-bottom: 40px;
}

.about-img-container {
	margin: 0 15px 10px 0;
}
/* TENT STYLES  
--------------------------------------- */

.page-header {
	background: url('../images/super-tent-header-page-blur.png') no-repeat top left fixed;
	position: relative;
}
.tent-styles h1 {
	width: 100%;
	text-transform:uppercase;
	margin-bottom: 40px;
}
.tent-styles > h1 i {
	padding-right: 20px;
}
.tent {
	margin: 50px 0 0;
	position: relative;
}
.tent a {
	border: 0;
}
.tent-img-container {
	border: 2px solid #e1e1e1;	
	background: #fff;
	padding:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.tent img {
	display: block;
	width: 100%;
}

.tent-title {
	width: 100%;
	vertical-align: middle;
	padding: 0;
	position: relative;/*background: #656870;*/	
}
.tent-title:before {
	position: absolute;
	left: 0;
	top: -21px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 15px 50px;
	border-color: transparent transparent #163779 transparent;
	z-index: 2;
}

h2.tent-title {
	margin: 40px 0 15px;
}
h3.tent-title {
	font-size: 1.45em;
	color: #5f6064;
}
a.button {
	display: block;
	padding: 8px;
	text-align: center;
	background: #163779;
	float: right;
	font-size: 1em;
	text-transform:uppercase;
	color: #fff;
	border:1px solid #292929;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
a.button:hover {
	background: #656870 url('../images/header-bg-big-x.png') repeat left top;
}
.tent-description {
	width: 100%;
	margin: 0;
	min-height: 55px;
	font-size: 14px;
	line-height:17px;
	/*border-top: solid 4px #163779;
	border-left: solid 1px #163779;
	border-right: solid 1px #163779;
	border-radius: 20px 20px 0 0;*/
	position: relative;
}
.tent-description:after {
/*position: absolute;
	right: 50px;
	bottom: -24px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 36px 0 36px;
	border-color: #163779 transparent transparent transparent;*/
}
.tent-venues {
	/*background: #1B4596;*/
	width: 100%;
	margin: 10px 0;
	font-size: .85em;
	padding: 5px 0;
	float: left;
}
.tent-venues ul {
	width: 100%;
}
.tent-venues ul li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	font-size: .85em;
}
.tent-venues ul li:after {
	content: "|";
	font-weight: 700;
	margin-left: 5px;
	color: #163779;
}
.tent-venues ul li:last-child::after {
	content: "";
}

.tent-sizes {
	min-height: 65px;
	width: 100%;
	font-size: .9em;
}
.tent-sizes div {
	margin: 10px 0 5px;
	font-size: 1.15em;
	font-weight: 700;
}
.tent-animate {
	position: relative;
	text-align: center;
	border-radius: 10px;
	margin: 10px;
	float: right;
}
/*.tent-animate:before {
	position: absolute;
	font-family: "iconmoon";
	content: "\e615";
	top: 60px;
	left: 40px;
	font-size: 64px;
	border-radius: 50%;
	z-index:-1;
}*/
.tent-img, #tent-lines {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.no-svg #tent-lines {
	display: none;
}
#tent-lines {
	position:absolute;
	top: 10px;
	left: 50%;
	margin:0 0 0 -225px;
}

/*.tent-animate:after {
	content: attr(data-description);
	position: absolute;
	top: -1.5em;
	left: 0;
	color: #036;
	font-size: 1.65em;
	font-weight: 600;
}*/
.custom-tent-img {
	opacity: 0;
	border: 2px solid #e1e1e1;
	border-radius: 10px;
	background: #fff;
	padding:10px;
	transition: all ease-in 1s;
	position: relative;
}
.hide {
	opacity: 0;
}
.show {
	opacity: 1;
}
dl {
	margin: 10px 0;
}
dt {
	color: #292929;
	font-weight: 700;
}
dd {
	position: relative;
	margin-bottom: 10px;
} 

/* SIDEBAR */
.sidebar {
	padding-bottom: 20px;
}
.sidebar .title {
	margin-top: 39px;
}
.sidebar ul[role=nav] {
	margin: 5px 0 25px 20px;
}
.sidebar .feature-box {
	margin-top: 10px;
}
.sidebar .feature-box h4 {
	color: #163779;
}
.sidebar ul[role=nav] li {
	padding: 3px;
	position: relative;
	list-style-type:square;
	border-bottom: dotted 1px #163779;
}
.sidebar ul[role=nav] li a {
	border: none;
}
.sidebar ul, .sidebar p {
	font-size: .85em;
}
/* FOOTER
--------------------------------------- */
footer {
	background: #656870 url(../images/header-bg-big-x.png) 50% 50% repeat;
	margin-top: 20px;
	font-size: .85em;
	color: #e1e1e1;
	
}
footer h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #fff;
}
footer a {
	color: #e1e1e1;
	border-color: #e1e1e1;
}
footer li {
	line-height: 1.7em;	
}
footer li p {
	margin: 0;
}
footer nav li {
	float: left;
	width: 50%;
}
footer .bottom-footer {
	background: #292929;
	font-size: .85em;
}
footer .social-media {
	margin-top: 15px;
}
footer .social-media a {
	margin-right: 10px;
	font-size: 24px;
	border: none;
}
.social-media i {
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.social-media a:hover i.icon-facebook {
	color: #4966b6;
}
.social-media  a:hover i.icon-twitter {
	color: #00aced;
}
.social-media  a:hover i.icon-linkedin {
	color: #3273b1;
}
.centered {
	background: #e1e1e1;
	box-shadow: 0 0 10px #333;
	width: 96%;
}
.foot-ul {
	list-style: circle;
	margin: 5px 0 0 25px;
}
.foot-ul li {
	line-height: 1.2em;
}
/* ----------- END FOOTER --------------
----------------------------------------*/

/* CUSTOM BUTTONS 
--------------------------------------- */
.btn-slide {
	background: #163779;/*#5f6064*/
	padding-left:15px;
	padding-right:65px;
	height:32px;
	display:inline-block;
	position:relative;
	border:1px solid #5d81ab;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:10px 0px;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.btn-slide-text {
	padding-top:4px;
	display:block;
	white-space:nowrap;
	font-size: 1.125em;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#fff;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.btn-slide-slide-text {
	position:absolute;
	height:100%;
	top:0px;
	right:52px;
	width:0px;
	background:#63707e;
	text-shadow:0px -1px 1px #363f49;
	color:#fff;
	font-size:14px;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:left;
	text-indent:10px;
	overflow:hidden;
	line-height:32px;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-transition:width 0.3s linear;
	-moz-transition:width 0.3s linear;
	-o-transition:width 0.3s linear;
	transition:width 0.3s linear;
}
.btn-slide-icon-right {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:52px;
	border-left:1px solid #5d81ab;
	-webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	-moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.btn-slide-icon-right span {
	width:38px;
	height:38px;
	opacity:0.7;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0px 0px -20px;
	background: transparent url(../images/arrow_right.png) no-repeat 50% 55%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}.btn-slide:hover {
	padding-right:180px;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.btn-slide:hover .btn-slide-text {
	text-shadow:0px 1px 1px #5d81ab;
	color:#fff;
}
.btn-slide:hover .btn-slide-slide-text {
	width:100px;
}
.btn-slide:hover .btn-slide-icon-right span {
	opacity:1;
}
.btn-slide:active {
	position:relative;
	top:1px;
	background:#5d81ab;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
	border-color:#80a9da;
}
/* Super Tent Button */
.btn-slide-super {
	background: #FFED1A;
}
.btn-slide-super .btn-slide-text {
	color: #292929;
}
.btn-slide-super:hover .btn-slide-text {
	text-shadow:0px 1px 1px #5d81ab;
	color:#292929;
}
.dark-arrow span {
	background: transparent url(../images/arrow_right_dark.png) no-repeat 50% 55%;
}
.tent2 .btn-slide {
	background: #d02224;	
}
.tent3 .btn-slide {
	background: #156540;	
}
/* ------------- END BUTTONS ----------- */

a.go-top {	
	color: red;
	position: fixed;
	bottom: .5em;
	right: .5em;
	z-index: 50;
	display: none;
	font-size: 48px;
	background: #fff;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding:0;
}
a.go-top:hover {
	
}

/* Form styles */
/* =FORMS
---------------------------------------------------- */
input, textarea {
	font-size: 16px;
	font-weight: 400;
	display: block;
	width: 95%;
	padding: 2px;
	margin-bottom: 2px;
	border: 3px solid #ebe6e2;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
input[type=submit] {
	border: none;
	padding: 0.6em 1.2em;
	background: #c0392b;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	font-weight: normal;
}
input[type=submit]:hover {
	background: #cfd7d6 url(../images/nav_on.jpg) no-repeat;
	color: #fff;
}
input[type=reset] {
	background: #cfd7d6 url(../images/nav_off.jpg) no-repeat;
	color: #80141c;
	cursor: pointer;
}
input[type=reset]:hover {
	background: #cfd7d6 url(../images/nav_on.jpg) no-repeat;
	color: #fff;
}
input[type=file] {
	border: 0;
	font-size: 12px;
}
input[type=checkbox], input[type=radio] {
	border: 0;
}
::-webkit-input-placeholder {
 /*color: #fff;*/
 opacity: .6;
}

:-moz-placeholder { /* Firefox 18- */
 /*color: #fff;*/
 opacity: .6;
}

::-moz-placeholder {  /* Firefox 19+ */
 /*color: #fff;*/
 opacity: .6;
}

:-ms-input-placeholder {
 /*color: #fff;*/
 opacity: .6;
}
input.title {
	font-size: 18px;
}
select {
	font: normal 16px/16px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
div.form-container {
	margin: 3px;
	padding: 5px;
	width: 100%;
}
div.form-container form div {
	padding: 0.15em 0.3em;
	width: 48%;
	float: left;
}
div.form-container label, div.form-container span.label {
	margin-right: 0;
	cursor: pointer;
	display: block;
	position: relative;
	line-height: 24px;
}
div.form-container textarea:focus {
	background-color: #FF9;
	border-color: #FC6;
}
div.form-container div.buttonrow {
	text-align: center;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;	
}
.owl-carousel .owl-item a, .owl-carousel .owl-item a:hover, .owl-carousel .owl-item a:visited {
	border: none;
	color: #5f6064;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .item {
	margin: 3px;
	position: relative;
}
.owl-carousel .item h5 {
    position:  absolute;
    bottom: 0px;
	background:#fff;
    background: rgba(255, 255, 255, .8);
    line-height: 35px;
    width: 100%;
    margin: 0 3px;
    padding: 3px 8px;
}
.owl-carousel .item a img {
	margin: 3px;
	border-radius: 10px;
	display: block;
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* ANIMATIONS */
.element-animation{
  animation: animationFrames ease-in 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode:forwards; /*when the spec is finished*/
  animation-delay: 6s;
  -webkit-animation: animationFrames ease-in 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -webkit-animation-delay: 6s;
  -moz-animation: animationFrames ease-in 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -moz-animation-delay: 6s;
  -o-animation: animationFrames ease-in 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -o-animation-delay: 6s;
  -ms-animation: animationFrames ease-in 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  -ms-animation-delay: 6s;
}

@keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -moz-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -moz-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -moz-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -moz-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -moz-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -webkit-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -webkit-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -webkit-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -webkit-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -webkit-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -o-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -o-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -o-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -o-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -o-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -ms-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -ms-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -ms-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -ms-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -ms-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

/* jQuery UI */
/*.ui-widget {
	font-family: inherit;
	font-size: 1em;
	
}
.ui-accordion .ui-accordion-content {
	padding: .7em 1.2em 0em;
	margin: -10px 0 15px;
	border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	display: block;
	padding: 8px;
	background: #656870;
	font-size: 1em;
	text-transform: uppercase;
	margin: 15px 5px;
	color: #fff;
	border: 1px solid #292929;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background-color: #1B4596;
	background-image: none;
	font-weight: normal;
	color: #fff;
}*/

/* Media Queries (devices and browsers) 
--------------------------------------------- */

/* iPads, iPad Mini, iPad Air -- LANDSCAPE*/
@media only screen and (max-width: 1024px) {
.home-slogan h2 {
	font-size: 2em;
}
.home-slogan h2 span.super-tent {
	font-size: 1.3em;
}
div.form-container textarea {
	width: 300px;
}
}
@media only screen and (max-width: 955px) {
#logo {
	font-size: .8em;
}
}
/* iPads, iPad Mini, iPad Air -- PORTRAIT*/
@media only screen and (max-width: 768px) {
.splash-contact {
	text-align: center;
}
.social {
	margin: 0;
}
.home-tent {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff url("../images/Super-tent-home-blur.jpg") no-repeat center bottom;
	background-size: cover;
	position: relative;
	box-shadow: none;/*border-bottom: 3px solid #c52026;
			border-bottom: 3px solid rgba(197,32,38,.8);*/
	}
.page-header {
	background-size: cover;
}
.mainnav .nav > li a {
	height: 40px;
	line-height: 40px;
	font-size: .9em;
}
.md-content h3 {
	font-size: 1.7em;
}
div.form-container .mainforms label, div.form-container .mainforms span.label {
	width: 100%;
}
div.form-container textarea {
	width: 95%;
}
div.form-container form div {
	padding: 0.15em 0.3em;
	width: 100%;
	float: none;
}
#logo {
	background: url('../images/tents-l.png') no-repeat center top;
	text-align: center;
}
.foot-ul {
	margin: 5px 0 10px 25px;
}
}

@media only screen and (max-width: 699px) {

.mainnav .nav li {
	width: 100%	
}
}
/* HTC 1X, Velocity, Samsung Note 2-3*/
@media only screen and (max-width: 640px) {
.mainnav .nav li {
	float: none;
	height: 100%;
	vertical-align: middle;
	border-left: none;
	width: 100%;
	border-bottom: dotted 1px rgba(197,32,38,.8);
}
.mainnav .nav li:last-child {
	border-bottom: none;
}

.home-slogan h2 {
	font-size: 2.1em;
}
.home-slogan h2 span.super-tent {
	font-size: 1em;
}
.title {
	background: none;
	line-height: 20px;
	border-radius: 0;
	font-size: 1.5em;
}
.title span {
	background: none;
	padding: 7px 10px 0 0;
}
}
/* iPhone 5, 5S, 5C -- LANDSCAPE*/
@media only screen and (max-width: 568px) {
.page-header {
	background: #fff url("../images/Super-tent-home-blur-sm.jpg") no-repeat center bottom;
}
.tent-styles h2 {
	padding-left: 20px;
	line-height: 2em;
}
.tent-venues ul li:after {
	content: "";
}
.tent {
	margin-bottom: 40px;
	padding: 0 0 80px 0;
}
h3, h4 {
	font-size: 1.25em;
}
.owl-buttons {
	position: relative;
	top: 0;
	right: 0;
	background: none;
}
}
/* iPhone 4, 4S -- LANDSCAPE*/
@media only screen and (max-width: 480px) {
.home-slogan:before {
	border-width: 0 70px 30px 70px;
}
.md-content h3 {
	margin: 0;
	padding: 0.25em 0.15em;
	text-align: center;
	font-size: 1.3em;
}
.md-close {
	top: 40px;
}
div.form-container .mainforms label, div.form-container .mainforms span.label {
	display: none;
}
::-webkit-input-placeholder {
 color: #999;
}

:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
footer .social-media a {
	margin-right: 10px;
	display: inline-block;
}
}

/* All iPhones, HTC and others -- PORTRAIT */
@media only screen and (max-width: 320px) {
#logo {
	text-align: center;
	background: url('../images/tents-m.png') no-repeat 65px 0;
	padding-top: 40px;
	font-size: 1em;
}
.splash-contact {
	font-size: .8em;
}
.tent-quote-btn {
	padding: 12px;
	margin: 10px 0;
}
.tent-quote-btn:before {
	content: "";
}
.header aside {
	display: none;
}
.header .icon-phone, .header .icon-envelope {
	display: inline-block;
	color: #292929;
	margin: 5px 10px 5px;
}
.home-slogan h2 {
	font-size: 1.8em;
}
.home-slogan h2 span.super-tent {
	display: block;
	font-size: 1.3em;
}
.home-slogan h4 {
	font-size: 1.2em;
}
.home-img-container {
	margin: 0 0 10px 0;
	width: 100%;
}
.tent-sizes {
	position: relative;
	top:0;
}
.tent-description {
	margin-bottom: 10px;
}
.tent-venues ul li {
	float: none;
	list-style:disc;
	display: list-item;
	margin-left: 15px;
}
.tent-sizes div {
	margin-top: 0;
}
}
