/*#######################################
	Rudeltrainer
	www.rudeltrainer.at
	27.09.2017
	Last update: <!--%DateStamp%-->11.06.2018<!---->
#######################################*/

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

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Overpass:100,100i,200,200i");

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

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


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

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

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


h1,
h2,
h3,
h4
	{
		font-family: "Overpass", sans-serif;
		font-weight: 100;
		letter-spacing: -0.1em;
		word-spacing: 0.18em;
	}

h1
	{
		margin: 0px 0px 30px;
		font-size: 45px;
		text-transform: uppercase;
	}

h2
	{
		margin: 30px 0px 20px;
		font-size: 32px;
	}

h2.startpage
	{
		margin: 0px 0px 16px;
		font-size: 45px;
		text-transform: uppercase;
	}

h3
	{
		font-size: 28px;
		font-style: normal;
	}

p
	{
		margin: 0px 0px 15px;
	}

a
	{
		transition: color 0.25s linear 0s, background-color 0.25s linear 0s;
	}
	
section a
	{
		color: #993300;
	}

section a:hover
	{
		color: #667F8A;
	}

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

img
	{
		width: 100%;
		height: auto;
	}

span.bigtext
	{
		font-size: 24px;
		line-height: 110%;
	}

span.showtext
	{
		font-family: "Overpass", sans-serif;
		font-size: 22px;
		line-height: 120%;
	}

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


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

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

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

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

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

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

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

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


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

	}

.fa-file-pdf-o
	{
		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);
	}


::-moz-selection
	{
		color: #333333;
		background: #C9BDA7;
	}

::selection
	{
		color: #333333;
		background: #C9BDA7;
	}


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

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


.ani-link
	{
		color: inherit;
		text-decoration: none;
		display: inline-block;
	}

.ani-link::after
	{
		content: '';
		width: 0%;
		height: 1px;
		background: #66808B;
		transition: width .3s ease-out;
		display: block;
	}

.ani-link:hover::after
	{
		width: 100%;
	}


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

.flexitemNews
	{
		-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-flexitemNews
	{
		width: 48%; /* The width of the flex items */
		height: 0; /* Important for the DIVs to collapse should they fall in a new row */
	}

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

.flexitemNews:hover
	{
		background-color: rgba(230, 220, 214, 0.1)
	}


.flexitemNews h2
	{
		margin: 0px 0px 15px;
		font-size: 34px;
		line-height: 100%;
	}

.flexitemNews h2 a
	{
		color: #66808B;
		text-decoration: none;
		transition: color 0.5s ease 0s;
	}

.flexitemNews h2 a:hover
	{
		color: #8198A2;
	}

.flexitemNews .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;
	}

.flexitemNews .preview:hover
	{
		opacity: 0.6;
	}

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


.news-detail h1
	{
		margin: 0px 0px 20px;
		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: #66808B;
		font-style: italic;
		text-decoration: none;
	}

span.more a:hover
	{
		color: #8198A2;
	}

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





blockquote
	{
		position: relative;
		width: 80%;
		margin: 10px auto 30px;
		padding: 40px 40px 20px;
		font-family: Georgia, serif;
		font-size: 22px;
		font-style: italic;
		color: #383838;
		background-color: #F6F2EF;
		line-height: 140%;
	}

blockquote:before
	{
		position: absolute;
		top: 35px;
		left: 0px;
		content: "\201C";
		font-size: 80px;
		color: #7A7A7A;
		display: block;
	}

blockquote cite
	{
		margin-top: 5px;
		color: #999999;
		font-size: 14px;
		text-align: right;
		display: block;
	}

blockquote cite:before
	{
		content: "\2014 \2009";
	}




.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;
	}

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


/* ***************************************************************************************
	VIDEOS
======================================================================================= */

.flex-yt
	{
		-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;
		height: 250px;
		margin-bottom: 30px;
	}

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

iframe.yt-video
	{
		width: 100%;
		height: 100%;
	}


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


/* ***************************************************************************************
	MEDIABOXES
======================================================================================= */


.thumbnail-overlay
	{
		color: #333333;
		background: black;
		background-color: rgba(226, 216, 206, 0.75);
	}

.thumbnail-overlay a.lightbox
	{
		border: none;
	}

.thumbnail-overlay i.fa
	{
		color: #66808B;
		font-size: 22px;
	}

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


/* ***************************************************************************************
	MASONRY
======================================================================================= */

.masonry-wrapper:after
	{
		content: '';
		display: block;
		clear: both;
	}

