/* DEFAULTS */
*,*:before,*:after{
	box-sizing:border-box;
}

body{
	font-family:'Open Sans', sans-serif;	font-size:15px;	font-weight:normal;	color:#555555;	background:#ffffff;	line-height:24px;}

h1,h2,h3{
	color:#ef893b;	font-family:'Open Sans', sans-serif;}

h1{
	font-size:28px;	font-weight:bold;}

h2{
	font-size:22px;	font-weight:bold;}

h3{
	font-size:18px;	font-weight:bold;}

a{
	color:#B51F24;}

img{
	max-width:100%;
}

.container{
	max-width:1000px;}

.fullWidthContainer{
	float:left;
	width:100%;
}

.centerText{
	text-align:center;
}

.marginTopBot{
	margin:20px 0;
}

.mTruncate-hidden {
    display: none;
}

.displayFlex{
	display:flex;
	float:left;
	width:100%;
}

/* COLUMNS */
.col_66{
	float:left;
	width: 66.666666666666%;
}

.col_33{
	float:left;
	width: 33.333333333333%;
}

.col_50{
	float:left;
	width: 50%;
}

/* PADDINGS */
.blockPadding{
	padding:20px;
}

.sidePadding{
	padding: 0 20px;
}

.vertPadding{
	padding: 20px 0;
}

.rightPadding{
	padding-right: 20px;
}

.leftPadding{
	padding-left: 20px;
}

/* BACKGROUNDS */
.bgLightGray{
	background: #eee;
}

.bgGray{
	background: #ccc;
}

.bgDarkGray{
	background: #aaa;
}

/* HEADER */
#topHeader{
	background:#efefef;
}
#topHeader span.topLink{
	float:right;
	padding:8px 15px;
	text-decoration:none;
	color:#444;
	border-right: 1px solid #ddd;
}
#topHeader span.topLink:hover{
	background:#fff;
}
#topHeader span.topLink:active{
	background:#ddd;
}
#topHeader a{
	text-decoration:none;
}
.topLinkExtra:before,
.topLinkExtra::before{
	padding:0 5px 0 5px;
	content: " - "
}
#header{
		float:left;
	width:100%;
	z-index:2;
		background:#ffffff;}

#header #logo{
	float:left;
	width:100%;
	margin: 0 0 0px 0;
	padding: 20px 0;
	text-align:center;
}

@media (min-width: 760px) {
	}

/* NAVIGATION */
#navigation ul{
	float:right;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	}

#navigation ul li{
	float:left;
	margin:0;
	position:relative;
}

#navigation ul li a{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;	}


#navigation ul li a:active{
	background: rgba(0,0,0,0.3);
}

#navigation ul li ul{
	display:none;
	list-style:none;
	/*max-width:100%;*/
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	border-top: 1px dashed #e5e5e5;
	background:#B51F24;}

#navigation ul li ul li{
	width:100%;
	float:left;
}

#navigation ul li ul li a{
	width:100%;
	padding: 10px 20px;
	transition: background 0.3s;
	border-bottom: 1px dashed #e5e5e5;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
}

#navigation ul li ul li a:hover{
	background: rgba(255,255,255,0.3);
}

#navigation ul li ul li a:active{
	background: rgba(0,0,0,0.3);
}

#navigation ul li:hover ul{
	display:block;
}

@media (min-width: 760px) {
	#header #navigation ul{
		max-width:70%;
		width:auto;
	}
}

#header #fullNavigation{
	background:#B51F24;	float:left;
	width:100%;
}
#header #fullNavigation #navigation ul{
	width:100%;
	float:left;
	max-width:100%;
}

#header #navigation ul{
	background:#B51F24;	}

#header #navigation ul a{
	color:#ffffff;	
}

#header #navigation ul li a:hover{
	color:#ffffff;	background: rgba(255,255,255,0.3);
}
#header #navigation ul li ul{
	max-width:none;
	min-width:100px;
}
/*#menuToggle {
    cursor: pointer;
    display: none;
    float: right;
    padding: 12px;
    width: 20%;
	background: rgba(0,0,0,0.4);
}
#menuToggle span.linecont {
    float: right;
    max-width: 55px;
    padding: 5px 0 0;
    width: 100%;
}
#menuToggle span.nav {
    color: #fff;
    display: none;
    float: left;
    font-weight: bold;
    padding: 1px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}
#menuToggle span.linecont span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}*/
#navigation span.nav {
    color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}

#header #navigation.mobile-menu ul{
	border-left:0px;
}

#navigation.mobile-menu ul{
    display: none;
	border-left:0px;
}
#navigation.mobile-menu ul{
    float: left;
    width: 100%;
}
#navigation.mobile-menu ul li {

    border-top: 1px solid rgba(255,255,255,0.5);
    float: left;
    width: 100%;
}
#navigation.mobile-menu ul li ul{
	top:0 !important;
	position:relative;
}
#navigation.mobile-menu ul li a {
    float: left;
    width: 100%;
    border-left: 0 none;
    border-right: 0 none;
}
#navigation.mobile-menu ul.containerNav li a{
	padding:10px 0 !important;
	text-align:center;
}
#navigation.mobile-menu ul li:hover ul {
    display: none;
}

