@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900italic,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/*  CSS definations for Time Square */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
		2.1.2 Info
		2.1.3 Navigation
	2.2 Showcase
	2.3 Container
		2.3.1 Entry
		2.3.2 Sidebar
		2.3.3 Carousel
		2.3.4 Location
	2.4 Footer

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; 
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 1.2 Common Tags */

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
}
.box {
	width:1145px;
	margin:0 auto;
}

/* 2.1 Header */
.header {
	background:url(../images/bg_header.png) left top repeat-x;
	height:94px;
	top:58px;
	position:relative;
	z-index:2;
}
.header .box {
	position:relative;
}
/* 2.1.1 Logo */
.logo {
	position:absolute;
	top:-28px;
	left:-45px;
	z-index:2;
}
.logo span {
	color:#fff;
	font-size:18px;
	font-family: 'Raleway', sans-serif; 
	position:absolute;
	bottom:35px;
	left:180px;
	letter-spacing:0.1px;
}

/* 2.1.2 Info */
.info {
	padding:11px 0 9px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	line-height:21px;
	text-align:right;
}
.info span {
	display:block;
}
.info span a {
	color:#fff;
}
 
/* 2.1.3 Navigation */
.navigation {
	line-height:30px;
	text-transform:capitalize;
}
.navigation ul {
	float:right;
	position:relative;
	z-index:3;
}
.navigation li {
	margin-left:30px;
	float:left;
}
.navigation li a {
	color:#fff;
}
.navigation li a:hover {
	text-decoration:underline;
}
.menu-icon {
	display:none;
}

/* 2.2 Showcase */
.showcase {
	background:#252525 url(../images/bg_showcase.jpg) center top no-repeat;
	border-bottom:2px solid #000;
	height:600px;
	top:-94px;
	margin-bottom:-94px;
	position:relative;
	z-index:1;
}
.showcase.repair {
	background:#252525 url(../images/bg_showcase_repair.jpg) center top no-repeat;
}
.showcase.bands {
	background:#252525 url(../images/bg_showcase_bands.jpg) center top no-repeat;
}
.showcase.battery {
	background:#252525 url(../images/bg_showcase_battery.jpg) center top no-repeat;
}
.showcase.about {
	background:#252525 url(../images/bg_showcase_about.jpg) center top no-repeat;
}
.showcase.contact {
	background:#252525 url(../images/bg_showcase_contact.jpg) center top no-repeat;
}
.slider {
	padding-top:28px;
}

/* 2.3 Container */
.container {
	padding-top:80px;
}
.leftcol {
	width:705px;
	float:left;
}
.rightcol {
	width:340px;
	padding-top:10px;
	margin-left:17px;
	float:left;
}
/* 2.3.1 Entry */
.entry {
	padding:0 30px 94px;
}
.entry h3, .entry h4 {
	color:#446cb3;
}
.entry h3 {
	margin-bottom:15px;
	font-size:48px;
	font-weight:400;
}
.entry h4 {
	margin-bottom:5px;
	font-size:28px;
	font-weight:600;
}
.entry p {
	margin-bottom:30px;
	font-size:18px;
	line-height:27px;
}

/* 2.3.2 Sidebar */
.sidebar {
	border-left:1px solid #ccc;
	padding-left:34px;
}
.sidebar .imgb:first-child {
	margin-top:0;
}
.sidebar .imgb {
	background:#446cb3;
	padding:4px;
	margin-top:35px;
}
/* 2.3.3 Carousel */
.carousel {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	background:#446cb3;
	height:150px;
	text-align:center;
}
.carousel ul {
	margin-top:30px;
	height:90px;
	overflow:hidden;
}
.carousel li {
	margin:0 25px;
	display:inline-block;
}
.carousel li a {
	display:table;
}
.carousel li strong {
	height:90px;
	display:table-cell;
	vertical-align:middle;
}

/* 2.3.4 Location */
.location {
	background:url(../images/bg_location.jpg) center top no-repeat;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	color:#fff;
	font-size:14px;
	line-height:21px;
}
.location-in {
	background:url(../images/bg_location_in.png);
	border-left:3px solid #4e4f4f;
	border-right:3px solid #4e4f4f;
}
.location .col:first-child {
	border-left:none;
}
.location .col {
	border-left:3px solid #4e4f4f;
	width:320px;
	padding:55px 28px 0 29px;
	float:left;
	text-align:center;
	min-height:515px;
}
.location .col ul {
	margin-bottom:21px;
}
.location .col span {
	font-size:12px;
}
.location .imgb {
	border:2px solid #fff;
	margin-bottom:25px;
}
.location h3 {
	margin-bottom:13px;
	font-size:22px;
	font-weight:400;
}

/* 2.4 Footer */
.footer {
	background:url(../images/bg_footer.png);
	min-height:278px;
}
.footer-nav {
	padding:81px 0 0 17px;
}
.footer li {
	margin-right:33px;
	display:inline-block;
	font-size:14px;
	line-height:21px;
	text-transform:capitalize;
}
.footer li a {
	color:#446cb3;
}
.footer li a:hover {
	color:#fff;
}

.entry h3, .location h3 {
	font-family: 'Lato', sans-serif;
}

