@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic);
@import url('https://fonts.googleapis.com/css?family=Changa+One:400,400i');

@font-face {
	font-family:'WebSymbols';
	src:url(includes/assets/fonts/WebSymbols-Regular.otf);
}

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	margin:0 !important;
	padding:0 !important;
	height:100%;
}
body {
	background-image:url("images/bg.jpg");
	font-family:'Open Sans',Arial, Helvetica, Tahoma, sans-serif;
}

/*Content*/
.frame {
	width:1000px;
	margin:0px auto;
}

#wrapper {
	overflow:hidden;
	clear:both;
	padding:1em 0 110px;
	background-color:#FFF;
	background-image:url(images/bg-content-foot.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#wrapper.topgap {
	padding-top:80px;
}
#sidebox {
	float:right;
	width:200px;
	padding-left:15px;
	margin-left:15px;
	padding-bottom:15px;
	border-left:2px solid #EEE;
}

/*Sidebox*/
#sidebox .block {
	background-color:#EEE;
	margin-bottom:10px;
	padding:10px;
	font-size:14px;
}
#sidebox .block h4 {
	color:#999;
	font-size:18px;
}
#sidebox .block.nopadding {
	padding:0;
}

/*Header*/
#header,#footer,#nav {
	display:block;
}
#header {
	z-index:1000;
	width:100%;
	height:80px;
	position:fixed;
	margin-bottom:1px;
	background-color:rgba(0,147,211,0.8);
}
#header-logo {
	float:left;
	padding:5px 0;
	width:30%;
}
#header-logo a {
	display:block;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:250px;
	height:70px;
	text-indent:-9999px;
}
#header-links {
	float:right;
	width:70%;
}
#header-links ul {
	float:right;
}
#header-links ul li:first-child a {
	border-right:none;
}
#header-links ul li.social a{
	padding-top:0;
	padding-bottom:0;
}
#header-links ul li a:hover {
	color:#0093d3;
}

/*Nav*/
#nav {
	background-color:#0093d3;
	border-bottom:1px solid #2369dc;
	height:48px;
}

/*Banner*/
#banner {
	padding-top:100px;
}
#banner .text-slider {
	width:1000px;
	height:275px;
	background-repeat:no-repeat;
	margin:0 auto;
	background-image:url(images/headers/banner-base.png);
	display:table;
}
#banner .text-slider ul {
	font-family:'Changa One',arial,sans-serif;
	list-style:none;
	display:table-cell;
	vertical-align:middle;
}
#banner .text-slider ul li {
	list-style:none;
	line-height:1.5;
	font-size:32px;
	color:#0093d3;
	text-shadow:0 0 10px rgba(255,255,255,0.5);
}
#banner .text-slider ul li:nth-child(even) {
	color:#FFF;
	text-shadow:0 0 10px #0384bc;
}

/*Head Bar*/
#head-bar {
	width:100%;
	height:53px;
	background-image:url(images/bg-head-bar.png);
}

/*Footer*/
#footer-divide {
	height:80px;
    background:url(images/bg-footer-divider.jpg);
	border-bottom:5px solid #FFF;
	background-position:top;
}
#footer {
	background-color:#EEE;
	padding:10px 0;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
}
#footer .frame {
	overflow:hidden;
}
#footer .frame .block {
	float:left;
	width:200px;
	border-right:2px dotted #FFF;
	padding:5px;
	margin:5px;
}
#footer .frame .block ul.links {
	float:none;
	list-style:none;
	margin:5px 0;
}
#footer .frame .block ul.links li a {
	color:#999;
	text-shadow:0 1px 0 #FFF;
	font-weight:300;
}
#footer .frame .block ul.links li a.hover {
	padding-left:5px;
}
#footer .frame .block.copyright {
	padding-top:20px;
	float:right;
	border-right:0;
	text-align:right;
	font-weight:500;
	font-family:"Changa One",'Open Sans',Arial,sans-serif;
}
#footer .frame .block.copyright p {
	margin:0;
}
#footer .frame .block.copyright p.sub-links {
	font-size:11px;
	color:#999;
	font-weight:300;
}
#footer .frame .block.copyright p.sub-links a {
	color:#666;
}
#footer .frame .block.copyright p.sub-links a.hover {
	color:#000;
}
#footer .frame .block.copyright p.rzr {
	padding-top:5px;
	font-weight:300;
}
#footer .frame .block.copyright p.rzr a {
	color:#999;
	font-size:13px;
}
#footer .frame .block.copyright p.rzr a.hover {
	color:#000;
}

