/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: 'aaarghnormal';
    src: url('fonts/Aaargh-webfont.eot');
    src: url('fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aaargh-webfont.woff') format('woff'),
         url('fonts/Aaargh-webfont.ttf') format('truetype'),
         url('fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aaarghbold';
    src: url('fonts/aaargh_cyrillic_bold-webfont.eot');
    src: url('fonts/aaargh_cyrillic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aaargh_cyrillic_bold-webfont.woff') format('woff'),
         url('fonts/aaargh_cyrillic_bold-webfont.ttf') format('truetype'),
         url('fonts/aaargh_cyrillic_bold-webfont.svg#aaarghbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_xblkcn_btextra_black';
    src: url('fonts/futurxkc-webfont.eot');
    src: url('fonts/futurxkc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurxkc-webfont.woff') format('woff'),
         url('fonts/futurxkc-webfont.ttf') format('truetype'),
         url('fonts/futurxkc-webfont.svg#futura_xblkcn_btextra_black') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_mdcn_btmedium';
    src: url('fonts/futuramc-webfont.eot');
    src: url('fonts/futuramc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuramc-webfont.woff') format('woff'),
         url('fonts/futuramc-webfont.ttf') format('truetype'),
         url('fonts/futuramc-webfont.svg#futura_mdcn_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	/*outline:0;
	border:1px solid #04A4CC;*/
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}

@media screen and (min-width: 768px) {
	.wrapper {
		width: 100%;
		max-width: 1280px;
	}
}

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
	min-height: 500px;
}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.page-id-84 img.product-thumb {
	display: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




/*Header*/

.logo span.searchbox {
    display: block;
    float: right;
    position: relative;
    top: 10px;
    width: 270px;

}

.search-submit {
	border: none;
	background: #295C97;
	font-size: 14px;
	text-transform: uppercase;
	width:86px;
	height: 22px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: lowercase;
	margin-top: 10px;
}

.search-input {
	height: 22px;
	border: none;
	text-transform: lowercase;
	padding-left: 5px;
	font-size: 14px;
}

search-input:focus {
    outline: none !important;
    border: none;
}

.logo {
	background: url('images/top_all.jpg') 152px 0 no-repeat;
}

@media screen and (max-width: 767px) {
	.logo {
		background: #295C97;
		text-align: center;
		margin: 0 0 10px;
		width: 100%;
		height: 131px;
	}
}

.logo a {
	display: inline-block;
	width: 152px;
}




/*Top Nav*/

.nav {
	z-index: 1000;
	position: relative;
	background: #9FC54D;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.nav {
		position: fixed;
		top: 131px;
		left: 0;
		width: 100%;
		background: none;
	}
}

.nav .nav-button {
	display: none;
}

@media screen and (max-width: 767px) {
	.nav .nav-button {
		display: block;
		float: left;
		width: 20px;
		text-align: center;
		background: #295C97;
		color: #fff;
		font-weight: bold;
		padding: 5px 5px 5px 3px;
		border-top: 1px solid #fff;
	}
}

.nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 26px;
	width: 800px;
	background: #9FC54D;
}

@media screen and (max-width: 767px) {
	.nav ul {
		display: none;
		width: 100%;
		height: auto;
	}

	.nav > ul {
		margin: 0 0 10px 0;
		width: 90%;
		float: left;
	}
}

.nav ul li {
	float: left;
	/*text-indent: -9999px;*/
	height: 21px;
	position: relative;
	padding-top: 1px;
}

@media screen and (max-width: 767px) {
	.nav ul li {
		float: none;
		text-indent: 0;
		background: none !important;
		width: 100% !important;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.nav ul li a {
		display: block;
		font-family: 'aaarghnormal';
		font-weight: bold;
		color: #fff;
		width: 100%;
		height: 30px !important;
		background: #9FC54D;
		text-align: center;
		padding: 7px 0;
		border-top: 1px solid #fff;
	}
}

.nav ul li a {
	height: 20px;
	font-family: 'futura_xblkcn_btextra_black';
	color: #fff;
	font-size: 18px;
}

.nav ul li.menu-item-1226 {
	/*background: url(images/nav_about.gif);*/
	width: 100px;
}

/*.nav ul li.page-item-5 a {
	display: block;
	height: 21px;
}

.nav ul li.page-item-2 {
	display: none;
}*/

.nav ul li.menu-item-1228 {
	/*background: url(images/nav_ar-copy.gif);*/
	width: 133px;
}

.nav ul li.menu-item-1235 {
	/*background: url(images/nav_lido_m-copy.gif);*/
	width: 115px;
}

.nav ul li.menu-item-1268 {
	/*background: url(images/nav_wl-copy.gif);*/
	width: 119px;
}

.nav ul li.menu-item-1274 {
	/*background: url(images/nav_lm-copy.gif);*/
	width: 115px;
}

.nav ul li.menu-item-1314 {
	/*background: url(images/nav_cu-copy.gif);*/
	width: 100px;
}

.nav ul li.menu-item-1227 {
	/* Warranty */
	width: 115px;
}

.nav ul li.page-item-7 a {
	display: block;
	height: 21px;
}

.nav ul > li > ul {
	display: none;
	background: none;
	position: absolute;
	top: 21px;
	padding-top: 7px;
}

@media screen and (max-width: 767px) {
	.nav ul > li > ul {
		position: relative;
		top: 0;
		padding-top: 0;
	}
}

.nav ul > li.hover > ul {
	display: block;
}

@media screen and (max-width: 767px) {
	.nav ul > li.hover > ul {
		display: none;
	}
}

.nav ul li ul li {
	text-indent: 0;
	float: none;
	position: relative;
	width: 151px;
	height: 22px;
}

@media screen and (max-width: 767px) {
	.nav ul li ul li {
		float: none;
		text-indent: 0;
		background: none !important;
		width: 100% !important;
		height: auto;
	}
}

.nav ul li ul li a {
	display: block;
	text-align: center;
	width: 149px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10pt;
	background: #295C97;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.nav ul li ul li a {
		height: 21px;
		width: 100%;
	}
}

