/* CSS Document */

@font-face {
    font-family: 'ddc_hardwarecondensed';
    src: url('/fonts/ddchardware-condensed-webfont.woff2') format('woff2'),
         url('/fonts/ddchardware-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*,  url('../fonts/MyriadPro-Regular.otf')  format('opentype') */
@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf')  format('truetype'), url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*,  url('../fonts/MyriadPro-BoldCond.otf')  format('opentype') */
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf')  format('truetype'), url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*,  url('../fonts/MyriadPro-Cond.otf')  format('opentype') */
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*,  url('../fonts/MyriadPro-Semibold.otf')  format('opentype')*/


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,  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;
	vertical-align: baseline;
}
/* 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;
}
* {
  box-sizing: border-box;
}





/* GLOBAL */
body{
    font-family: 'MyriadPro-Regular';
/*	background:url(../images/pattern.png) repeat; */
	background-color:#f2f2f2;
	color:#666;
	font-size:14px;
	line-height:22px;
}
img,
section,
div,
a{
	transition: all .25s ease-in-out;
}
input, select, textarea{
    font-family: 'MyriadPro-Regular';
	color:#666;
	font-size:14px;
	line-height:22px;
}
.container{
	max-width:994px;
	margin:0 auto;
	background-color:#fff;
	padding:0 22px 0 22px;
}
@media (max-width:994px) {
	.container{
		padding:0 10px 0 10px;
	}
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	float:none;
}
.clear20{
	clear:both;
	font-size:0px;
	line-height:0px;
	float:none;
	height:20px;
}
h1{
	color:#00b8f0;
    font-family: 'ddc_hardwarecondensed';
	font-size:28px;
	line-height:32px;
	padding:0;
	margin:0 0 20px;
}
h2{
	color:#00b8f0;
    font-family: 'ddc_hardwarecondensed';
	font-size:28px;
	line-height:32px;
	padding:0;
	margin:0 0 20px;
}
h3{
	color:#00b8f0;
	font-size:20px;
	line-height:26px;
	padding:0;
	margin:0 0 20px;
}
h4{
	color:#00b8f0;
	font-size:16px;
	line-height:22px;
	padding:0;
	margin:0 0 20px;
}
p{
	font-size:14px;
	line-height:22px;
	padding:0;
	margin:0 0 20px;
}
ul{
	padding:0;
	margin:0 0 20px 25px;
}
ol{
	padding:0;
	margin:0 0 20px 25px;
}
li{
	font-size:14px;
	line-height:22px;
	padding:0;
	margin:0 0 10px;
}
ul,
ul li{
	list-style-type:disc;
}
ol,
ol li{
	list-style-type:decimal;
}
a{
	color:#00b8f0;
}
a:hover{
	text-decoration:underline;
}

.image-align-right {
	float:right;
	padding:0 0 20px 20px;
}
.image-align-left {
	float:left;
	padding:0 20px 20px 0;
}
@media (max-width:770px) {
	.image-align-right img,
	.image-align-left img{
		float:none;
		padding:0 0 20px 0;
		max-width:100%;
		height:auto;
		margin:0 auto;
		display:block;
	}
	.image-align-right,
	.image-align-left{
		float:none;
		padding:0 0 20px 0;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* GLOBAL */





/* HEADER */
.header{
	padding:16px 0 0 0;
	height:110px;
}
.logo{
	float:left;
	width:150px;
	height:73px;
}
.mobile-logo{
	display:none
}
.logo-toyota{
	margin-top:0;
	float:right;
	width:100px;
	height:auto;
	transition:none;
}
.logo-toyota:hover{
	background-position:bottom;
}
.logo-toyota img,
.logo img{
	width:100%;
	height:auto;
}
.logo img{
	margin-top:16px;
}
.navigation{
	float:left;
}
.navigation ul{
	padding:0;
	margin:28px 0 0 10px;
}
.navigation ul li{
	padding:0;
	margin:0 15px 0 0;
	float:left;
    font-family: 'ddc_hardwarecondensed';
	position:relative;
	list-style:none;
	font-size:18px;
	line-height:22px;
}
.navigation ul li a{
	color:#a3a6a8;
	text-decoration:none;
}
.navigation ul li a.active,
.navigation ul li a:hover{
	color:#00b8f0;
}
.navigation ul li ul{
	display:none;
	position:absolute;
	background-color:#00b8f0;
	top:-20px;
	left:-48px;
	padding:10px 12px 10px 10px;
	z-index:1000;
	margin:0 0 0 0;
	color:#fff;
	width:150px;
}
.navigation ul li ul i{
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	color:#bcbcbc;
}
.navigation ul li ul li{
	text-align:center;
	border-top:1px solid #88def8;
	padding:10px 6px 10px 6px;
	margin:0 0 0 0;
	width:100%;
}
.navigation ul li ul li:nth-child(2){
	border-top:0;
} 
.navigation ul li ul li a{
	color:#fff;
	text-align:center;
}
.navigation ul li ul li a:hover{
	color:#fff;
	opacity:0.6;
}
.navigation .fa.fa-times{
	cursor:pointer;
	color:#fff;
	z-index:1000;
}
.contact-box{
	float:right;
	margin:12px 0 0 0;
	width:265px;
	font-size: 14px;
   	line-height: 14px;
}
.contact-box a{
	color:#a3a6a8;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	display:inline-block;
	vertical-align:middle;
}
.contact-box a:hover{
	color:#00b8f0;
	text-decoration:none;
}
.icon-facebook{
	background-image:url(../images/icon-facebook.png);
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}
.icon-linkedin{
	background-image:url(../images/icon-linkedin.png);
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}
.icon-youtube{
	background-image:url(../images/icon-youtube.png);
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
}
.icon-facebook:hover,
.icon-linkedin:hover,
.icon-youtube:hover{
	background-position:bottom;
}
.top-links a:nth-child(1){
	border-right:2px solid #d1d3d4;
	padding-right:12px;
}
.top-links a:nth-child(2){
	padding-left:12px;
}
.top-links{
	padding:6px 0 8px;
	font-size:16px;
	line-height:16px;
}
.bottom-links a{
	font-size:22px;
	line-height:28px;
}
.bottom-links a.tel-header{
	font-size:16px;
	line-height:22px;
	margin-left:4px;
}
@media (max-width:940px) {
	.logo-toyota{
		margin-top:0px;
	}
	.top-links{
		padding-bottom:2px;
	}
	.header{
		padding:8px 0 0 0;
		height:100px;
	}
	.navigation ul li{
		margin:0 12px 0 0;
		font-size:16px;
		line-height:20px;
	}
	.navigation ul li:last-child{
		margin:0 0 0 0;
	}
	.logo img{
		margin-top:5px;
	}
}
@media (max-width:860px) {
	.logo{
		width:135px;
		height:55px;
	}
	.contact-box{
		margin:0;
		width:auto;
		font-size: 14px;
    	line-height: 14px;
	}
	.top-links{
		padding-top:6px;
		padding-bottom:2px;
		clear:both;
	}
	.logo-toyota{
		width:70px;
		height:34px;
		background-size:cover
	}
	.navigation{
		clear:left;
	}
	.navigation ul {
	  	margin:13px 0 0 10px;
	}
}
@media (max-width:770px) {
	.navigation ul{
		margin:10px 0 0 21px;
	}
}
i.mobile-bars{
	display:none;
	float:right;
	color:#d1d3d4;
	font-size:34px;
	line-height:38px;
	margin:2px 0 0 18px;
	cursor:pointer;
}
i.mobile-cross{
	float:right;
	display:none;
	color:#d1d3d4;
	font-size:34px;
	line-height:38px;
	margin:2px 0 0 18px;
	cursor:pointer;
}
@media (max-width:600px) {
	.logo{
		margin-top:10px;
	}
	i.mobile-bars{
		float:right;
		display:block;
	}
	i.mobile-cross{
		float:right;
		z-index:1200;
		position: fixed;
		right:15px;
	}
	.navigation{
		display:none;
		background-color:#fff;
		width:100%;
		position:fixed;
		width:1000px;
		z-index:1100;
		top:0;
		left:0;
		padding:8px 0 0 10px;
	}
	.navigation ul{
		margin-top:10px;
		padding-bottom:15px;
	}
	.navigation ul li i{
		display:none;
	}
	.navigation ul li{
		float:none;
		margin:0 0 10px 0;
		font-size:20px;
		line-height:24px;
	}
	.navigation ul li ul{
		display:block;
		position:relative;
		background:transparent;
		margin:5px 0 0;
		padding:0;
		top:auto;
		left:auto;
	}
	.navigation ul li ul li{
		border-top:0;
		font-size:14px;
		line-height:20px;
		text-align:left;
		margin:0 0 5px 20px;
		padding:0;
	}
	.navigation ul li ul li.mobile-products{
		display:none;
	}
	.navigation ul li ul li a{
		border-top:0;
		color:#d1d3d4;
	}
	.navigation ul li ul li a:hover{
		color:#00b8f0;
	}
	.mobile-logo{
		display:block;
		width:135px;
		height:70px;
		margin-top:10px;
	}
	.mobile-logo img{
		max-width:100%;
		height:auto;
	}
}
@media (max-width:350px) {
	.top-links{
		text-align: right;
		padding-top:5px;
	}
	.top-links a:nth-child(1) {
		padding-right:6px;
	}
	.top-links a:nth-child(2){
		padding-left:6px;
	}
	.logo-toyota {
		margin-top:5px;
		width:70px;
		height:30px;
	}
	i.mobile-bars {
		margin: 2px 0 0 10px;
	}
}
/* HEADER */



/* HOME SLIDESHOW */
.home-slideshow .slick-dots {
    position: absolute;
    text-align: center;
    margin-left: -140px;
    bottom: 12px;
    left: 50%;
    width: 280px;
	margin-bottom:0;
}
.home-slideshow .slick-dots li {
    text-indent: -10000px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
}
.home-slideshow .slick-dots li:hover, 
.home-slideshow .slick-dots li.slick-active {
    background-color: #00b8f0;
}
.home-slideshow .slick-prev,
.home-slideshow .slick-next{
	display:none;
}
.home-slideshow img.desktop-slide{
	display:block;
}
.home-slideshow img.mobile-slide{
	display:none;
}
@media (max-width:600px) {
	.home-slideshow{
		max-width:950px;
	}
	.home-slideshow-item img{
		max-width:100%;
		height:auto;
	}
	.home-slideshow img.desktop-slide{
		display:none;
	}
	.home-slideshow img.mobile-slide{
		display:block;
	}
	.home-slideshow .slick-dots li {
		height:10px;
		width:10px;
	}
}
/* HOME SLIDESHOW */





/* HOME TILES */
.home-tiles{
	padding-top:22px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.home-testimonials{
	position:relative;
}
.home-tile{
	float:left;
	max-width:49%;
	margin-bottom:22px;
	position:relative;
}
.home-tile a{
	float:left;
}
.home-tile a:hover{
	text-decoration:none;
}
.home-tile:hover img{
	opacity:0.1;
}
.home-tile:nth-child(odd){
	margin-right:2%;
}
.home-testimonials:nth-child{
	margin-right:0;
}
.home-testimonials{
/*	height:106px;*/
}
.home-testimonials-slide button.slick-next.slick-arrow:hover,
.home-testimonials-slide button.slick-prev.slick-arrow:hover{
	opacity:0.6;
}
.home-testimonials{
	margin-left:10px;
	margin-right:10px;	
}
.home-testimonials-slide{
}
.home-testimonials .content-box{
	position:absolute;
	bottom:28px;
	right:10px;
    font-family: 'ddc_hardwarecondensed';
	text-decoration:none;
	color:#fff;
	text-align:right;
	width:230px;
	padding:0;
}
.home-testimonials:hover{
	opacity:0.6;
}
.home-testimonials img,
.home-tile img{
	max-width:100%;
	height:auto;
}
.home-testimonials .content-box h3{
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:0;
	color:#fff;
}
.home-testimonials .content-box h4{
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:0;
	color:#fff;
}
a.home-tile-text{
	background-color:#f2f2f2;
	float:left;
	padding:10px 10px 10px;
	margin:0;
	width:100%;
    font-family: 'ddc_hardwarecondensed';
	color:#999;
	text-align:center;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}
.range-text{
	font-size:32px;
	line-height:38px;
    font-family: 'ddc_hardwarecondensed';
	text-decoration:none;
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	color:#000;
	text-align:center;
	transform: translate(-50%, -50%);
	display:none;
}
.range-text.orange-version{
  	font-family: 'MyriadPro-BoldCond';
	text-transform:uppercase;
	line-height:32px;
}
.range-text.orange-version span{
	color:#f47721;
}
.range-text.red-version span{
	color:#ED1C24;
}
.range-text span{
	color:#00b8f0;
}
.home-tile:hover .home-tile-text{ 
	opacity:0.2;
}
.home-tile:hover .range-text{
	display:block;
} 
.home-testimonials-slide button.slick-prev.slick-arrow {
    background: transparent;
        background-image: none; 
    background-image: url(../images/arrow-left-small.png);
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    left: -5px;
    top: 50%;
    text-indent: -10000px;
    width: 8px;
    height: 12px;
    cursor: pointer;
}
.home-testimonials-slide button.slick-next.slick-arrow {
    background: transparent;
    background-image: none;
    background-image: url(../images/arrow-right-small.png);
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: -5px;
    top: 50%;
    text-indent: -10000px;
    width: 8px;
    height: 12px;
    cursor: pointer;
}
@media (max-width:980px) {
	.home-tiles{
		padding-top:12px;
	}
	/*.home-tiles .home-testimonials,*/
	.home-tile{
		max-width:49%;
		margin-bottom:12px;
	}
	/*.home-tiles .home-testimonials img,*/
	.home-tile img{
		max-width:100%;
	}
	/*.home-tiles .home-testimonials:nth-child(odd),*/
	.home-tile:nth-child(odd){
		margin-right:2%;
	}
	.home-testimonials .content-box{
		position:relative;
		display:block;
		width:100%;
		background-color:#e8f5f9;
		bottom:0;
		top:0;
		left:auto;
		right:auto;
		padding:5px 10px;
		text-align:center;
		color:#999;
	}
	.home-testimonials .content-box h3,
	.home-testimonials .content-box h4{
		color:#999;
	}
	.home-testimonials {
		height:auto;
	}
}
@media (max-width:460px) {
	.home-tiles .home-testimonials,
	.home-tile{
		max-width:100%;
		clear:both;
	}
	.home-tiles .home-testimonials:nth-child(odd),
	.home-tile:nth-child(odd){
		margin-right:0;
	}
	.home-testimonials img{
		position:relative;
	}
}
a.read-more-box{
	background-color:#f2f2f2;
	color:#999;
	width:100%;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
    font-family: 'ddc_hardwarecondensed';
}
/* HOME TILES */





/* FOOTER */
.footer{
	padding:40px 0 26px 0;
}
.logo-footer{
	float:left;
	padding:0 0 0 0;
}
.footer-phone{
	float:right;
	clear:right;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:26px;
	text-decoration:none;
	color:#00b8f0;
	text-align:right;
}
.footer-phone-div{
	float:right;
	clear:right;
}
.footer-phone:hover{
	color:#d1d3d4;
	text-decoration:none;
}
.footer ul{
	float:left;
	clear:left;
	padding:0; 
	margin:17px 0 0 23px;
}
.footer ul li{
	float:left;
    font-family: 'ddc_hardwarecondensed';
	font-size:12px;
	line-height:18px;
	margin:0 25px 0 0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:20px;
}
.footer ul li a{
	color:#bcbcbc;
	text-decoration:none;
}
.footer ul li a.active,
.footer ul li a:hover{
	color:#00b8f0;
	text-decoration:none;
}
@media (max-width:400px) {
	.footer-phone-div{
		float:left;
		width:100%;
		margin-left:25px;
		margin-right:25px;
		margin-top:20px;
		margin-bottom:10px;
	}
	.footer-phone{
		float:left;
		clear:left;
		margin-top:2px;
		font-size:18px;
		line-height:24px;
	}
}

@media (max-width:360px) {
	.footer ul li{
		margin:0 15px 0 0;
	}
	.logo-footer{
		width:150px;
		height:40px;
	}
	.logo-footer img{
		max-height:100%;
		height:auto;
	}
}
/* FOOTER */




 
/* CONTENT */
.content-banner{
	position:relative;
	margin-bottom:30px;
}
.content-banner img{
	max-width:100%;
	height:auto;
	opacity:0.6;
}
.content-banner h1{
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align:center;
	width:100%;
	color:#fff;
    font-family: 'ddc_hardwarecondensed';
	font-size:55px;
	line-height:60px;
	z-index:100;
	position:absolute;
	text-shadow: 0px 0px 20px #000000;
}
.content-banner-desktop{
}
.content-banner-mobile{
	display:none;
}
.banner-tabs{
	position:absolute;
	bottom:0;
	right:0;
}
.banner-tabs a{
	float:left;
	background-color:#00b8f0;
	display:block;
	margin-left:1px;
	padding:8px 13px 5px 13px;
	color:#fff;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:14px;
	line-height:14px;
	border-radius:5px 5px 0 0;
}
.banner-tabs a:hover{
	background-color:#f2f2f2;
	color:#00b8f0;
}
@media (max-width:620px) {
	.content-banner-desktop{
		display:none;
	}
	.content-banner-mobile{
		display:block;
	}
}
@media (max-width:400px) {
	.banner-tabs a{
		font-size:12px;
		line-height:12px;
	}
}
.intro-container{
	max-width:700px;
	margin:0 auto;
	margin-bottom:30px;
}
.intro-content{
	float:left;
	width:55%;
	margin-right:5%;
	padding-top:20px;
}
.intro-content p{
	font-size:20px;
	line-height:28px;		
}
.intro-image{
	float:left;
	width:40%;
	position:relative;
	min-height:200px;
}
.intro-image img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width:800px) {
	.intro-container{
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width:550px) {
	.intro-container{
		padding-left:0px;
		padding-right:0px;
	}
	.intro-content{
		float:none;
		width:100%;
		margin-right:0;
		padding-top:0px;
	}
	.intro-image{
		float:none;
		width:100%;
		text-align:center;
	}
	.intro-image img{
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
		position:relative;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
		margin: auto;
	}
}
.content-container{
	margin-bottom:40px;
	max-width:780px;
	margin:0 auto; 
}
.section-container{
	margin-bottom:40px;
	max-width:860px;
	margin:0 auto; 
}
.section-container-row h2 a{
	color:#00b8f0;
}
.section-container-row{
	clear:both;
	padding-top:20px;
	border-top:1px solid #ccc;
}
.section-container-row img{
	max-width:100%;
	height:auto;
}
.section-container-row-left{
	float:left;
	width:60%;
	margin-right:5%;
}
.section-container-row-right{
	float:left;
	width:35%;
}
.section-container-row-right h4{
	padding-top:5px;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#999;
}
.section-container-collapse{
	display:none;
}
.row-id-1 .section-container-collapse{
	display:block;
}
.expand-arrow .fa-angle-down{
	display:none;
}
.expand-arrow .fa-angle-up{
	display:inline-block;
}
.row-id-1 .fa-angle-down{
	display:inline-block;
}
.row-id-1 .fa-angle-up{
	display:none;
}
@media (max-width:650px) {
	.section-container-row-left,
	.section-container-row-right{
		float:none;
		width:100%;
	}
}
a.single_video{
	position:relative;
	display:block;
}
a.single_video img{
	opacity:0.7;
}
a.single_video img.play-icon{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity:1;
}
a.single_video img.play-icon:hover{
	opacity:0.7;
}
/* CONTENT */



/* PRODUCT CATERGORY */
.product-categories{
	max-width:650px;
	margin:0 auto;
}
.product-category-row{
	border-bottom:1px solid #ccc;
	padding:30px 0;
}
.product-category-row:last-child{
	border-bottom:0;
}
.product-category-image{
	float:left;
	width:40%;
	margin-right:5%;
}
.product-category-image img{
	max-width:100%;
	height:auto;
}
.product-category-content{
	float:left;
	width:55%;
	position:relative;
}
.category-container{
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	position:relative;
}
.product-category-content h4{
  	font-family: 'MyriadPro-BoldCond';
	color:#d1d3d4;
	font-size:20px;
	line-height:20px;
	padding:0;
	margin:0 0 7px 0;
}
.product-category-content h2{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	padding:0;
	margin:0 0 2px;
}
.product-category-content h3{
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	color:#8c8f91;
    font-family: 'ddc_hardwarecondensed';
	margin-bottom:8px;
}
.product-category-content h5{
  	font-family: 'MyriadPro-Regular';
	color:#bbb;
	font-size:17px;
	line-height:22px;
	padding:0;
	margin-bottom:17px;
}
.product-category-content a{
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
}
.product-category-content a:hover{
	background-color:#d1d3d4;
}
@media (max-width:700px) {
	.product-category-content h4{
		font-size:16px;
		line-height:16px;
	}
	.product-category-content h2{
		font-size:32px;
		line-height:32px;
	}
	.product-category-content h3{
		font-size:20px;
		line-height:26px;
	}
	.product-category-content a{
		font-size:16px;
		line-height:16px;
	}
}
@media (max-width:400px) {
	.product-category-content,
	.product-category-image{
		float:none;
		width:100%;
		margin:0 0 20px;
		display:block;
		text-align:center;
	}
	.category-container{
		left:0;
		top:0;
		transform:none;
	}
}
.category{
	background-image:url(../images/background.jpg);
	background-size:cover;
	position:relative;
} 
.category-row{
	padding:30px 0;
	max-width:700px;
	margin:0 auto;
}
.category-image{
	float:left;
	width:40%;
	margin-right:5%;
}
.category-image img{
	max-width:100%;
	height:auto;
}
.category-content{
	float:left;
	width:55%;
	position:relative;
}
.category-container2{
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	position:relative;
}
.category-content h4{
  	font-family: 'MyriadPro-BoldCond';
	color:#d1d3d4;
	font-size:20px;
	line-height:20px;
	padding:0;
	margin:0 0 7px 0;
}
.category-content h1{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	padding:0;
	margin:0 0 2px;
	color:#00b8f0;
    font-family: 'ddc_hardwarecondensed';
}
.category-content h3{
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	color:#8c8f91;
    font-family: 'ddc_hardwarecondensed';
}
@media (max-width:700px) {
	.category-row{
		padding-left:20px;
		padding-right:20px;
	}
	.category-content h4{
		font-size:16px;
		line-height:16px;
	}
	.category-content h1{
		font-size:32px;
		line-height:32px;
	}
	.category-content h3{
		font-size:20px;
		line-height:26px;
	}
	.category-content a{
		font-size:16px;
		line-height:16px;
	}
}
@media (max-width:500px) {
	.category-content,
	.category-image{
		float:none;
		width:100%;
		margin:0 0 20px;
		display:block;
		text-align:center;
	}
	.category-container2{
		left:0;
		top:0;
		transform:none;
	}
}
.products-tiles{
	padding:30px 0;
	max-width:800px;
	margin:0 auto;
}
.products-tiles img{
	max-width:200px;
	height:auto;
	display:block;
	margin:0 auto 25px;
}
.products-tile{
	width:46%;
	margin:2%;
	padding:25px 20px 60px;
	float:left;
	background-color:#f4f4f4;
	border-radius:10px;
	position:relative;
}
.products-tile h2{
	font-size:24px;
	line-height:24px;
	padding:0;
	margin:0 0 10px 0;
}
.category-buttons{
	bottom:20px;
	text-align:center;
	position:absolute;
	left:0;
	width:100%;
}
.category-buttons a{
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
}
.products-tile ul{
	margin-left:18px;
}
.products-tile li{
	color:#666;
	padding:0;
  	font-family: 'MyriadPro-BoldCond';
	margin:0 0 3px 0;
	font-size:18px;
	line-height:22px;
}
.category-buttons a:hover{
	background-color:#d1d3d4;
}
p.stock-message{
	font-size:17px; 
	line-height:21px;
  	font-family: 'MyriadPro-BoldCond';
	color:#00b8f0;
	margin-bottom:25px;
	
}
@media (max-width:600px) {
	.products-tile{
		width:100%;
		margin:0 0 20px 0;
		padding:25px 20px 60px;
		float:left;
		background-color:#f4f4f4;
		border-radius:10px;
		position:relative;
	}
}
/* PRODUCT CATERGORY */





/* CONTACT */
.contact-container{
	width:750px;
	margin:0 auto;
}
.contact-form h3{
	padding-top:15px;
}
.contact-form .col-md-12 {
    width:100%;
    float: left;
}
.contact-form .col-md-6 {
    width: 50%;
    float: left;
	position: relative;
	min-height: 1px;
}
.contact-form .col-md-4 {
    width: 33.33333333%;
	float: left;
}
.contact-form .col-md-8 {
    width: 66.66666667%;
	float: left;
}
.contact-form .form-group{
	padding-bottom:8px;
	clear:both;
}
.contact-form textarea,
.contact-form select,
.contact-form input{
	border-radius:3px;
	border:1px solid #999;
	margin:0;
	padding:4px 4px;
	width:200px;
}
.contact-form input[type="reset"],
.contact-form input[type="submit"],
.contact-form input[type="checkbox"]{
	width:auto;
}
.contact-form textarea{
	width:350px;
	height:100px;
}
.contact-form input[type="reset"],
.contact-form input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
	border:0;
}
.contact-form input[type="reset"]:hover,
.contact-form input[type="submit"]:hover{
	background-color:#d1d3d4;
}
.form-group.submit{
	padding-top:15px;
}
@media (max-width:800px) {
	.contact-container{
		width:100%;
	}
	.contact-form .col-md-6 {
		width:100%;
		float: none;
		margin:0 auto;
		max-width:430px;
	}
	.contact-form textarea,
	.contact-form select,
	.contact-form input{
		width:250px;
	}
	.contact-form textarea{
		width:410px;
		height:100px;
	}
}
@media (max-width:550px) {
	.contact-form .col-md-6 {
		width:100%;
		max-width:280px;
	}
	.contact-form .col-md-4{
		width:100%;
	}
	.contact-form textarea,
	.contact-form select,
	.contact-form input{
		width:280px;
	}
	.contact-form textarea{
		width:280px;
		height:100px;
	}
}
.submit-thanks-msg{
	color:#00b8f0;
    font-family: 'ddc_hardwarecondensed';
	font-size:28px;
	line-height:32px;
	padding:40px 0 0 0;
	margin:0 0 50px;
}
/* CONTACT */





/* PRODUCT DETAIL */
.product-section{
	padding-bottom:30px;
	clear:both;
	max-width:800px;
	margin:0 auto;
}
.product-section img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
}
.product-image-gallery{
	float:left;
	max-width:45%;
	margin-right:5%;
	padding:20px 0;
}
.product-image-glance{
	max-width:50%;
	float:left;
}
.product-image-glance-inner{
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	position:relative;
	padding:20px 0;
}
.other-images{
	text-align:center;
	width:100%;	
}
.other-images img{
	width:60px;
	height:60px;
	border:1px solid #fff;
	margin:0 5px;
	cursor:pointer;
	display:inline-block;
}
.other-images img.active{
	border:1px solid #ccc;
	border-radius:5px;
}
.product-image-glance h2{
	margin-bottom:10px;
}
.product-image-glance li{
  	font-family: 'MyriadPro-BoldCond';
	font-size:18px;
	line-height:24px;
	margin:0 0 5px 0;
}
.product-image-glance a{
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
}
.product-image-glance a:hover{
	background-color:#d1d3d4;
}
@media (max-width:600px) {
	.product-image-gallery{
		float:none;
		max-width:100%;
		margin-right:0;
		padding:0;
	}
	.product-image-glance{
		max-width:100%;
		float:none;
	}
	.product-image-glance-inner{
		left:auto;
		top:auto;
		transform:none;
		padding:20px 0;
	}
}
.product-intro{
	width:100%;
}
.product-video{
	width:100%;
} 
.product-video iframe{
	display:block;
	margin:0 auto;
}
.product-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.product-video .video-container iframe,
.product-video .video-container object,
.product-video .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-features .split-list ul{
	float: left; 
	margin-left: 1em;
}
.product-features .split-list li{
	padding-right: 2em;
}
.industries ul {
    font-size: 0;
    text-align: center;
	margin:0;
} 
.industries ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
	font-size:16px;
	line-height:18px;
	margin:0;
}
.industries ul li img{ 
	width:80px;
	height:auto;
}
.use-in-industries span {
    display: block;
    width:100%;
	padding:0 20px;
    margin:0 auto 20px;
    text-align: center;
    font-family: 'ddc_hardwarecondensed';
}
@media (max-width:750px) {
	.industries ul li {
		width: 33.333%;
	}
}
@media (max-width:550px) {
	.industries ul li {
		width:50%;
	}
}
@media (max-width:450px) {
	.industries ul li img{ 
		width:60px;
	}
	.industries ul li {
		font-size:14px;
		line-height:16px;
	}
}
.other-products-slider button.slick-prev.slick-arrow {
    background: transparent;
        background-image: none; 
    background-image: url(../images/arrow-left.png);
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    left: -30px;
    top: 50%;
    text-indent: -10000px;
    width: 19px;
    height: 12px;
    cursor: pointer;
}
.other-products-slider button.slick-next.slick-arrow {
    background: transparent;
    background-image: none;
    background-image: url(../images/arrow-right.png);
    border: 0 !important;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: -30px;
    top: 50%;
    text-indent: -10000px;
    width: 19px;
    height: 12px;
    cursor: pointer;
}
.other-products-slider img{
	margin:0 auto;
}
.other-products-slider h3{
    font-family: 'ddc_hardwarecondensed';
	text-align:center;
	font-size:16px;
	line-height:18px;
}
.other-products-slider h3 a{
	text-decoration:none!important;
}
.other-products-slider a h3{
	text-decoration:none!important;
}
.other-products-slider a{
	text-decoration:none!important;
}
.other-products-slider a:hover{
	opacity:0.6;
}
.other-images img:hover{
	opacity:0.6;
}
@media (max-width:970px) {
	.product-other h2{
		padding-right:50px;
	}
	.other-products-slider button.slick-prev.slick-arrow {
		left:auto;
		right:33px;
		top:-42px;
	}
	.other-products-slider button.slick-next.slick-arrow {
		right:10px;
		top:-42px;
	}
}
/* PRODUCT DETAIL */




/* LOCATION */
.locations{
	max-width:800px;
	margin:0 auto;
}
.location-intro{
	max-width:700px;
	margin-bottom:30px;
}
.location-intro p{
	font-size:1.3em;
	line-height:1.6em;
}
.location-states{
	float:left;
	width:35%;
	margin-right:5%;
}
.location-states li{
	list-style:none;
	cursor:pointer;
}
.location-states li.active{
	color:#00b8f0;
}
.location-detail{
	float:left;
	width:60%;
	margin-bottom:40px;
}
.location-state{
	height:1px;
	overflow:hidden;
}
h2.heading-state{
	margin-bottom:10px;
	cursor:pointer;
}
.location-state.state-nsw{
	height:auto;
}
.location-state li{
  	font-family: 'MyriadPro-BoldCond';
	font-size:18px;
	line-height:22px;
	margin-bottom:5px;
}
h2.heading-state .fa-angle-down{
	display:none;
}
h2.heading-state .fa-angle-up{
	display:inline-block;
}
h2.heading-state.heading-state-nsw .fa-angle-down{
	display:inline-block;
}
h2.heading-state.heading-state-nsw .fa-angle-up{
	display:none;
}
.location-detail .location-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.location-detail .location-map iframe,
.location-detail .location-map object,
.location-detail .location-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.location-detail h3 {
    font-family: 'ddc_hardwarecondensed';
	font-size:22px;
	line-height:24px;
}
.location-detail p{
	font-size:16px;
	line-height:24px;
}
.location-detail h4{
    font-family: 'ddc_hardwarecondensed';
	font-size:18px;
	line-height:20px;
}
.location-detail a.location-enquire{ 
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
}
.location-detail a.location-enquire:hover{
	background-color:#d1d3d4;
}
@media (max-width:550px) {
	.location-states{
		float:none;
		width:100%;
		margin-right:0;
	}
	.location-detail{
		float:none;
		width:100%;
		margin-bottom:40px;
		padding-top:30px;
	}
}
/* LOCATION */




/* SITEMAP */
.sitemap{
	max-width:600px;
	margin:20px auto 30px;
}
.sitemap a{
	text-decoration:none;
}
.sitemap a:hover{
	text-decoration:underline;
}
.sitemap li{
	margin-bottom:5px;
}
.sitemap ul{
	margin-top:5px;
	margin-bottom:5px;
}
/* SITEMAP */





/* NEWS */
.news-list{
	margin:25px auto;
	width:100%;
	padding-top:20px;
}
.news-row:nth-child(1){
	border-top:1px solid #ccc;
}
.news-row{
	clear:none;
	padding:25px 0 5px;
	border-bottom:1px solid #ccc;
}
.news-image{ 
	float:left;
	width:25%;
	margin-right:5%;
}
.news-image img{
	max-width:100%;
	height:auto;
}
.news-snippet{
	float:left;
	width:70%;
}
.news-list-left{
	float:left;
	width:60%;
	margin-right:5%;
}
.news-list-right{
	float:right;
	width:35%;
}
.news-list-right iframe{
	width:340px;
	float:right;
}
@media (max-width:550px) {
	.news-image{ 
		float:none;
		width:100%;
		margin-right:0;
	}
	.news-image img{
		max-width:200px;
		height:auto;
		display:block;
		margin:0 auto;
	}
	.news-snippet{
		float:none;
		width:100%;
	}
}
.news-list-left h2{
	margin-bottom:10px;
	font-size:24px;
	line-height:26px;
}
.news-snippet h5{
	color:#aaa;
    font-family: 'ddc_hardwarecondensed';
	margin-bottom:10px;
	text-transform:uppercase;
}
a.read-more-new{
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px; 
	border-radius:5px;
}
a.read-more-new:hover{
	background-color:#d1d3d4;
}
.pagination{
	text-align:center;
    font-family: 'ddc_hardwarecondensed';
	margin:20px 0 10px;
	font-size:18px;
	line-height:22px;
}
.pagination a{
	padding:0 2px;
	text-decoration:none;
}
.pagination a.pagination-active,
.pagination a:hover{
	opacity:0.5;
}
.news-row-left{
	float:left;
	width:60%;
	margin-right:5%;
}
.news-row-right{
	float:left;
	width:35%;
}
.news-row-right h4{
	padding-top:5px;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#999;
}
.row-collapse{
}
.news-row-right img{
	max-width:100%;
	height:auto;
}
.section-container h5{
	color:#aaa;
    font-family: 'ddc_hardwarecondensed';
	margin-bottom:20px;
	text-transform:uppercase;
}
@media (max-width:600px) {
	.news-row-left{
		float:none;
		width:100%;
		margin-right:0;
	}
	.news-row-right{
		float:lnone;
		width:100%;
	}
	.news-row-right img{
		max-width:280px;
		margin:0 auto;
		display:block;
	}
}
@media (max-width:920px) {
	.news-list-left{
		float:left;
		width:55%;
	}
	.news-list-right{
		float:right;
		width:40%;
	}
}
@media (max-width:820px) {
	.news-list-left{
		float:left;
		width:50%;
		margin-right:5%;
	}
	.news-list-right{
		float:right;
		width:45%;
	}
}
@media (max-width:720px) {
	.news-list-left{
		float:none;
		width:100%;
		margin-right:0;
	}
	.news-list-right{
		float:none;
		width:100%;
		padding-top:30px;
	}
	.news-list-right iframe{
		margin:0 auto;
		display:block;
		width:340px;
		height:500px;
		float:none;
	}
}
@media (max-width:350px) {
	.news-list-right iframe{
		margin:0 auto;
		display:block;
		width:280px;
		height:500px;
		float:none;
	}
}
/* NEWS */





/* SEARCH */
.search-result{
	max-width:700px;
	margin:0 auto;
}
.search-result input{
	border-radius:3px;
	border:1px solid #999;
	margin:0; 
	padding:4px 4px;
	width:200px;
	vertical-align:middle;
} 
.search-result button{
	vertical-align:middle;
	width:auto;
	-webkit-appearance: none;
	border-radius: 0;
	display:inline-block;
	background-color:#00b8f0;
	color:#fff;
	padding:7px 15px 7px;
	text-decoration:none;
    font-family: 'ddc_hardwarecondensed';
	font-size:20px;
	line-height:20px;
	border-radius:5px;
	border:0;
	cursor:pointer;
}
p.error{
	color:#00b8f0;
	padding:20px 0 0;
}
h2.search-results-heading{
	padding-top:30px;
	clear:both;
	margin-bottom:0;
}
/* SEARCH */


/*maintenance */
.content-container th{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	font-weight:bold; 
	padding-bottom:6px;
}
ul.sub-list{
	margin-bottom:0;
}
ul.split-list:after{
	clear:both;
	content:"";
	display:block;
}
.product-promo-banner{
	margin:20px 0;
	width:100%;
}
.product-promo-banner img{
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	margin:0 auto;
}
.news-row-left img{
	height:auto;
	max-width:100%;
}
p.video-cta{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-top:5px;
}
.news-row-right h4.video-cta-heading{
	margin-bottom:5px;
}
/* maintenance */



/* ENQUIRE */
.fixed-enqiure{
    z-index: 100;
    width: 69px;
    position: absolute;
    right: 0;
    top: -5000px;
    z-index: 1;
    background: #00b8f0;
    padding: 0;
	border-right:0;
}

.fixed-enqiure ul {
    margin: 0;
    padding: 0;
	border-right:0;
}
.fixed-enqiure ul li{
    padding: 7px 0;
    background: #00b8f0;
    position: relative;
    right: 0;
	list-style:none;
	margin-bottom:0;
}
.fixed-enqiure ul li:first-child{
    padding-top: 15px;
}
.fixed-enqiure ul li:last-child{
    padding-bottom: 15px;
}
.fixed-enqiure ul li:hover{
	background-color:#a3a6a8;
}
.fixed-enqiure ul li i{
    font-size: 37px;
    display: block;
    text-align: center;
    height: 37px;
}
.enquire-ico{
    font-family: 'MyriadPro-BoldCond';
    font-size: 48px !important;
    line-height: 40px;
}
.fixed-enqiure ul li a{
    color: #ffffff;
	text-decoration:none;
} 
.fixed-enqiure ul li strong{
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.fixed-enqiure.fixed-enq{
    position: fixed;
    top: 180px;
}
.fixed-enqiure ul li.for-mobile-footer-tab {
    display: none;
}
@media screen and (max-width:600px) {
	.fixed-enqiure ul li.for-desktop-footer-tab {
		display: none;
	}
	.fixed-enqiure ul li.for-mobile-footer-tab {
		display:block; 
		border-left:none;
		border-right:none;
		border-bottom:none;
	}
    .fixed-enqiure {
        width: 100%;
        position: fixed;
        right: 0;
        top: auto;
        bottom: 0px;
    }
    .fixed-enqiure:after,
    .fixed-enqiure:before{
        content: '';
        display: block;
        clear: both;
    }
    .fixed-enqiure ul li:first-child,
	.fixed-enqiure ul li.for-desktop-footer-tab,
	.fixed-enqiure ul li.for-mobile-footer-tab,
    .fixed-enqiure ul li:last-child{
        width: 100%;
        float: left;
    }
	.fixed-enqiure ul li.for-mobile-footer-tab{
		display:block;
	}
	.fixed-enqiure ul li.for-desktop-footer-tab{
		display:none;
	}
	.fixed-enqiure ul li{
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:0!important;
	}
	.fixed-enqiure ul li i{
		display:inline-block;
		vertical-align:middle;
		font-size:20px;
		line-height:26px;
		height:auto;
	}
	.fixed-enqiure ul li strong{
		display:inline-block;
		vertical-align:middle;
		font-size:14px;
		line-height:20px;
		padding-left:2px;
	}
    .fixed-enqiure ul li:last-child{
		padding-bottom:5px;
	}
	.footer{
		padding-bottom:60px;
	}
}
/* ENQUIRE */


/* Subscribe panel */
.subscribe-panel{
	position:fixed;
	z-index:1000;
	width:280px;
	right:0;
	bottom:0;
	background-color:#00b8f0;
	color:#fff;
	padding:15px 20px 0 20px;
	border-radius:10px 0 0 0;
}
@media screen and (max-width:770px) {
	.subscribe-panel{
		display:none;	
	}
}
.subscribe-panel h3{
	font-size:18px;
	line-height:22px;
	margin-top:0;	
	margin-bottom:12px;
	color:#fff;
}
.subscribe-panel p{
	margin-bottom:15px;
}
.subscribe-panel input{
	color:#fff;
	border:0;
	border-radius:2px;
	color:#000;
	padding:2px 4px 2px 4px;
	width:150px;
}
.subscribe-panel input.error{
	background-color:#FCC;
}
.subscribe-panel input[type="submit"]{
	color:#00b8f0;
	border:0;
	border-radius:2px;
	padding:2px 2px 2px 2px;
	width:90px;
	background-color:#fff;
}
.subscribe-panel input[type="submit"]:hover{
	background-color:#ddd;
}
.subscribe-panel p span{
	display:inline-block;
}
.subscribe-panel p span:nth-child(1){
	width:80px;
}
.success-panel-close,
.subscribe-panel-close{
	position:absolute;
	right:10px;
	top:6px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.subscribe-form-success{
	position:fixed;
	z-index:1000;
	width:280px;
	right:0;
	bottom:0;
	background-color:#0C0;
	color:#fff;
	padding:20px 20px 10px 20px;
	border-radius:10px 0 0 0;
}
.subscribe-form-success p{
	font-size:14px;
	line-height:20px;
}
/* Subscribe panel */





/* FORM FIXES START */
.form-control{
	border: 1px solid hsl(240, 1%, 83%);
	box-shadow:none;
}
.form-control.error{
	border: 1px solid #F30;
	box-shadow:none;
	outline:none;
}
select.form-control{
	font-family: 'MyriadPro-Cond', Arial;
}
select.form-control option{
	font-family: 'MyriadPro-Cond', Arial;
	font-size: 14px;
}
.form-control:focus{
	border: 1px solid hsl(240, 1%, 83%);
	box-shadow:none;
}
.captcha.col-md-12.error{
	outline:none;
}
.captcha.col-md-12 #captchaError{
	display:block;
	float:none!important;
}
.captcha.col-md-12.error #captchaError{
	color:#F30;
}
.captcha.col-md-12 #error{
	display:block;
	color:#F30!important;
}
.captcha.col-md-12.error #error{
	color:#F30!important;
	display:block;
}
/* FORM FIXES END */





