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

body{
font-family: 'Abel', sans-serif;
font-size:17px;font-weight:300;color:#333333;background:#ffffff;line-height:28px;}

h1,h2,h3,h4,.smallTitle{
color:#4a5655;font-family:"Abel",sans-serif;
}

h1{
font-size:2.5em;font-weight:700;font-family:"Abel",sans-serif;
}

h2{
font-size:1.6em;font-weight:700;font-family:"Abel",sans-serif;
}

h3, .smallTitle{
font-size:1.5em;font-weight:700;font-family:"Abel",sans-serif;
}

a{
color:#a5d2a5;}

img{
max-width:100%;
}

.downloadknop {
color: white !important;
background: #d5c210;
border-radius: 200px;
padding: 7px 20px;
margin-top: 80px;
margin-right: 50px;
font-weight: 600;
position: absolute;
top: 0;
left: 150px;
}

.elementP{
 padding: 30px 0;
}

.container{
max-width:960px;}

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

.centerText{
text-align:center;
}

.marginTopBot{
margin:20px 0;
}

.mTruncate-hidden {
display: none;
}

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

.mb20{
margin-bottom:20px;
}

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

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

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

/*COLS SCSS*/

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

.col3{
width:25%;
}

/*DISPLAYS*/

.disFlex{
display:flex;
}

/* 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;
}

.bgWhite{
background:#fff;
}

/*COLORS*/
.cBlue{
color:#15b6dd;
}

.cWhite{
color:white;
}


/* 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{
position:relative;
float:left;
width:100%;
z-index:2;
background:#ffffff;}
.overlay{
margin-top: 141px;
}

.topHeader{
z-index: 99;
position: absolute;
background: white;
width: 100%;
top: 0;
left: 0;
transition: top 0.3s;
line-height: 1;
font-size: 0.875em;
}

.topHeader .rating{
float:left;
padding-left: 20px;
padding-bottom: 11px;
padding-top: 11px;
color:#525252;
text-decoration: none;
}

.topHeader .nav{
float:right;
}
.topHeader .nav .phone{
padding: 10px 15px;
float:left;
position: relative;
text-decoration: none;
color: #525252;
outline: 0 none;
transition: background 0.3;
}
.topHeader .socialIcons{
float:right;
padding-top:5px;
padding-right: 20px;
}

.fa-star{
color: #FDCD3E;
}

.socialIcons .fa{
width: 18px;
height: 18px;
text-align: center;
font-size: 10px;
padding: 3px;
}
.socialIcons .fa-facebook{
background: #3B5998;
color: white;
opacity: .5;
}
.socialIcons .fa-linkedin{
background: #007bb5;
color: white;
opacity: .5;
}
.socialIcons .fa-instagram{
background: #fb3958;
color: white;
opacity: .5;
}

#header #logo{
float:left;
text-align:center;
}

@media (max-width: 800px) {
.bannerText .readMore{
width:50%!important;
}
#header #logo{
padding:10px 0;
width: 65%;

}
#header #logo img{
float: left;
display: block;
}
}
@media (max-width: 550px) {
/*
#header #logo{
width:80%;
}
#header #logo img{
height: 120px;
width: 500px;
}
*/
.topHeader .nav{
width:100%;
float:left;
}
.bannerText .readMore {
width:80%!important;
}
}


@media (min-width: 760px) {

			#header #logo{
				margin: 0;
				text-align:left;
			}
			#header #logo img{
				float:left;
				display:block;
			}
		}

