/* 
    Document   : quizmatic.generic
    Created on : 13-Jun-2013, 11:14:03 AM
    Author     : derek
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

h1 {
    font-size: 40px;
    text-shadow: 0px 5px 5px rgba(100, 100, 100, 0.5);
}

p {
    color: #666;
}

.nav>.disabled>a {
    color: #bbb;
}

@media (min-width: 980px) {	
	body { margin-top: 80px; }
	.jtron { margin-top: 0; }
}

.jtron .navbar-fixed-top .container {
	width: auto;
	padding: 0 20px 0 20px;
}

div.start-building { 
	height: 100vh;
	background: url(/img/dashboard-blurred-p.jpg) no-repeat fixed center / cover transparent; 
}
.jtron .start-building .code-widget { display: block; position: relative; top: 50vh; margin-top: -125px; }
.pricing .start-building .code-widget { display: block; position: relative; top: 50vh; margin-top: -420px; height: 500px; }

@media (min-width: 767px) {
	.jtron .page-widgets > div.start-building {
		background-position-y: -10px;	
	}
}
@media (min-width: 1900px) {
	.jtron .page-widgets > div.start-building {
		background-position-y: -300px;	
		
	}
}
.navbar .btn-navbar { margin-top: 15px; }
div.start-building::after {
    content: ' ';
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-box-shadow: inset 9000px 0px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 9000px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 9000px 0px 0px rgba(0, 0, 0, 0.25);
}

.btn-tiny { height: 18px; line-height: 18px; margin-top: -2px; padding: 0 5px; font-size: 11px; font-weight: bold; border-radius: 2px; }

/* PAGE NAVIGATION */

.navbar .nav {
    margin-left: 10px;
}
.navbar .nav > li {
    height: 42px;
    line-height: 42px;
}

.navbar .brand {
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	transition: all 0.2s linear 0s;
	text-shadow: none;
}

@media (max-width: 767px) {
	div.start-building {
		height: auto;
	}
	h1 { font-size: 30px; }
	.navbar .brand {
		font-size: 28px;
	}
	.jtron .start-building .code-widget {
	    position: static;
		margin: 60px 0;
	}	
}

@media (max-width: 979px) {
	.navbar-fixed-top {
		margin-bottom: 0;
	}
}

@media (min-width: 767px) {
	.navbar .brand {
		color: white;
	}	
}


.navbar .brand > i {
	font-size: 1.2em;
	vertical-align: -.1em;
	color: #3a87ad;
}


.navbar .brand:hover {
    color: #005580;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 20px;
}

.widget.splash {
    margin: 0px auto;
    float: none;
}

@media (min-width: 767px) {
	div.content {
		display: block;
		border: 1px solid #dddddd;
		margin-bottom: 30px;
		-moz-box-shadow: 3px 3px 6px 0 #aaa;
		-webkit-box-shadow: 3px 3px 6px 0 #aaa;    
		box-shadow: 3px 3px 6px 0 #aaa;
		padding: 24px 20px;
		background: rgb(221,221,221); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );  /* IE6-9 */	
	}
}

navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    box-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

@media (min-width: 768px) {
	div.welcome {
		line-height: 60px;
		height: 60px;
	}
	div.welcome i {
		vertical-align: -10%;
	}
}

table td.actions {
    text-align: right;
}

#CategoryQ { width: 600px; }

h2 .actions ul, legend .actions ul {
    list-style: none;
}

h2 .actions ul li, legend .actions ul li {
    float: right;
    margin-left: 4px;	
}

.input.text, .input.select, .input.checkbox, .input.password, .input.number, .input.email { float: left; margin-right: 10px; }
.input.text label, .input.select label { margin-bottom: 0; }

body.sidenav .pages.form .input.checkbox { padding-top: 25px; }
body.sidenav .pages.form button.btn-primary { margin-top: 20px; }

/* FOOTER */
#footer li.social { margin-top: -5px; }

/* CATEGORIES */

