/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		outline: none;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	html, body{
		margin: 0;
	}

/* #Basic Styles
================================================== */
	body{
		font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		color: #000;
		word-spacing: 0;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: subpixel-antialiased;
		background: #fff;
	}

/* #Typography
================================================== */
	h1,h2 { font-size: 25px; line-height: 32px; }
	h1 { font-weight: 600; }
	h2 { font-weight: 400; margin-left: 42px; margin-bottom: 80px; }
	h3 { margin-bottom: 10px; }
	h4 { font-weight: 500; margin-bottom: 20px; }
	h5 { font-weight: 500; }
	
	p,.block { padding-bottom: 18px; }
	p img { margin: 0; }

	img { outline: 0; }
	img.scale-with-grid { width: 100%; max-width: 100%; height: auto; display: block; margin: 0; }

/* #Links 
================================================== */
	a { color: #fff; text-decoration: none; outline: 0; }
	footer a { color: #000; }
	a:hover, a:focus { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }

/* #Lists 
==================================================*/
	main ul,main ol { padding-bottom: 50px; }
	main ul,main ol,main li { list-style-type: none; }
	main li{
		font-size: 23px;
		line-height: 26px;
		font-weight: 500;
		list-style-type: none;
		position: relative;
		left: -5px;
		padding-left: 16px;
		background: url(../img/li.png) no-repeat left top;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 0; }
	fieldset {
		margin-bottom: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 8px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 15px/21px 'Cairo', Arial, Verdana, Helvetica, sans-serif;
		color: #777;
		margin: 0;
		width: 96%;
		max-width: 96%;
		display: block;
		margin-bottom: 21px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 200px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;}
	select {
		width: 96%; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	input.form-error,textarea.form-error{
		background: #b5c002;
		color: #000;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 9px !important; }
	.add-bottom { margin-bottom: 18px !important; }

/* #Clearing
================================================== */
	.container:after,.container-full:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	
	.clearfix:before,
	.clearfix:after,
	.row:before,
	.row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; }
	.row:after,
	.clearfix:after {
		clear: both; }
	.row,
	.clearfix {
		zoom: 1; }
	
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}


/* rajdhani-500 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rajdhani-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Medium'), local('Rajdhani-Medium'),
       url('../fonts/rajdhani-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v7-latin-500.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rajdhani-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
       url('../fonts/rajdhani-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v7-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* rajdhani-600 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rajdhani-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani SemiBold'), local('Rajdhani-SemiBold'),
       url('../fonts/rajdhani-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v7-latin-600.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* Table of Content
==================================================
	Sections
	Content
	960 Grid
	100% Grid
	768 Grid
	1200 Grid
	1536 Grid */


/* Sections
================================================== */
	section{
		position: relative;
		width: 100%;
		padding-bottom: 34px;
	}
	section.nopadding{
		padding-bottom: 0;
	}
	section.addtop{
		padding-top: 34px;
	}
	section .box{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Content
================================================== */
	.container .content{
		#margin: 34px 34px 30px 34px;
		padding: 34px 34px 30px 34px;
	}
	.container .content.nobottom{
		padding-bottom: 0;
	}
	.container .content.notop{
		padding-top: 0;
	}


/* 960 Grid
================================================== */
	.container{
		position: relative;
		width: 960px;
		padding: 0;
		margin: 0 auto;
	}
	.container .box{
		position: relative;
		float: left;
		display: inline;
		margin: 0px;
	}
	.container .box .box{
		margin-left: 0;
		margin-right: 0;
	}
	.container .box.nopadding{
		margin-top: 0;
		margin-bottom: 0;
	}
	.container .box.notop{
		margin-top: 0;
	}
	.container .box.nobottom{
		margin-bottom: 0;
	}
	.container .box.addbottom{
		margin-bottom: 17px;
	}
	.container .box.alpha{
		margin-left: 0;
	}
	.container .box.omega{
		margin-right: 0;
	}
	.container .cols-1.box  { width: 40px; }
	.container .cols-2.box  { width: 80px; }
	.container .cols-3.box  { width: 120px; }
	.container .cols-4.box  { width: 160px; }
	.container .cols-5.box  { width: 200px; }
	.container .cols-6.box  { width: 240px; }
	.container .cols-7.box  { width: 280px; }
	.container .cols-8.box  { width: 320px; }
	.container .cols-9.box  { width: 360px; }
	.container .cols-10.box { width: 400px; }
	.container .cols-11.box { width: 440px; }
	.container .cols-12.box { width: 480px; }
	.container .cols-13.box { width: 520px; }
	.container .cols-14.box { width: 560px; }
	.container .cols-15.box { width: 600px; }
	.container .cols-16.box { width: 640px; }
	.container .cols-17.box { width: 680px; }
	.container .cols-18.box { width: 720px; }
	.container .cols-19.box { width: 760px; }
	.container .cols-20.box { width: 800px; }
	.container .cols-21.box { width: 840px; }
	.container .cols-22.box { width: 880px; }
	.container .cols-23.box { width: 920px; }
	.container .cols-24.box { width: 960px; }
	
	.container .box.offset-1  { margin-left: 40px; }
	.container .box.offset-2  { margin-left: 80px; }
	.container .box.offset-3  { margin-left: 120px; }
	.container .box.offset-4  { margin-left: 160px; }
	.container .box.offset-5  { margin-left: 200px; }
	.container .box.offset-6  { margin-left: 240px; }
	.container .box.offset-7  { margin-left: 280px; }
	.container .box.offset-8  { margin-left: 320px; }
	.container .box.offset-9  { margin-left: 360px; }
	.container .box.offset-10 { margin-left: 400px; }
	.container .box.offset-11 { margin-left: 440px; }
	.container .box.offset-12 { margin-left: 480px; }
	.container .box.offset-13 { margin-left: 520px; }
	.container .box.offset-14 { margin-left: 560px; }
	.container .box.offset-15 { margin-left: 600px; }
	.container .box.offset-16 { margin-left: 640px; }
	.container .box.offset-17 { margin-left: 680px; }
	.container .box.offset-18 { margin-left: 720px; }
	.container .box.offset-19 { margin-left: 760px; }
	.container .box.offset-20 { margin-left: 800px; }
	.container .box.offset-21 { margin-left: 840px; }
	.container .box.offset-22 { margin-left: 880px; }
	.container .box.offset-23 { margin-left: 920px; }
	
	.container .box .cols-1.box  { width: 40px; }
	.container .box .cols-2.box  { width: 80px; }
	.container .box .cols-3.box  { width: 120px; }
	.container .box .cols-4.box  { width: 160px; }
	.container .box .cols-5.box  { width: 200px; }
	.container .box .cols-6.box  { width: 240px; }
	.container .box .cols-7.box  { width: 280px; }
	.container .box .cols-8.box  { width: 320px; }
	.container .box .cols-9.box  { width: 360px; }
	.container .box .cols-10.box { width: 400px; }
	.container .box .cols-11.box { width: 440px; }
	.container .box .cols-12.box { width: 480px; }
	.container .box .cols-13.box { width: 520px; }
	.container .box .cols-14.box { width: 560px; }
	.container .box .cols-15.box { width: 600px; }
	.container .box .cols-16.box { width: 640px; }
	.container .box .cols-17.box { width: 680px; }
	.container .box .cols-18.box { width: 720px; }
	.container .box .cols-19.box { width: 760px; }
	.container .box .cols-20.box { width: 800px; }
	.container .box .cols-21.box { width: 840px; }
	.container .box .cols-22.box { width: 880px; }
	.container .box .cols-23.box { width: 920px; }
	.container .box .cols-24.box { width: 960px; }


/* 100% Grid
================================================== */
@media only screen and (max-width: 768px){
	.container{
		width: 100%;
	}
	.content-mobile{
		margin-left: 0px;
		margin-right: 0px;
	}
	.container .cols-1.box,
	.container .cols-2.box,
	.container .cols-3.box,
	.container .cols-4.box,
	.container .cols-5.box,
	.container .cols-6.box,
	.container .cols-7.box,
	.container .cols-8.box,
	.container .cols-9.box,
	.container .cols-10.box,
	.container .cols-11.box,
	.container .cols-12.box,
	.container .cols-13.box,
	.container .cols-14.box,
	.container .cols-15.box,
	.container .cols-16.box,
	.container .cols-17.box,
	.container .cols-18.box,
	.container .cols-19.box,
	.container .cols-20.box,
	.container .cols-21.box,
	.container .cols-22.box,
	.container .cols-23.box,
	.container .cols-24.box,
	.container .box .cols-1.box,
	.container .box .cols-2.box,
	.container .box .cols-3.box,
	.container .box .cols-4.box,
	.container .box .cols-5.box,
	.container .box .cols-6.box,
	.container .box .cols-7.box,
	.container .box .cols-8.box,
	.container .box .cols-9.box,
	.container .box .cols-10.box,
	.container .box .cols-11.box,
	.container .box .cols-12.box,
	.container .box .cols-13.box,
	.container .box .cols-14.box,
	.container .box .cols-15.box,
	.container .box .cols-16.box,
	.container .box .cols-17.box,
	.container .box .cols-18.box,
	.container .box .cols-19.box,
	.container .box .cols-20.box,
	.container .box .cols-21.box,
	.container .box .cols-22.box,
	.container .box .cols-23.box,
	.container .box .cols-24.box{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.container .box.offset-1,
	.container .box.offset-2,
	.container .box.offset-3,
	.container .box.offset-4,
	.container .box.offset-5,
	.container .box.offset-6,
	.container .box.offset-7,
	.container .box.offset-8,
	.container .box.offset-9,
	.container .box.offset-10,
	.container .box.offset-11,
	.container .box.offset-12,
	.container .box.offset-13,
	.container .box.offset-14,
	.container .box.offset-15,
	.container .box.offset-16,
	.container .box.offset-17,
	.container .box.offset-18,
	.container .box.offset-19,
	.container .box.offset-20,
	.container .box.offset-21,
	.container .box.offset-22,
	.container .box.offset-23{
		margin-left: 0;
	}
	
	.container .box .box .cols-1.box,
	.container .box .box .cols-2.box,
	.container .box .box .cols-3.box,
	.container .box .box .cols-4.box,
	.container .box .box .cols-5.box,
	.container .box .box .cols-6.box,
	.container .box .box .cols-7.box,
	.container .box .box .cols-8.box,
	.container .box .box .cols-9.box,
	.container .box .box .cols-10.box,
	.container .box .box .cols-11.box,
	.container .box .box .cols-12.box,
	.container .box .box .cols-13.box,
	.container .box .box .cols-14.box,
	.container .box .box .cols-15.box,
	.container .box .box .cols-16.box,
	.container .box .box .cols-17.box,
	.container .box .box .cols-18.box,
	.container .box .box .cols-19.box,
	.container .box .box .cols-20.box,
	.container .box .box .cols-21.box,
	.container .box .box .cols-22.box,
	.container .box .box .cols-23.box,
	.container .box .box .cols-24.box{
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.brkill{
		display: none;
	}
}


/* 768 Grid
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px){
	.container{
		width: 768px;
	}
	.container .cols-1.box  { width: 32px; }
	.container .cols-2.box  { width: 64px; }
	.container .cols-3.box  { width: 96px; }
	.container .cols-4.box  { width: 128px; }
	.container .cols-5.box  { width: 160px; }
	.container .cols-6.box  { width: 192px; }
	.container .cols-7.box  { width: 224px; }
	.container .cols-8.box  { width: 256px; }
	.container .cols-9.box  { width: 288px; }
	.container .cols-10.box { width: 320px; }
	.container .cols-11.box { width: 352px; }
	.container .cols-12.box { width: 384px; }
	.container .cols-13.box { width: 416px; }
	.container .cols-14.box { width: 448px; }
	.container .cols-15.box { width: 480px; }
	.container .cols-16.box { width: 512px; }
	.container .cols-17.box { width: 544px; }
	.container .cols-18.box { width: 576px; }
	.container .cols-19.box { width: 608px; }
	.container .cols-20.box { width: 640px; }
	.container .cols-21.box { width: 672px; }
	.container .cols-22.box { width: 704px; }
	.container .cols-23.box { width: 736px; }
	.container .cols-24.box { width: 768px; }
	
	.container .box.offset-1  { margin-left: 32px; }
	.container .box.offset-2  { margin-left: 64px; }
	.container .box.offset-3  { margin-left: 96px; }
	.container .box.offset-4  { margin-left: 128px; }
	.container .box.offset-5  { margin-left: 160px; }
	.container .box.offset-6  { margin-left: 192px; }
	.container .box.offset-7  { margin-left: 224px; }
	.container .box.offset-8  { margin-left: 256px; }
	.container .box.offset-9  { margin-left: 288px; }
	.container .box.offset-10 { margin-left: 320px; }
	.container .box.offset-11 { margin-left: 352px; }
	.container .box.offset-12 { margin-left: 384px; }
	.container .box.offset-13 { margin-left: 416px; }
	.container .box.offset-14 { margin-left: 448px; }
	.container .box.offset-15 { margin-left: 480px; }
	.container .box.offset-16 { margin-left: 512px; }
	.container .box.offset-17 { margin-left: 544px; }
	.container .box.offset-18 { margin-left: 576px; }
	.container .box.offset-19 { margin-left: 608px; }
	.container .box.offset-20 { margin-left: 640px; }
	.container .box.offset-21 { margin-left: 672px; }
	.container .box.offset-22 { margin-left: 704px; }
	.container .box.offset-23 { margin-left: 736px; }
	
	.container .box .cols-1.box  { width: 32px; }
	.container .box .cols-2.box  { width: 64px; }
	.container .box .cols-3.box  { width: 96px; }
	.container .box .cols-4.box  { width: 128px; }
	.container .box .cols-5.box  { width: 160px; }
	.container .box .cols-6.box  { width: 192px; }
	.container .box .cols-7.box  { width: 224px; }
	.container .box .cols-8.box  { width: 256px; }
	.container .box .cols-9.box  { width: 288px; }
	.container .box .cols-10.box { width: 320px; }
	.container .box .cols-11.box { width: 352px; }
	.container .box .cols-12.box { width: 384px; }
	.container .box .cols-13.box { width: 416px; }
	.container .box .cols-14.box { width: 448px; }
	.container .box .cols-15.box { width: 480px; }
	.container .box .cols-16.box { width: 512px; }
	.container .box .cols-17.box { width: 544px; }
	.container .box .cols-18.box { width: 576px; }
	.container .box .cols-19.box { width: 608px; }
	.container .box .cols-20.box { width: 640px; }
	.container .box .cols-21.box { width: 672px; }
	.container .box .cols-22.box { width: 704px; }
	.container .box .cols-23.box { width: 736px; }
	.container .box .cols-24.box { width: 768px; }
}


/* 1200 Grid
================================================== */
@media only screen and (min-width: 1280px) and (min-height: 720px){
	.container{
		width: 1200px;
	}
	.container .cols-1.box  { width: 50px; }
	.container .cols-2.box  { width: 100px; }
	.container .cols-3.box  { width: 150px; }
	.container .cols-4.box  { width: 200px; }
	.container .cols-5.box  { width: 250px; }
	.container .cols-6.box  { width: 300px; }
	.container .cols-7.box  { width: 350px; }
	.container .cols-8.box  { width: 400px; }
	.container .cols-9.box  { width: 450px; }
	.container .cols-10.box { width: 500px; }
	.container .cols-11.box { width: 550px; }
	.container .cols-12.box { width: 600px; }
	.container .cols-13.box { width: 650px; }
	.container .cols-14.box { width: 700px; }
	.container .cols-15.box { width: 750px; }
	.container .cols-16.box { width: 800px; }
	.container .cols-17.box { width: 850px; }
	.container .cols-18.box { width: 900px; }
	.container .cols-19.box { width: 950px; }
	.container .cols-20.box { width: 1000px; }
	.container .cols-21.box { width: 1050px; }
	.container .cols-22.box { width: 1100px; }
	.container .cols-23.box { width: 1150px; }
	.container .cols-24.box { width: 1200px; }
	
	.container .box.offset-1  { margin-left: 50px; }
	.container .box.offset-2  { margin-left: 100px; }
	.container .box.offset-3  { margin-left: 150px; }
	.container .box.offset-4  { margin-left: 200px; }
	.container .box.offset-5  { margin-left: 250px; }
	.container .box.offset-6  { margin-left: 300px; }
	.container .box.offset-7  { margin-left: 350px; }
	.container .box.offset-8  { margin-left: 400px; }
	.container .box.offset-9  { margin-left: 450px; }
	.container .box.offset-10 { margin-left: 500px; }
	.container .box.offset-11 { margin-left: 550px; }
	.container .box.offset-12 { margin-left: 600px; }
	.container .box.offset-13 { margin-left: 650px; }
	.container .box.offset-14 { margin-left: 700px; }
	.container .box.offset-15 { margin-left: 750px; }
	.container .box.offset-16 { margin-left: 800px; }
	.container .box.offset-17 { margin-left: 850px; }
	.container .box.offset-18 { margin-left: 900px; }
	.container .box.offset-19 { margin-left: 950px; }
	.container .box.offset-20 { margin-left: 1000px; }
	.container .box.offset-21 { margin-left: 1050px; }
	.container .box.offset-22 { margin-left: 1100px; }
	.container .box.offset-23 { margin-left: 1150px; }
	
	.container .box .cols-1.box  { width: 50px; }
	.container .box .cols-2.box  { width: 100px; }
	.container .box .cols-3.box  { width: 150px; }
	.container .box .cols-4.box  { width: 200px; }
	.container .box .cols-5.box  { width: 250px; }
	.container .box .cols-6.box  { width: 300px; }
	.container .box .cols-7.box  { width: 350px; }
	.container .box .cols-8.box  { width: 400px; }
	.container .box .cols-9.box  { width: 450px; }
	.container .box .cols-10.box { width: 500px; }
	.container .box .cols-11.box { width: 550px; }
	.container .box .cols-12.box { width: 600px; }
	.container .box .cols-13.box { width: 650px; }
	.container .box .cols-14.box { width: 700px; }
	.container .box .cols-15.box { width: 750px; }
	.container .box .cols-16.box { width: 800px; }
	.container .box .cols-17.box { width: 850px; }
	.container .box .cols-18.box { width: 900px; }
	.container .box .cols-19.box { width: 950px; }
	.container .box .cols-20.box { width: 1000px; }
	.container .box .cols-21.box { width: 1050px; }
	.container .box .cols-22.box { width: 1100px; }
	.container .box .cols-23.box { width: 1150px; }
	.container .box .cols-24.box { width: 1200px; }
}


/* 1536 Grid
================================================== */
@media only screen and (min-width: 1536px) and (min-height: 864px){
	.container{
		width: 1536px;
	}
	.container .cols-1.box  { width: 64px; }
	.container .cols-2.box  { width: 128px; }
	.container .cols-3.box  { width: 192px; }
	.container .cols-4.box  { width: 256px; }
	.container .cols-5.box  { width: 320px; }
	.container .cols-6.box  { width: 384px; }
	.container .cols-7.box  { width: 448px; }
	.container .cols-8.box  { width: 512px; }
	.container .cols-9.box  { width: 576px; }
	.container .cols-10.box { width: 640px; }
	.container .cols-11.box { width: 704px; }
	.container .cols-12.box { width: 768px; }
	.container .cols-13.box { width: 832px; }
	.container .cols-14.box { width: 896px; }
	.container .cols-15.box { width: 960px; }
	.container .cols-16.box { width: 1024px; }
	.container .cols-17.box { width: 1088px; }
	.container .cols-18.box { width: 1152px; }
	.container .cols-19.box { width: 1216px; }
	.container .cols-20.box { width: 1280px; }
	.container .cols-21.box { width: 1344px; }
	.container .cols-22.box { width: 1408px; }
	.container .cols-23.box { width: 1472px; }
	.container .cols-24.box { width: 1536px; }
	
	.container .box.offset-1  { margin-left: 64px; }
	.container .box.offset-2  { margin-left: 128px; }
	.container .box.offset-3  { margin-left: 192px; }
	.container .box.offset-4  { margin-left: 256px; }
	.container .box.offset-5  { margin-left: 320px; }
	.container .box.offset-6  { margin-left: 384px; }
	.container .box.offset-7  { margin-left: 448px; }
	.container .box.offset-8  { margin-left: 512px; }
	.container .box.offset-9  { margin-left: 576px; }
	.container .box.offset-10 { margin-left: 640px; }
	.container .box.offset-11 { margin-left: 704px; }
	.container .box.offset-12 { margin-left: 768px; }
	.container .box.offset-13 { margin-left: 832px; }
	.container .box.offset-14 { margin-left: 896px; }
	.container .box.offset-15 { margin-left: 960px; }
	.container .box.offset-16 { margin-left: 1024px; }
	.container .box.offset-17 { margin-left: 1088px; }
	.container .box.offset-18 { margin-left: 1152px; }
	.container .box.offset-19 { margin-left: 1216px; }
	.container .box.offset-20 { margin-left: 1280px; }
	.container .box.offset-21 { margin-left: 1344px; }
	.container .box.offset-22 { margin-left: 1408px; }
	.container .box.offset-23 { margin-left: 1472px; }
	
	.container .box .cols-1.box  { width: 64px; }
	.container .box .cols-2.box  { width: 128px; }
	.container .box .cols-3.box  { width: 192px; }
	.container .box .cols-4.box  { width: 256px; }
	.container .box .cols-5.box  { width: 320px; }
	.container .box .cols-6.box  { width: 384px; }
	.container .box .cols-7.box  { width: 448px; }
	.container .box .cols-8.box  { width: 512px; }
	.container .box .cols-9.box  { width: 576px; }
	.container .box .cols-10.box { width: 640px; }
	.container .box .cols-11.box { width: 704px; }
	.container .box .cols-12.box { width: 768px; }
	.container .box .cols-13.box { width: 832px; }
	.container .box .cols-14.box { width: 896px; }
	.container .box .cols-15.box { width: 960px; }
	.container .box .cols-16.box { width: 1024px; }
	.container .box .cols-17.box { width: 1088px; }
	.container .box .cols-18.box { width: 1152px; }
	.container .box .cols-19.box { width: 1216px; }
	.container .box .cols-20.box { width: 1280px; }
	.container .box .cols-21.box { width: 1344px; }
	.container .box .cols-22.box { width: 1408px; }
	.container .box .cols-23.box { width: 1472px; }
	.container .box .cols-24.box { width: 1536px; }
}
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Template Styles */


/* #Site Styles
================================================== */
header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 210px;
	background: #fff;
	z-index: 999999;
}
header .box{
	text-align: right;
}
header a.logo{
	display: inline-block;
	width: 374px;
	height: 210px;
	background: url(../img/lankes-pflasterbau-baggerarbeiten.png) no-repeat right center;
	background-size: 374px 210px;
}

footer{
	margin-top: 46px;
	margin-bottom: 200px;
	text-align: center;
}
footer a{
	margin: 0 5px;
	font-size: 13px;
	text-transform: uppercase;
}


@media only screen and (max-width: 768px){
	header a.logo{
		margin-right: 20px;
		width: 200px;
		height: 210px;
		background-size: 200px 112px;
	}
	main .inner{
		padding: 10px;
	}
	main .bg{
		display: none;
	}
}
/*
@media only screen and (min-width: 1280px) and (min-height: 720px){
	header .logo{
		margin-right: 146px;
	}
	header .nav-desktop a{
		padding: 0 25px;
	}
	header .nav-desktop a.act,header .nav-desktop a.nav-desktop-hover{
		background-position: 25px top;
	}
}
@media only screen and (min-width: 1536px) and (min-height: 864px){
	header .logo{
		margin-right: 228px;
	}
	header .nav-desktop a{
		padding: 0 30px;
	}
	header .nav-desktop a.act,header .nav-desktop a.nav-desktop-hover{
		background-position: 30px top;
	}
}
*/

/* #Site Styles
================================================== */
main{
	margin-top: 210px;
	padding-top: 44px;
	padding-bottom: 16px;
	background: #8c7d62;
}
main *{
	color: #fff;
}

/* #bg
================================================== */
main .bg{
	position: absolute;
	left: 0;
	top: -254px;
	width: 543px;
	height: 498px;
	background: url(../img/main.png) no-repeat left top;
	background-size: cover;
	z-index: 9999999;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	main .bg{
		top: -160px;
		width: 300px;
		height: 275px;
	}
}

#redder *{
	color: red;
}



.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #8c7d62;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 1000px;
	padding: 20px 20px 18px 20px;
	margin: 0 auto;
}
a.item-privacy-topage{
	text-decoration: underline;
}
.item-privacy,.item-privacy *,.item-privacy a:hover{
	color: #fff;
}
a.item-privacy-accept{
	background: none;
	border: 0;
	display: inline-block;
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}
a.item-privacy-accept:hover{
	color: #fff;
}