.masonry-sizer,
.masonry-item
	{
		width: 25%;
	}

.masonry-item
	{
		float: left;
	}



.masonry-item img
	{
		width: 100.2%;
		display: block;
	}


.load-msg
	{
		position: relative;
		height: 24px;
		display: block;
	}

span.ani-bar
	{
		width: 88px;
		height: 10px;
		background: url("../gfx/ani_loading.png") left center;
		display: inline-block;
		animation: play 0.8s steps(20) infinite;
	}

@keyframes play
	{
		100%
			{
				background-position: -1760px;
			}
	}

.masonry-item a.lightbox
	{
		padding: 0px;
		border: none;
		display: inline;
	}

.masonry-item a.lightbox:hover
	{
		border: none;
	}

.masonry-item a.lightbox img
	{
		opacity: 1;
	}

.masonry-item a.lightbox:hover img
	{
		opacity: 0.6;
	}


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


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

.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;
	}

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



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

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

#logoBox img
	{
		width: 250px;
		height: auto;
		margin-bottom: 20px;
	}

.header
	{
		position: relative;
		top: 0px;
		background-color: transparent;
		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;
		background-color: #F2F2F2;
	}

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

.container.big
	{
		max-width: 1400px;
	}

.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%;
	}


.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;
	}


.illubox
	{
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		height: 10px;
	}


.illu1 img
	{
		position: absolute;
		top: -250px;
		right: 0px;
		width: 357px;
	}

.illu2 img
	{
		position: absolute;
		top: -280px;
		right: 0px;
		width: 330px;
	}

.illu3 img
	{
		position: absolute;
		top: -175px;
		right: 0px;
		width: 433px;
	}

.illu4 img
	{
		position: absolute;
		top: -185px;
		right: 0px;
		width: 216px;
	}

.illu5 img
	{
		position: absolute;
		top: -240px;
		right: 0px;
		width: 330px;
	}

.illu6 img
	{
		position: absolute;
		top: -160px;
		right: 0px;
		width: 357px;
	}


.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;
	}





.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;
	}


#customer-flex
	{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;

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

		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;

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

.customerbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 1 auto;
		width: 30%;
		height: auto;
		margin: 4px 5px;
		padding: 10px 10px 50px;
		color: #333333;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-style: italic;
		text-align: left;
		line-height: 130%;
		background-color: #FFFFFF;
		box-sizing: border-box;
		display: inline-block;
		transition: box-shadow 0.5s ease 0s;
		box-shadow: 0px 0px 16px #D9D9D9;
		float: left;
	}


.customerbox .speak-icon
	{
		margin-bottom: 10px;
		color: #66808B;
		text-align: center;
		display: block;
	}

.customerbox h4
	{
		font-size: 26px;
		font-style: normal;
	}

.customerbox p
	{
		margin-bottom: 15px;
		display: block;
	}

.customerbox p:last-of-type
	{
		margin-bottom: 35px;
	}

.customerbox span.autor
	{
		position: absolute;
		bottom: 10px;
		right: 10px;
		text-align: right;
		font-family: "Droid Sans", sans-serif;
		font-size: 15px;
		font-style: normal;
		display: block;
	}

.customerbox a.comment-more,
.customerbox a.comment-more,
.trainigsbox a.comment-more
	{
		position: absolute;
		right: 10px;
		bottom: 0px;
	}

a.comment-more
	{
		color: #F7F7F7;
		background-color: #66808B;
		font-family: "Open Sans", sans-serif;
		float: right;
	}

a.comment-more:hover
	{
		color: #F7F7F7;
		background-color: #8198A2;
	}


.commentsbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		padding-bottom: 50px;
	}


.button.back
	{
		margin-top: 30px;
	}





.trainingsbox
	{
		position: relative;
		margin-bottom: 70px;

		-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;

		transition: background-color 0.5s ease 0s;
	}

.trainingsbox h2
	{
		margin: 10px 0px 5px;
		display: block;
	}

.trainingsbox span.date
	{
		padding: 3px 6px;
		color: #555555;
		background-color: #DCD4C6;
		display: inline-block;
		box-shadow: 0px 2px 12px #BABABA;
	}

.trainingsbox .text-wrapper
	{
		position: relative;
		padding-bottom: 60px;
	}

.info span
	{
		display: block;
	}

.info span.date
	{
		margin-bottom: 10px;
		padding: 8px 6px;
		color: #555555;
		background-color: #DCD4C6;
		display: block;
		box-shadow: 0px 2px 12px #BABABA;
	}