/* 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:15px;
text-decoration:none;
}
#header{
padding:15px 0;
}
#navigation ul li a:active{
background: rgba(0,0,0,0.3);
}

#navigation ul li ul{
display:none;
list-style:none;
width:300px;
position:absolute;
padding:0;
margin:0;
left:0;
border-top: 1px dashed #e5e5e5;
background:#ffffff;z-index:1;
}

#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 (max-width: 800px) {
.topHeader{
position:static;
float:left;
width:100%;
}
#navigation ul li a{
padding:29px 10px;
}
}
@media (max-width: 760px) {
#header > .row{
position:static;
}
.overlay{
display:none;
}
#header #navigation ul a{
padding:10px;
}
}
@media (min-width: 760px) {
#header #navigation ul{
max-width:70%;
width:auto;
}
}

#header #fullNavigation{
background:#ffffff;float:left;
width:100%;
}
#header #fullNavigation #navigation ul{
float:left;
top:100%;
}

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

#header #navigation ul a{
color:#575756;font-weight:700;
transition: color 0.3s, background 0.3s;
}

#header #navigation ul li a:hover{
color:#a5d2a5;background: rgba(0,0,0,0.015);
}
#header #navigation ul li ul{
max-width:none;
width:300px;
top: 100%;
}
#menuToggle {
cursor: pointer;
display: none;
float: right;
padding: 12px;
width: 50px;
background: rgba(0,0,0,0.4);
margin-top:18px;
}
#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;
position:relative;
top:100%;
left:0;
width:100%;
max-width:100%;
z-index:5;
}

#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%;
}
#header #navigation.mobile-menu ul li ul{
top:0 !important;
position:static;
width: 100%;
margin-top: 0;

}
#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;
float:left;
width:100%;
}

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

/* BANNER */
.bannerWrapper{
	float:left;
	width:100%;
	background-color:#eee;
}
#banner{
	width:100%;
	padding:60px 0;
}
#bannerRow{
background:#ffffff;}

.bannerText{
width:100%;
position:relative;
text-align:center;
}
.bannerText .centerText{
	position: relative;
	z-index: 2;
	max-width: 600px;
	display: inline-block;
	width: 100%;
	text-align:left;
}
.bannerText img{
position:relative;
z-index:1;
margin-top:-40px;
}
.bannerBlogIntroText{
width:60%;
position:relative;
left:50%;
transform:translateX(-50%);
}
.bannerText h1, .bannerText h2, .bannerBlogIntroText h1, .bannerBlogIntroText h2{
font-family: 'Abel', sans-serif;
color:#4a5655;
text-align:left;
}

.bannerText	.readMore, .bannerBlogIntroText .readMore{
padding: 7px 20px;
color: #ffffff;
background: #a5d2a5;
font-weight:600;
margin-top: 20px;
border-radius:3px;
float:right;
text-decoration:none;
transition: background 0.4s;
}
.bannerCTA{
position:relative;
z-index:2;
width:100%;
max-width:600px;
float:right;
margin-right:15px;
margin-top:-60px;
padding:30px;
background-color:#4a5655;
color:#fff;
text-align:left;
}

.bannerCTA .title{
font-size:1.75em;
}

@media screen and (max-width: 930px) {
.bannerText{
width:80%;
}
.bannerText	.readMore, .bannerBlogIntroText .readMore{
width: 45%;
}
}


@media screen and (max-width: 600) {

.bannerText	.readMore, .bannerBlogIntroText .readMore{
width: 70%;
}
}
#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;
;
}

/*BLOGBANNER*/
.bannerBlogImg{
padding:80px 30px;
}

.bannerBlogImg .bannerOverlay{
background-color: rgba(0,0,0,0.7);
height:100%;
position:absolute;
top:0;
left: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: #a5d2a5;
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);
}

/*RANDOM BLOGS*/
.blogRow{
display: flex;
}


@media (max-width: 850px) {
.servicesOverview .servicesHome{
width: 50%;
}
.servicesOverview .services{
width: 50%;
}
}
@media (max-width: 590px) {
.servicesOverview .servicesHome{
width: 100%;
}
.servicesOverview .services{
width: 100%;
}
}

.servicesOverview {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 30px 50px 30px;
}

.services{
position:relative;
float:left;
width:49%;
margin-bottom:30px;
height:150px;
text-decoration:none;
}

.serviceOverlay{
background:rgba(0,0,0,0.15);
height:100%;
position:absolute;
top:0;
left:0;
transition:all 0.3s;
}

.services:hover .serviceOverlay{
background:rgba(0,0,0,0.25);
}

.services .smallTitle{
position:relative;
float:left;
z-index:1;
top: 50%;
transform: translateY(-50%);
padding-left: 30px;
}


/*RANDOM BLOGS HOME*/
.servicesHome{
position:relative;
float:left;
width:49%;
margin-bottom:30px;
text-decoration:none;
border:#eaeaea 1px solid;
}

.servicesHome .shortText{
float:left;
padding:30px;
color:#444444;
width:100%;
}
.servicesHome .shortText .text{
float:left;
width:100%;
}
.servicesHome .readMore{
float:left;
padding:3px 18px;
margin-top:15px;
color: #ffffff;
background: #a5d2a5;
}