/* MAIN CONTENT */
#mainContent{
	padding: 30px 0;
	float:left;
	width:100%;
}

#bannerContent{
	padding: 0;
	margin: 30px 0 0px 0;
	float:left;
	width:100%;
}

.bannerOverlay{
	float:left;
	width:100%;
}

/* BANNER */
#bannerSlider{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}

#bannerSlider .banner{
	float:left;
	width: 100%;
	background-size: cover !important;
}

#bannerSlider .banner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	line-height:1em;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	;
}

#bannerSlider .banner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	margin:8px 0 0 0;
	font-size: 24px;
	color: #FFFFFF;
		;
}

#bannerSlider .banner .bannerButton{
	margin: 20px 0 0 15%;
}

/* STATIC BANNER */
.staticBanner{
	float:left;
	width:100%;
	margin: 0 0 0px 0;
	text-align:center;
	position:relative;
}

.staticBanner{
	float:left;
	width: 100%;
	background-size: cover !important;
}

.staticBanner.parallax{
	background-attachment: fixed !important;
}

.staticBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	line-height:1em;
	font-weight: bold;
	text-transform:uppercase;	padding: 0 15%;
	color: #ffffff;
	;
}

.staticBanner .bannerSmall{
	float:left;
	width:100%;
	padding: 0 15%;	
	font-size: 24px;
	color: #FFFFFF;
		;
}

.staticBanner .bannerButton{
	margin: 20px 35% 0;
	width:30%;
}

/* FULL BANNER */
.fullBanner{
	float:left;
	width:100%;
	margin: 0 0 0 0;
}

.fullBanner .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	line-height:1.2em;
	font-weight: bold;
	text-transform:uppercase;	color: #ffffff;
	;
}

.fullBanner .bannerSmall{
	float:left;
	width:100%;
	font-size: 24px;
	color: #FFFFFF;
		;
}


/* FULL BANNER */
.fullBannerParallax{
	float:left;
	width:100%;
	margin: 0 0 0 0;
	background-attachment:fixed !important;
}

.fullBannerParallax .bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	font-weight: bold;
	line-height:1em;
	text-transform:uppercase;;
	color: #ffffff;
	;
}

.fullBannerParallax .bannerSmall{
	float:left;
	width:100%;
	font-size: 24px;
	color: #FFFFFF;
		margin: 10px 0 0 0;
	;
}

/* DEFAULT BANNER TITLES */
.bannerBig{
	float:left;
	width:100%;
	font-size: 40px;
	line-height:1.2em;
	font-weight: bold;
	text-transform:uppercase;	color: #ffffff;
	;
}

.bannerSmall{
	float:left;
	width:100%;
	font-size: 24px;
	color: #FFFFFF;
		;
}


/* BANNER BUTTON */

.bannerButton{
	float:left;
	padding: 8px 15px;
	color:#ffffff;
	background: #B51F24;
	text-transform:uppercase;
	text-decoration:none;
	margin:30px 0 0 0;
	transition: transform 0.3s;
}

.bannerButton:hover{
	transform: scale(1.05);
	color:#fff;
}

.bannerButton:active{
	transform: scale(0.8);
}

/* TEXT */
#text{
	background: #fff;
	border-radius: 6px;
	padding: 0 20px;
	margin: 30px 0 0 0;
}

#text p{
	color:#444;
}

.readMore{
	float:right;
	color:#B51F24;	cursor:pointer;
}

#textLoose{
	float:left;
	width:100%;
	padding: 20px 0;
	background:#ffffff;		margin: 0 0 20px 0;
}

/* EXTRA LINKS */
.extraLink{
	float:left;
	width:100%;
}
.extraLink span{
	float:left;
	width:100%;
	padding:10px;
	border-bottom:1px dashed #ccc;
	border-right:1px dashed #ccc;
	border-left:1px dashed #ccc;
	text-align:center;
}
.extraLink.nextToAnchor{
	float:left;
	width: auto;
}
.extraLink.nextToAnchor a{
	float:left;
	width: auto;
	background:none;
	padding:0;
}
.extraLink.nextToAnchor a:hover{
	color:#F7941E;
}
.extraLink.nextToAnchor span{
	border:0;
	float:left;
	padding:0;
	width:auto;
	height:auto;
	text-align:left;
	margin:0 0 0 5px;
	background:none;
}

.extraLink.nextToAnchor span::before{
	content: " - ";
}