.info span.max_uncast
	{
		margin-top: 10px;
		padding: 4px 6px;
		color: #FFFFFF;
		background-color: #D1251F;
		line-height: 140%;
		box-shadow: 0px 2px 12px #E4534E;
	}

.info span.info
	{
		margin: 3px 0px;
		padding: 4px 6px;
		background-color: #D9CB59;
	}

.button.registration
	{
		margin-top: 30px;
	}











#product-flex
	{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;

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

		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		-ms-grid-row-align: stretch;
		align-items: stretch;

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

.productbox
	{
		position: relative;
		top: 0px;
		left: 0px;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 30%;
		height: auto;
		margin: 4px 5px;
		padding: 10px 10px 60px;
		color: #333333;
		font-size: 16px;
		text-align: left;
		line-height: 130%;
		background-color: #FFFFFF;
		box-sizing: border-box;
		display: inline-block;
		transition: box-shadow 0.5s ease 0s;
		box-shadow: 0px 0px 16px #D9D9D9;
		float: left;
	}

.productbox h3 a
	{
		color: #333333;
		text-decoration: none;
	}

.productbox h3 a:hover
	{
		color: #993300;
	}

.productbox img
	{
		margin-bottom: 10px;
	}



ul.categ-nav
	{
		position: relative;
		width: 100%;
		margin: 0px auto 40px;
		padding: 0px;
		text-align: center;
		background-color: #C9BDA7;
	}

ul.categ-nav li
	{
		margin: 0px;
		list-style-type: none;
		display: inline-block;
		box-sizing: border-box;
	}

ul.categ-nav li a
	{
		margin: 0px 30px;
		padding: 12px 10px;
		color: #F7F7F7;
		font-weight: 700;
		text-decoration: none;
		background-color: #595B5C;
		display: block;
		box-sizing: border-box;
	}

ul.categ-nav li a:hover
	{
		background-color: #707475;
	}


.prodlist
	{
		position: relative;
		top: 0px;
		left: 0px;
		-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;

		height: auto;
		margin: 10px 0px;
		padding: 10px 10px 10px;
		color: #333333;
		font-size: 16px;
		text-align: left;
		line-height: 130%;
		background-color: #FFFFFF;
		box-sizing: border-box;
		display: inline-block;
		transition: box-shadow 0.5s ease 0s;
		box-shadow: 0px 0px 2px #C7C7C7;
		float: left;
	}

.prodlist:hover
	{
		box-shadow: 0px 0px 16px #D9D9D9;
	}

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


.prodlist h3
	{
		font-size: 24px;
		line-height: 100%;
	}

.prodlist h3 a
	{
		color: #333333;
		text-decoration: none;
	}

.prodlist h3 a:hover
	{
		color: #993300;
	}





.footer
	{
		padding: 30px 0px;
		box-sizing: border-box;
		background-color: #8A8D8F;
	}

.footer a
	{
		color: #A28D67;
	}

.footer a:hover
	{
		color: #B5A587;
	}

.footer ul
	{
		margin: 0px;
	}

.footer ul li
	{
		list-style: none;
	}

.footer ul li a
	{
		text-decoration: none;
	}

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

.footer ul a
	{
		color: #66808B;
		text-decoration: none;
	}

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

#asocial-media a
	{
		color: #A28D67;
		margin-right: 10px;
		transition: color 0.5s ease 0s, fill 0.5s ease 0s;
	}

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

#nav-to-top
	{
		position: fixed;
		height: 32px;
		right: 60px;
		bottom: 30px;
		padding: 5px 10px;
		font-size: 18px;
		color: #F2F2F2;
		background-color: rgba(51, 51, 51, 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(201, 189, 167, 0.8);
	}

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

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

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

.bg-grey
	{
		background-color: #DDDCD6;
	}

.bg-light-beige
	{
		background-color: #E2D8CE;
	}

.bg-marine
	{
		color: #FFFFFF;
		background-color: #66808B;
	}

.bg-dark-grey
	{
		color: #FFFFFF;
		background-color: #595B5C;
	}

.bg-beige
	{
		background-color: #C9BDA7;
	}

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




.bg-ffx1 polygon,
.bg-ffx1 polyline,
.bg-ffx1 path
	{
		fill: #DDDCD6;
	}

.bg-ffx2 polygon,
.bg-ffx2 polyline,
.bg-ffx2 path
	{
		fill: #E2D8CE;
	}

.bg-ffx3 polygon,
.bg-ffx3 polyline,
.bg-ffx3 path
	{
		fill: #66808B;
	}

.bg-ffx4 polygon,
.bg-ffx4 polyline,
.bg-ffx4 path
	{
		fill: #595B5C;
	}

.bg-ffx5 polygon,
.bg-ffx5 polyline,
.bg-ffx5 path
	{
		fill: #C9BDA7;
	}

.bg-ffx6 polygon,
.bg-ffx6 polyline,
.bg-ffx6 path
	{
		fill: #F3F3F1;
	}

.bg-ffx7 polygon,
.bg-ffx7 polyline,
.bg-ffx8 path
	{
		fill: #C9BDA7;
	}


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

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



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

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

section.yellow
	{
		background-color: #D9CB59;
	}

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

/* 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: 100%;
		padding: 20px 10px;
		color: #E7E7E7;
		font-size: 40px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 0 10px white;
		box-sizing: border-box;
	}

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

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

.dzsparallaxer .readable
	{
		background-color: rgba(0, 0, 0, 0.2);
	}


.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;
	}

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


/* ***************************************************************************************
	CART RELATED
======================================================================================= */

#orderform
	{
		margin: 0px;
	}

#tableWrapper
	{
		overflow-x: auto;
	}

.order-wrapper
	{
		padding: 10px 10px;
		background-color: #F6F2EF;
		display: block;
	}

.order-wrapper .item
	{
		height: 38px;
		margin-bottom: 15px;
		line-height: 38px;
	}

.order-wrapper .item.submit
	{
		margin-top: 30px;
	}

.order-wrapper .item.submit input
	{
		margin-bottom: 0px;
	}

span.props
	{
		font-size: 14px;
	}

input.item-amount
	{
		margin: 0px;
		width: 40px;
		text-align: center;
	}


table.orderTable
	{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0px 0px 15px;
		border-collapse: collapse;
		border-spacing: 2px;
	}

table.orderTable thead tr
	{
		box-shadow: 0px 3px 4px #ADADAD;
	}

table.orderTable thead tr th
	{
		padding: 15px 5px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		background-color: #595B5C;
	}

table.orderTable thead tr th span.normal
	{
		font-weight: normal;
	}

table.orderTable tbody tr
	{
		background-color: #F7F7F7;
	}


table.orderTable tbody tr:hover td
	{
		background-color: #FFF8D1;
	}

table.orderTable tbody tr.even
	{
		background-color: #CCCCCC;
	}

table.orderTable tbody tr td
	{
		padding: 5px 2px;
		color: #333333;
		text-align: center;
	}


#col1
	{
		width: 30px;
	}

#col2
	{
	}

#col3
	{
		text-align: right;
		width: 40px;
	}

#col4
	{
		text-align: left;
		width: 60px;
	}

#col5
	{
		width: 110px;
		text-align: right;
	}

#col6
	{
		width: 105px;
	}

table.orderTable tbody tr td:nth-child(2)
	{
		text-align: left;
	}

table.orderTable tbody tr td:nth-child(3)
	{
		text-align: center;
	}

table.orderTable tbody tr td:nth-child(4)
	{
		text-align: right;
	}

table.orderTable tbody tr td:nth-child(5)
	{
		text-align: center;
	}

input.orderlist-qty
	{
		margin-bottom: 0px !important;
		width: 35px;
		text-align: center;
		background-color: #FFFFFF !important;
	}

i.proddelete
	{
		position: relative;
		top: 1px;
		color: #CCCCCC;
		font-size: 22px;
	}

table.orderTable tbody tr td.del:hover i.proddelete
	{
		color: #FF0000;
	}

table.orderTable tbody tr.presum
	{
		background-color: #F9D696;
		border-top: 2px solid #993300;
	}

table.orderTable tbody tr.presum td
	{
		padding: 10px 0px;
	}

table.orderTable tbody tr.presum:hover td
	{
		background-color: #FFCC00;
	}

table.orderTable tbody tr.presum td:nth-child(1)
	{
		padding-right: 25px;
		text-align: right;
	}

table.orderTable tbody tr.presum td:nth-child(2)
	{
		text-align: center;
	}


table.orderTable tbody tr.shippingsum
	{
		background-color: #F2F2F2;
	}

table.orderTable tbody tr.shippingsum td
	{
		padding: 10px 0px;
	}

table.orderTable tbody tr.shippingsum:hover td
	{
		background-color: #FCFCFC;
	}

table.orderTable tbody tr.shippingsum td:nth-child(1)
	{
		padding-right: 25px;
		text-align: right;
	}

table.orderTable tbody tr.shippingsum td:nth-child(2)
	{
		text-align: center;
	}


table.orderTable tbody tr.endsum
	{
		background-color: #76C507;
	}

table.orderTable tbody tr.endsum td
	{
		padding: 10px 0px;
		color: #FFFFFF;
		font-weight: bold;
	}

table.orderTable tbody tr.endsum:hover td
	{
		background-color: #85DD08;
	}

table.orderTable tbody tr.endsum td:nth-child(1)
	{
		padding-right: 0px;
		text-align: right;
	}

table.orderTable tbody tr.endsum td:nth-child(2)
	{
		text-align: center;
	}



table.orderTable tbody tr.actions
	{
		background-color: #FFFFFF;
	}

table.orderTable tbody tr.actions td
	{
		padding-top: 15px;
		padding-right: 20px;
	}

table.orderTable tbody tr.actions:hover td
	{
		background-color: inherit;
	}

table.orderTable tbody tr.actions td
	{
		text-align: right;
	}

.col-order
	{
		text-align: right;
	}

table.orderTable tbody tr.errLine
	{
		color: #FFFFFF;
		background-color: #FF0000;
	}

table.orderTable tbody tr.errLine:hover
	{
		color: #FFFFFF;
		background-color: #FF6666;
	}


a.butOrder
	{
		background-color: #76C507;
		border: 1px solid #99CC00;
	}

a.butOrder:hover
	{
		color: #589405;
		background-color: #93F609;
		border: 1px solid #99CC00;
	}

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


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

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

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

/* ***************************************************************************************
	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%;
		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
	{
		transition: color 0.35s ease-out 0s, background-color 0.35s ease-out 0s;
	}

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;
	    background-color: transparent;
	    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 #B5A587;
	    outline: 0px none;
	}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
	{
	    height: 38px;
	    padding: 0px 30px;
	    box-sizing: border-box;
	    color: #555555;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 0.1rem;
	    line-height: 38px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    cursor: pointer;
	    background-color: #F2F2F2;
	    border: 1px solid #BBBBBB;
	    border-radius: 0px;
	    display: inline-block;
	    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,
:focus
	{
	    color: #333333;
		background-color: #F7F7F7;
	    border-color: #888888;
	    outline: 0px none;
	}




input.submit
	{
		margin: 20px 0px 0px 0px;
		width: auto;
		font-size: 16px;
		color: #FFFFFF;
		text-align: left;
		background-color: #A28D67;
	}

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

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

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

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

.formrow
	{
		margin-bottom: 20px;
	}

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

select option
	{
		font-size: 16px;
	}


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

p.info
	{
		padding: 1px 3px 3px 10px;
		border-left: 5px solid #FFA338;
		background-color: #FFF8D1;
	}

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

#paypalForm
	{
		display: inline;
	}

#paypal-button-container
	{
		margin-bottom: 30px;
	}

iframe.xcomponent-component-frame
	{
		z-index: 10 !important;
	}

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: #333333;
		background-color: #DDDCD6;
		border: 1px solid #8A8D8F;
	}


input#get-item
	{
	    color: #333333;
		background-color: #DFFCB5;
	    border-color: #589405;
	}

input#get-item:hover
	{
	    color: #FCFCFC;
		background-color: #1FC933;
	    border-color: #589405;
	}

input#get-item:disabled
	{
		color: #7C1613;
		background-color: #F1E5E4;
		border: 1px solid #7C1613;
	}




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

span.req-text
	{
		color: #808080;
		font-size: 14px;
		display: inline-block;
	}

/* .squaredFour */
.squaredFour
	{
		position: relative;
		width: 20px;
		margin-left: 5px;
		display: inline;
	}

.squaredFour label
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		border-right: 3px solid #D93A27 !important;
		cursor: pointer;
		background: #FFFFFF;
		border: 1px solid #EBEBEB;
	}

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

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

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

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

/* end .squaredFour */

.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: #333333;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #333333;
-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: #333333;
		background-color: transparent;
		border: none;
		border-left: 1px solid #333333;
-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
	{
		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;
		background-color: #C9BDA7;
		border: none
-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: #66808B;
	}

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

#mailCaptcha
	{
		width: 140px;
	}

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


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

span.back-wrapper
	{
		margin: 10px 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: background-color 0.5s ease 0s;
	}

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


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

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


.boxbut
	{
		position: absolute;
		right: 10px;
		bottom: 0px;
		font-family: inherit;
	}

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


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

.fa-circle-o-notch
	{
		color: #66808B;
		text-shadow: 0px 0px 4px #8198A2;
	}

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