/********* Global *********/

body {
	background: url("../img/noise.png");
}

.main {
	background-color: white;
}

h3, h4 {
	margin: 20px 0 0;
}

section .lead {
	margin: 0 0 20px 0;
	color: #999;
}

div.paddingTop {
	padding-top: 50px;
}

div.paddingTopLittle {
	padding-top: 15px;
}

/********** Site_top and Header ***************/

.site_top {
	background: rgb(140,20,20) url("../img/bg.png") no-repeat center top;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.headerTitle {
	text-align: center;
}

header img {
	padding: 16px;
}

header p {
	color: white;
	line-height: .7em;
}

header p.lead {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
}

p.iphonecurt {
	font-size: 15px;
	padding-top: 10px;
	font-style: bold;
}

header ul {
	color: white;
	list-style: none;
}

header h4 {
	color: white;
}

div.headerHours {
	float: right;
	padding-right: 60px;
}

.headerHours div {
	padding-top: 8px;
}


/**********   Navigation   ***********/
 
.navbar {
	clear: both;
}
 
.navbar .nav > li > a, .navbar .nav > li > a:hover {
	text-shadow: none;
	font-size: 16px;
}
 
.navbar .navContainer {
	width: 610px;
}

.navbar .nav li {
	padding-right: 10px;
}

.navbar {
	z-index:100;
}	






/********** Site main *********/

.site_main {
	width: 940px;
	margin: 30px auto 0;
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #D9D9D9;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .3) 0 1px 3px;
}

@media (min-width: 1200px) {

	.site_main {
		width: 1170px;
	}
	
}


@media (min-width: 768px) and (max-width: 979px) {

	.site_main {
		width: 724px;
	}

}


@media (max-width: 767px) {
	
	.site_main {
		width: auto;
	}
	
}

/******* Global Section ******/

section {
	padding-top: 40px;
}	

section h2 {
	/* margin-left: 60px; */
	text-align: center;
	font-size: 40px;
	font-weight: 100;
	margin-top: 28px;
	color: #333;
}



section h3 {
	display: inline;
	font-size: 26px;
	font-weight: 100;
	vertical-align: bottom;
	margin-left: 15px;
	margin-top: 30px;
}

section div.featuredText p {
	margin: 10px 0 0 10px;
}

section .lead {
	font-size: 24px;
/* 	margin-left: 60px; */
	text-align: center;
	margin-top: 12px;
	margin-bottom: 50px;
}

.soften {
	height: 1px;
	margin-top: 60px;
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);
	border: 0;
}


/********** Devices **********/


.devicesNav {
	list-style: none;	
}

div.selectorImage {
	width: 259px;
	height: 259px;
	background-position: 0 0;
	background-size: 200% 100%;
}

.mainSelector > div > div {
	text-align: center;
}

div#selectorImagePhones {
	background-image: url('../img/devices/phones/phones.png');
}

div#selectorImageTablets {
	background-image: url('../img/devices/tablets/tablets.png');
}

div#selectorImageOther {
	background-image: url('../img/devices/other/other.png');
}


div.gradientBackground {
background-image: linear-gradient(bottom, rgb(245,245,245) 0%, rgb(255,255,255) 62%);
background-image: -o-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(255,255,255) 62%);
background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(255,255,255) 62%);
background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(255,255,255) 62%);
background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(255,255,255) 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left 170,
	color-stop(0, rgb(245,245,245)),
	color-stop(0.62, rgb(255,255,255))
);
}


ul.dropdownUL {
	width: 70%;
	display: block;
	cursor: pointer;
	list-style: none;
	float: right;
}

div.floatRight, div.floatLeft, div.center {
	width: 70%;
}

div.center > div {
/* 	width: 30px; */
	margin: 0 auto;
}

.floatRight, li.floatRight {
	float: right;
	clear: both;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.floatLeft, li.floatLeft {
	float: left;
	clear: both;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

p.center {
	text-align: center;
}

.deviceTitle {
	font-size: 24px;
	line-height: 1;
	padding-top: 20px;
	width: 100%;
}

#devices a {
	text-decoration: none;
	color: #333;
}

#devices a:hover, .red {
	color: #8C1414;
}

.mainSelector div > div > div {
	position: relative;
}

.caretTop {
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 12px solid white;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: "";
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
}

.caretBottom {
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 14px solid #CCC;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	content: "";
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
}

/*Device selection*/
#devices div.deviceSelection {
	margin-top: 0;
}

div.deviceSelection {
	background-color: #F0F0F0;
	-webkit-box-shadow: 0 3px 5px -2px #999 inset, 0px -2px 2px -2px #999 inset;
	-moz-box-shadow: 0 3px 5px -2px #999 inset, 0px -2px 2px -2px #999 inset;
	box-shadow: 0 3px 5px -2px #999 inset, 0px -2px 2px -2px #999 inset;
	line-height: 1.2;
	vertical-align: middle; 
}

.deviceSelection ul {
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}

