/*#######################################
	Security Access v2
	www.security-access.at
	02.08.2018
	Last update: <!--%DateStamp%-->16.04.2019<!---->
#######################################*/

/* ***************************************************************************************
	EXTERNAL FONTS @import
======================================================================================= */

@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Open+Sans");

/*
	font-family: "Archivo Black", sans-serif;
	font-family: "Open Sans", sans-serif;
*/

/* ************************************************************************************ */

/* http://paletton.com/#uid=52F0u0khUqQ1qN384-+pQkXG9ex */
/* As hex codes */

.color-primary-0 { color: #76BA52 }	/* Main Primary color */
.color-primary-1 { color: #EAF1E6 }
.color-primary-2 { color: #BEE3AA }
.color-primary-3 { color: #45911C }
.color-primary-4 { color: #236500 }

.color-secondary-1-0 { color: #3E8D75 }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #D0D9D6 }
.color-secondary-1-2 { color: #88B6A8 }
.color-secondary-1-3 { color: #156E53 }
.color-secondary-1-4 { color: #004C35 }

.color-secondary-2-0 { color: #B3CC5A }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #F8FAEF }
.color-secondary-2-2 { color: #E7F5B7 }
.color-secondary-2-3 { color: #839F1F }
.color-secondary-2-4 { color: #566E00 }



/* As RGBa codes */

.rgba-primary-0 { color: rgba(118,186, 82,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba(234,241,230,1) }
.rgba-primary-2 { color: rgba(190,227,170,1) }
.rgba-primary-3 { color: rgba( 69,145, 28,1) }
.rgba-primary-4 { color: rgba( 35,101,  0,1) }

.rgba-secondary-1-0 { color: rgba( 62,141,117,1) }	/* Main Secondary color (1) */
.rgba-secondary-1-1 { color: rgba(208,217,214,1) }
.rgba-secondary-1-2 { color: rgba(136,182,168,1) }
.rgba-secondary-1-3 { color: rgba( 21,110, 83,1) }
.rgba-secondary-1-4 { color: rgba(  0, 76, 53,1) }

.rgba-secondary-2-0 { color: rgba(179,204, 90,1) }	/* Main Secondary color (2) */
.rgba-secondary-2-1 { color: rgba(248,250,239,1) }
.rgba-secondary-2-2 { color: rgba(231,245,183,1) }
.rgba-secondary-2-3 { color: rgba(131,159, 31,1) }
.rgba-secondary-2-4 { color: rgba( 86,110,  0,1) }


/* ***************************************************************************************
	COMMON - Styles
======================================================================================= */

html
	{
		background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #FDFFFC 60%, #F4FFF2 100%);
		background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #FDFFFC 60%, #F4FFF2 100%);
		background-image: -o-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #FDFFFC 60%, #F4FFF2 100%);
		background-image: -webkit-gradient(radial, center top, 0, center top, 359, color-stop(0, #FFFFFF), color-stop(60, #FDFFFC), color-stop(100, #F4FFF2));
		background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #FFFFFF 0%, #FDFFFC 60%, #F4FFF2 100%);
		background-image: radial-gradient(ellipse farthest-corner at center top, #FFFFFF 0%, #FDFFFC 60%, #F4FFF2 100%);
		background-attachment: fixed;
	}

body
	{
		margin: 0px;
		padding: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 17px;
		color: #333333;
		overflow-x: hidden;
		overflow-y: scroll;
	}

h1,
h2,
h3
	{
		/*
		font-family: "Archivo Black", sans-serif;
		*/
		font-family: Arial, sans-serif;
		font-weight: 900;
		text-transform: uppercase;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

h1
	{
		font-size: 40px;
	}

h2
	{
		color: #76BA52;
		margin: 0px 0px 15px;
		font-size: 30px;
		font-weight: 700;
	}

h2.startpage
	{
		margin: 0px 0px 16px;
		color: #333333;
		font-size: 40px;
		font-weight: 900;
	}

div.container div.row div.columns h2
	{
/*
		margin-top: 0px;
*/
	}

h3
	{
		margin: 30px 0px 10px;
		font-size: 26px;
	}

p
	{
		margin: 0px 0px 15px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

a
	{
		transition: color 0.35s linear 0s, background-color 0.35s linear 0s;
	}

hr
	{
		border: 1px solid #76BA52;
	}

section b,
section strong
	{
		color: #45911C;
	}

section a
	{
		color: #76BA52;
	}

section a:hover
	{
		color: #BEE3AA;
	}

.button a
	{
		color: inherit;
		text-decoration: none;
	}

img
	{
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

.align-left
	{
		margin: 0px 30px 20px 0px;
		float: left;
	}


.align-right
	{
		margin: 0px 0px 20px 30px;
		float: right;
	}

.txt-center
	{
		text-align: center;
	}

.set-bottom-l
	{
		position: absolute;
		bottom: 0px;
		left: 5px;
	}

.set-bottom-r
	{
		position: absolute;
		bottom: 0px;
		right: 5px;
	}

.header-top h1,
.header-top h2,
.header-top h3,
.header-top h4
	{
		margin-top: 0px;
	}

a.lightbox
	{
		border: 2px solid #76BA52;
		padding: 2px;
		display: inline-block;
		transition: border 0.5s ease 0s;
		box-sizing: border-box;
	}

a.lightbox:hover
	{
		border: 2px solid #45911C;
	}

a.lightbox img
	{
		opacity: 1;
		display: block;
		transition: opacity 0.5s ease 0s;
	}

a.lightbox:hover img
	{
		opacity: 0.6;
	}

.inline
	{
		width: 250px;
		height: auto;

	}

.inline-h
	{
		width: auto;
		height: 250px;

	}

.add20--mt
	{
		margin-top: 20px;
	}

.add40--mt
	{
		margin-top: 40px;
	}

.add20--mb
	{
		margin-bottom: 20px;
	}

.add40--mb
	{
		margin-bottom: 40px;
	}

.fa-file-pdf
	{
		color: #FF0000;
	}

.bg-blur
	{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}

.bg-noblur
	{
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}

.hilite1
	{
		color: #333333;
		font-weight: 700;
	}

.hilite2
	{
		color: #76BA52;
		font-weight: 700;
	}

.yt
	{
		width: 100%;
		height: 300px;
	}



::-moz-selection
	{
		color: #FFFFFF;
		background-color: #45911C;
	}

::selection
	{
		color: #FFFFFF;
		background-color: #45911C;
	}

p:last-of-type:after,
.clearfix:after
	{
		content: "";
		display: table;
		clear: both;
	}

/* ************************************************************************************ */

.flexee
	{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;

		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;

		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		margin-bottom: 20px;
	}

.flexee--left
	{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;

		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;

		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

/* ***************************************************************************************
	NEWS SECTION
======================================================================================= */

.flexitem--News
	{
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

.filling-empty-space-childs-flexitem--News
	{
		width: 48%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}

.flexitem--News
	{
		position: relative;
		top: 0px;
		left: 0px;
		height: auto;
		margin-bottom: 30px;
		padding: 5px 5px 40px;
		box-sizing: border-box;
		display: block;
		transition: background-color 0.5s ease 0s;
	}

.flexitem--News:hover
	{
		background-color: rgba(230, 230, 230, 0.1);
	}


.flexitem--News h2
	{
		min-height: 70px;
		margin: 0px 0px 15px;
		font-size: 34px;
		line-height: 100%;
	}

.flexitem--News h2 a
	{
		color: #76BA52;
		text-decoration: none;
		transition: color 0.5s ease 0s;
	}

.flexitem--News h2 a:hover
	{
		color: #94C978;
	}

.flexitem--News .preview
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 180px;
		background-size: cover;
		background-position: center;
		opacity: 1;
		transition: opacity 0.3s ease-out 0s;
	}

.flexitem--News .preview:hover
	{
		opacity: 0.6;
	}

.flexitem--News span.date
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 0px 0px 10px;
		padding: 3px 5px;
		font-size: 14px;
		text-align: right;
		color: #236500;
		background-color: #EAF1E6;
		box-sizing: border-box;
		display: block;
	}

.flexitem--News p
	{
		margin-bottom: 14px;
	}



.news-detail h1
	{
		margin: 0px 0px 0px;
		font-size: 40px;
	}

.news-detail span.date
	{
		margin-bottom: 30px;
		display: block;
	}

span.more
	{
		margin-bottom: 10px;
		text-align: right;
		display: block;
	}

span.more a
	{
		color: #76BA52;
		font-style: italic;
		text-decoration: none;
	}

span.more a:hover
	{
		color: #609D3F;
	}

.gallery-wrapper
	{
		margin-top: 20px;
	}

.gallerybox
	{
		width: 20%;
		padding: 5px;
		display: block;
		box-sizing: border-box;
		float: left;
	}

iframe.fb
	{
		margin: 0px 0px 20px;
		display: block;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	PRODUCTS SECTION
======================================================================================= */

.iconbox
	{
		width: 65%;
		margin: 0px auto 0px;
		text-align: center;
	}

.iconbox .icon
	{
		margin-bottom: 30px;
		transition: transform 0.5s ease-out 0s;
	}

.iconbox .icon .cls-1
	{
		fill: #76BA52;
	}



.iconbox .link a
	{
		padding: 6px 12px;
		border-radius: 12px;
		color: #FFFFFF;
		background-color: #45911C;
		text-decoration: none;
		text-transform: uppercase;
		box-sizing: border-box;
	}

.iconbox .link a:hover
	{
		color: #FFFFFF;
		background-color: #76BA52;
	}

.iconbox .icon:hover
	{
		transform: scale(1.1);
	}


section#alarmsysteme .inline-h,
section#videoueberwachung .inline-h,
section#zutrittssysteme .inline-h
	{
		width: auto;
		height: 150px;
	}

section#alarmsysteme .svg .cls-1,
section#videoueberwachung .svg .cls-1,
section#zutrittssysteme .svg .cls-1
	{
		fill: #76BA52;
	}


.flexitem--SubCategNav
	{
		-webkit-flex: 0 1 18%;
		-ms-flex: 0 1 18%;
		flex: 0 1 18%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		margin-bottom: 10px;
		padding: 8px 12px;
		text-align: center;
		line-height: 120%;
		background-color: #236500;
		box-sizing: border-box;
		color: #FFFFFF;
		text-decoration:none;
		transition: color 0.35s ease-out 0s, background-color 0.35s ease-out 0s;
	}

.filling-empty-space-childs-flexitem--SubCategNav
	{
		width: 18%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}


.flexitem--SubCategNav:hover,
.marked
	{
		color: #FFFFFF;
		background-color: #609D3F;
	}

.hide--text
	{
		display: none;
	}




.flexitem--Product
	{
		-webkit-flex: 0 1 24%;
		-ms-flex: 0 1 24%;
		flex: 0 1 24%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		margin-bottom: 20px;
		padding: 8px;
		text-align: center;
		box-sizing: border-box;
	}


.filling-empty-space-childs-flexitem--Product
	{
		width: 24%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}

.flexitem--Product .image
	{
		position: relative;
		min-height: 162px;
		display: inline-block;
	}

.flexitem--Product span.title
	{
		width: 100%;
		margin: 2px 0px 10px;
		padding: 4px;
		color: #FFFFFF;
		background-color: #76BA52;
		line-height: 130%;
		box-sizing: border-box;
		display: inline-block;
	}



/* Product header
----------------- */
.productheader
	{
		position:relative;
		height: 300px;
	}

.productheader .overlay
	{
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 10;
	}

.productheader .overlay .icon1
	{
		position: absolute;
		top: -145px;
		left: 70px;
		width: 500px;
		opacity: 0.3;
		-webkit-filter: drop-shadow(6px 12px 7px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(6px 12px 7px rgba(0, 0, 0, 0.5));
	}


.productheader .overlay .icon2
	{
		position: absolute;
		top: 25px;
		right: 50px;
		width: 250px;
		opacity: 0.4;
		-webkit-filter: drop-shadow(2px 4px 5px rgba(54, 54, 54, 0.2));
		filter: drop-shadow(2px 4px 5px rgba(54, 54, 54, 0.2));
	}

.productheader .overlay .icon1 .cls-1,
.productheader .overlay .icon2 .cls-1
	{
		fill: #FFFFFF;
	}

.productheader .image
	{
		position: absolute;
		z-index: 5;
	}



.flexitem--Product .image a img.default
	{
		padding-top: 0px;
		min-height: 162px;
		display: inline-block;
	}



.flexitem--ProductDetail
	{
		-webkit-flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		margin-bottom: 20px;
		padding: 8px;
		text-align: center;
		box-sizing: border-box;
	}


.filling-empty-space-childs-flexitem--ProductDetail
	{
		width: 48%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}


.flexitem--ProductDetailMore
	{
		-webkit-flex: 0 1 32%;
		-ms-flex: 0 1 32%;
		flex: 0 1 32%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		margin-bottom: 20px;
		padding: 8px;
		text-align: center;
		box-sizing: border-box;
	}


.filling-empty-space-childs-flexitem--ProductDetailMore
	{
		width: 32%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	TEAM SECTION
======================================================================================= */

.flexitem--Team
	{
		-webkit-flex: 0 1 23%;
		-ms-flex: 0 1 23%;
		flex: 0 1 23%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		margin: 0px 0px 20px;
		padding: 0px 0px;
		border: 1px solid #58903A;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0px 0px 0px #B0B0B0;
		transition: box-shadow 0.4s ease-out 0s;
		box-sizing: border-box;
/*
		background-color: #E1F0D5;
*/
	}

.filling-empty-space-childs-flexitem--Team
	{
		width: 23%;
		height: 0;
	}

.flexitem--Team:hover
	{
		box-shadow: 0px 2px 10px #B0B0B0;
	}

.flexitem--Team figure
	{
		margin: 0px;
		overflow: hidden;
	}

.flexitem--Team figure img
	{
		width: 100%;
		height: auto;
		transform: scale(1);
		transition: transform 0.4s ease-out 0s;
	}

.flexitem--Team:hover figure img
	{
		transform: scale(1.2);
	}



.flexitem--Team figcaption
	{
		height: 100%;
		padding: 5px;
		background-color: #EAF1E6;
		text-align: center;
		box-sizing: border-box;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

.flexitem--Team figcaption
	{
		color: #236500;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	START PAGE: PRODUCTS
======================================================================================= */

.sp--products
	{
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding-bottom: 60px;
	}

.sp--products h3
	{
		margin: 0px 0px 10px;
		font-size: 22px;
		font-weight: 400;
	}

.sp--products span.small
	{
		padding-bottom: 4px;
		text-align: center;
		font-size: 18px;
		display: block;
	}

.sp--products span.big
	{
		text-align: center;
		font-size: 38px;
		text-transform: uppercase;
		font-weight: 900;
		border-top: 2px solid #76BA52;
		display: block;
	}

.sp--products a.img-product
	{
		margin: 10px 0px 20px;
		border: 1px solid #76BA52;
		display: block;
		transition: box-shadow 0.35s ease-out 0s, transform 0.35s ease-out 0s;
	}

.sp--products a.img-product:hover
	{
		box-shadow: 0px 6px 18px #6B6B6B;
		transform: translateY(-8px) scale(1.02);
	}

.sp--products a.img-product img
	{

	}

.button.sp--details
	{
		position: absolute;
		bottom: 0px;
		width: 100%;
		color: #FFFFFF;
		background-color: #76BA52;
		border-color: #45911C;
	}

.button.sp--details:hover
	{
		color: #236500;
		background-color: #EAF1E6;
		border-color: #BEE3AA;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	START PAGE: NEWS
======================================================================================= */

.sp--news
	{
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding-bottom: 60px;
	}

.sp--news a.img-news
	{
		margin: 10px 0px 20px;
		border: 1px solid #76BA52;
		display: block;
		transition: box-shadow 0.35s ease-out 0s, transform 0.35s ease-out 0s, border 0.35s ease-out 0s;
	}

.sp--news a.img-news:hover
	{
		border: 1px solid #236500;
/*
		box-shadow: 0px 6px 18px #6B6B6B;
		transform: translateY(-8px) scale(1.02);
*/
	}

.sp--news a.img-news img
	{

	}

.sp--news h3
	{
		min-height: 60px;
		margin-bottom: 10px;
		font-size: 22px;
	}

.sp--news h3 a
	{
		color: #76BA52;
		text-decoration: none;
	}

.sp--news h3 a:hover
	{
		color: #45911C;
	}

.button.sp--news
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		color: #FFFFFF;
		background-color: #76BA52;
		border-color: #45911C;
	}

.button.sp--news:hover
	{
		color: #236500;
		background-color: #EAF1E6;
		border-color: #BEE3AA;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	INSTAGRAM FEED
======================================================================================= */

#instaFeed .insta-wrapper
	{
		position: relative;
		-webkit-flex: 0 1 16.666666%;
		-ms-flex: 0 1 16.666666%;
		flex: 0 1 16.666666%;

		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;

		min-height: 317px;
		max-height: 317px;
		overflow: hidden;
	}

#instaFeed .insta-wrapper .likes
	{
		position: absolute;
		top: 15px;
		right: 15px;
		color: #FFFFFF;
		font-size: 20px;
		text-shadow: 0px 0px 8px #333333;
		opacity: 0.6;
		z-index: 10;
		transition: opacity 0.45s ease-out 0s;
	}

#instaFeed .insta-wrapper:hover .likes
	{
		opacity: 1;
	}

#instaFeed .insta-wrapper .insta-pic
	{

	}

#instaFeed .insta-wrapper .insta-pic img
	{
		width: 100%;
		height: 100%;
		object-fit: none;
	}






.grid-container
	{
		display: grid;
		grid-gap: 0px;
		grid-template-columns: 16.666666% 16.666666% 16.666666% 16.666666% 16.666666% 16.666666%;
		grid-template-rows: 100%;
	}

.feedbox--grid
	{
		position: relative;
	}

.feedbox--grid .likes
	{
		position: absolute;
		top: 15px;
		right: 15px;
		color: #FFFFFF;
		font-size: 20px;
		text-shadow: 0px 0px 8px #333333;
		opacity: 0.6;
		z-index: 10;
		transition: opacity 0.45s ease-out 0s;
	}

.feedbox--grid:hover .likes
	{
		opacity: 1;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	SECTION - layout & style
======================================================================================= */

#logoBox.full
	{
		padding-top: 0px;
		text-align: center;
	}

#logoBox
	{
		padding: 30px 0px 20px;
		text-align: center;
	}

#logoBox a
	{
		display: inline-block;
	}

#logoBox img
	{
		width: 400px;
		height: auto;
		margin: 0px auto 0px;
	}

.header
	{
		position: relative;
		top: 0px;
		z-index: 50;
	}

.header-shadow
	{
		box-shadow: 0px 2px 8px #333333;
		-moz-box-shadow: 0px 2px 8px #333333;
		-webkit-box-shadow: 0px 2px 8px #333333;
	}

.main
	{
		position: relative;
	}

section
	{
		padding: 0px 0px;
	}

section .container,
section .footer
	{
		padding: 30px 15px 30px;
		box-sizing: border-box;
	}

.promo
	{
		position: relative;
		height: auto;
		padding: 30px 20px;
		font-size: 30px;
		text-align: center;
		box-shadow: 0px 0px 30px #808080;
		-moz-box-shadow: 0px 0px 30px #808080;
		-webkit-box-shadow: 0px 0px 30px #808080;
		z-index: 10;
	}

.promo p
	{
		margin: 0px;
		line-height: 130%;
	}

.promo a
	{
		padding: 1px 4px;
		color: #45911C;
		background-color: #FFFFFF;
		text-decoration: none;
	}

.promo a:hover
	{
		color: #45911C;
		background-color: #EAF1E6;
	}

.promo img
	{
		width: auto;
		margin: 0px auto;
		display: block;
	}
	
.boxee
	{
	    display: flex;
        align-content: center;

		display: -webkit-box;
	    display: -ms-flexbox;
	    -ms-flex-line-pack: center;
	}

.stretchbox
	{
		width: 250px;
		min-height: 150px;
		padding: 20px;
		box-sizing: border-box;
        flex: 1 2 auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 2 auto;
	}


.heroboxee
	{
		display: flex;
        align-items: flex-end;
		justify-content: center;
		flex-wrap: nowrap;

		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

.herostretchbox
	{
		width: 28%;
		min-height: 150px;
		max-height: 230px;
		padding: 20px;
		box-sizing: border-box;
		box-shadow: 0px 2px 4px #999999;
		-moz-box-shadow: 0px 2px 4px #999999;
		-webkit-box-shadow: 0px 2px 4px #999999;

	    flex: 2 2 auto;
		-webkit-box-flex: 2;
		-ms-flex: 2 2 auto;
	}

.heroboxee .hero
	{
		min-height: 300px;
		box-shadow: 0px 4px 8px #777777;
		-moz-box-shadow: 0px 4px 8px #777777;
		-webkit-box-shadow: 0px 4px 8px #777777;
		z-index: 10;
	}

.container
	{
		border-left: 1px solid #BEE3AA;
		border-right: 1px solid #BEE3AA;
	}

.container.no-border
	{
		border: none;
	}


.container.wide80
	{
		max-width: 80%;
	}

.container.for-images
	{
		max-width: 85%;
	}

.container.for-images-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}

section .container.for-maps
	{
		margin: 0px auto;
		padding: 0px;
	}


section .container.for-maps-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}


.footer
	{
		padding: 30px 0px;
		box-sizing: border-box;
	}

.footer ul
	{
		margin: 0px;
		line-height: 130%;
	}

.footer ul li
	{
		margin-bottom: 20px;
		list-style: none;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

.footer a,
.footer ul li a
	{
		color: #BEE3AA;
		text-decoration: none;
	}

.footer a:hover,
.footer ul li a:hover
	{
		color: #EAF1E6;
	}



.footer .container
	{
		padding: 30px 15px 30px;		
		color:#F2F2F2;
		box-sizing: border-box;	
	}

.footer .container b
	{
		color: #EAF1E6;
	}

#asocial-media
	{
		margin-bottom: 20px;
	}

#asocial-media a
	{
		margin: 0px 8px 10px 0px;
		color: #777777;
		display: inline-block;
		transition: color 0.5s ease 0s, fill 0.5s ease 0s;
	}

#asocial-media a:hover
	{
		color: #BBBBBB;
	}

#asocial-media a i
	{
		font-size: 40px;
	}

#nav-to-top
	{
		position: fixed;
		right: 60px;
		bottom: 30px;
		padding: 4px 12px 9px;
		font-size: 18px;
		color: #F2F2F2;
		background-color: rgba(118, 186, 82, 0.8);
		box-shadow: 0px 0px 10px #808080;
		-moz-box-shadow: 0px 0px 10px #808080;
		-webkit-box-shadow: 0px 0px 10px #808080;
		cursor: pointer;
		display: none;
		z-index: 60;
		transition: background-color 0.35s ease-out 0s;
	}

#nav-to-top:hover
	{
		background-color: rgba(35, 101, 0, 0.8);
	}

/* ************************************************************************************ */



/* ***************************************************************************************
	SCROLLER RELATED
======================================================================================= */

.separator-pure-white polygon,
.separator-pure-white polyline,
.separator-pure-white path
	{
		fill: #FFFFFF;

	}

.separator-white polygon,
.separator-white polyline,
.separator-white path
	{
		fill: #F2F2F2;

	}

.separator-yellow polygon,
.separator-yellow polyline,
.separator-yellow path
	{
		fill: #D9CB59;

	}

/* Section container colors ----------------------------------------------------------- */

.bg-pure-white
	{
		color: #333333;
		background-color: #FFFFFF;
	}

.bg-white
	{
		color: #333333;
		background-color: #F2F2F2;
	}

.bg-black
	{
		color: #F2F2F2;
		background-color: #1F1F1F;
	}


.bg-prime-0
	{
		color: #FFFFFF;
		background-color: #76BA52;
	}

.bg-prime-1
	{
		background-color: #EAF1E6;
	}


.bg-prime-2
	{
		background-color: #BEE3AA;
	}


.bg-prime-3
	{
		color: #FFFFFF;
		background-color: #45911C;
	}


.bg-prime-4
	{
		color: #FFFFFF;
		background-color: #236500;
	}



.bg-blue
	{
		color: #FFFFFF;
		background-color: #478EF2;
	}

.bg-red
	{
		color: #FFFFFF;
		background-color: #FF5643;
	}

.bg-yellow
	{
		background-color: #FCEB4E;
	}

.bg-light-grey
	{
		background-color: #D9D9D9;
	}


.bg-grad-white
	{
		background: #FFFFFF;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: -webkit-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9D9', GradientType=0);
	}

.bg-grad-grey
	{
		background: #D9D9D9;
		background: -moz-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9D9D9', endColorstr='#FFFFFF', GradientType=0);
	}



.hero
	{
		color: #F2F2F2;
		background-color: #009DE0
	}

.hero-side
	{
		color: #F2F2F2;
		background-color: #75B2F2
	}



/* Section styles --------------------------------------------------------------------- */

section.clear,
section.is-content
	{
		background-color: transparent;
	}



.bg-gfx-1
	{
		background-image: url("../gfx/vegas-overlays/01.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-2
	{
		background-image: url("../gfx/vegas-overlays/02.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-3
	{
		background-image: url("../gfx/vegas-overlays/03.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 1px;
	}

.bg-gfx-4
	{
		background-image: url("../gfx/vegas-overlays/04.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 1px 2px;
	}

.bg-gfx-5
	{
		background-image: url("../gfx/vegas-overlays/05.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-6
	{
		background-image: url("../gfx/vegas-overlays/06.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-7
	{
		background-image: url("../gfx/vegas-overlays/07.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-8
	{
		background-image: url("../gfx/vegas-overlays/08.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 6px 6px;
	}

.bg-gfx-9
	{
		background-image: url("../gfx/vegas-overlays/09.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-10
	{
		background-image: url("../gfx/vegas-overlays/10.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-11
	{
		background-image: url("../gfx/vegas-overlays/11.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-12
	{
		background-image: url("../gfx/vegas-overlays/12.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-13
	{
		background-image: url("../gfx/vegas-overlays/13.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 8px;
	}

.bg-gfx-14
	{
		background-image: url("../gfx/vegas-overlays/14.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-15
	{
		background-image: url("../gfx/vegas-overlays/15.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-attachment: fixed;
		background-size: 15px 15px;
	}


/* Parallax definitions --------------------------------------------------------------- */

.parallax-window
	{
/*
		height: 300px;
		padding: 150px 40px;
		box-sizing: border-box;
*/
	}

/* Definition for blur transition on selected elements -------------------------------- */
.blurallax
	{
/*		padding: 200px 40px;*/
	}

.blur-bg
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blurallax h3
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blur5
	{
		-webkit-filter: blur(5px); /* Chrome, Safari, Opera */
		filter: blur(5px);
	}

.blur0
	{
		-webkit-filter: blur(0px); /* Chrome, Safari, Opera */
		filter: blur(0px);
	}

/* Definition for blur transition on selected elements - END -------------------------- */


.dzsparallaxer.no-padding
	{
		padding: 0px !important;
	}

.max-height
	{
		height: 100%;
	}
	
.parallax-window h3
	{
		width: 90%;
		color: #E7E7E7;
		font-size: 48px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px #FFFFFF;
	}

.dzsparallaxer .center-it
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

h3.txt-black
	{
		color: #333333;
	}

h3.txt-white
	{
		color: #FAFAFA;
	}

h3.txt-green
	{
		color: #76BA52;
		text-shadow: 0px 0px 10px #333333;
	}

.bg-fx1
	{
		fill: #F2F2F2;
	}

.bg-fx2
	{
		fill: #FFFFFF;
	}

.bg-fx3
	{
		fill: #D1B3EF;
	}

.semi-black-overlay
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
	}

.semi-black-inset
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-moz-box-shadow:    inset 0 0 60px #333333;
		-webkit-box-shadow: inset 0 0 60px #333333;
		box-shadow:         inset 0 0 60px #333333;
	}

.divimage
	{
		background-position: center center;
		background-size: cover;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	google maps
======================================================================================= */

#gMap
	{
		width: 100%;
		height: 400px;
		border: 0px none;
		display: block;	
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	EMAIL FORM - layout & style
======================================================================================= */

#contactForm,
#newsletterForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		margin: 30px 0px 0px 0px;
	}

fieldset
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

legend
	{
		width: 100%;
		float: left;
	}

label
	{
		margin: 0px;
		font-weight: normal;
		display: block;
	}

label span.label
	{
		width: 100%;
		margin-bottom: 5px;		
		vertical-align: top;
		display: block;
	}


input.text
	{
		width: 100%;
		height: 30px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

select
	{
		padding: 4px 2px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

textarea
	{
		width: 100%;
		margin: 0px 0px 20px 0px;
		color: #333333;
		display: inline-block;
	}


input.checkbox
	{
		margin: 3px 0px 5px;
	}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select
	{
	    height: 38px;
	    padding: 6px 10px;
		font-family: inherit;	    
	    background-color: #ffffff;
	    border: 1px solid #d1d1d1;
	    border-radius: 0px;
	    box-shadow: none;
	    box-sizing: border-box;
	}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus
	{
	    border: 1px solid #33c3f0;
	    outline: 0px none;
	}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
	{
	    height: 38px;
	    padding: 0px 30px;
		font-family: inherit;	    
	    color: #555555;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 0.1rem;
	    line-height: 38px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    background-color: #F2F2F2;
	    cursor: pointer;
	    border: 1px solid #BBBBBB;
	    border-radius: 0px;
	    display: inline-block;
	    box-sizing: border-box;
	    white-space: nowrap;
	}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus
	{
	    color: #333333;
		background-color: #D9D9D9;
	    border-color: #888888;
	    outline: 0px none;
	}

input.submit
	{
		margin: 20px 0px 0px 0px;
		width: 100%;
		font-size: 16px;
		color: #FFFFFF;
		text-align: left;
		background-color: #0078AB;
	}

input.submit:hover
	{
		background-color: #009DE0;
	}

input.required,
input.required:focus,
input:required,
:required
	{
		border-right: 3px solid #FF0000;
	}




.button.download
	{
		color: #333333;
		background-color: #EAF1E6;
		border: 1px solid #236500;
	}

.button.download:hover
	{
		color: #FFFFFF;
		background-color: #76BA52;
	}






.button.back
	{
		color: #FFFFFF;
		background-color: #236500;
	}

.button.back:hover
	{
		color: #FFFFFF;
		background-color: #45911C;
	}




.button.back.products
	{
		width: 100%;
		height: auto;
		padding: 6px 10px;
		color: #FFFFFF;
		background-color: #236500;
	}

.button.back.products:hover
	{
		color: #FFFFFF;
		background-color: #45911C;
	}











/* ***************************************************************************************
	STYLED CHECKBOX
======================================================================================= */
.chkb1
	{
		position: relative;
		width: 20px;
		margin: 5px 0px 0px 5px;
		display: inline;
	}

.chkb1 label
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		background: transparent;
		border: 1px solid #D1D1D1;
		border-radius: 0px;
	}

.chkb1 label:after
	{
		content: '';
		position: absolute;
		top: 4px;
		left: 5px;
		width: 11px;
		height: 7px;
		border: 3px solid #D1251F;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

.chkb1 label:hover::after
	{
		opacity: 0.5;
	}

.chkb1 input[type=checkbox]
	{
		visibility: hidden;
	}

.chkb1 input[type=checkbox]:checked + label:after
	{
		opacity: 1;
	}

/* ************************************************************************************ */	

.captcharow img
	{
		max-width: 140px;
	}

input.captcha
	{
		width: 70px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
		background-color: #FFCC00;
	}

.formrow
	{
		margin-bottom: 20px;
	}

.formrow .column,
.formrow .column input
	{
		margin-bottom: 0px;
	}

.avoid-clicks
	{
		pointer-events: none;
		/* Avoid triggering of hover events on submit buttons when hovering over labels <label class = "avoid-clicks" for = ""></label> */
	}

.do-clicks
	{
		pointer-events: auto;
		/* Activate triggering of hover events on submit buttons when blocking of hovering over labels is active <input class = "do-clicks" type = "submit></input> */
	}


.reqtext
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height:  auto;
		margin: 5px 0px 10px 0px;
		font-size: 12px;
		color: #808080;
	}

span.req
	{
		font-size: 16px;
		font-weight: bold;
		color: #FF0000;
		vertical-align: top;
	}

span.field
	{
	    margin-left: 3px;
	    float: right;
	}

label.error
	{
		width: auto;
		padding: 2px 4px;
		margin-left: 5px;
		color: #FFFFFF;
		background-color: #FF0000;
		vertical-align: top;
		box-shadow: 0px 1px 3px #8C8C8C;
		-moz-box-shadow: 0px 1px 3px #8C8C8C;
		-webkit-box-shadow: 0px 1px 3px #8C8C8C;
		display: inline-block;
	}

textarea .reg
	{
		border: 1px solid #FF0000;
	}

input.more-width,
textarea.more-width
	{
		width: 96%;
	}

input:disabled,
input:disabled:hover,
select:disabled
	{
		color: #808080;
		background-color: #E7E7E7;
		border: 1px solid #808080;
	}

.u-full-width
	{
		margin-bottom: 20px;
	}

span.req-text
	{
		color: #808080;
		display: inline-block;
	}

.msg
	{
		width: 275px;
		padding: 5px 6px;
	}

.ok
	{
		color: #FFFFFF;
		background-color: #99CC00;
	}

.fail
	{
		color: #FFFFFF;
		background-color: #993300;
	}

.warn
	{
		color: #FFFFFF;
		background-color: #FFA338;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	FAST FORM
======================================================================================= */

form#fastContactForm
	{

	}

form#fastContactForm .columns
	{
		margin-bottom: 0px;
	}


form#fastContactForm input
	{
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		padding: 4px 1px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #EAF1E6;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}


form#fastContactForm textarea
	{
		width: 100%;
		height: 60px;
		padding: 4px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-left: 1px solid #F2F2F2;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}

form#fastContactForm input:hover,
form#fastContactForm textarea:hover,
form#fastContactForm input:focus,
form#fastContactForm textarea:focus
	{
		background-color: rgba(235, 235, 235, 0.3);
	}


form#fastContactForm .reqtext
	{
		font-size: 14px;
		clear: both;
	}

form#fastContactForm input.submit
	{
		height: 38px;
		padding: 4px 10px 4px;
		line-height: 30px;
		color: #333333;
		background-color: #EAF1E6;
		border: none;
		border-bottom: 1px solid #236500;
		-webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
	}

form#fastContactForm input.submit:hover
	{
		color: #FFFFFF;
		background-color: #45911C;
		border-bottom: 1px solid #F2F2F2;
	}

span.captchaSmallText
	{
		font-size: 14px;
		display: block;
	}

#mailCaptcha
	{
		width: 180px;
	}

form#fastContactForm input.submit.fm-error
	{
		color: #FFFFFF;
		background-color: #D1251F;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-ok
	{
		color: #FFFFFF;
		background-color: #1FC933;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-warn
	{
		color: #333333;
		background-color: #D9C528;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}


form#fastContactForm input.required,
form#fastContactForm input.required:focus
	{
		border-right: 3px solid #FF0000;
	}

form#fastContactForm .reqtext
	{
		color: #B9B9C8;
	}

#captcha-reload
	{
		position: absolute;
		top: 10px;
		left: 190px;
		color: #FFFFFF;
		font-size: 20px;
		cursor: pointer;
		text-shadow: 0px 0px 0px #000000;
		transition: text-shadow 0.35s ease-out 0s;
	}

#captcha-reload:hover
	{
		text-shadow: 0px 0px 2px #D9D9D9;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	BUTTON DEF
======================================================================================= */

span.back-wrapper
	{
		margin: 50px 0px 10px;
		display: block;
		clear: both;
	}

.back
	{
		transition: background-color 0.5s ease 0s;
	}

.back:hover
	{
		color: #FFFFFF;
		background-color: #888888;
	}

.back:hover a
	{
		color: inherit;
	}

.download-wrapper
	{
		text-align: right;
		display: block;
	}

.download
	{
		background-color: #FFFFFF;
		transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	}

.download:hover
	{
		background-color: #888888;
	}


.inline-download
	{
		margin-right: 5px;
		padding: 0px 10px;
		white-space: normal;
		background-color: #FFFFFF;
		transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	}

.inline-download:hover
	{
		background-color: #DDDDDD;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	JQUERY UI STYLING
======================================================================================= */

.ui-tooltip
	{
		padding: 3px 6px;
		color: #FFFFFF;
		border-radius: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		background-color: rgba(23, 23, 23, 0.8);
		box-shadow: 0px 0px 6px #555555;
		opacity: 1;
	}

.ui-widget-shadow
	{
		opacity: 1;
	}

.top .ui-tooltip-content::after
	{
		top: -10px;
		bottom: auto;
	}

.bottom .ui-tooltip-content::after
	{
		bottom: -10px;
	}

.ui-widget
	{
		font-family: inherit;
	}
	
.ui-accordion .ui-accordion-header
	{
		padding: 10px 10px 10px 30px;
		font-size: 16px;
	}

.ui-selectmenu-button.ui-button
	{
		width: auto;
		min-width: 140px;
		margin-bottom: 15px;
	}

.ui-selectmenu-menu .ui-menu
	{
		max-height: 300px;
	}

.ui-selectmenu-icon.ui-icon
	{
		margin-top: 3px;
	}
		

/* ************************************************************************************ */


/* ***************************************************************************************
	PAGINATION - layout & style
======================================================================================= */

#pagination
	{
		margin: 20px 0px ;
		font-family: Arial;
		font-size: 14px;
		text-align: center;
	}

#pagination a
	{
		padding: 8px 6px;
		margin: 0px 6px;
		text-decoration: none;
		color: #424242;
		font-weight: bold;
		background: #FCFCFC; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 1px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
		text-shadow: #FFFFFF 0px 1px 0px;
		display: inline-block;
		behavior: url(./css/PIE.htc);
	}

#pagination a:hover, #pagination a:active
	{
		color: #424242;
		box-shadow: 0px 2px 3px #A8A8A8;
		-moz-box-shadow: 0px 2px 3px #A8A8A8;
		-webkit-box-shadow: 0px 2px 3px #A8A8A8;
		behavior: url(./css/PIE.htc);
	}

#pagination .prev
	{

	}

#pagination .next
	{

	}

#pagination span.dots
	{
		margin: 0px 2px;
	}

#pagination span.currentnav
	{
		padding: 8px 6px;
		margin: 0px 6px;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow: #333333 0px 1px 0px;
		background: #FF3019; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		-moz-box-shadow:    inset 0 1px 2px #A8A8A8;
		-webkit-box-shadow: inset 0 1px 2px #A8A8A8;
		box-shadow:         inset 0 1px 2px #A8A8A8;
	    behavior: url(./css/PIE.htc);
	}

#pagination span.disabled
	{
		padding: 8px 6px;
		margin: 0px 2px;
		color: #CCCCCC;
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 2px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
	    behavior: url(./css/PIE.htc);
	}

#pagination .pagination_data
	{
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		color: #CCCCCC;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	PAGE LOADING INDICATOR
======================================================================================= */

#preloaderBox
	{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.2+0,1+95 */
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%);
		background: radial-gradient(ellipse at center,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff',GradientType=1 );
		z-index: 99999;
	}

#loaderImage
	{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 100px;
	    height: 100px;
	    margin: -50px 0 0 -50px;
	    padding: 10px;
	    box-sizing: border-box;
	    overflow: hidden;
	}

#loaderImage i
	{
		color: #76BA52;
		text-shadow: 0px 0px 4px #BEE3AA;
	}

/* Section END ******************************************************/