.homeTopLinks{
	float:left;
	width:100%;
	margin: 0px 0 20px 0px;
}
.homeTopLinks a{
	float:left;
	padding:8px 12px;
	text-decoration:none;
	background: #ddd;
	color:#444;
	width:100%;
	text-align:center;
	
}
.homeTopLinks a:hover{
	background:#B51F24;
	color:#fff;
}
.homeTopLinks .extraLink{
	height:95px;
	width:19%;
	margin:0 1.25% 10px 0;
}
.homeTopLinks .extraLink.nextToAnchor{
	width:auto;
	height:auto;
}
.homeTopLinks .extraLink.nextToAnchor:nth-of-type(5n){
	float:left;
	margin:0 10px 10px 0;
}
.homeTopLinks .extraLink.nextToAnchor a{
	padding:10px;
	border:0;
	background: #B51F24;
	color:#fff;
	margin:0;
	width:auto;
	float:left;
}
.homeTopLinks .extraLink.nextToAnchor a:hover{
	text-decoration:underline;
}
.homeTopLinks .extraLink.nextToAnchor span{
	padding:10px 0;
	background:none;
	width:auto;
	height:auto;
}

.homeBottomLinks{
	float:left;
	width:100%;
	margin: 20px 0 0px 0px;
}
.homeBottomLinks a{
	float:left;
	padding:10px 15px;
	text-decoration:none;
	background:#fff;
	text-align:center;
	border: 1px solid #B51F24;
	margin: 0 10px 0 0;
	width:100%;
}
.homeBottomLinks a:hover{
	background: #B51F24;
	color:#fff;
	text-decoration:none;
}
.homeBottomLinks .extraLink{
	width:19%;
	margin:0 1.25% 10px 0;
}
.homeBottomLinks .extraLink span{
	height:60px;
	border:0;
	background:rgba(181,31,36,0.25);
}
.homeBottomLinks .extraLink:nth-of-type(5n){
	float:right;
	margin:0 0 10px 0;
}
.homeBottomLinks .extraLink.nextToAnchor{
	width:auto;
}
.homeBottomLinks .extraLink.nextToAnchor:nth-of-type(5n){
	float:left;
	margin:0 10px 10px 0;
}
.homeBottomLinks .extraLink.nextToAnchor a{
	padding:10px;
	border:0;
	background: #B51F24;
	color:#fff;
	margin:0;
	width:auto;
	float:left;
}
.homeBottomLinks .extraLink.nextToAnchor a:hover{
	text-decoration:underline;
}
.homeBottomLinks .extraLink.nextToAnchor span{
	padding:10px 0;
	background:none;
	width:auto;
	height:auto;
}


.homeRightLinks{
	float:right;
	width:30%;
	padding:10px 0 0 0;
}
.homeRightLinks a{
	float:left;
	padding:8px 12px;
	text-decoration:none;
	background: #ddd;
	color:#444;
	width:100%;
	text-align:center;
}

.homeRightLinks a:hover{
	background: #B51F24;
	color:#fff;
}
.homeRightLinks .extraLink{
	margin:0 0 10px 0;
}
.homeRightLinks .extraLink.nextToAnchor{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
}
.homeRightLinks .extraLink.nextToAnchor a{
	float:left;
	padding:10px;
	background: #B51F24;
	color:#fff;
}
.homeRightLinks .extraLink.nextToAnchor a:hover{
	text-decoration:underline;
}
.homeRightLinks .extraLink.nextToAnchor span{
	padding:10px 0;
}
.homeRightLinks+div{
	float:left;
	width:70%;
	padding:0 30px 0 0;
}

/* FOOTERLINKS */
.footerLinks{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	text-align:center;
}

.footerLinks .extraLink{
	float:left;
	width: 20%;
	text-align:left;
}
.footerLinks .extraLink a{
	float:left;
	width: 100%;
	background:none;
	padding:0 10px 0 0;
}
.footerLinks .extraLink a:hover{
	color:#F7941E;
}
.footerLinks .extraLink span{
	border:0;
	float:left;
	padding:0 10px 0 0;
	width: 100%;
	height:auto;
	text-align:left;
	margin:0 0 0 0;
	background:none;
}

.footerLinks .extraLink span::before{
	content: none;
}



.footerLinks .extraLink.nextToAnchor:after{
	content: ' | ';
	padding:0 8px 0 8px;
}

.footerLinks .extraLink.nextToAnchor{
	width: auto;
	text-align:left;
}
.footerLinks .extraLink.nextToAnchor a{
	width: auto;
	padding:0;
}
.footerLinks .extraLink.nextToAnchor a:hover{
	color:#F7941E;
}
.footerLinks .extraLink.nextToAnchor span{
	width: auto;
	text-align:left;
	padding:0;
}

.footerLinks .extraLink.nextToAnchor span::before{
	content: ' - ';
	padding:0 4px 0 8px;
}

