/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
	background-position: left top;
}
a:hover {
	cursor: pointer;
}
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	*width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width: 90px;
	*width:40px;
}

.container_12 .grid_2 {
	width: 195px;
	*width:140px;
}

.container_12 .grid_3 {
	width: 292.5px;
	*width:240px;
}

.container_12 .grid_4 {
	width: 390px;
	*width:360px;
}

.container_12 .grid_5 {
	width: 487.5px;
	*width:440px;
}

.container_12 .grid_6 {
	width: 585px;
	*width:540px;
}

.container_12 .grid_7 {
	width: 682.5px;
	*width:640px;
}

.container_12 .grid_8 {
	width: 780px;
	*width:750px;
}

.container_12 .grid_9 {
	width: 870px;
	*width:840px;
}

.container_12 .grid_10 {
	width: 990px;
	*width:940px;
}

.container_12 .grid_11 {
	width: 1090px;
	*width:1040px;
}

.container_12 .grid_12 {
	width: 1190px;
	*width:1140px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_0 {
	left: auto;
}

.container_12 .push_1 {
	left: 70px;
}

.container_12 .push_2 {
	left: 170px;
}

.container_12 .push_3 {
	left: 270px;
}

.container_12 .push_4 {
	left: 390px;
}

.container_12 .push_5 {
	left:470px;
}

.container_12 .push_6 {
	left: 570px;
}

.container_12 .push_7 {
	left: 670px;
}

.container_12 .push_8 {
	left:760px;
}

.container_12 .push_9 {
	left:870px;
}

.container_12 .push_10 {
	left:970px;
}

.container_12 .push_11 {
	left:1070px;
}
.ie-hide {
	display: none !important;
}
.ie-row {
	*margin-right: 0;
	*margin-left: 0;
}
/*
*	Header Area
----------------------------------------------------*/
.container_12 .logo-wrapper {
	*width: 275px;
	*padding-left: 0;
}
.header-wrapper {
	background: url(../images/header-wrapper-bg.png) repeat;
	position: relative;
	padding-bottom: 13px;
	z-index: 1;
	height: 165px;
	*height: 155px;
}
.container_12 .grid_4.logo-wrapper {
	margin-top: 24px;
	width: 285px;
	*width: 250px;
	padding-left: 0;
}
.logo-wrapper img {
	width: 100%;
	height: auto;
	position: relative;
	*margin-left: -30px;
	*margin-left: 0;
}
.container_12 .search-login-area {
	width: 375px;
	left: 400px;
	*left: 265px;
	*right: 0;
	position: relative;
	margin-top: 10px;
	height: 34px;
}
.search-login-area .search-login {
	width: 180px;
	float: left;
}
.search-login input[type="text"] {
	line-height: 30px;
	*width: 135px;
	*height: 28px;
	*line-height: 28px;
}
.search-login-area .sociallogincart {
	float: left;
}
.sociallogincart .login-btn {
	*width: 58px;
}
.sociallogincart .cart-btn {
	*width: 37px;
}
.headinfo {
	text-align: right;
	font-size: 1.835em;
	font-family: 'titillium_webregular', sans-serif;
	left: 120px;
	*left: 140px;
}
.headinfo a {
	color: #fff;
	display: inline-block;
	font-family: 'titillium_webbold', sans-serif;
}
#top-menu {
	position: absolute;
	right: auto;
	*right: inherit;
	*left: 325px;
	margin-left: 277px;
	*margin-left: 313px;
	bottom: 1px;
	padding: 0;
	width: 100%;
}
#menu-top-menu ul {
	width: 176px;
	*width: 146px;
}
/*
*	Banner Area
----------------------------------------------------*/
.banner-slide > div > .bcontent-overlay {
	*width: 1140px;
}
/*
*	Front Page Area
----------------------------------------------------*/
.leadins {
	*padding-bottom: 15px;
}
.newsletter {
	padding-top: 20px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.newsletter .gform_title {
	float: left;
	margin-top: 0;
	padding-bottom: 15px;
}
.newsletter ul {
	float: left;
	margin-left: 30px;
}
.gform_body,
.gform_heading {
	float: left;
}
.gform_wrapper .gform_heading {
	padding-bottom: 0;
	padding-top: 3px;
}
.newsletter ul li:first-child {
	margin-left: 0;
}
.newsletter ul li {
	margin-left: 20px;
}
.newsletter ul li input[type="text"] {
	*height: 24px;
}
.newsletter .gform_footer {
	float: left;
	width: auto;
	margin-left: 10px;
}
.video-whychoose-area {
	position: relative;
}
.container_12 .video-area {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/video-image-bg-2.jpg) no-repeat left top;
	width: 585px;
}
.container_12 .why-chooseus {
	background: url(../images/why-chooseus-bg-2.jpg) no-repeat;
	*width: 555px;
}
.why-chooseus ul li {
	width: 48%;
	float: left;
}
.video-area a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.video-area a .video-text {
	line-height: 1.5em;
}
.container_12 .gallery-thumb {
	*width: 165px;
}
.view-gallery {
	text-align: center;
	padding-top: 15px;
}
.view-gallery a {
	*display: inline;
	*zoom: 1;
}
.container_12 .home-thumb {
	display: block !important;
	position: absolute;
	left: -15px;
}
.front-page .readmore {
	text-align: left;
}
.front-page .readmore a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.caricon-border {
	width: 100%;
	*width: 91.4%;
}
/*
*	Footer Area
---------------------------------------------*/
.copyright {
	text-align: left;
	margin-bottom: 6px;
}
.footer-menu ul {
	text-align: left;
}
.footer-menu ul li {
	border-left: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
}
.titan-badge {
	text-align: right;
}
.container_12 .thumb-gallery,
.news-thumb {
	overflow: hidden;
	z-index: 1;
	margin-left: -15px;
}
.gallery a {
	width: 123px;
	*width: 113px;
}
.container_12 .spec-content,
.news-content {
	width: auto;
	float: none;
	z-index: 0;
}
.page-content ol li {
	*overflow: visible;
}
.container_12 .woocommerce-content {
	*width: 870px;
}
.woocommerce ul.products li.product.product-category, 
.woocommerce-page ul.products li.product.product-category, 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 290px;
	*width: 274px;
	height: 100%;
	margin: 0;
	padding:  0 13px 15px;
}
.woocommerce ul.products li.product.product-category h3, 
.woocommerce-page ul.products li.product.product-category h3,
.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	width: 264px;
	*width: 244px;
	*min-height: 48px; 
}
.woocommerce ul.products li.product.product-category a:hover, 
.woocommerce-page ul.products li.product.product-category a:hover,
.woocommerce ul.products li.product a:hover, 
.woocommerce-page ul.products li.product a:hover {
	cursor: pointer;
}
.woocommerce-page div.product .content-left {
	width: 360px;
}
.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
	width: 112px;
	float: left;
	display: block;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 430px;
	float: left;
}
.specification-area {
	width: 768px;
}
.woocommerce #content div.product form.cart div.quantity, 
.woocommerce div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity  {
	float: left;
	margin-right: 8px;
	width: 30px;
	*width: 40px;
}
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
	line-height: 34px;
	width: 30px;
	*width: 40px;
}
.woocommerce #content div.product form.cart .button.single_add_to_cart_button,
 .woocommerce div.product form.cart .button.single_add_to_cart_button , 
