/*

Title: jetRetouch.com main styles
Author: contact@jetretouch.com

*/

/* main styles */
html, body {
	height: 100%;
}

body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #212121;
	background: #fff;
}

main {
	background: #f8f8f8 url(http://www.jetretouch.com/images/wrap_light.png) repeat-x 0 0;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2;
}

h1 {
	font-size: 6rem;
	font-weight: 300;
}

h2 {
	font-size: 4rem;
	font-weight: 300;
}

h3 {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
}

h4, p {
	font-size: 1.6rem;
	font-weight: 300;
	color: #757575;
}

@media (max-width: 991px) {
	h1 {
		font-size: 5rem;
	}

	h2 {
		font-size: 3rem;
	}
}

img {
	max-width: 100%;
}

div.full p { 
	line-height: 1.4em;
	font-size: 1.2em;
	color: #666;
}

div#main p, div#secondary p {
	margin: 0 0 15px 0;
}

/* facebook like buttons */

div.facebook_like {
	width: 400px;
	position: absolute;
	top: 10px;
	right: 60px;
}

/* google plus one buttons */

div.plus_one {
	float: right;
	margin-top: 22px;
}
	
/* links */

a:link, a:visited {
	color: #00c2ff;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* custom selection colors */

::-moz-selection {
    color: #fff;
    color: rgba(255,255,255,.85);
    background: #00c2ff;
}
::selection {
    color: #fff;
    color: rgba(255,255,255,.85);
    background: #00c2ff;
}


/* header */

header.navbar {
	background: #222;
	border: 0;
	border-radius: 0;
	min-width: 340px;
	margin-bottom: 0;
}

/* #logo {
	float: left;
	margin: 0;
}
#logo img {	
	height: 0;
} */
a#logo {
	display: block;
	width: 230px;
	height: 60px;
	background: url(http://www.jetretouch.com/images/jet_logo.png) no-repeat 0 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	margin: 12px;
}
#logo span {
	display: none;
}
a:hover#logo {
	opacity: .7;
}

/* nav */
	
ul.navbar-nav {
	margin: 32px 10px 0 10px;
	color: #777;
}

#header_nav ul li a {
	display: block;
	margin: 2px 4px 2px 4px;
	padding: 8px 8px 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bbbfc3;
	border-radius: 2px;
}

@media (min-width: 768px) {
	#header_nav ul li a:hover {
		color: #fff;
		background-color: #333;
	}
	#header_nav ul li a.highlight:hover {
		color: #fff;
		opacity: 0.7;
		background-color: #00c2ff;
	}
	#header_nav ul li a.highlight {
		display: block;
		text-decoration: none;
		color: #fff;
		background-color: #00c2ff;
		-webkit-transition: opacity .2s ease;
		-o-transition: opacity .2s ease;
		transition: opacity .2s ease;
	}
}

#support {
	margin: 33px 20px 10px 20px;
}

#support a {
	display: block;
	padding: 6px 10px 7px 10px;
}

.navbar-default .navbar-toggle {
	margin: 27px 15px 8px 15px;
	padding: 10px 8px;
	background-color: transparent;
	border: 0;
	color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon_bar {
  background-color: #777;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon_bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #000;
}

@media (max-width: 767px) {
	ul.navbar-nav {
		margin-top: 20px;
	}
	.navbar-nav > li > a, #support a {
		font-size: 18px;
	}
	#support {
		margin-top: 10px;
	}
}

/* page structure styles */

main {
	min-width: 340px;
}

/* homepage styles */

section#promo {
	background-color: #fff;
}

#promo a:link, #promo a:visited {
	color: #fff;
}

#promo-caption {
	padding: 1.5rem 0 2.5rem;
	max-width: 70rem;
	margin: 0 auto;
	text-align: center;
}

/*div#promo-image {
	background: url(/images/_jetretouch_promo_test_image.jpg) no-repeat bottom center;
	background-size: contain;
	text-align: center;
	height: 50rem;
}*/

div#promo-image {
	text-align: center;
}

.feature-content {
	padding: 5rem 0;
	overflow: hidden;
}

.feature-content img {
	text-align: center;
}

.feature-content h2 {
	margin: 0 0 2rem;
}

.feature-content h3 {
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.feature-content p {
	margin: 1rem 4rem 2rem;
}

.feature-dark {
	background-color: #eee;
	background-image: linear-gradient(to bottom right, #eee, #ddd);
}

.feature-light {
	background-color: #fff;
}

#benefits .fa {
	color: #f60;
	/*color: rgba(0, 194, 255, 0.6);*/
	margin: 19px auto 10px;
}

#benefits p {
	margin-right: 1rem;
	margin-left: 1rem;
}