@media screen and (max-width: 1020px) {
	.homeBottomLinks .extraLink{
		width:48.5%;
	}
	.homeTopLinks .extraLink{
		width:48.5%;
	}
}
@media screen and (max-width: 700px) {
	.homeRightLinks{
		width:100%;
	}
	.homeRightLinks + div{
		width:100%;
		padding:0;
	}
}
@media screen and (max-width: 500px) {
	.homeBottomLinks .extraLink{
		width:100%;
		margin:0 0 10px 0;
	}
	.homeBottomLinks a{
		margin:0;
	}
	.homeBottomLinks .extraLink span{
		height:auto;
	}
	
	.homeTopLinks .extraLink{
		width:100%;
		margin:0 0 10px 0;
	}
	.homeTopLinks a{
		margin:0;
	}
	.homeTopLinks .extraLink span{
		height:auto;
	}
}

/* BLOCK LAYOUTS */
#blocksOne, #blocksTwo, #blocksThree, #blocksFour{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.rowOne, .rowTwo{
	float:left;
	width:100%;
}

/* FIRST BLOCK LAYOUT */
.blockOne{
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
	height: 300px;
	overflow:hidden;
	position:relative;
}

.blockOne .category{
	float:left;
	width:75%;
	padding: 15px 0;
	text-align:center;
	text-transform: uppercase;
	color:#ffffff;
	background: #1f1f1f;
	position:absolute;
	left:0;
	top:0;
	transition: all 0.3s;
}

.blockOne .image{
	float:left;
	width:100%;
	height: 160px;
	transition: all 0.3s;
}

.blockOne .shortText{
	float:left;
	width:100%;
	padding: 15px;
	color:#ffffff;
	background: #B51F24;
	transition: all 0.3s;
}

.blockOne .shortText .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size: 2em;
	color: #B51F24;
	margin: 0 0 10px 0;
}

.blockOne .shortText .text{
	float:left;
	width:100%;
}

.blockOne .fadeText{
	background: -moz-linear-gradient(top, rgba(181,31,36,0) 0%, rgba(181,31,36,1) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,31,36,0)), color-stop(50%,rgba(181,31,36,1)));
	background: -webkit-linear-gradient(top, rgba(181,31,36,0) 0%,rgba(181,31,36,1) 50%);
	background: -o-linear-gradient(top, rgba(181,31,36,0) 0%,rgba(181,31,36,1) 50%);
	background: -ms-linear-gradient(top, rgba(181,31,36,0) 0%,rgba(181,31,36,1) 50%);
	background: linear-gradient(to bottom, rgba(181,31,36,0) 0%,rgba(181,31,36,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#222222',GradientType=0 );
	bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
	transition: all 0.3s;
}

.blockOne:hover .category{
	top: -80px;
}

.blockOne:hover .fadeText{
	opacity:0;
}

.blockOne:hover .image{
	height: 300px;
}

/* SECOND BLOCK LAYOUT */
.blockTwo{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
	color:#ffffff;
}

.blockTwo .image{
	float:left;
	width:100%;
	height: 180px;
	margin: 0 0 15px 0;
}

.blockTwo .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#B51F24;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.blockTwo .text{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.blockTwo a{
	float:left;
	padding: 9px 15px 8px 15px;
	border-radius: 3px;
	border: 1px solid #B51F24;
	color:#B51F24;
	text-transform:uppercase;
	text-decoration: none;
	transition: all 0.3s;
}

.blockTwo a:hover{
	color:#fff;
	background: #B51F24;
}

/* THIRD BLOCK LAYOUT */
#blocksThree .columnBlock{
	width:100%;
	max-width:1280px;
	float:left;
}

.blockThree{
	display:block;
	float:left;
	width:30%;
	background:#fff;
	margin-bottom:20px;
	background: gray;
}

.gutter-sizer{
	width: 3%; 
}

@media (max-width: 800px) {
	.blockThree{
		width:47%;
	}
}

@media (max-width: 500px) {
	.blockThree{
		width:100%;
	}
	.gutter-sizer{
		width: 0%; 
	}
}

.blockThree .image{
	float:left;
	width:100%;
}

.blockThree .shortText{
	background:#fff;
	padding:15px;
	float:left;
	width:100%;
}

.blockThree .shortText .title{
	color: #1eaedb;
	font-size: 1.3em;
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

.blockThree .shortText .text{
	float:left;
	width:100%;
	color: #444;
}

.blockThree .blockLogo{
	background: url(../images/logo.svg) no-repeat center center #eee;
	float:left;
	width:100%;
	height: 50px;
}

/* FOURTH BLOCK LAYOUT */
.blockFour{
	float:left;
	width:32%;
	margin: 0 2% 0 0;
	border-bottom: 1px solid #fff;
	height: 300px;
	overflow:hidden;
	position:relative;
	background-size:110% !important;
	transition: background 0.3s;
}

.blockFour:nth-of-type(3n){
	float:right;
	margin:0;
}

.blockFour:hover{
	background-size:120% !important;
}

.blockFour .shortText{
	float:left;
	width:100%;
	padding: 15px;
	color:#ffffff;
	background: #B51F24;
	transition: all 0.3s;
	position:absolute;
	bottom:0;
}

.blockFour .shortText .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size: 2em;
	color: #B51F24;

}