.servicesHome:nth-of-type(odd) .servicesImg{
height:240px;
object-fit:cover;
}
.servicesHome:nth-of-type(even) .servicesImg{
height:240px;
object-fit:cover;
}


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

#text p{
color:#444;
}

.readMore{
color:#a5d2a5;cursor:pointer;
}

#textLoose{
float:left;
width:100%;
margin-top:30px;
background:#ffffff;}

#textLoose > .row > .homeContent{
text-align:center;
width:100%;
position:relative;
}

#textLoose>.pageContent{
width:95%;
position:relative;
left:50%;
transform:translateX(-50%);
padding:20px 0;
}

.bottomInfo{
float:left;
background:white;
width:100%;
}

@media (max-width:900px) {
.bottomInfo .infoTips{
width: 100%;
}
.client-cell{
width: 47%;
}
.kempen{
height:auto;
}
}

.text-item-bottom {
width: 14rem;
height: 14rem;
margin-bottom: 3rem;
background-color: #fff;
box-shadow: 0 4px 1rem 0 rgba(13,13,13,.1);
align-items: center;
justify-content: center;
display: flex;
margin-left: 50%;
transform: translateX(-50%);
}
.infoTips{
text-align: center;
width: 32%;
position: relative;
float:left;
padding: 25px;
}
.infoTips i{
width:100%;
color: #00BCEB;
font-size:38px;
margin-right:5px;
}
.Partners{
background:#eee;
}
.client-cell {
float: left;
width: 18%;
margin:10px;
}
.client-cell .logo {
position: relative;
float: left;
width: 100%;
padding-bottom: 100%;
background: #fff;
}
.kempen{
height: 65px;
}
.client-cell .logo img {
position: absolute;
top: 50%;
left: 50%;
max-width: 80%;
transform: translate(-50%, -50%);
}

@media (max-width:1060px) {
.client-cell{
width: 47%;
}
.kempen{
height:auto;
}
}
@media (max-width: 720px) {
.client-cell{
width: 95%;
}
}

.pageContentLeft{
width:75%;
float:left;
padding:30px 30px 30px 0;
margin-bottom:30px;

}

.pageContentRight{
width:25%;
float:left;
text-align:center;
}

.minMargin{
margin-top:-100px;
}

.pageContentRight .contactLink{
text-decoration:none;
}
.mb15{
margin-bottom: 15px;
}
.pageContentRight .borderRadius{
color:black;
padding:30px;
background-color:#eee;
float:left;
}

.pageContentRight .chatImg img{
border-radius:50%;
width:150px;
height:150px;
object-fit:cover;
}

@media screen and (max-width: 1055px) {
.pageContentLeft{
width:100%;
}
.pageContentRight{
width: 350px;
}
}

/* 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:#ffffff;
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: #ffffff;
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 #ffffff;
margin: 0 10px 0 0;
width:100%;
}
.homeBottomLinks a:hover{
background: #ffffff;
color:#fff;
text-decoration:none;
}
.homeBottomLinks .extraLink{
width:19%;
margin:0 1.25% 10px 0;
}
.homeBottomLinks .extraLink span{
height:60px;
border:0;
background:rgba(255,255,255,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: #ffffff;
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: #ffffff;
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: #ffffff;
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;
}


/* REVIEW  */

.review{
padding: 0 0 30px;
margin: 0 0 30px;
border-bottom: 1px #eaeaea solid;
}
.review .content{
vertical-align:top;
margin: 0 auto;
}
.review .txt{
transition: max-height 0.3s;
}
.review .txt . rating{
letter-spacing: 2px;
}