div.categories { position: relative; }
div.category { width: 96%; float: left; padding: 40px; background-color: white; }
@media (min-width: 768px) {
    div.category { width: 180px; } 
}
div.category > a { font-size: 20px; color: #005580; }
div.category ul { margin: 0; }
div.category ul li { list-style: none; }

/* GALLERY */

div.gallery { position: relative; }
div.product { background-color: white; box-shadow: 2px 2px 4px #aaa; width: 96%; float: left; }
@media (min-width: 768px) and (max-width: 979px) {
    div.product { width: 335px; } 
} @media (min-width: 979px) and (max-width: 1200px) {
    div.product { width: 440px; }     
} @media (min-width: 1200px) {
    div.product { width: 365px; } 
}
div.product img { margin-right: 10px; opacity: .8; }
div.product:hover img { margin-right: 10px; opacity: 1; }
div.product .name { margin-top: 5px; }
div.product:hover .name a { text-decoration: underline; }
div.product .name a { font-size: 18px; }
div.product .thumb { position: relative; }
div.product .thumb .add-cart { position: absolute; left: 13px; top: 1em; }

.price { font-size: 24px; color: #0a0; }

/* COMMENTS */

div.comments ul { margin: 0; }
div.comments ul li { list-style: none; margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid lightgray; }
div.comments input, div.comments textarea { width: 96%; }

div.comments p { margin-top: 10px; }

@media (min-width: 767px) {
    div.comments input, div.comments textarea { width: 75%; margin-right: auto; margin-left: auto; }
    div.comments .comments-link { margin-left: 10px; }
}

div.reply { clear: both; }
span.cancel-reply i:hover { color: gray; cursor: pointer; }

/* PAGES */

div.pages > ol { margin: 0; }
div.pages ol li { list-style: none; }
div.pages ol li.placeholder {  }
.page-content > div {  } 
.page-content > div > ul { min-height: 400px; margin: 0; }
/*.page-content ul { margin: 0; }*/

body.sidenav .pagination { margin: 0; }
body.sidenav ul.widgets > li { margin-bottom: 2px; }
@media (min-width: 767px) {
	body.sidenav .span10 { margin-top: 20px; margin-bottom: 20px; }
	body.sidenav .widget.content { margin-top: -20px; margin-left: -21px; margin-right: -21px; margin-bottom: 0; }
	body.sidenav .pagination { width: 140px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	body.sidenav .pagination { margin-left: -20px; } 
	body.sidenav .pagination .well { padding: 15px; }
}
@media (min-width: 1200px) {
	body.sidenav .pagination { width: 170px; }
	body.sidenav .pagination .well { padding: 18px; }
}
.widgets li { cursor: move; float: left; width: 26px; height: 26px; text-align: center; margin-left: 2px; 
            -webkit-transition: background 0.5s ease-in; /* for chrome, safari */
            -moz-transition: background 0.5s ease-in; /* for mozilla firefox */
            -o-transition: background 0.5s ease-in; /* for opera */
}
.widgets li:hover { background-color: white; }
li.ui-draggable { list-style: none; }

.pages.index li .actions { margin-top: -5px; }

/* TERMS */
body.terms ol, ul {
    list-style: none outside none;
}
body.terms ol { counter-reset: li; }
body.terms ol > li {
    margin-bottom: 5px;
    padding: 5px 0 5px 55px;
    position: relative;
}
body.terms ol > li:before {
    border-right: 1px solid #DDDDDD;
    color: #999999;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 22px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 35px;
    padding: 0 10px 0 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 30px;
}
body.terms ol > li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* PRIVACY */

/* CONTACT */
body.contact-sitegearz textarea.comments { height: 200px; }

/* WIDGETS ADMIN 
 ****************/

/* Poll */
.poll-widget label,
.quiz-widget label { display: inline-block; margin-left: 10px; }
.poll-widget input[type="radio"],
.quiz-widget input[type="radio"] { margin-top: -4px; }

body.admin_edit ul.droppable { margin: 0; }


/* WIDGET SETTINGS MODALS 
 *************************/

#WidgetDataYoutubeUrl { width: 500px; }

#WidgetDataContent { width: 510px; height: 360px; }

#WidgetDataTitle { width: 500px; }
#WidgetDataAddress { width: 500px; }

.quiz-settings input[type="radio"] { margin-top: 26px; }

/* THEMES PAGE */

/* FEATURES PAGE */

/* PRICING PAGE */
ul.included { min-height: 120px; }
span.text-huge { font-size: 50px; line-height: 50px; }
span.text-large { font-size: 40px; line-height: 40px; }
span.text-medium { font-size: 30px; line-height: 30px; margin-bottom: 10px; display: block; }

body.pricing .table th, 
body.pricing .table td { width: 20%; }


/* WIDGETS FRONTEND
 ******************/

li.well { cursor: move; }
.well div { margin-top: 10px; }
.well div.centered { text-align: center; }
.well div i { opacity: 0.15; font-size: 100px; text-shadow: 2px 2px 0 #888; }
.well:hover div { cursor: pointer; }
.well:hover div i { opacity: 0.50; font-size: 100px; text-shadow: 2px 2px 0 #888; }
.well li.ui-sortable-placeholder { background-color: green; }

.widgets-display > div { margin-bottom: 20px; }

/* Comments */
.comments-link { margin-bottom: 10px; }

/* Poll */

/* Youtube */

.widgets-display .youtube-widget {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.widgets-display .youtube-widget iframe,
.widgets-display .youtube-widget object,
.widgets-display .youtube-widget embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Google Map */ 

.widgets-display .map-widget {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.widgets-display #gmap_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.call-to-action {
    background: #FFF;
    background: -moz-linear-gradient(180deg, #FFF 0%, #EEE 100%);
    background: -webkit-gradient(linear, bottom, top, color-stop(0%,#FFF), color-stop(100%,#EEE));
    background: -webkit-linear-gradient(180deg, #FFF 0%,#EEE 100%);
    background: -o-linear-gradient(180deg, #FFF 0%,#EEE 100%);
    background: -ms-linear-gradient(180deg, #FFF 0%,#EEE 100%);
    background: linear-gradient(180deg, #FFF 0%,#EEE 100%);
}

/* SIGNUP PAGE 
 **************/
	
.brand > i { display: inline-block; font-size: 1.2em; vertical-align: -0.1em; }

@media (min-width: 768px) {
	.jtron .navbar-fixed-top .navbar-inner { transition: all 1s linear; background: transparent; border-color: transparent; box-shadow: none; }
	.jtron .navbar-fixed-top .navbar-inner .brand { color: white; text-shadow: none; }
	.jtron .navbar-fixed-top .nav>li>a { color: #999; none; font-weight: 600; font-size: 15px; text-shadow: none; transition: all 0.4s linear; }
	.jtron .navbar-fixed-top .nav>li>a:hover { color: white; }
	.jtron .navbar-fixed-top .nav>li.active>a { color: white; background: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground .brand { color: black; }
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground { background-color: #fafafa; border-color: #d4d4d4;}
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground .brand {  }
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground .nav>li>a { color: #777; }
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground .nav>li>a:hover { color: black; }
	.jtron .navbar-fixed-top .navbar-inner.toggleNavBackground .nav>li.active>a { color: black; }
}


#read-more { margin-top: 40px;}

.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.call-to-action {
	position: relative;
	padding: 80px 0;
	text-align: center;
}

.call-to-action.slide { min-height: 472px; }
/* SIGNUP PAGE CAROUSEL */

.carousel {
}
.carousel .container {
    position: relative;
    z-index: 9;
}
.carousel-control {
    background-color: transparent;
    border: 0 none;
    font-size: 120px;
    height: 80px;
    margin-top: 0;
	color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.carousel-control:hover {
	color: #000;
}
.carousel .item {
    height: 500px;
}
.carousel img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-caption {
    background-color: transparent;
    margin-top: 200px;
    max-width: 550px;
    padding: 0 20px;
    position: static;
}
.carousel-caption h1, .carousel-caption .lead {
    color: #fff;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}

.features h3 {
	text-shadow: 2px 2px 2px #999;
}
.features h3 i {
	vertical-align: -10px;
}
.carousel-indicators li {
	background-color: #AAA;
}
.carousel-indicators li.active {
	background-color: #000;
}
.start-building,
.page-widgets > div:first-of-type {
	margin-top: -80px;	
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
.jtron .page-widgets > div:first-of-type {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
@media (max-width: 979px) {
	.start-building,
	.page-widgets > div:first-of-type { margin-top: -20px; }
}
.page-widgets > div:first-of-type {
	padding-top: 120px;
	padding-bottom: 120px;
}	

sbody.home .page-widgets > div:first-of-type .container {
	top: 50px;
}
body.signup .start-building, 
body.subscribe_now .start-building, 
body.coming_soon .start-building {
	height: 100vh;
	background-position-y: center;
}
.start-building i.icon-phone { font-size: 4em; }
.start-building h1 { font-size: 100px; line-height: 100px; }
.start-building p.lead { font-size: 40px; line-height: 40px; }
@media (min-width: 767px) {
	.start-building button { font-size: 24px; padding: 19px 24px; }
}
@media (max-width: 767px) {
	.call-to-action { margin-left: -20px; margin-right: -20px; padding: 40px 20px; text-align: left; }
}

.call-to-action.join { background: #3a87ad; color: white; }

.call-to-action.join .btn,
.call-to-action.features .btn,
.call-to-action.features-desktop .btn { 
	border: 5px solid white;
    border-radius: 0;
    margin-top: 40px;
	font-weight: bold;
    background: none;
    font-size: 50px;
    line-height: 50px; 
	font-family: "Orbitron", sans-serif;
}

.call-to-action.features .btn, 
.call-to-action.features-desktop .btn { color: #49afcd; border-color: #49afcd; font-size: 40px; -webkit-box-shadow: none; -moz-box-shadow: none;  box-shadow: none; text-shadow: none;  }

.call-to-action { font-size: 18px; }

.call-to-action .container { position: relative; z-index: 2; text-align: center; }

.call-to-action #UserSearch,
.call-to-action #UserDomain {
	height: 60px;
	font-size: 20px;
	line-height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.call-to-action #UserTld {
	height: 60px;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0;
	vertical-align: -2px;
	-webkit-appearance: none;
}
.call-to-action .select2-container .select2-choice { 
	border-color: #ccc;  
	height: 58px;
	line-height: 58px;
	font-size: 20px;
}
.call-to-action .select2-container .select2-choice .select2-arrow b { margin-top: 16px; }
.call-to-action .domain-chooser .select2-container-active .select2-choice { border-color: #5897fb; }
.call-to-action .join-mailing-list { margin-top: 40px;}
@media (max-width: 767px) {
	.call-to-action input { margin-bottom: 0; padding: 9px; height: 40px; }
	.call-to-action #UserDomain { }	
	.call-to-action .domain-chooser .select2-container .select2-choice { margin-top: 10px; margin-right: 10px; }
	.call-to-action .domain-chooser button { margin-top: 10px; }
	.call-to-action .join-mailing-list button { margin-top: 10px; }			 
} 
@media (min-width: 767px) {
	.call-to-action input { margin-bottom: 0; padding: 9px; height: 40px; font-size: 20px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
	.call-to-action textarea { padding: 9px; font-size: 20px; }
	.call-to-action #UserDomain {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.call-to-action .domain-chooser button { border-top-left-radius: 0; border-bottom-left-radius: 0; }
	.call-to-action .domain-chooser .select2-container .select2-choice { border-radius: 0; }
	.call-to-action .domain-chooser .select2-container .select2-choice .select2-arrow { border-radius: 0; }
	.call-to-action .domain-chooser .select2-container { 
		margin-left: -1px;
	}
	.call-to-action .join-mailing-list button { border-top-left-radius: 0; border-bottom-left-radius: 0; }
}

@media ( max-width: 767px) {
}
#footer { margin-top: 20px; }

div.error-message { margin-left: 180px; }

ul.social { margin: 0; }
ul.social li { margin-right: 10px; }

/* FLIPPER */

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container div a {
	transition: all 0.4s linear 0s;
	text-shadow: none;
	border: 2px solid white;
	color: white;
	padding: 4px 8px; 
	position: absolute;
	width: 100px;
	margin-left: -60px;
	margin-top: 20px;
}
.flip-container div a:hover {
	background: white;
	text-decoration: none;
	color: black;
}

.rv-dealer-websites .back > div {
	padding: 125px 176px;
	left: 2%;
}

.rv-dealer-websites .flip-container, .rv-dealer-websites .front, .rv-dealer-websites .back {
	height: 310px;
}

.back > img { opacity: 0; }

@media (min-width: 767px) {

	.revealOnScroll[data-animation=fadeIn] { opacity: 0; }
	.animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.fadeIn { -webkit-animation: fadeIn 1s ease-out; animation: fadeIn 1s ease-out; }
	.fadeIn[data-animation=fadeIn] { opacity: 1; }

	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	@-webkit-keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	.revealOnScroll[data-animation=fadeInFromAbove] { opacity: 0; }
	.animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.fadeInFromAbove { position: relative; -webkit-animation: fadeInFromAbove 1s ease-out; animation: fadeInFromAbove 1s ease-out; }
	.fadeInFromAbove[data-animation=fadeInFromAbove] { opacity: 1; }

	@keyframes fadeInFromAbove {
		from { top: -50px; opacity: 0; }
		to { top: 0; opacity: 1; }
	}
	@-webkit-keyframes fadeInFromAbove {
		from { top: -50px; opacity: 0; }
		to { top: 0; opacity: 1; }
	}

	.revealOnScroll[data-animation=fadeInFromLeft] { opacity: 0; }
	.animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.fadeInFromLeft { position: relative; -webkit-animation: fadeInFromLeft 1s ease-out; animation: fadeInFromLeft 1s ease-out; }
	.fadeInFromLeft[data-animation=fadeInFromLeft] { opacity: 1; }

	@keyframes fadeInFromLeft {
		from { left: -1000px; opacity: 0; }
		to { left: 0; opacity: 1; }
	}
	@-webkit-keyframes fadeInFromLeft {
		from { left: -1000px; opacity: 0; }
		to { left: 0; opacity: 1; }
	}

	.revealOnScroll[data-animation=fadeInFromRight] { opacity: 0; }
	.animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.fadeInFromRight { position: relative; -webkit-animation: fadeInFromRight 1s ease-out; animation: fadeInFromRight 1s ease-out; }
	.fadeInFromRight[data-animation=fadeInFromRight] { opacity: 1; }

	@keyframes fadeInFromRight {
		from { left: 1000px; opacity: 0; }
		to { left: 0; opacity: 1; }
	}
	@-webkit-keyframes fadeInFromRight {
		from { left: 1000px; opacity: 0; }
		to { left: 0; opacity: 1; }
	}
	.revealOnScroll[data-animation=fadeInExpand] { opacity: 0; }
	.animated { -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.fadeInExpand { -webkit-animation: fadeInExpand 1s ease-out; animation: fadeInExpand 1s ease-out; }
	.fadeInExpand[data-animation=fadeInExpand] { opacity: 1; }

	@keyframes fadeInExpand {
		0% { transform: scale(1); opacity: 0; }
		25% { transform: scale(1.25); opacity: 0; }
		75% { transform: scale(1.5); opacity: 0; }
		100% { transform: scale(1); opacity: 1; }
	}
	@-webkit-keyframes fadeInExpand {
		0% { -webkit-transform: scale(1); opacity: 0; }
		25% { -webkit-transform: scale(1.25); opacity: 0; }
		75% { -webkit-transform: scale(1.5); opacity: 0; }
		100% { -webkit-transform: scale(1); opacity: 1; }
	}
}

.flipIt { -webkit-animation: flipIt 1s linear; animation: flipIt 1s linear; }

@keyframes flipIt {
	  0% { transform: rotateY(0deg); }	
	 50% { transform: rotateY(180deg); }
	100% { transform: rotateY(360deg); }
}

@-webkit-keyframes flipIt {
	  0% { -webkit-transform: rotateY(0deg); }	
	 50% { -webkit-transform: rotateY(180deg); }
	100% { -webkit-transform: rotateY(360deg); }
}

.flip-container, .front, .back {
    width: auto;
    height: 340px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility:hidden;	
	-webkit-backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	color: #fff;	
	transform: rotateY(180deg);
	text-align: center;
}
.back > div { 
    position: absolute;
    left: 3%;
    top: 2%;
    background-color: rgba(0,0,0,1);
    padding: 138px 170px;
    /* width: inherit; */
    /* height: inherit; */
    text-shadow: 2px 2px 1px #000;
}
.back > div .brand {
    font-size: 30px;
}
.back > div .brand > i {
    font-size: 35px;
    vertical-align: -2px;
    color: #3a87ad;
}
.carousel-inner img { max-height: 362px; }

/* FEATURE ANIMATIONS */

.features div.span4 { transition: color ease-in .5s; 
				      -webkit-transition: color ease-in .5s; }
.features div.span4 i { transition: transform ease-in .5s; transition-delay: 0s; 
						-webkit-transition: transform ease-in .5s; -webkit-transition-delay: 0s; }
.features div.span4:hover { color: #08c; }
.features div.span4 i { display: block; font-size: 4em; }

.features .mobile:hover {}

.features .span4:hover i { transform: scale(1.25); -webkit-transform: scale(1.25); }

.features .email i { }
.features .email:hover i { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); }

.features .layouts:hover i { transform: scale(1.25); -webkit-transform: scale(1.25); }

.features .themes i {  }
.features .themes:hover i { transform:scale(1.25) rotate(360deg); -webkit-transform:scale(1.25) rotate(360deg); }

.features .social:hover {}

@media (min-width: 767px) {

	.popInOut { animation: popOutIn 1s linear;	-webkit-animation: popOutIn 1s linear; }
	.spin {	animation: spin 1s linear; -webkit-animation: spin 1s linear; -moz-animation: spin 1s linear; }
	.spinIn {	animation: spinIn 1s linear; -webkit-animation: spinIn 1s linear; -moz-animation: spinIn 1s linear; }

	@keyframes popOutIn {
		  0% { transform: scale(1.1); }
		 50% { transform: scale(1.25); }
		100% { transform: scale(1); }
	}

	@-webkit-keyframes popOutIn {
		  0% { -webkit-transform: scale(1.1); }
		 50% { -webkit-transform: scale(1.25); }
		100% { -webkit-transform: scale(1); }
	}

	@keyframes spin {
		  0% { transform: scale(1.1) rotate(0deg); }
		 50% { transform: scale(1.25) rotate(180deg); }
		100% { transform: scale(1) rotate(360deg); }
	}

	@-webkit-keyframes spin {
		  0% { -webkit-transform: scale(1.1) rotate(0deg); }
		 50% { -webkit-transform: scale(1.25) rotate(180deg); }
		100% { -webkit-transform: scale(1) rotate(360deg); }
	}

	@keyframes spinIn {
		  0% { opacity: 0; transform: scale(10) rotate(0deg); }
		 50% { opacity: 0.5; transform: scale(5) rotate(180deg); }
		100% { opacity: 1; transform: scale(1) rotate(360deg); }
	}

	@-webkit-keyframes spinIn {
		  0% { opacity: 0;		-webkit-transform: scale(10) rotate(0deg); }
		 50% { opacity: 0.5;	-webkit-transform: scale(5) rotate(180deg); }
		100% { opacity: 1;		-webkit-transform: scale(1) rotate(360deg); }
	}
}
/* GEARZ */

.sitegearz { 
	font-size: 120px;
	font-weight: bold;
}
.sitegearz i { 
	display: inline-block; 
	vertical-align: -25px;
	font-size: 160px;
	color: #3a87ad;
}

@media (max-width: 979px) {
	.sitegearz { 
		font-size: 40px;
		line-height: 40px;
	}
	.sitegearz i { 
		display: inline-block; 
		vertical-align: -5px;
		font-size: 50px;
	}
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0 5px;
	}
}


.welcome .login { vertical-align: -4px; margin-right: 10px; }

p.comming_soon { line-height: 80px; font-size: 80px; font-weight: bold; }
.start-building h2 { font-size: 46px; line-height: 80px; font-weight: normal; font-family: "Orbitron", sans-serif; }


@media (max-width: 979px) {
	p.comming_soon { line-height: 30px; font-size: 30px; }
	.start-building h2 { font-size: 30px; line-height: 30px; }	
}

.steps { }
.steps h3 .badge { text-shadow: 1px 1px 3px black;
    text-shadow: 1px 1px 3px black;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
    font-size: 2em;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    padding: 0px;
    line-height: 2.3em;
    position: relative;
    margin-bottom: 40px;
}
.steps h3 img { margin-top: 20px; margin-bottom: 40px; border: 1px solid; border-radius: 10px; }
.steps .text-warning,
.steps .text-info,
.steps .text-error { font-size: 4em; }

body.dashboard div.widget.orange {
    background: linear-gradient(to bottom, #f79f5e 0px, #e46e2b 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #4d4e53;
    filter: none;
}
body.dashboard .widget {
    float: none;
    margin-bottom: 20px;
    overflow: visible;
    padding: 20px 20px 30px;
    position: relative;
}
body.dashboard div.widget {
    background: linear-gradient(to bottom, #fff 0px, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    box-shadow: 3px 3px 6px 0 #aaa;
    display: block;
    filter: none;
    margin-bottom: 30px;
    padding: 0 20px;
	height: 400px;
}
body.dashboard div.widget div.widget-content {
	overflow-y: scroll;	
	max-height: 340px;
}

body.dashboard .widget h3 .badge {
    vertical-align: 4px;
}

body.dashboard #visits { background-color: ; }

body.dashboard h3 { margin-bottom: 0; }
body.dashboard div.widget.analytics { background: white; }
body.dashboard .analytics li.pull-right { margin-top: 12px; }
body.dashboard .analytics .nav-tabs { margin-bottom: 10px; }
body.dashboard .analytics .tab-content { overflow: hidden; }

body.dashboard .progress { margin-bottom: 10px; }
body.dashboard a.btn { margin-top: 20px; }


	.discount { color: gray; margin-top: 10px; text-shadow: none; }
	
	#ribbon {
		position: fixed;
		width: 104px;
		height: 280px;
		overflow: hidden;
		top: 0px;
		right: 15vw;
		z-index: 10000;
	}
	
	#ribbon > a { color: white; }
	#ribbon > a:hover { text-decoration: none; color: #3a87ad; }
	
	#ribbon .inset {
		width: 100px;
		height: 55px;
		position: absolute;
		top: -55px;
		left: 40px;
		z-index: 5;

		background: rgba(0,0,0,0.3);

		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
		box-shadow: 0 1px 10px rgba(0,0,0,0.4);
	}

	#ribbon .cont {
		position: relative;
		width: 100px;
		height: 250px;
		overflow: hidden;
		margin: 0 auto;
		border-left: 1px solid #631a15;
		border-right: 1px solid #631a15;
	}

	#ribbon .base {
		height: 200px;
		width: 100px;
		
		text-align: center;
		
		text-shadow: 1px 1px 3px rgba(0,0,0,1);
		
		background: rgb(199,59,60);
		background: -moz-linear-gradient(top,  rgba(199,59,60,1) 0%, rgba(184,32,31,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,59,60,1)), color-stop(100%,rgba(184,32,31,1)));
		background: -webkit-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
		background: -o-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
		background: -ms-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
		background: linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73b3c', endColorstr='#b8201f',GradientType=0 );

		position: relative;
		z-index: 2;
	}

	#ribbon .base:after {
		content: '';
		position: absolute;
		top: 0;
		width: 90px;
		left: 4px;
		height: 242px;
		border-left: 1px dashed #631a15;
		border-right: 1px dashed #631a15;
	}

	#ribbon .base:before {
		content: '';
		position: absolute;
		top: 0;
		width: 90px;
		left: 5px;
		height: 242px;
		border-left: 1px dashed #da5050;
		border-right: 1px dashed #da5050;
	}

	#ribbon .left_corner {
		width: 100px;
		height: 100px;
		background: #b8201f;
		position: absolute;
		bottom: 20px;
		left: -50px;
		z-index: 1;

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#ribbon .right_corner {
		width: 100px;
		height: 100px;
		background: #b8201f;
		position: absolute;
		bottom: 20px;
		right: -50px;
		z-index: 1;

		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}	
	
	#ribbon .join {
		padding-top: 10px;
		font-size: .85em;
		display: block;
		position: relative;
	}
	#ribbon .free { 
		display: block;
		font-weight: bold; 
		font-size: 1.8em; 
		padding: 5px 0;
		position: relative;
	}
	#ribbon .free sup { 
		font-size: .5em; 
	}
	#ribbon .limited { 
		padding: 5px 0;
		font-size: .55em; 
		display: block;
		position: relative;
		line-height: 1.6em;
	}
	#ribbon .month {
		font-size: .9em;
		display: block;
		position: relative;
	}
	#ribbon .off {
		font-size: .7em;
		display: block;
		position: relative;
	}
	#ribbon .launch {
		position: relative;
	}
	
	@media (max-width: 979px) {
		#ribbon {
			position: absolute;		
			right: 0px;
			top: 0;
		}
		#ribbon .base {
			height: 120px;		
		}
		#ribbon .join {
			top: 10px;
		}
		#ribbon .percent {
			top: 20px;
		}
		#ribbon .off {
			top: 30px;
		}
		#ribbon	.free {
		    top: 20px;			
		}
		#ribbon .left_corner,
		#ribbon .right_corner { top: 90px; }
		#ribbon .base:after,
		#ribbon .base:before {
			height: 200px;
		}
		#ribbon .cont {
			height: 210px; 
		}
	}

body.Pages.pricing .start-building .span3:nth-child(1) .text-success,
body.Pages.pricing .start-building .span3:nth-child(1) .text-huge { color: #49afcd; }
body.Pages.pricing .start-building .span3:nth-child(2) .text-success,
body.Pages.pricing .start-building .span3:nth-child(2) .text-huge { color: #da4f49; }
body.Pages.pricing .start-building .span3:nth-child(3) .text-success,
body.Pages.pricing .start-building .span3:nth-child(3) .text-huge { color: #faa732; }

body.Pages.pricing td:nth-child(2) .fa-check { color: #49afcd; }
body.Pages.pricing td:nth-child(3) .fa-check { color: #da4f49; }
body.Pages.pricing td:nth-child(4) .fa-check { color: #faa732; }
body.Pages.pricing td:nth-child(5) .fa-check { color: green; }

#gmap_canvas { height: 400px; width: 100%; }
.dealer-gears-map { padding: 0; }
.dealer-gears-map .container { width: 100%; }

body.Pages .connect { padding: 80px 0 0 0; }

.call-to-action.features .btn,
.call-to-action.features-desktop .btn,
.call-to-action.join .btn { transition: all 0.4s linear 0s; }

.call-to-action.join .btn:hover {
	background: white;
	color: #3a87ad;
}

.call-to-action.features .btn:hover,
.call-to-action.features-desktop .btn:hover {
	background: #49afcd;
	color: white;
}

.features-manager-screen {
	width: 100%;
	margin-bottom: 30px;
	border: 1px #555555 solid;
}

@media screen and (max-width: 768px) {
	.features-manager-screen {
		width: 90%;
	}
}

@media screen and (min-width: 992px) {
	.features-manager-screen.left {
		top: 150px;
		left: 0px;
		z-index: 801;
	}
	.features-manager-screen.right {
		top: 150px;
		left: 270px;
		z-index: 800;
	}
	.features-manager-screen.middle {
		opacity: 1.0;
		top: 0px;
		left: 135px;
		z-index: 900;
	}
	.features-screenshot-container {
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 1030px;
		height: 645px;
		position: relative;
		overflow: hidden;
	}
	body.finance-and-insurance-menus .features-screenshot-container {
		height: 578px;
	}
	body.finance-and-insurance-menus .span6 .features-img-crop-container {
		max-height: 420px;
	}
	body.dealership-websites .features-screenshot-container {
		height: 619px; 
	}
	.features-manager-screen {
		position: absolute;
		width: 700px;
		margin-bottom: 0px;
		border-style: solid;
		border-color: #000000;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		border-width: 25px 25px 0px 25px;
		border-radius: 25px 25px 0 0;
		opacity: 0.5;
		-webkit-transition: 0.4s all ease-in-out;
		transition: 0.4s all ease-in-out;
	}
	.features-manager-img {
		margin: 0 -25px;
		border-style: solid;
		border-color: #000000;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		border-width: 25px 25px 0px 25px;
		border-radius: 25px 25px 0 0;
		-webkit-transition: 0.4s all ease-in-out;
		transition: 0.4s all ease-in-out;
	}
	.span6 .features-manager-img {
		max-height: 350px;		
	}
}

@media screen and (min-width: 1200px) {
	.features-manager-img {
		margin: 0 -25px;
		border-style: solid;
		border-color: #000000;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		border-width: 25px 25px 0px 25px;
		border-radius: 25px 25px 0 0;
		-webkit-transition: 0.4s all ease-in-out;
		transition: 0.4s all ease-in-out;
	}
	.span6 .features-manager-img {
		max-height: 450px;		
	}
	
}

h1 { text-shadow: none; }
.start-building h1 { }

h2 { font-size: 30px; }

.steps {
    background: #222;
}
.steps h1 {
    color: white;
}

.wrapTable { max-width: 100%; overflow: auto; }

.wrap-image {
	max-height: 255px;
	overflow: hidden;
	
}

.dropdown-hover {
	position: relative;
}

.dropdown-hover:hover > ul.dropdown-menu {
    display: block;
	margin-top: 10px;
	margin-left: 10px;
}