.blockFour .shortText .text{
	float:left;
	width:100%;
	opacity:0;
	transition: all 0.3s;
	height:0;
}
.blockFour:hover .shortText .text{
	opacity:1;
	height: 45px;
	overflow:hidden;
	margin: 10px 0 0px 0;
}

/* FIFTH BLOCK LAYOUT */

#blocksFive{
	float:left;
	width:100%;
}
.blockFive{
	float:left;
	width:49%;
	margin:20px 2% 20px 0;
}
.blockFive:nth-of-type(3n + 2){
	margin:20px 0 20px 0;
}
.blockFive:nth-of-type(3n){
	width:100%;
}
.blockFive .blogImg{
	width:100%;
	background-size:cover !important;
	height:250px;
	float:left;
}
.blockFive .shortText{
	float:left;
	width:90%;
	padding:2%;
	margin:-40px 0 0  0;
	background:#fff;
}
.blockFive .title{
	float:left;
	width:100%;
}
.blockFive .title a{
	float:left;
	font-size: 2em;
	color: #B51F24;
	margin: 0 0 10px 0;
	text-decoration:none;
	line-height:35px;
	box-sizing:border-box;
	font-style: italic;
	font-weight:500;
	padding:0 0 3px 0;
}
.blockFive .title a:hover{
	border-bottom:3px solid #B51F24;
	padding:0;
}
.blockFive .text{
	float:left;
	width:100%;
	margin:20px 0;
}
.blockFive .category{
	float:left;
	width:100%;
	font-size:0.8em;
}
.blogLink{
	text-decoration:none;
	background:#B51F24;
	padding:10px;
	color:#fff;
	float:left;
}
.blogLink:hover{
	color:#fff;
	background:#B51F24;
}

/* SEVENTH BLOG LAYOUT - has layout of linksys cats*/
#blocksSeven{
	float:left;
	width:100%;
}

/* EIGHTH BLOG LAYOUT */
#blocksEight{
	float:left;
	width:100%;
	display:flex;
}

#blocksEight a{
	float:left;
	width:25%;
	background-color: #B51F24;
	background-size: cover;
	background-position: center center;
	position:relative;
	overflow:hidden;
}

#blocksEight a span.roundFX{
	position:absolute;
	width:300px;
	height:300px;
	transform: scale(0);
	-webkit-transform: scale(0);
	top:-150px;
	right:-150px;
	border-radius:100%;
	background: rgba(0,0,0,0.8);
	z-index:1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

#blocksEight a span.blogName{
	opacity:0;
	float:left;
	width:100%;
	text-align:center;
	padding:100px 20px;
	color:#fff;
	position:relative;
	z-index:2;
	font-size: 2em;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

#blocksEight a:hover span.blogName{
	opacity:1;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

#blocksEight a:hover span.roundFX{
	transform: scale(4);
	-webkit-transform: scale(4);
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

@media (max-width: 800px) {
	#blocksEight{
		display:block;
	}
	#blocksEight a{
		float:left;
		width:50%;
	}
}

/* CAT PAGE CSS */
.categoryText{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}

.blogsContainer{
	float:left;
	width:100%;
	padding: 0;
	margin: 0 0 30px 0;
	border-top: 1px dashed #ccc;
}

@media (min-width: 950px) {
	/* HALF PAGE BLOGCAT */
	.categoryText.halfPage{
		width:49%;
	}

	.blogsContainer.halfPage{
		float:right;
		width:49%;
	}

	.blogsContainer.halfPage a .blogOverviewImage{
		min-height:100px;
	}

	/* 2/3 PAGE BLOGCAT */
	.categoryText.twoThirdPage{
		width:69%;
	}

	.blogsContainer.twoThirdPage{
		float:right;
		width:29%;
	}

	.categoryText.twoThirdPage{
		width:69%;
	}

	.blogsContainer.twoThirdPage a .shortText{
		width:100%;
		padding:0;
	}

	.blogsContainer.twoThirdPage a .blogOverviewImage{
		width:100%;
		min-height:100px;
	}

	.blogsContainer.twoThirdPage.noText a .shortText .text{
		display:none;
	}

	.blogsContainer.twoThirdPage.noImage a .blogOverviewImage{
		display:none;
	}
	
	.categoryText.ticketLeft{
		float:right;
		width:39%;
	}
	
	.blogsContainer.ticketLeft{
		float:left;
		width:59%;
		border:none;
	}
	.blogsContainer.ticketLeft .blogOverviewBlog{
		float:left;
		padding:0;
		margin:1px 0 20px 0;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}
	.blogsContainer.ticketLeft .shortText{
		float:right;
		padding: 20px 3% 0 !important;
		width:59%;
	}
	.blogsContainer.ticketLeft .blogOverviewImage{
		float:left;
		height:200px;
		width:40%;
		margin:-1px 0;
	
	}
	.blogsContainer.ticketLeft .readMore{
		float:right;
		margin:-40px 0 0;

	}
}