.deviceSelection li {
	cursor: pointer;
	font-size: 14px;
	display: inline;
	float: none;
	padding: 0 18px;
	vertical-align: middle;
}

.deviceSelection a {
	display: inline;
	float: none;
	color: #777;
	text-decoration: none;
}

.deviceSelection a:hover {
	display: inline;
	float: none;
	color: #333;
	text-decoration: none;
}

.devicesExplanation {
	margin-top: 30px;
}

.devicesExplanation .lead {
	margin-bottom: 0;	
}

.devicesExplanation p, .devicesExplanation ul {
	padding: 0 40px;
	color: #333;
}

.devicesExplanation .left_col {
	width: 90%;
	float: right;
}

.devicesExplanation .right_col {
	width: 90%;
	float: left;
}


.lists ul {
	padding: 0;
}

p.lead {
	text-align: center;
}

div.mainSelector {
	clear: both;
}


/*Devices detail*/

.deviceDetail img {
	max-height: 300px;
	width: auto;
	margin: 75px auto 0;
	display: block;
}

.deviceDetail img.extraPadding {
	padding-top: 70px;
}

.deviceDetail h3 {
	text-align: center;
	margin-top: 40px;
	font-weight: lighter;
}

.deviceDetail table {
	margin-top: 10px;
}



/*********** News *************/

.featuredHeadline {
  text-align: center;
}

.featuredHeadline img {
	height: 25px;
	float: none;
}

.newsHeader {
	text-align: center;
}

.newsStory p {
	margin: 15px 30px;
}

.featuredVideo, .featuredStory {
	margin-bottom: 50px;
}

.featuredStory {
	width: 90%;
	margin: 0 auto;
}

.featuredVideoDesktop {
	width: 525px;
	margin: 30px auto 0;
}

.featuredVideoNotDesktop {
	text-align: center;
}


/**** Facebook ****/
.facebook img {
	height: 30px;
	display: block;
	margin: 0 auto 15px;
}

div.facebook {
	height: 620px;
}

/**** Yelp ****/

div.yelp {
	/*margin-left: 20px;*/
	/*margin-bottom: 30px;*/
	/*margin-top:  50px;*/
}

div.border {
	border: 1px solid #DDD;
	padding: 10px;
}

div.newsHeader {
	margin-bottom: 20px;
	text-align: center;
}

img#yelp {
	height: 35px;
}

.yelp img {
	height: auto;
}

.yelp em {
	font-size: 11px;
	padding-left: 6px;
}

.yelp p {
	padding: 10px;
}

img.portrait {
	height: 40px;
	float: none;
	margin-bottom: 16px;
	padding-right: 8px;
}

.yelpReviews {
	text-align: center;
}

.yelp hr.soften {
	margin-top: 10px;
}


/**** Testimonials ****/

.testimonials p {
	padding: 0 15px;
}

@media (min-width: 980px) and (max-width: 1199px) {

	.facebook {
		height: 525px;
	}
	
}


@media (min-width: 768px) and (max-width: 979px) {

	.facebook {
		height: 580px;
	}

}


@media (min-width: 480px) and (max-width: 767px) {
	
	.facebook {
		height: 500px;
	}
	
}


@media (max-width: 479px) {

	.facebook {
		height: 500px;
	}

}



/*********** Hours *************/

#map_canvas {
	height: 300px;
}

.ulhours {
	margin: 0;
}

#hours ul {
	list-style-type: none;
}

#hours .title {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	margin-bottom: 8px;
	margin-left: 0;
}

div.storeInfo {
	padding: 40px 0 80px;
}

.storeInfo ul {
	padding-left: 10%;
}

#storehours > .title {
	margin-top: 55px;
}

#hours li {
	font-size: 12px;
}

#storehours .hours {
	width: 45%;
}

.hoursItem {
	clear: both;
	margin: 0;
}

.hoursItem li {
	float: left;
	width: 30%;
	margin: 0;
}

li.hours {
	padding-left: 10px;
	width: 60%;
}


/********* FAQs ***********/

.faqTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-rendering: optimizelegibility;
	cursor: pointer;
}
 
#faqs li {
	margin-top: 6px;
}


/********* Contact form **********/
#error_message {
	color: rgb(140, 20, 20);
	padding-top: 15px;
}


/********* Footer **********/

footer p {
	color: #333;
	text-align: center;
	font-size: 12px;
	margin: 30px 0;
}	

 
/********* Responsive Design **********/

@media (min-width: 980px) and (max-width: 1199px) { /* normal site */

 div.selectorImage {
 	width: 211px;
 	height: 211px;
 }
 
 div.headerHours {
	padding-right: 40px;
 }

}


@media (min-width: 768px) and (max-width: 979px) {  /* tablet */

 div.selectorImage {
 	width: 160px;
 	height: 160px;
 }
 
 div.headerHours {
	padding-right: 0;
 }

}

@media (max-width: 767px) {
 header img {
 	padding: 10px 0;
 }

}

@media (max-width: 480px) {


}