/* Tab Styles */
#tab-container .tab-title {
	margin: 0 0 30px 0;
}
#tab-container .etabs {
	border: 4px solid #EEE;
	box-sizing: border-box;
	width: 25%;
	float: left;
	margin: 0;
}
#tab-container .etabs li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 4px solid #EEE;
}
#tab-container .etabs li:last-child {
	border: none;
}
#tab-container .etabs li a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 10px;
	display: block;
	color: #333;
}
#tab-container .etabs .tab.active {
	position: relative;
	background: #446CB3;
}
#tab-container .etabs .tab.active a {
	color: #fff;
}
#tab-container .etabs .tab a:hover {
	background: #446CB3;
	color: #fff;
}
#tab-container .etabs .tab.active:after, #tab-container .etabs .tab.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#tab-container .etabs .tab.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #446CB3;
	border-width: 19px;
	margin-top: -19px;
}
#tab-container .etabs .tab.active:before {

}
#tab-container .panel-container {
	width: 75%;
	float: right;
	box-sizing: border-box;
	background: #EEE;
	padding: 15px;
	padding-left: 4%;
	max-height: 466px;
	height: 466px;
}
#tab-container .panel-container img {
	width: 100%;
	height: auto;
}
#tab-container .panel-container .section h5 {
	margin: 15px 0 10px;
	font-size: 18px;
}
#tab-container .panel-container .section li {
	font-size: 14px;
	margin: 0 0 4px 0;
}

/* contact */
.contactInfo {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}
.contactInfo:last-child {
	border: none;
}
.contactInfo h5 {
	color: #446CB3;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.contactInfo span {
	display: block;
	margin: 0 0 5px 0;
	line-height: 18px;
}
.contactInfo a {
	text-decoration: underline;
}
.contactInfo a:hover {
	text-decoration: none;
}

/* Responsive Css */
@media (min-width: 1144px) and (max-width: 1200px) {
.logo {
	left:0;
}
}
@media (min-width: 766px) and (max-width: 1144px) {
.box {
	width:720px;
}
.logo span {
	display:none;
}
.info {
	font-size:12px;
}
.navigation li {
	margin-left:20px;
}
.showcase {
	height:530px;
	background-size: cover !important;
}
.slider {
	padding-top:107px;
}
.location .col {
	width:205px;
	padding:55px 15px 52px;
	min-height:420px;
}
.location h3 {
	font-size:14px;
}
.location .col ul {
	margin-bottom:13px;
}
}

@media only screen and (max-width: 1144px) {
.logo {
	left:0;
}
.leftcol { 
	width:auto;
	float:none;
}
.rightcol {
	display:none;
}
.carousel li {
	margin:0 10px;
}
.carousel li strong img {
	width:65px;
}
.carousel {
	height:100px;
}
.carousel ul {
	margin-top:5px;
}
.footer {
	min-height:200px;
	text-align:center;
}
.footer li {
	margin:0 12px;
	text-align:center;
}
.footer-nav {
	padding:50px 0 0 0;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.box {
	width:auto;
	padding:0 10px;
}
.logo {
	width:300px;
	top:-2px;
	position:inherit;
}
.logo span {
	font-size:11px;
	left:auto;
	right:2px;
	bottom:12px;
}
.info {
	display:none;
}
.navigation {
	background:#446cb3;
	width:100%;
	position:absolute;
	bottom:-95px;
	left:0;
	height:50px;
}
.navigation ul {
	background:#eee;
	width:100%;
	position:absolute;
	top:100%;
	left:0;
	display:none;
	line-height:40px;
}
.navigation li {
	display:block;
	float:none;
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
}
.navigation li a {
	color:#000;
	display:block;
	padding:0 10px;
}
.navigation li a:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}
.menu-icon {
	padding:0 10px;
	display:block;
	color:#fff !important;
	font-size:18px;
	line-height:50px;
}
.menu-icon strong {
	background:url(../images/ico_menu.png) left center no-repeat;
	padding-left:50px;
	display:block;
	font-weight:600;
}
.showcase.repair,
.showcase.bands,
.showcase.battery,
.showcase.about,
.showcase.contact,
.showcase {
	height:auto;
	min-height:220px;
	background: #252525;
}
.carousel {
	display: none;	
}
.slider {
	display:none
}
.container {
	padding-top:50px;
}
.entry {
	padding:0 0 50px;
}
.entry h3 {
	font-size:32px;
}
.entry p {
	font-size:15px;
}
.entry h4 {
	font-size:20px;
	line-height:normal;
}
.location-in {
	padding-top:30px;
}
.location .col {
	border:none;
	width:auto;
	float:none;
	padding:30px 15px;
	min-height:inherit;
}
.location .col img {
	width:100%;
}
.footer li {
	line-height:25px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.logo {
	width:460px;
	top:-27px;
}
.logo span {
	bottom:40px;
}
.navigation {
	bottom:-40px;
}
.showcase {
	height:auto;
	min-height:280px;
	background: #252525;
}
.carousel {
	display: none;
}
}

@media only screen and (max-width: 479px)  { 
.header {
	top:30px;
}
.carousel {
	display: none;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .logo span {
     	letter-spacing:0px;
    }

    /* Safari only override */
    ::i-block-chrome, .logo span {
     	font-size:17px;
		letter-spacing:0.8px;
		word-spacing:3px;
    }
}