/* DEFAULT BLOG PAGE */
.blogsContainer a{
	float:left;
	width:100%;
	padding: 30px;
	border-bottom: 1px dashed #ccc;
	transition: background 0.3s;
	color:#444;
}

.blogsContainer a:hover{
	background:#eee;
}

@media (max-width: 950px) {
	.blogsContainer a .blogOverviewImage{
		min-height: 100px;
	}
}

.blogsContainer a .blogOverviewImage{
	float:right;
	width:20%;
}
.displayFlex{
	display:flex;
}
.blogsContainer a .shortText{
	float:left;
	width:80%;
	padding: 0 30px 0 0;
}

.blogsContainer a .title{
	float:left;
	width:100%;
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
	overflow:hidden;
	margin: 0 0 15px 0;
}

.blogsContainer a .readMore{
	float:left;
	padding: 8px 15px;
	color:#fff;
	background: #B51F24;
	margin: 20px 0 0 0;
	clear:left;
}

/* BLOG PAGE CSS */
.blogImage{
	float:right;
	margin: 0 0 20px 20px;
}

@media (min-width: 500px) {
	.blockOne{
		width: 50%;
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 0px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:none;
	}
	
	.blockOne:nth-of-type(4n){
		display:none;
	}
	
	.blockTwo{
		width: 50%;
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 0 0 2%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:none;
	}
}

@media (min-width: 750px) {
	.blockOne{
		width: 33.333333333%;
		border-bottom: 0px solid #fff;
		border-right: 1px solid #fff;
	}
	
	.rowOne{
		border-bottom: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(2n){
		border-right: 1px solid #fff;
	}
	
	.blockOne:nth-of-type(3n){
		display:block;
	}
	
	.blockTwo{
		width: 33.333333333%;
	}
	
	.blockTwo:nth-of-type(2n){
		padding: 0 2% 0 0;
	}
	
	.blockTwo:nth-of-type(3n-1){
		padding: 0 1%;
	}
	
	.blockTwo:nth-of-type(3n){
		display:block;
		padding: 0 0 0 2%;
	}
}

@media (min-width: 1000px) {
	.blockOne{
		width:25%;
	}
	
	.blockOne:nth-of-type(4n){
		border-right: 0px;
		display:block;
	}
}

/* BLOG LAYOUT 2 */
#textfield{
	width:65%;
	float:left;
	margin:0 2% 0 0;
}
.containerblogs{
	float:left;
	width:32%;
	
}
.layoutTypeBlog2{
	float:left;
	width:100%;
	padding:20px 0;
	border-top:2px dashed #8995A1;
	font-size: 1em;
}
.layoutTypeBlog2:last-of-type{
	float:left;
	border-bottom:2px dashed #8995A1;
	
}
.layoutTypeBlog2 a{
	float:left;
	width:100%;
	text-decoration:none;
	
	color:#555555;}
.layoutTypeBlog2 .shortText{
	float:left;
	width:70%;
	padding:0 1% 0 0;
	
}
.layoutTypeBlog2 .shortText .title{
	float:left;
	width:100%;
	font-size:15px;	font-weight:normal;	color:#555555;	margin:0  0 10px 0;
}
 .layoutTypeBlog2 .blogImage{
	float:left;
	height: 96px;
	width: 30%;;
	padding:0;
	margin:0 !important;
	background-size:cover;
}
 .layoutTypeBlog2 .readMore{
	float:left;
	background:#B51F24;
	color:#fff;
	padding:2% 4.7%;
	margin:28px 0 0 0;
}
.layoutTypeBlog2 .readMore:hover{
	color:#fff;
	background:#B51F24;
}

.blogContainer.ticketLeft{
	float:left;
	width:49%;
}

/* PLUGIN BOXES */
.pluginBox{
	float:right;
	width:30%;
	clear:right;
	margin:20px 0 20px 20px;
	min-width:320px;
}

.pluginBox.landingspages a{
	float:left;
	opacity:0.8;
	margin: 0 10px 10px 0;
	text-decoration:none;
	background:#1f1f1f;	padding: 8px 16px 10px;
	color:#e6e6e6;	border-radius:6px;
	transition: all 0.3s;
}

.pluginBox.landingspages a:hover{
	opacity:1;
}

.pluginBox.gallery, .pluginBox.productfeed, .pluginBox.randomBlogs, .pluginBox.shop{
	width:100%;
	margin:20px 0;
}

.pluginBox.randomBlogs .container{
	width:100%;
}

/* FOOTER */
#footer{
	float:left;
	width:100%;
		padding: 20px 0;
	text-align:center;
	background:#1f1f1f;	color:#e6e6e6;}

#footer a{
	color:#e6e6e6;}

/* CONTACT CSS */

#mainContact{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}

#mainContact .formTitle{
	float:left;
	width:100%;
	text-align:center;
	font-size:22px;	font-weight:bold;	margin: 0 0 20px 0;
}

#mainContact input[type="text"]{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact textarea{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact select{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