.nav ul li ul li a.hover {
	background: #9fC54D;
}

.nav ul li ul li ul {
	display: none;
	padding-top: 0;
}

.nav ul li ul li.hover ul {
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
}

@media screen and (max-width: 767px) {
	.nav ul li ul li.hover ul {
		display: none;
		position: relative;
		left: 0;
	}

	.nav ul li ul li ul li a {
		background: #449E0F;
	}
}

/*Sidebar*/
div.sidebar {
	margin: 4px 0 0 0;
	width: 152px;
	float: left;
}

@media screen and (max-width: 767px) {
	div.sidebar {
		display: none;
	}
}

div.sidebar-content {

}

div.sidebar p {
	padding: 0 0 0 20px;
}

div.sidebar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	max-width: 200px;
}

/*Main Content*/
div.main {
	float: left;
	min-height: 535px;
}

@media screen and (min-width: 768px) {
    div.main {
    	width: 100%;
    	max-width: 1280px;
    	margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
	div.main {
		width: 95%;
		margin: 0 auto;
		float: none;
	}
}

.main p {
	margin: 0 0 0 0px;
}

/*Footer*/
div.footer {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
	border-top: 3px solid #295C97;
	margin-top: 50px;
	margin-bottom: 30px;
	clear: both;
}

@media screen and (max-width: 767px) {
	div.footer {
		width: 90%;
		padding-right: 5%;
		text-align: right;
	}
}

div.footer p.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 1px;
	letter-spacing: .15em;
}

/*Home Page*/
.home-header-images-wrapper {
	width: 100%;
	overflow: hidden;
}

.home-header-images {
	margin: 5px 0;
	width: 1280px;
	height: 149px;
}

.home-header-images img {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.home-header-images {
		display: none;
	}
}

.page-id-2 .sidebar {
	margin: 0;
	width: 20%;
}

.page-id-2 .main {
	width: 80%;
}

#post-2 {
	background: url(images/Home-left-com.jpg) #A0C455 center -167px no-repeat;
	height: 477px;
	width: 49%;
	float: left;
	position: relative;
	font-family: 'futura_xblkcn_btextra_black';
	font-size: 40px;
	color: #2C5D95;
}

#post-2 div {
	width: 347px;
	margin: 5px auto 0;
	line-height: 100px;
	text-align: right;
	font-size: 70px;
	letter-spacing: 3px;
}

.sidebar-content div {
	text-align: center;
	background: #2C5D95;
	width: 100%;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
	#post-2 {
		width: 100%;
		background: url(images/Home-left-com.jpg) #A0C455 center -168px no-repeat;
		height: 268px;
	}

	#post-2 div {
		width: 295px;
		position: relative;
		margin: 0 auto;
		font-size: 60px;
		text-align: left;
	}
}

#post-2 p {
	margin: 0;
	width: 171px;
	height: 99px;
	background-color: #295C97;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	left: 40px;
	top: 250px;
}

.home-right {
	background: #2C5D95;
	height: 477px;
	width: 51%;
	float: left;
	position: relative;
}

.home-right div:first-child {
	font-size: 46px;
	line-height: 40px;
	margin: 100px auto 0;
}

.home-right div {
	font-family: 'futura_mdcn_btmedium';
	color: #fff;
	font-size: 24px;
	width: 225px;
	margin: 30px auto 0;
	line-height: 24px;
}

@media screen and (max-width: 767px) {
	.home-right {
		width: 100%;
		background: #2C5D95;
		height: 268px;
	}

	.home-right div:first-child {
		margin: 40px auto 0;
	}
}

/*Product Pages*/
.cat-title {
	font-family: 'aaarghbold';
	color: #9FC54D;
	margin: 40px 10px 0 10px;
	border-bottom: 3px solid #295C97;
}

@media screen and (max-width: 767px) {
	.cat-title {
		margin: 40px 0 0 0;
	}
}

.cat-title h1 {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.products-wrapper {
	/*background: url(images/NewProd_Dots.gif) repeat-y -148px top;*/
	padding: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
	.products-wrapper {
		background: none;
	}
}

.product {
	margin: 36px;
	/*float: left;*/
}

@media screen and (max-width: 767px) {
	.product {
		margin: 36px 0;
	}
}

/* dealer styles */

table h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	width: 200px;
	height: 40px;
	background-color: #295c97;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
}

.table-wrapper {
	width: 1200px;
}

.table1, .table2, .table3 {
	float: left;
	margin-right: 60px;
}

address {
	font-size: 12px;
	margin-bottom: 10px;
}

.product-left {
	float: left;
	text-align: right;
	margin: 0 35px 0 0;
	min-width: 200px;
}

.product-left a {
	display: block;
	margin: 5px 0;
}

.product-right {
	float: left;
	width: 700px;
}

.product-right .product-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9FC54D;
}

.product-right .product-content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#friend {
	text-align: right;
	font-size: 14px;
	margin-right: 10px;
}

#friend a {
	color: #9FC54D;
	font-weight: bold;
}

.others-wrapper {
	padding: 20px 0 0 0px;
	min-height: 600px;
	margin: 0 0 0 40px;
}

.spacer {
	margin: 15px;
}

.menu-item-862 a {
	cursor: pointer;
}