div.featureicon {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	/*border: solid 3px rgba(46,61,73,0.05);*/
	/*box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);*/
	margin: 4rem auto;
}

/* homepage portfolio samples */

.card {
	color: #757575;
	background-color: #eee;
	box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    max-width: 500px;
    margin: 10px auto;
}

.card img {
	border-top-right-radius: 0.5rem;
	border-top-left-radius: 0.5rem;
}

.card .card-control {
	padding: 5px;
	font-weight: 300;
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}

/*@media (min-width: 992px) {
	.card-large .card-control {
		padding: 15px;
	}
}
*/

.info-card {
	background-color: #fff;
	padding: 3rem;
	max-width: 100%;
	margin: 10px 0;
}

.info-card h3 {
	margin-bottom: 1rem;
	color: #212121;
}

.info-card p {
	margin: 0 0 1rem 0;
}

.info-card a {
	color: #fff;
}

/*.card:hover {
	box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}*/

#statistics p {
	font-size: 3rem;
	margin: 0 0 1rem 0;
	color: #eee;
	background-color: #00c2ff;
	padding: 2rem 1rem;
}

#statistics em {
	font-style: normal;
	font-size: 4.5rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 1rem 1rem 1rem rgba(46,61,73,0.15);
}

#statistics span.fa {
	color: #eee;
	margin: 2rem 0;
	text-shadow: none;
}

/* pricing styles */

.price-card {
	margin: 1rem 0;
	background-color: #f8f8f8;
	box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
	padding: 7rem 2rem 4rem 2rem;
	text-align: center;
	position: relative;
}

.price-card h3 {
	text-align: center;
	color: #757575;
}

.price-card p {
	margin: 0;
	padding-bottom: 2rem;
}

.price-card a {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.price {
	text-align: center;
	font-size: 6rem;
	color: #01579b;
	line-height: 10rem;
}

.price sup {
	font-size: 3.7rem;
}

.most-popular {
	background-color: #f60;
	position: absolute;
	top: 15px;
	left: -5px;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 1.6rem;
	text-align: center;
}

/* faq styles */

.faq {
    margin: 0 0 20px 0;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}

.faq p {
	margin-left: 0;
	margin-right: 0;
}

#faq-section h2 {
	text-align: center;
	margin: 3rem 0;
}


/* product styles */

div.sample_product {
	width: 700px;
	margin: 0 0 20px 0;
}

div.sample_product_frame {
	width: 500px;
	float: left;
	padding-bottom: 10px;
	background-color: #000;
}

div.sample_product div.sample_product_img {
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

div.sample_product img.product_over {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
}

div.sample_product a.product_back {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 0 0 15px;
	background: #e9e9e9 url(http://www.jetretouch.com/images/product_back.png) no-repeat bottom left;
}

div.sample_product a.product_previous {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 210px 15px 0 0;
	background: #e9e9e9 url(http://www.jetretouch.com/images/product_previous.png) no-repeat bottom left;
}

div.sample_product a.product_next {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 130px 0 0 15px;
	background: #e9e9e9 url(http://www.jetretouch.com/images/product_next.png) no-repeat bottom left;
}

div.sample_product a.product_previous span, div.sample_product a.product_next span, div.sample_product a.product_back span {
	display: none;
}

div.sample_product a.product_previous:hover, div.sample_product a.product_next:hover, div.sample_product a.product_back:hover {
	background-color: #ddd;
}

div.sample_product a.inactive {
	background-position: top left;
}

div.sample_product a.inactive:hover {
	background-color: #e9e9e9;
}

div.sample_product_title {
	margin: 10px 10px 0;
	color: #fff;
	font-size: 0.8em;
}

/* testimonial styles */

div.testimonial {
    margin: 0 0 20px 0;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}

div.testimonial p.testimonial_body {   
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.6;
	letter-spacing: 0.3px;
	font-style: italic;
	font-size: 22px;
}

div.testimonial p.testimonial_body em {   
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.2em;
	color: #00c2ff;
}

div.testimonial p.testimonial_author {   
    margin: 0;
    padding: 0 30px 15px 0;
    line-height: 1.5;
    font-weight: bold;
	text-align: right;
	font-style: normal;
	color: #000;
}

div.testimonial p.read_more {
	margin: 0;
    padding: 0 30px 15px 0;
    line-height: 1.5;
    font-weight: bold;
	text-align: right;
	font-style: normal;
}

#secondary div.testimonial {
    margin: 0 0 20px 0;
    padding: 15px 15px 0 15px;
    background-color: #fff;
}

#secondary div.testimonial p.testimonial_body {   
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.4;
	letter-spacing: 0.3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
    color: #666;
}

#secondary div.testimonial p.testimonial_body em {   
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
	color: #00c2ff;
}