#mainContact label{
	cursor:pointer;
}

#mainContact label.checkbox{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#mainContact label.radioButton{
	float:left;
	width:20%;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#mainContact input[type="checkbox"], #mainContact input[type="radio"]{
	margin: 0 8px 0 0;
}

#mainContact input[type="submit"]{
	float:left;
	width:100%;
	padding:15px 0;
	height: auto;
	margin:0;
	background: #3cb653;
	border:1px solid #3cb653;
	line-height: 1em;
	font-size: 1.2em;
	color:#fff;
	transition: box-shadow 0.1s;
}

#mainContact input[type="submit"]:hover{
	box-shadow: 0px 0px 0 2px rgba(255,255,255,0.5) inset;
}

#mainContact input[type="submit"]:active{
	box-shadow: 0px 0px 0 30px rgba(255,255,255,0.5) inset;
}


/* PRODUCT FEED CSS */
.productsContainer{
	float:left;
	width:100%;
}

.productBlock{
	float:left;
	width:32%;
	padding:15px;
	border:1px solid #ccc;
	border-radius:3px;
	margin: 0 2% 20px 0;
}

.productBlock:nth-of-type(3n){
	float:right;
	margin: 0 0 20px 0;
}

.productTitle{
	float:left;
	width:100%;
	font-size: 1.5em;
	text-align:center;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	height:80px;
	overflow:hidden;
}

.productImageContainer{
	float:left;
	width:100%;
	text-align:center;
	height:200px;
	overflow:hidden;
	margin: 0 0 10px 0;
}

.productImageContainer img{
	max-height:100%;
	max-width:100%;
}


.productPrice{
	float:left;
	width:100%;
	font-size: 2em;
	text-align:center;
	font-weight:bold;
	margin: 0 0 10px 0;
}

/* Notice CSS */
.notice{
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	padding:15px 80px;
	color:#ffffff;
	background:rgba(0,0,0,0.85);	border-top:1px solid #000000;
}

#closeNotice{
	position:absolute;
	right:20px;
	right:20px;
	top: 15px;
	cursor:pointer;
}

#openNotice{
	position:fixed;
	right:20px;
	bottom: 0;
	cursor:pointer;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	background: #000000;
	color:#ffffff;
}

/* POPUP CSS */
.popup{
	float:left;
	width:100%;
	color:#363636; 
	max-width:1000px;	padding:20px;
	border-radius:6px;
	-webkit-border-radius:6px;
	background:#fff;
}

#closePopup{
	position:absolute;
	right:-5px;
	top: -5px;
	cursor:pointer;
	color: #ffffff;
	background: #f20303;
	border-radius:6px;
	-webkit-border-radius:6px;
}

#closePopup span{
	float:left;
	width:100%;
	padding: 2px 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
}

#closePopup:hover span{
	background: rgba(255,255,255,0.3);
}

#closePopup:active span{
	background: rgba(0,0,0,0.3);
}

/* GALLERY CSS */
.thumb {
    background-size: cover !important;
    cursor: pointer;
    float: left;
    height: 300px;
    width: 25%;
}

@media screen and (max-width: 700px) {
	.thumb{
		width:33.3333333%;
	}
}

@media screen and (max-width: 550px) {
	.thumb{
		width:50%;
	}
}

@media screen and (max-width: 360px) {
	.thumb{
		width:100%;
	}
}


/* NEWS OVERVIEW */
.newsItem{
	text-decoration:none;
	margin:0 0 0 0;
	padding: 20px;
	border-top: 1px solid #ddd;
	float:left;
	width:100%;
}

.newsItem:last-of-type{
	border-bottom: 1px solid #ddd;
}

.newsLeft{
	float:left;
	width:25%;
	margin: 0 5% 0 0;
}

.newsLeft img{
	display:block;
	max-width:100%;
}

.newsRight{
	float:right;
	width:70%;
}

.newsTitle{
	float:left;
	font-size:16px;
	color: #121212;
	font-family:'Oswald',sans-serif;
	line-height:1em;
}

.newsDate{
	float:right;
	color: #393533;
}

.newsDesc{
	float:left;
	width:100%;
	color: #4d4d4d;
}

.newsItem:hover{
	background: #ddd;
}

.viewNews{
	float:left;
	width:100%;
	color:#ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #B51F24;
	font-family:'Open Sans', sans-serif;	line-height:1em;
	text-align:center;
	margin:20px 0 0 0;
	text-decoration: none;
}

.viewNews span{
	float:left;
	width:100%;
	padding: 15px 0;
	text-align:center;
	transition: background 0.3s;
}

.viewNews:hover{
	color:#ffffff;
	text-decoration:none;
}
.viewNews:hover span{
	background: rgba(255,255,255,0.2);
}
.viewNews:active span{
	background: rgba(0,0,0,0.2);
}

/* LINKSYS CSS */
.linksysText{
	float:left;
	width:100%;
}