.woocommerce-page #content div.product form.cart .button.single_add_to_cart_button, 
.woocommerce-page div.product form.cart .button.single_add_to_cart_button {
	float: left;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	margin-bottom: 15px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 490px;
}
.woocommerce-page div.product form.cart {
	float: left;
	width: auto !important;
}
div.product .call-us {
	float: left;
	margin-left: 6px;
}
div.product .call-us a {
	display: block;
	width: 170px;
	height: 35px;
	line-height: 35px;
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
	border: 1px solid #000;
}
.woocommerce table.shop_table td, 
.woocommerce-page table.shop_table td,
#order_review table.shop_table td,
#order_review table.shop_table tr th {
	border-top: 1px solid #000;
}
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot th  {
		border-top: 1px solid #000;
}
.woocommerce #content table.cart input.button, 
.woocommerce table.cart input.button, 
.woocommerce-page #content table.cart input.button, .woocommerce-page table.cart input.button {
	height: 30px;
}
.woocommerce form.shipping_calculator .form-row input.input-text, 
.woocommerce-page form.shipping_calculator .form-row input.input-text {
	width: 395px;
	*width: 375px;
}
#billing_first_name, #billing_last_name,
#billing_postcode, #billing_email,
#billing_phone, #shipping_first_name,
#shipping_company, #shipping_last_name,
#shipping_postcode  {
	width: 184px;
	*width: 168px;
	line-height: 22px;
	*line-height: 16px;
} 
#billing_company,#billing_address_1,
#billing_address_2, #billing_city,
#shipping_company, #shipping_address_1,
#shipping_address_2, #shipping_city {
	width: 398px;
	*width: 380px;
	line-height: 22px;
	*line-height: 16px;
}
.woocommerce-page #payment .payment_method_paypal label {
	display: inline-block;
	text-align: left;
}
.woocommerce-page #payment .payment_method_paypal img {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.woocommerce-page #payment .payment_method_paypal a.about_paypal {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: none;
}
.sign-up-form {
	width: 100%;
}
.sign-up-label {
	width: 180px;
	*width: 140px;
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
	color: #f9f9f9;
}
.sign-up-form ul {
	width: 497px;
	*width: 524px;
	float: left;
}
.sign-up-form ul li {
	width: 240px;
	*width: 250px;
	float: left;
	margin-left: 16px;
}
.sign-up-form ul li:first-child {
	margin-left: 0;
}
.sign-up-form ul li input[type="text"] {
	width: 240px;
	*width: 230px;
	*height: 30px;
}
.sign-up-form .gform_footer {
	width: auto;
	float: left;
	margin-top: 25px;
	margin-left: 8px;
	*margin-left: 6px;
}
/*
*	Spec Builds
--------------------------------------------------------*/
.container_12 .spec-images {
	width: 390px;
	*width: 360px;
}
/*
*	News 
--------------------------------------------------------*/
h3.page-title {
	*margin-left: -15px;
}
.news-thumb {
	width: 360px;
	*width: 330px;
}
/*
*	Contact Us
--------------------------------------------------------*/
.contact-form ul li.textfield {
	width: 290px;
	*width: 260px;
	*margin-left: 0px;
	float: left;
}
.contact-form .gform_body ul li.right {
	float: right;
}
.contact-form .gform_body ul li input[type="text"] {
	width: 260px;
	*width: 240px;
	*height: 18px;
	*margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-form ul li.textarea {
	width: 585px;

	*width: 540px;
}
.contact-form .gform_body ul li textarea {
	width: 555px;
	*width: 520px;
	*height: 174px;
}
.gform_footer {
	float: left;
}
.contact-detail ul {
	padding-bottom: 7px;
	*padding-bottom: 2px;
	float: left;
}
.contact-detail ul li {
	*margin-left: 0;
}
.google-maps {
	margin-left: -15px;
	*margin-top: 24px;
}
.google-maps iframe {
	*width: 580px;
}
.newsletter .validation_error {
	display: none;
}
.titan-pagination ul li {
	*display: inline;
	*zoom: 1;
}
.woocommerce-pagination {
	text-align: left !important;
	margin-left: -15px;
}
.woocommerce-pagination ul {
	display: inline-block;
	*display: inline !important;
	*zoom: 1;
	text-align: left !important;
}
.woocommerce-pagination ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline !important;	
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	*padding-left: 0 !important;
	*padding-right: 0 !important;
	text-align: center !important;
}
.ngg-galleryoverview {
	*width: 1110px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 380px;
	*width: 340px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail a .fade-bg {
	*width: 335px;
}
.gallery_link:hover .fade-bg {
	*width: 345px;
}
.ngg-albumoverview .ngg-album .gallery_link img,
.ngg-album-link .Link img {
	*width: 345px;
}
.woocommerce-sidebar {
	margin-left: -15px;
}
.thumb-gallery {
	width: 360px;
	margin-right: 15px;
}
.thumb-gallery .gallery .row {
	margin-left: -5px;
	margin-right: -5px;
}
.thumb-gallery .gallery a {
	padding-left: 5px;
	padding-right: 5px;
}
.gallery-page h1.page-title,
.gallery-page .car {
	*width: 1105px;
}
.products .prodcatthumb .upper_middle_initiator, .products .prodcatthumb .bottom_middle_initiator {
	*display: inline !important;
	*zoom: 1
}