/*Notification*/
.notification {
	margin-bottom:10px;
	padding:15px;
	color:#FFF;
	font-size:14px;
	display:none;
}
.notification a {
	color:#FFF;
}
.notification p {
	margin:0;
	color:#FFF;
	font-size:12px;
}
.notification p.info {
	font-size:11px;
	color:#EEE;
}
.notification.red {
	background-color:#c00;
}
.notification.green {
	background-color:#8AAA1F;
}

/*GENERAL*/
h1,h2,h3,h4,h5,h6 {	
	font-family:"Changa One",Arial,sans-serif;
	font-weight:normal !important;
}
h1 {
	font-family:"Changa One",Arial,sans-serif;
	font-size:46px;
	color:#000;
	letter-spacing:-1px;
}
h2 {
	font-size:32px;
	color:#0093d3;
	letter-spacing:-1px;
}
h2 a {
	color:inherit;
	text-decoration:none;
}
h4,h3 {
	font-size:26px;
	color:#0093d3;
}
h4 {
	color:#999;
}
h4.style1 {
	display:inline-block;
	font-size:38px;
	font-weight:300;
	text-transform:uppercase;
	padding-left:40px;
	background-image:url(images/icon-fillem.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}
span.style1 {
	display:inline-block;
	font-size:20px;
	font-weight:500;
	padding-left:40px;
	background-image:url(images/icon-fillem.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}
p {
	margin:1em 0;
	font-size:14px;
	color:#000;
}
a {
	color:#0093d3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border:0;
	margin:30px 0;
	border-bottom:4px dotted #EEE;
}
hr.blind {
	border:none;
}

/*Misc Global Classes*/
p.disclaimer {
	font-size:11px;
	color:#999;
}

/*Button*/
a.button {
	color:#FFF;
	background-color:#999;
	border-radius:3px;
	padding:3px 5px;
	border-radius:5px;
	text-decoration:none;
	font-size:12px;
}
a.button:hover {
	background-color:#0093d3;
}

/*BODY SIZES*/

.body-sidebox {
	float:left;
	width:200px;
}
.body-sidebox .block {
	width:184px;
	padding:8px;
	background-color:#EEE;
	border-radius:5px;
	margin-bottom:10px;
}
.body-sidebox .block p {
	font-size:13px;
	margin:0.5em 0;
}

/*OTHER*/
.light {
	font-weight:300;
}
.italic {
	font-style:italic;
}
.clearfix {
	clear:both;
}
.hide {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.no-margin {
	margin:0 !important
}
.no-padding {
	padding:0 !important
}
.web-symbols {
	font-family:WebSymbols;
}
.web-symbols {
	text-decoration:none;
	font-weight:normal;
}
.center {
	text-align:center;
}
.blue{
	color:#0093d3;	
}
.white{
	color:#fff;	
}
.text-large {
	font-size:18px;
}
/*OTHER ELEMENTS*/
.gallery {
	margin:10px;
	border:2px solid #0093d3;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#basemenu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
p.caption {
	color:#999;
	font-size:12px;
	font-weight:bold
}

/*FORM*/
.form_table {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
.form_caption {
	font-size:12px;
	font-weight:none;
	color:#FFF;
	padding:0px 0px 0px 5px;
	margin:0;
	font-style:italic;
	display:none;
}
input,select,textarea {
	font-family:'Open Sans',sans-serif;
	padding:4px 2px;
	font-size:14px;
	transition:all 0.2s ease-in-out 0s;
}
input[type="text"],input[type="password"],textarea {
	background:url(images/form_bg.jpg) repeat-x;
	background-color:#FFF;
	padding:4px 4px;
	border:1px solid #BBB;
	color:#999;
}
select {
	padding:4px 2px;
	border:1px solid #BBB;
	color:#999;
}
select:focus,input:focus,textarea:focus {
	color:#000;
	border-color:#0093d3;
}
input[type="submit"] {
	background-color:#0093d3;
	color:#FFF;
	border:none;
	padding:8px 35px;
	font-family:"Changa One",Arial,sans-serif;
	cursor:pointer;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	box-shadow:inset 0px 0px 5px #000;
}

/*SITEMAP <LI>*/
#sitemap {
	margin-top:10px;
}
#sitemap li {
	margin:10px 0;
	list-style-type:square;
	margin-left:15px;
}

/*SEARCH <LI>*/
#search {
	margin-top:10px;
}
#search li {
	margin:10px 0;
	list-style:none;
	border-top:1px solid #DDD;
}
#search li h2 a {
	font-size:16px;
	text-decoration:none;
}
#search li h2 a:hover {
	text-decoration:underline;
}
#search li p {
	margin:0;
}