.review .txt .rating span {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.reviewPlugin .review .txt .rating span:before {
content: "\f005 \f005 \f005 \f005 \f005";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-style: normal;
text-decoration: inherit;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(#FDCD3E, #F8BB32);
width: 100%;
position: absolute;
top: 0;
left: 0;
letter-spacing: 2px;
}
.review .txt .grade .largeTxt {
line-height: 28px;
}
.reviewCard{
padding-right: 150px;
margin-bottom: 30px;
padding: 30px 30px;
border: 1px  solid #eaeaea;
text-decoration: none;
position: relative;
}
.reviewCard p, .reviewCard span {
width: 80%;
color: #000000;
}
.reviewCard img{
position: absolute;
top:50%;
right: 30px;
width: 100px;
height: 42px;
transform: translatey(-50%);

}

/* 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: #a5d2a5;
transition: all 0.3s;
}

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

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

.blockOne .fadeText{
background: -moz-linear-gradient(top, rgba(165,210,165,0) 0%, rgba(165,210,165,1) 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,210,165,0)), color-stop(50%,rgba(165,210,165,1)));
background: -webkit-linear-gradient(top, rgba(165,210,165,0) 0%,rgba(165,210,165,1) 50%);
background: -o-linear-gradient(top, rgba(165,210,165,0) 0%,rgba(165,210,165,1) 50%);
background: -ms-linear-gradient(top, rgba(165,210,165,0) 0%,rgba(165,210,165,1) 50%);
background: linear-gradient(to bottom, rgba(165,210,165,0) 0%,rgba(165,210,165,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:#a5d2a5;
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 #a5d2a5;
color:#a5d2a5;
text-transform:uppercase;
text-decoration: none;
transition: all 0.3s;
}

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

/* 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: #a5d2a5;
transition: all 0.3s;
position:absolute;
bottom:0;
}

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

}

.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: #a5d2a5;
margin: 0 0 10px 0;
text-decoration:none;
line-height:35px;
box-sizing:border-box;
font-style: italic;
font-weight: 600;
padding:0 0 3px 0;
}
.blockFive .title a:hover{
border-bottom:3px solid #a5d2a5;
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:#a5d2a5;
padding:10px;
color:#fff;
float:left;
}
.blogLink:hover{
color:#fff;
background:#a5d2a5;
}

/* 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: #a5d2a5;
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 */

.catBanner, .blogBanner{
padding: 180px 30px 30px;
background-color:rgba(255,255,255,0.8);
}

.categoryText{
float:left;
width:100%;
margin: 0 0 30px 0;
}

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

@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:65%;
}

.blogsContainer.twoThirdPage{
float:left;
width:35%;
}

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

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

.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;
}
.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%;
transition: background 0.3s;
color:#444;
border-top: 1px dashed #e5e5e5;
padding:30px 0;
text-decoration: none;
}

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

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

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

.blogsContainer a .readMore{
float:right;
padding: 7px 20px;
color:#fff;
background: #a5d2a5;
margin-top: 20px;
border-radius:3px;
transition: background 0.4s;
}

.blogsContainer a:hover .readMore{
background: #15b6dd;
}

/* BLOG PAGE CSS */
.blogImage{
float:left;
margin-bottom:20px;
width:100%;
}

@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;
position:relative;
}
.containerblogs{
float:left;
width:35%;
position:relative;
}
.layoutTypeBlog2{
float:left;
width:100%;
font-size: 1em;
padding: 0 20px;
}

.layoutTypeBlog2:hover .readMore{
background:#15b6dd;
}

.layoutTypeBlog2:last-of-type{
float:left;
}
.layoutTypeBlog2 a{
float:left;
width:100%;
text-decoration:none;
}
.layoutTypeBlog2 .shortText{
float:left;
width:100%;
padding:20px 0;

}
.layoutTypeBlog2 .shortText .title{
float:left;
width:100%;
font-size:1.5em;
font-weight:bold;
margin:0;
}
.layoutTypeBlog2 .blogImage{
float:left;
height: 200px;
width: 100%;;
padding:0;
margin:0;
object-fit: cover;
}
.layoutTypeBlog2 .readMore{
float:right;
background:#a5d2a5;
color:#fff;
padding:7px 20px;
transition:background 0.4s;
margin-bottom:20px;
border-radius: 3px
}


.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:#333333;padding: 8px 16px 10px;
color:#ffffff;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:#333333;color:#ffffff;}

#footer a{
color:#ffffff;}

/* CONTACT CSS */

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

#mainContact .formTitle{
float:left;
width:100%;
text-align:center;
font-size:1.6em;font-weight:700;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: #a5d2a5;
border:1px solid #a5d2a5;
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:960px;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: #fbb900;
font-family:'Calibri', 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 #a5d2a5;
text-decoration:none;
border-radius:3px;
transition: all 0.3s;
}

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


.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: #a5d2a5;
border:1px solid #a5d2a5;
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:#a5d2a5;
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'].';
}
