/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */
.clearfix::after{
	content:"";
	display:table;
	clear:both;
}

body {
margin : 0 auto;
padding : 0;
font : 2em/1.4 'vogueregular', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color : #333;
text-align: center;
background: #f7f7f7;
}

button,
input,
select,
textarea {
font-family : "vogueregular", lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
color : #222222; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  "vogueregular", 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 {
color: #222222;
margin-bottom : 0.45em;
font-size : 4em; /* 96 / 16 */
line-height : 0.5;
}
h1 span{ font-size:0.5em; line-height : 0.5; }


h2 {
color: #222222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 {
color: #222222;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 {
color: #22222;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 {
		color: #ccc;
	}

h5 {
color: #222222;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 {
color: #222222;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

/* -- Fonts */
@font-face {
    font-family: 'voguebold';
    src: url('fonts/vogueb-webfont.eot');
    src: url('fonts/vogueb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vogueb-webfont.woff') format('woff'),
         url('fonts/vogueb-webfont.ttf') format('truetype'),
         url('fonts/vogueb-webfont.svg#voguebold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'vogueregular';
    src: url('fonts/voguen-webfont.eot');
    src: url('fonts/voguen-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/voguen-webfont.woff') format('woff'),
         url('fonts/voguen-webfont.ttf') format('truetype'),
         url('fonts/voguen-webfont.svg#vogueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/iconfont.woff') format('woff'),
         url('fonts/iconfont.ttf') format('truetype'),
         url('fonts/iconfont.svg#vogueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*::before,
*::after{ font-family:"iconfont"; }

p, ol, ul, dl, address {
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }

.center {
text-align: center;
}

ul,
ol {
margin : 0 0 1.5em 0;
padding : 0 0 0 24px; }

li ul,
li ol {
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl,
dd {
margin-bottom : 1.5em; }

dt {
font-weight : normal; }

b, strong {
font-weight : bold; font-family:"voguebold, sans-serif"; letter-spacing:0.08em; }

hr {
display : block;
margin : 1em 0;
padding : 0;
height : 1px;
border : 0;
border-top : 1px solid #ccc;
}

small {
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline; }

sup {
top : -.5em; }

sub {
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a {
color : #44AA11;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
//text-decoration: none;
}

a:visited {
color : #222222; }

a:focus {
outline:0;
color : rgb(0,0,0); }

a:hover,
a:active {
outline : 0;
color : #44AA11;
}


footer a, footer h3 {
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
footer hr{
	border-top:1px solid white;
	background:none;
	height:0;
}
footer h2[id]{
	font-size:3rem;
}


footer a:visited {
color : #fff; }

footer a:focus {
outline : thin dotted;
color : rgb(0,0,0); }

footer a:hover,
footer a:active {
outline : 0;
color : #fff;
}

/* -- Buttons */
.btn{
	border:3px solid #fff;
	border-radius:20px;
	color:#fff;
	line-height:1em;
    display:inline-block;
	vertical-align:top;
	padding:10px 15px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);
	text-shadow:1px 1px 4px rgba(0,0,0,0.3);
	transition-duration:0.4s;
	-moz-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	-ms-transition-duration:0.4s;
  margin-bottom: 5px;
}

.big{
  padding:15px 20px;
}

.full{
  display:block;
}

.btn.facebook{
  background:#3B55A0;
  margin-top:0.5em;
  display:block;
  text-align:center;
}
.btn.facebook:hover,
.btn.facebook:active,
.btn.facebook:focus,
.btn.facebook:visited{
  color:#fff;
}

/* -- Highlight */
.btn--highlight{
	position:relative;
	display:block;
	padding:23px 25px 23px 23px;
	font-size:1.4em;
	color:#fff !important;
    text-align:center;
/*	max-width:300px; y? */

	background: rgb(166,38,145); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(166,38,145,1) 0%, rgba(195,68,174,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,38,145,1)), color-stop(100%,rgba(195,68,174,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(166,38,145,1) 0%,rgba(195,68,174,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(166,38,145,1) 0%,rgba(195,68,174,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(166,38,145,1) 0%,rgba(195,68,174,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(166,38,145,1) 0%,rgba(195,68,174,1) 100%); /* W3C */
}
.btn--highlight:hover{
	text-shadow:1px 1px 4px rgba(0,0,0,0.3), 0 0 3px #fff;
  color:#fff;
}

.btn--highlight-sec{
  background:#A6CE39;
}

/* CTA Button Shop */

#bigshopbtn{
  text-align:left;
  padding-left:85px;
  margin-top:0.5em;
}
#bigshopbtn:before{
	content:"c";
  font-family:"iconfont";
  /* Inset Shadow Trick */
  color:rgba(195,68,174,0.8);
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
	position:absolute;
  font-size:48px;
  line-height:40px;
	left:10px;
	top:50%;
	margin-top:-20px;
	z-index:3;
	width:50px;
	height:41px;
}
#bigshopbtn:after{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:70px;
	background:#fff;
	border-radius:15px 0 0 15px;
}
/* #webksde-TF: Causes trouble on webkit mobile browsers (link not working)
#bigshopbtn:active{
	transform:scale(-0.8,-0.8);
	-moz-transform:scale(-0.8,-0.8);
	-webkit-transform:scale(-0.8,-0.8);
	-ms-transform:scale(-0.8,-0.8);
	opacity:0.9;
}
*/


/* CTA Button Contact */
.contact-buttons{
	margin-bottom:1.5rem !important;
}
.contact-buttons .btn{
	margin-top:5px !important;
	margin-bottom:5px !important;
}

#bigcontactbtn{
  text-align:left;
  padding-left:85px;
}
#bigcontactbtn:before{
	content:" ";
	background:url("images/iconsprite.png") no-repeat scroll -93px 0 transparent;
	position:absolute;
	left:10px;
	top:50%;
  opacity:0.8;
	margin-top:-20px;
	z-index:3;
	width:50px;
	height:41px;
}
#bigcontactbtn:after{
	content:" ";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:70px;
	background:#fff;
	border-radius:15px 0 0 15px;
}
/* #webksde-TF: Causes trouble on webkit mobile browsers
#bigcontactbtn:active{
	transform:scale(-0.8,-0.8);
	-moz-transform:scale(-0.8,-0.8);
	-webkit-transform:scale(-0.8,-0.8);
	-ms-transform:scale(-0.8,-0.8);
	opacity:0.9;
}
*/

strong#bigcontact{
	position:relative;
	text-shadow:2px 3px 1px #fff;
	color:#a6ce39;
	font-size:2.5em;
  display:none;
	margin-top:0;
	padding-right:30px;
	margin-bottom:1em;
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
}
strong#bigcontact:after{
	content:" ";
	background:url("images/iconsprite.png") no-repeat scroll -85px -97px transparent;
	width:64px;
	height:48px;
	position:absolute;
	right:-20px;
	bottom:-31px;
	z-index:-1;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* -- Imagebox (Lightbox) */
.mfp-img,
.mfp-figure,
.mfp-content,
.preview img,
.preview,
.preview:active,
.preview:focus,
.preview:focus,
.gallery{
	-webkit-tap-highlight-color: transparent;
}

/* TABLES ============================================================================= */

table {
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em;
width : 100%; }

th, td, caption {
padding : .25em 10px .25em 5px; }

tfoot {
font-style : italic; }

caption {
background-color : transparent; }

/* FORMS ============================================================================= */

form {
margin : 0; }

fieldset {
margin-bottom : 1.5em;
padding : 0;
border-width : 0; }

legend {
*margin-left : -7px;
padding : 0;
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}

	label span{
	color:#666;
	font-size:0.9em;
	}

	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}

	label.disabled{
	color:#ccc;
	}


button,
search,
input,
select,
textarea {
font-size : 100%;
margin : 0;
vertical-align : baseline;
*vertical-align : middle; }

button, input {
line-height : normal;
*overflow : visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer;
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"],
input[type="radio"] {
box-sizing : border-box; }

input[type="search"] {
	box-sizing : content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding : 0;
border : 0;  }

input{
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}

	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}

textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto;
vertical-align : top;
}

/* Colors for form validity */
input:valid,
textarea:valid   {
/* Styles */ }

input:invalid,
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00;
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headerwrapper{
		border-top:8px solid #fff;
	}
	#headcontainer {
		min-height:190px;
		width: 100%;
	}
	#headcontainer > .maincontent{
			padding-top:0;
			min-height:190px;

	}
	#headcontainer > .maincontent .col{ margin-top:0; }

		header {
			clear: both;
			width: auto; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			padding: 0px 0px 10px 0px;
			position: relative;
			color: #000;
		}

 		#logo{ 
            max-width:100%;
        }



	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {

		}

		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}

			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				line-height: 1.5em;
				position: relative;
			}

			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0.5em 0px;
				color: #222222;
				line-height: 1.5em;
				position: relative;
			}

  /* CTA Container */
  #cta-container{
    padding-bottom:25px;
  }
  #cta-container h2{
    margin-bottom:1.25em;
    margin-top:0;
  }

  /* Product overview */

	#productscontainer{
        display: none;
		padding-top:20px;
		border-top:1px solid #fff;
		box-shadow:0 -5px 5px rgba(0,0,0,0.1);
		background-image:url(images/dashed_cutline_lila.png), url(images/45_degree_bg.png);
		background-position:0 6px, 0 0;
		background-repeat:repeat-x, repeat-x;
		background-color:#f7f7f7;
	}

	#productscontainer .gallery.center a.preview{ display:block; position:relative; cursor:pointer; }
	#productscontainer .gallery.center a.preview:before{
		opacity:0;
		transition-duration:0.5s;
		-moz-transition-duration:0.5s;
		-webkit-transition-duration:0.5s;
		-ms-transition-duration:0.5s;

		content:"Kategorie ansehen";
		display:block;
		font-family:"voguebold";
		letter-spacing:0.08em;
		top:-20px;
		margin-top:-30px;
		left:0;
		position:absolute;
		background:rgba(255,255,255,0.8);
		padding:10px 0;
		color:#222222;
		text-align:center;
		width:100%;
		border-radius:20px;
	}
	#productscontainer .gallery.center:hover a.preview:before{
		opacity:1.0;
		top:50%;
	}

  /* CTA Section */
  	#cta-container {
		position:relative;
		color:#fff;
		border-top:1px solid #fff;
		box-shadow:0 -5px 5px rgba(0,0,0,0.1);
		width: 100%;
		background: #a6ce39 url(images/dashed_cutline_white.png) repeat-x 0 6px;
	}
	#cta-container a,
	#cta-container p,
	#cta-container h2{ color:#fff; }

		#cta-container > .section {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #fff;
			text-shadow:1px 1px 1px #6e9013;
		}

  /* Footer */

	#footercontainer {
        display: none;
		position:relative;
		color:#fff;
		border-top:1px solid #fff;
		box-shadow:0 -5px 5px rgba(0,0,0,0.1);
		width: 100%;
		background: #a6ce39 url(images/dashed_cutline_white.png) repeat-x 0 6px;
	}
	#footercontainer a,
	#footercontainer p,
	#footercontainer h2{ color:#fff; }

		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #fff;
			text-shadow:1px 1px 1px #6e9013;
		}
		#footercontainer #footermenu{ text-align:right; }
		#footercontainer #footermenu a{ text-decoration:none; }

		#jumptotop{ text-indent:-5000px; display:block; position:absolute; left:50%; outline:0; margin-left:-47px; top:-20px; width:94px; height:175px; background:url(images/iconsprite.png) no-repeat 0 0; }

		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all block0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

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

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  CONTENT */
.signature,
.signature-addition{ font-size:1em; float:left; font-weight: bold;}
.signature-addition { float: right; }
.signature-addition:before{ content:" "; background:url("images/iconsprite2.png") repeat scroll -3px -1px transparent; width:72px; height:76px; display:inline-block; margin:0 0px -10px 8px; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;

}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BLOCKS & BOXES */
.block{ margin-bottom:1em; }
.block h2{ font-size:1.15em; font-family:"voguebold"; letter-spacing:0.04em; }
.box-style{
	background:#e7e7e7;
	border-radius:20px;
	border:3px solid #fff;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
	padding:15px;
	max-width:430px;
}
/* -- Lila Box */
.box-style.contact{	background:#bdcc0c; color:#000; }
.box-style.contact a,
.box-style.contact a:hover{ color:#fff; }
.mail::before{ content:""; margin-right:4px; }
.phone::before{ content:""; margin-right:4px; font-size:1.15em; }
.shop::before{ content:"c"; margin-right:4px; }
.course::before{ content:"k"; margin-right:4px; }
.grid::before{ content:"#"; margin-right:4px; }

/* -- Icons inside titles */
h2::before{
  font-size:45px;
  margin-right:15px !important;
  position:relative;
  bottom:-6px;
}


/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 */

}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited {
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html {
-webkit-overflow-scrolling : touch;
-webkit-tap-highlight-color : rgb(52,158,219);
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust : 100%; }

.clearfix {
zoom : 1; }

::-webkit-selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

::-moz-selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

::selection {
background : rgb(23,119,175);
color : rgb(250,250,250);
text-shadow : none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em;
line-height : 1.4; }

input:-moz-placeholder {
font-size : .875em;
line-height : 1.4; }

.ie7 img,
.iem7 img {
-ms-interpolation-mode : bicubic; }

input[type="checkbox"],
input[type="radio"] {
box-sizing : border-box; }

input[type="search"] {
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