#secondary div.testimonial p.testimonial_author {   
    margin: 0;
    padding: 0 30px 15px 0;
    line-height: 1.4;
	font-size: 0.8em;
    font-weight: bold;
	text-align: right;
	font-style: normal;
	color: #000;
}

/* secondary */

div#secondary.portfolio_nav {
	height: 500px;
	background-color: #f5f5f5;
}

/* form styles */

div.general_form {
	margin: 0 0 60px 0;
}

div.general_form div.form_field {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

div.general_form div.form_field label {
	display: block;
	float: left;
	width: 230px;
	margin: .7em 20px 2px 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: right;
}

div.general_form div.form_field input.form_text {
	width: 400px;
	padding: 5px 8px;
	font-size: 1.4em;
	color: #333;
	border-top: 1px solid #c3c3c3;
	border-left: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e3e3e3 /*url(/images/formbg.gif) repeat-x top left*/;
}

div.general_form div.form_field select.form_select {
	width: 415px;
	padding: 5px 8px;
	font-size: 1.4em;
	color: #333;
	border-top: 1px solid #c3c3c3;
	border-left: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e3e3e3;
}

div.general_form div.form_field textarea {
	width: 400px;
	height: 100px;
	resize: none;
	padding: 5px 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	border-top: 1px solid #c3c3c3;
	border-left: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e3e3e3 /*url(/images/formbg.gif) repeat-x top left*/;
}

div.general_form div.form_field input.form_text:focus,
div.general_form div.form_field select.form_select:focus,
div.general_form div.form_field textarea:focus {
	border-top-color: #ddd;
	background: #fff;
	outline-width: 0;
}

div.general_form div.form_field select option:hover {
	background: #00c2ff;
}

div#main div.general_form div.form_field p.form_message {
	margin: 3px 0 0 250px;
	font-size: .8em;
	line-height: 1.5em;
	color: #999;
}

div#main div.general_form div.form_field p.highlight {
	color: #00c2ff;
} 

div#main div.general_form div.form_button {
	padding: 10px 0 0 250px;
}

div#main div.general_form div.form_button input {
	cursor: pointer;
	padding: 7px 14px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #f60 url(http://www.jetretouch.com/images/white_light.png) repeat-x 0 50%;
}

div#main div.general_form div.form_button input:hover, div#main div.general_form div.form_button input:focus {
	text-decoration: none;
	opacity: 0.6;
}

/* uploader styles */

ol#log {
	margin: 8px 0 8px 250px;
	padding: 0;
}

#log li {
	list-style: none;
	width: 400px;
	margin: 8px 0;
	padding: 8px;
	color: #999;
	background: #fff;
	position: relative;
}

#log li .progressbar {
	height: 8px;
	margin: 8px 38px 8px 0;
	background: #e3e3e3;
}

#log li .progress {
	background-color: #f60;
	width: 0;
	height: 8px;
}

ol#log li p {
	margin: 0;
	line-height: 1.5em;
}

#log li.success {}

#log li span.cancel {
	position: absolute;
	display: block;
	top: 8px;
	right: 8px;
	width: 22px;
	height: 22px;
	background: url(http://www.jetretouch.com/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

#log li span.cancel:hover {
	opacity: 0.6;
}

input.accepted {
	border: 0;
}

/* footer */
#footer a {
	color: #999;
}

#footer a:hover {
	text-decoration: none;
	color: #00c2ff;
}

#footer_nav {
	margin: 2rem 0;
	color: #bbbfc3;
}
#footer_nav a {
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #bbbfc3;
}
#footer_paymethods {
	width: 390px;
	height: 30px;
	background: transparent url(http://www.jetretouch.com/images/payment_methods.jpg) -5px 0 no-repeat;
	text-indent: -9999px;
}

#footer div#social {
	width: 120px;
	height: 25px;
}

/* bootstrap override */

.well {
	border-width: 0;
	background-color: #fff;
}

.btn {
	border: 0;
	box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
	transition: box-shadow 0.3s ease;
}

.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

a.btn-primary {
	color: #ffffff;
  	background-color: #00c2ff;
 	border-color: #fff;
}

a.btn-primary:hover {
  	color: #ffffff;
  	background-color: #00c2ff;
 	border-color: #fff;
}

.btn-lg {
	border-radius: 2px;
}

.carousel-caption {
  color: inherit;
  text-shadow: none;
}

.carousel-inner .item {
	height: 30rem;
}

.carousel-control.right,
.carousel-control.left {
	text-shadow: none;
	background-image: none;
	filter: unset;
}

.carousel-indicators li {
  border: 2px solid #757575;
}
.carousel-indicators .active {
  background-color: #757575;
}


/* end */