.linksContainer{
	float:left;
	width:100%;
	border-top: 1px dashed #ccc;
}

.singleLink{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom: 1px dashed #ccc;
}

.singleLink .linksysLeft{
	float:left;
	width:20%;
	padding: 0 20px 0 0;
}

.singleLink .linksysRight{
	float:right;
	width:80%;
}

.linkTitle{
	float:left;
	width:100%;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 15px 0;
}

.linkShortDesc{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.linkRewrite{
	float:left;
	padding:10px 12px 12px;
	line-height:1em;
	border:1px solid #B51F24;
	text-decoration:none;
	border-radius:3px;
	transition: all 0.3s;
}

.linkRewrite:hover{
	color:#fff;
	background:  #B51F24;
}


.linkRow{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

/* ADD LINK PAGE */
.fancyInputs{
	float:left;
	width:100%;
}

.fancyInputs span{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
}

.fancyInputs input, .fancyInputs textarea, .fancyInputs select{
	/*max-width:500px;*/
	width:100%;
}

.fancyInputs input[type="submit"]{
	float:left;
	width:100%;
	padding:15px 0;
	height: auto;
	margin:0;
	background: #B51F24;
	border:1px solid #B51F24;
	line-height: 1em;
	font-size: 1.2em;
	color:#fff;
	transition: box-shadow 0.1s;
}

.fancyInputs input[type="submit"]:hover{
	box-shadow: 0px 0px 0 2px rgba(255,255,255,0.5) inset;
}

.fancyInputs input[type="submit"]:active{
	box-shadow: 0px 0px 0 30px rgba(255,255,255,0.5) inset;
}

/* LINKSYS OVERVIEW */
.linksys_overview{
	float:left;
	width:100%;
}

.linksys_overview ul{
	float:left;
	width:100%;
	padding:0;
	margin:20px 0 10px;
	list-style:none;
}

.linksys_overview ul li{
	float:left;
	padding:0 10px;
	border-right: 2px solid #9D8E91;
	font-size:17px;
	margin:0 0 10px 0;
}

.linksys_overview ul li a{
	text-decoration:none;
	color: #888;
	transition: all 0.3s;
}

.linksys_overview ul li a.activeCat{
	color:#202020;
	border-bottom: 2px solid #9D8D90;
}

.linksys_overview ul li a:hover{
	color:#202020;
	border-bottom: 2px solid #9D8D90;
}

.linksys_overview a.linksysCatBlock{
	float:left;
	width:20%;
	border:1px solid #fff;
	padding:10px;
	height:160px;
	position:relative;
	background-size:cover;
	overflow:hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #202020;
	transition: background-position 0.5s;
}

.linksys_overview a.linksysCatBlock:hover{
	background-position: 0 -20px;
}

.linksys_overview a.linksysCatBlock span{
	position: absolute;
	bottom:-100px;
	width:100%;
	text-align:left;
	padding:8px 12px;
	color:#fff;
	background:#B51F24;
	left:0;
	transition: bottom 0.3s;
}

.linksys_overview a.linksysCatBlock:hover span{
	bottom:0;
}

.linksys_overview a.linksysCatBlock.activeCat{
	background-position: 0 -20px;
}

.linksys_overview a.linksysCatBlock.activeCat span{
	bottom:0;
}

/* LINKSYS DETAILPAGE */

.linksysDetail{
	float:left;
	width:100%;
	border-bottom: 1px solid #555;
	padding: 0 0 20px 0;
}

.linksysDetail .linksysLeft{
	float:left;
	width:25%;
	padding: 0 20px 0 0;
}

.linksysDetail .linksysRight{
	float:right;
	width:75%;
}

@media screen and (max-width: 800px) {
	.linksys_overview a.linksysCatBlock{
		width:33.33333%;
	}
}

@media screen and (max-width: 600px) {
	.singleLink .linksysLeft{
		width:100%;
		padding: 0;
	}

	.singleLink .linksysRight{
		width:100%;
	}
	
	.linksysDetail .linksysLeft{
		width:100%;
		padding: 0;
	}

	.linksysDetail .linksysRight{
		width:100%;
	}
	
	.linksys_overview a.linksysCatBlock{
		width:50%;
	}
}

@media screen and (max-width: 400px) {
	.linksys_overview a.linksysCatBlock{
		width:100%;
	}
}


.productBlock{
	background:#fff;
}

.productBlock:hover{
	border: 1px solid #000;
}

.pagination{
	float:left;
	width:100%;
	list-style: none;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top: 1px dashed #ccc;
}

.pagination li{
	float:left;
}

.pagination li a{
	float:left;
	padding:6px 12px;
	background: #171717;
	color:#fff;
	cursor:pointer;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	margin: 0 10px 10px 0;	
}

.pagination li.active a{
	background: '.$resGeneralStyles['menuBackground'].';
	cursor:default;
}
.pagination li a:hover{
	text-decoration:none;
	background: '.$resGeneralStyles['menuBackground'].';
}