/* HOME FEATURES START */
.featured-content{
	margin-top:30px;
	padding:20px 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.featured-content a{
	cursor:pointer;
}
.featured-content p{
	font-size: 13px;
  	line-height: 17px;
	margin-bottom:10px;
}
.featured-content h1{
	font-size:20px;
	line-height:26px;
	margin:0 0 6px 0;
}
.featured-content h2.intro{
	font-size:20px;
	line-height:26px;
	margin:0 0 6px 0;
}
.fc-extra-content{
	display:none;
}
.fc-tab{
	float:left;
	width:16.666667%;
	background-color: #fff;
	cursor:pointer;
}
.fc-tab h2{	
	color: #999;
  	font-size: 14px;
  	line-height: 16px;
	font-family: 'ddc_hardwarecondensed';
	text-transform:uppercase;
	margin:0;
	padding:5px;
}
.fc-tab-content h3{	
	color: #999;
  	font-size: 16px;
  	line-height: 18px;
	font-family: 'ddc_hardwarecondensed';
	text-transform:uppercase;
	margin:0 0 5px;
}
.fc-tab-active{
	background-color: #f2f2f2;
}
.fc-tab-content{
	background-color: #f2f2f2;
	width:100%;
	padding:10px 10px 2px;
	display:none;
}
.fc-tab-content p{
	font-size: 13px;
  	line-height: 18px;
	margin-bottom:10px;
}
.fc-tabs{
	display:none;
	margin-bottom:15px;
	margin-top:15px;
}
.fc-tab-content-active{
	display:block;
}
.fc-category-version .fc-tab{
	width:auto;	
}
.fc-category-version .fc-tab h2{	
	padding:10px;
}
.fc-tabs-click2{
	display:none;
	margin:0px 5px 5px;
}

@media screen and (max-width:900px) {
	.fc-tab{
		width:33.333333%;
	}
}
@media screen and (max-width:570px) {
	.fc-tab{
		width:50%;
	}
}
@media screen and (max-width:400px) {
	.fc-tab{
		width:100%;
	}
}
/* HOME FEATURES END */