/*Spacers*/
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}

/*Contact Form / Map*/
.contact-container {
	overflow:hidden;
	background-color:#F5F5F5;
	border-top:2px dotted #CCC;
	border-bottom:2px dotted #CCC;
	padding:10px;
	margin:2em 0;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 1px 0 #FFF;
}
.contact-container .contact-form {
	width:50%;
	float:left;
}
.contact-container .contact-form + .contact-map {
	width:50%;
	float:left;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	width:auto;
	height:210px;
	border:1px solid #FFF;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}
.contact-box {
	float:left;
	width:182px;
	border-radius:15px;
	padding:10px;
	margin:20px;
	background-color:#0093d3;	
	border:2px solid #0093d3;
	text-align:center;
	text-shadow:0 0 1px #00587e;
	transition:ease-in-out 0.4s;
}
.contact-box:hover {
	border-color:#006794;
}
.contact-box hr {
	margin:10px 0;
}
.contact-box p {
	margin-bottom:0;
}

/*Nav Tree*/
div.nav-tree {
    background-color: #F4F4F4;
    color: #999;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
}
div.nav-tree a {
    color: #666666;
    text-decoration: underline;
}
div.nav-tree a:hover {
	text-decoration:none;
}

/*GALLERY LIST*/
ul.gallery-list {
	list-style:none;
	overflow:hidden;
}
ul.gallery-list li {
	list-style:none;
	float:left;
	width:218px;
	padding:10px;
	margin:5px !important;
	background-color: #F4F4F4;
	border:1px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
ul.gallery-list li:hover {
	border-color:#DDD;
	background-color: #EEE;
}
ul.gallery-list li a.view {
	display:block;
	margin-top:4px;
	background-color:#0093d3;
	color:#FFF;
	text-align:center;
	padding:7px 5px;
	text-decoration:none;
}
ul.gallery-list li a.view:hover {
	box-shadow:inset 0 0 5px #000;
	text-decoration:underline;
}
ul.gallery-list li img {
	width:100%;
}

/*NEWS*/
.content-holder .holder.news h6 {
	font-size:24px;
	color:#0093d3;
}
.content-holder .holder.news p.sub-text {
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.content-holder .holder.news p {
	font-size:12px;
}
.content-holder.border-top-news {
	border-top:1px solid #FFF;
}

/*Forms*/
ul.form {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
}
ul.form li.field {
	display:block;
	margin:1px 0;
	clear:right;
}
ul.form.float li.field {
	float:left;
	margin-right:15px;
}
ul.form li.field.submit {
	margin-top:15px;
}
ul.form li.field.submit-links {
	margin-top:23px;
}
ul.form li.field label, ul.form li.field input, ul.form li.field select, ul.form li.field textarea {
	display:block;
}

ul.form li.field label {
	display:block;
	color:#999;
	font-weight:normal;
	font-size:13px;
}
ul.form li.field em {
	color:#C00;
}

ul.form li.field input, ul.form li.field textarea, ul.form li.field select {
	font-family:Arial,sans-serif;
	border:1px solid #999;
	padding:3px 4px;
	color:#999;
	font-size:12px;
	border-radius:2px;
}
ul.form li.field textarea {
	padding:5px 4px;
}
ul.form li.field select {
	padding:7px 4px;
}
ul.form li.field input:focus, ul.form li.field textarea:focus, ul.form li.field select:focus {
	color:#000;
	border:1px solid #3FA9F5;
}
ul.form li.field p.value {
	font-size:12px;
	color:#999;
	margin:0;
	padding-top:8px;
}
ul.form li.field input[type=submit] {
	background-color:#4e7a9b;
	color:#FFF;
	font-weight:bold;
	border:none;
	padding:8px 20px;
	text-shadow:0 1px 0 #036;
	border-radius:4px;
	cursor:pointer;
	text-shadow:0 -1px 0 #0093d3;
}
ul.form li.field input[type=submit]:hover {
	background-color:#666;
}
ul.form li.field input[type=submit]:active {
	box-shadow:inset 0px 0px 5px #000;
}
ul.form li.field textarea.full {
	width:97%;
	display:block;
	padding:1%;
	min-height:200px;
}
ul.form li.field p.caption {
	font-size:11px;
	color:#999;
	margin:0.5em 0 0;
	font-weight:normal;
}

/*Form*/
.form-block {
	overflow:hidden;
}
.field {
	padding:10px;
	float:left;
}
.field label,
.field input,
.field select,
.field textarea {
	display:block;
	width:100% !important;
	box-sizing:border-box;
}
.field.full {
	width:100%;
	box-sizing:border-box;
}

/*Comments*/
div.comment-form {
	margin:1em 0 0;
	width:453px;
	padding:5px;
	background-color:#EEE;
	border-radius:5px;
	border:1px solid #CCC;
}

div.comment-display {
	margin:1em 0 0;
	border:1px solid #CCC;
	border-radius:5px;
	overflow:hidden;
}
div.comment-display ul {
	list-style:none;
}
div.comment-display ul li {
	background-color:#EEE;
	padding:5px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #FFF;
}
div.comment-display ul li.top {
	border-top:none;	
}
div.comment-display ul li p {
	font-size:13px;
	margin:0;
}
div.comment-display ul li p.info {
	font-size:11px;
	color:#999;
}

/*Item List*/
ul.item-list * {
	margin:0;
}
ul.item-list {
	margin:10px 0 20px;
	overflow:hidden;
	list-style:none !important;
}
ul.item-list li.item {
	background-color:#EEE;
	list-style:none !important;
}
ul.item-list li.item.blur {
	background-color:#F5F5F5;
}
ul.item-list li.item ul.row-data {
	overflow:hidden;
	width:100%;
	list-style:none;
}
ul.item-list li.item ul.row-data li {
	float:left;
	list-style:none;
	padding:5px 0;
}
ul.item-list li.item ul.row-data li h2 {
	font-size:14px;
	color:#666;
}
ul.item-list li.item ul.row-data li.download {
	width:160px;
	text-align:right;
	float:right;
	padding-right:10px;
}
ul.item-list li.item ul.row-data li.download p {
	font-size:13px;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:0;
}
ul.item-list li.item ul.row-data li.image {
	margin-left:10px;
	padding:5px 0;
	padding-right:10px;
}

.selector-block {
	overflow:hidden;
}
.selector-block .block {
	float:left;
	width:135px;
	padding:10px;
	margin:10px;
	background-color:#FFF;
	border-radius:10px;
	text-align:center;
	border:3px solid #CCC;
}
.selector-block .block p {
	font-size:11px;
	text-align:left;
}
.selector-block .block h3, .selector-block .block h3 a  {
	color:#0093d3;
}
.selector-block .block h3 a {
	text-decoration:none;
}
.selector-block .block:hover {
	border-color:#AAA;
}

/*Tech Block*/
.text-block {
	overflow:hidden;
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:0.5em;
}
.text-block .image {
	float:left;
	padding-right:10px;
	width:93px;
}
.text-block .info {
	float:left;
	width:605px;
}
.text-block .info p {
	font-size:12px;
}


.text-block.image-130 .info {
	width:568px;
}
.text-block.image-130 .image {
	width:130px;
}

/*Product*/
.product-wrapper {
	padding:20px;
	background-color:#0093d3;
	background-image:url(images/bg-products.jpg);
}
.product-wrapper h2, 
.product-wrapper p,
.product-nav,
.product-nav a {
	text-shadow:0 1px 0 #6f002d;
	color:#FFF;
}
.product-wrapper h2 {
	font-weight:300;
	font-family:'BryantLGLight',Arial,sans-serif;
	font-size:32px;
}
.product-nav {
	padding:0 0 0.5em;
}
.product-nav, .product-nav a {
	text-align:center;
	font-size:22px;
}
.product-nav a.hover {
	color:#ff8fbc;
}
.product-nav span.found {
	font-size:14px;
	font-weight:300;
}
.product-nav span.found span {
	font-weight:600;
}
.product-block {
	border-top:2px solid #d11d65;
	overflow:hidden;
	padding:10px 0;
}
.product-block .block {
	float:left;
	background-color:#F4F4F4;
	margin:8px;
	border:2px solid #FFF;
	width:210px;
	text-shadow:0 1px 0 #FFF;
	box-shadow:0 5px 10px #6f002d;
	position:relative;
}
.product-block-container {
	width:10000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	left:0;
}
.product-block h2, 
.product-block p {
	text-shadow:0 1px 0 #FFF;
}
.product-block .block .block-info {
	padding:10px;
}
.product-block p {
	font-family: "Changa One",Arial,sans-serif;
    font-weight: normal !important;
}
.product-block p.title {
	font-size:20px;
	color:#0093d3;
	margin-bottom:0;
	letter-spacing: -1px;
	margin:0;
}
.product-block p.model {
	font-family: "Changa One",Arial,sans-serif;
	color:#6B747C;
	margin:0;
}
.product-block p.link a {
	text-align:center;
	display:block;
	background-color:#DDD;
	padding:8px 0;
	color:#6B747C;
	text-decoration:none;
}
.product-block p.link {
	margin-bottom:0;
}
.product-block p.link a:hover {
	background-color:#0093d3;
	color:#FFF;
	text-shadow:0 1px 0 #6F002D;
}
.product-block p.rating {
	position:absolute;
	top:5px;
	left:5px;
	background-color:rgba(192,5,80,0.9);
	width:32px;
	padding:12px 5px;
	font-size:11px;
	border-radius:35px;
	text-shadow:0 -1px 0 #6F002D;
	transform:rotate(-7deg);
}

/*Product Page Info Block*/
.product-info-block {
	padding:20px;
	overflow:hidden;
	margin:1em 0;
}
.product-info-block .block {
	background-color:rgba(255,255,255,0.8);
	width:450px;
	padding:10px;
	float:right;
	clear:left;
	border-bottom:4px solid #0093d3;
}
.product-info-block .block p.link a {
	font-family: "Changa One",Arial,sans-serif;
	color:#FFF;
	font-size:14px;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	background-color:#0093d3;
}
.product-info-block .block p.link a:hover {
	background-color:#6B747C;
}

/*Spec Tables*/
table.specs {
    border-top: 1px dotted #999999;
    color: #000000;
    line-height: 17px;
    margin: 0 0 20px;
    width: 100%;
}
table.specs tr {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
table.specs td {
    border-bottom: 1px dotted #999999;
    color: #000000;
    min-width: 100px;
    padding: 4px;
}
table.specs th {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px dotted #999999;
    color: #0093d3;
    font: 13px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    padding: 4px;
    text-align: left;
}
table.specs tr:hover td {
    background: none repeat scroll 0 0 #F0F0F0;
}
table.specs p {
    color: #000000;
    font: 11px/17px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 0;
    vertical-align: top;
}
.spec-table {
	margin:1em 0;
}

/*Feature Block*/
.feature-block {
	overflow:hidden;
}
.feature-block .block {
	float:left;
	width:276px;
	margin:5px;
	padding:10px;
	min-height:145px;
	border:2px solid #EEE;
	background-color:#FFF;
}
.feature-block.four .block {
	width:205px;
	min-height:185px;
}
.feature-block .block.hover {
	border-color:#0093d3;
	cursor:pointer;
}
.feature-block .block h2 {
	font-family: "Changa One",Arial,sans-serif;
	color:#0093d3;
	font-size:18px;
}
.feature-block .block p {
	font-size:11px;
}

/*Breadcrumb*/
.breadcrumb {
	font-family: "Changa One",Arial,sans-serif;
	font-size:10px;
	color:#6B747C;
	margin:0 0 1em;
}
.breadcrumb a {
	text-decoration:none;
	color:#6B747C;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

p.footnote {
	font-size:9px;
	color:grey;
}

/*List*/
ul.list {
	font-size:14px;
	list-style:disc;
	overflow:hidden;
}
ul.list li {
	margin:3px 0;
	margin-left:15px;
}
ul.list.float li {
	float:left;
	min-width:200px;
}

/*Info*/
.info {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	overflow:hidden;
}
.info h2 {
	color:#0093d3;
}
.info p {
	font-size:13px;
}
.info h2.toppad {
	margin-top:15px;
}

/*Twin-block*/
.twin-block {
	overflow:hidden;
}
.twin-block .block {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	margin-right:15px;
	float:left;
	width:335px;
}
.twin-block .block.last {
	margin-right:0;
}
.twin-block .block h2, .twin-block .block h3, .twin-block .block h4 {
	border-bottom:1px dotted #DDD;
	padding-bottom:8px;
	margin-bottom:8px;
}

/*Center Text*/
.center-text {
	text-align:center;
}

/*Price Block*/
.product-info-price {
	overflow:hidden;
}
.product-info-price .block-header {
	float:left;
	width:530px;
}
.product-info-price .block-price {
	float:right;
	width:400px;
}

.product-info-price .block-price-option {
	list-style:none;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;
}
.product-info-price .block-price-option li {
	float:left;
}
.product-info-price .block-price-option li.label {
	font-family:"Changa One",Arial,sans-serif;
	padding-top:7px;
	font-size:12px;
	color:#999;
}
.product-info-price .block-price-option li a {
	display:block;
	height:18px;
	padding:5px;
	margin:0 5px;
	font-size:12px;
	border-radius:5px;
	border:1px solid #DDD;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF;
	background-image:url(images/bg-price-option.jpg);
}
.product-info-price .block-price-option li a:hover, .product-info-price .block-price-option li a.selected {
	background-image:url(images/bg-price-option-hvr.jpg);
	border-color:#a40243;
	text-shadow:0 -1px 0 #a40243;
	color:#FFF;
	box-shadow:inset 0 1px 0 #ff71aa;
}

.product-info-price .block-price-info {
	list-style:none;
	overflow:hidden;
	background-color:#0093d3;
	padding:10px;
	font-size:12px;
	color:#FFF;
}
.product-info-price .block-price-info a {
	color:#FFF;
	text-decoration:none;
}
.product-info-price .block-price-info a:hover {
	text-decoration:underline;
}

.regions-block {
    overflow: hidden;
}
.regions-block .map {
    float: left;
    position: relative;
    width: 440px;
}
.regions-block .map p#label-select {
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 40px;
}
.regions-block .regions {
    float: left;
    width: 483px;
}
.regions-block .regions .block {
    border: 2px solid #CCC;
	background-color:#FFF;
    margin-bottom: 10px;
    padding: 15px;
}
.regions-block .regions .block:hover, .regions-block .regions .block.selected {
    background-color: #EEEEEE;
    border-color: #0093d3;
    cursor: pointer;
}
.regions-block .regions .block h2, .regions-block .regions .block h3 {
    margin: 0;
}
.regions-block .regions .block h3 {
    color: #999999;
    font-size: 14px;
}
p#label-select {
	font-size:12px;
	color:#999;
}

/*Contact Box*/
.contact {
	padding:2em 0 1em;
	background-image:url(images/bg-phone.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	text-shadow:0 -1px 0 #FFF;
}
.contact p.call {
	font-family:"Changa One",Arial,sans-serif;
	color:#888;
	font-size:18px;
	background-color:#0093d3;
	padding:5px;
	border-radius:5px;
	width:500px;
	margin:0 auto;
	color:#FFF;
	text-shadow: 0 -1px 0 #6F002D;
	box-shadow:0 -1px 0 #FFF;
	margin-top:5px;
}

.other {
	padding-left:50px;
}


/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0;
	padding:0;
}
ul.spec-list li {
	padding:0 !important;
	margin:0 !important;
}
ul.spec-list li p {
	float:left;
	width:40%;
}
ul.spec-list li p.value {
	width:60%;
}
ul.spec-list li p.label,
ul.spec-list li p.label a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
ul.spec-list li p.label span.date,
ul.spec-list li p.value span.date {
	float:right;
	font-weight:300;
	color:#000;
}
ul.spec-list li p.label.full,
ul.spec-list li p.value.full {
	width:100%;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
}
ul.spec-list li.first {
	border-top:1px dotted #CCC;
}

ul.spec-list.small li p {
	font-size:12px;
	margin:5px 0;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	margin:10px;
	width:250px;
	float:left;
}
.info-block.three .block {
	width:310px;
}
.info-block .block h2 {
	padding:5px;
	text-align:center;
	background-color:#0093d3;
	font-size:18px;
	color:#FFF;
	padding-bottom:7px;
	margin-bottom:0;
	border-top:2px solid #0093d3;
	border-left:2px solid #0093d3;
	border-right:2px solid #0093d3;
	border-bottom:1px solid #FFF;
}
.info-block .block .inner {
	background-color:#F4F4F4;
	padding:10px;
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
	min-height:140px;
}
.info-block .block img.main {
	border-left:2px solid #DDD;
	border-right:2px solid #DDD;
	border-bottom:1px solid #FFF;
	vertical-align:top;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	margin:0.35em 0;
}
.info-block .block p.button a {
	padding:5px;
	background-color:#0093d3;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 1px 0 #000;
	position:relative;
	top:0;
	margin-right:4px;
}
.info-block .block p.button a.hover {
	background-color:#000;
}

/*Box*/
.box {
	overflow:hidden;
}
.box .block {
	padding:10px;
	float:left;
	width:auto;
}
.box .block.half {
	width:450px;
}
.box .block.right {
	float:right;
}
.box .block.first {
	padding-left:0;
}

/*News*/
.news-list {
	overflow:hidden;
}
.news-list .block {
	float:left;
	width:320px;
	margin-right:20px;
}
.news-list .block.last {
	margin-right:0;
}
.news-list .block .info {
	padding:10px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background-color:#EEE;
	border-top:2px solid #F4F4F4;
}
.news-list .block .info h2, 
.news-list .block .info p {
	margin:0;
}
.news-list .block img {
	vertical-align:top;
}
.news-list .block .info p {
	font-size:12px;
}
.news-list .block .info h2 {
	font-size:18px;
}
.news-list .block .info h2 a {
	text-decoration:none;
}
.news-list .block .info h2 a:hover {
	text-decoration:underline;
}
.news-list .block .info p.date {
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.news-image {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

/*Columns*/
.columns {
	overflow:hidden;
}
.columns.margin-y {
	margin-top:10px;
	margin-bottom:10px;
}
.col2 {
	width:50%;
	float:left;
}
.col3 {
	width:33%;
	float:left;
}
.col2 .inner,
.col3 .inner,
.col2 .cinner,
.col3 .cinner {
	padding:10px;
	width:auto;
}
.col2.sides:first-child .inner,
.col3.sides:first-child .inner {
	padding-left:0;
}
.columns .span25 {
	width:25%;
}
.columns .span75 {
	width:75%;
}
.columns .span40 {
	width:40%;
}
.columns .span60 {
	width:60%;
}
.col2.style1 .inner,
.col3.style1 .inner {
	background-color:#F4F4F4;
	border:1px solid #EEE;
}
.col2.left-margin .inner,
.col3.left-margin .inner {
	margin-left:10px;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%; 
}
.coltable .col {
	display:table-cell;
vertical-align:top;
}
.coltable .col.center {
	text-align:center;
}
.coltable .box {
	background-color:#FFF;
	border:2px solid #EEE;
	margin:10px;
	padding:10px;
	border-radius:10px;
}
.coltable .infobox {
	background-color:#FFF;
	border:2px solid #EEE;
	margin:10px;
	padding:10px;
	border-radius:10px;
	width:290px;
	height:260px;
}
.coltable .infobox.noborder {
	border:0;
}
.coltable .infobox:hover {
	border:2px solid #0093d3;
}
.coltable .infobox.noborder:hover {
	border:0;
}
.coltable .infobox.blue,
.coltable .infobox.blue:hover {
	background-color:#0093d3;
	border-color:#0093d3;
}
.coltable .infobox.blue p,
.coltable .infobox.blue h2,
.coltable .infobox.blue h4 {
	color:#FFF;
	text-shadow:none;
}
.coltable .box h2,
.coltable .box p {
	margin:0;
}
.coltable img {
	max-width:100%;
	width:100%;
}
.coltable.services .infobox p,
.coltable.information .infobox p {
	font-size:12px;
}
.coltable.services .infobox p {
	font-size:12px;
}

/*Freephone*/
.coltable .col.freephone {
	text-align:right;
}
.coltable .col.freephone h2 {
	display:inline;
	color:#CCC;
	transition:all 0.2s ease-in-out 0s;
	padding:10px;
	border-radius:10px;
	border:2px solid #F4F4F4;
}
.coltable .col.freephone h2 span {
	color:#0093d3;
}
.coltable .col.freephone h2:hover {
	color:#0093d3;
	border:2px solid #0093d3;
	cursor:pointer;
}

/*Testimonials*/
.coltable.testimonial .box {
	border-width:1px;
}
.coltable.testimonial .box p {
	font-weight:300;
	font-size:16px;
}
.coltable.testimonial .box p.author {
	font-weight:bold;
	color:#999;
	text-align:right;
	font-size:12px;
	border-top:1px dotted #EEE;
	padding-top:5px;
	margin-top:5px;
}

#wrapper ul {
	list-style:square;
}
#wrapper ol li,
#wrapper ul li {
	margin:5px 0;
	margin-left:25px;
	font-size:14px;
}
#wrapper h2 img,
#wrapper p img {
	padding:10px;
	border-radius:20px;
}

.coltable.services .infobox,
.coltable.information .infobox {
	height:auto;
	min-height:170px;
}

ul.icons {
	font-size:18px;
	font-weight:300;
}
ul.icons li {
	margin:0 !important;
	padding:0;
	float:left;
	min-width:250px;
	list-style:none;
	line-height:2;
}
ul.icons li span {
	color:#84aa38;
}
.top-header {
	text-align:center;
	width:100%;
	height:200px;
	display:table;
}
.top-header h1 {
	display:table-cell;
	vertical-align:middle;
	text-shadow:0 0 20px #FFF;
}
.coltable.information .col {
	width:auto;
}
.coltable.information .col .infobox {
	width:auto;
	max-width:500px;
}

/*Quick Links*/
ul.quick-links {
	list-style:none;
	overflow:hidden;
	margin:0.5em 0;
}
ul.quick-links li {
	float:left;
	list-style:none;
	margin:0 !important;
}
ul.quick-links li a {
	background-color:#007dc3;
	padding:5px 12px;
	border-radius:5px;
	margin-right:10px;
	font-size:13px;
	display:block;
	color:#FFF;
	text-decoration:none;
	transition:background-color 0.2s ease-in-out 0s;
}
ul.quick-links li a:hover,
ul.quick-links li a.sel {
	background-color:#000;
}

/******* RESPONSIVE OVERRIDE **************/

@media screen and (max-width: 800px) {
	.frame {
		width:auto;
		margin:0px auto;
	}
	#header-links,#header-logo {
		float:none;
		clear:both;
		width:auto;
		text-align:center;
	}
	#header-links {
		display:none;
	}
	#wrapper {
		padding:0 10px;
	}
	#nav {
		overflow:hidden;
		height:auto;
	}
	#nav ul li.menulink {
		background-color:#0093d3;
		width:100%;
		padding:10px 0;
		text-align:center;
		border-bottom:1px solid #2369DC;
	}
	#nav ul li.menulink:hover {
		background-color:#000;
	}
	#footer {
		background:none;
		background-color:#DDD;
	}
	#footer .frame .block {
		border-right:none;
	}
	#footer .block.copyright {
		text-align:left !important;
		float:left !important;
	}
	.product-info-block .block,
	.info-block .block,
	.info-block.three .block {
		width:auto;
	}
	.product-info-block .block img.main,
	.info-block .block img.main,
	.info-block.three .block img.main {
		width:100% !important;
		border:none;
	}
	.video-box {
		width:100%;
		height:auto !important;
	}
	.contact-box {
		float:none;
		margin:10px auto;
	}
	#banner .text-slider {
		width:100%;
	}
}
@media screen and (max-width: 500px) {
	h1 {
		font-size:30px;
		text-align:center;
	}
	h2,h3,h4 {
		font-size:20px;
	}
	p {
		font-size:12px;
	}
	.contact-container .contact-map,
	.contact-container .contact-form {
		width:100%;
		box-sizing:border-box;
		float:none;
		clear:both;
	}
	#footer .frame .block {
		width:100%;
		margin:0;
		float:none;
		clear:both;
		box-sizing:border-box;
		text-align:center;
	}
	#footer .block.copyright {
		text-align:center !important;
		float:none !important;
	}
	#banner .text-slider ul li {
		font-size:18px;
		text-align:center;
	}
	.coltable .infobox {
		width:auto !important;
		height:auto;
	}
	.coltable .col.freephone h2 {
		border-width:1px;
		text-wrap:suppress;
		display:block;
		text-align:center;
	}
	.coltable .col {
		display:block;
		float:none;
	}
}
