
body {
	background: #FFF;
	color: #1d3384;
	font-size: 18px;
	font-family: Lato ,Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

body.start-img {
	background: #fff url(../images/gfx/postac.jpg) center -50px no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

body.galery-img {
	background: #1d3384 url(../images/gfx/galery_bg.png) center 0 no-repeat;
	background-size: 100%;
}

.white {
	color: #fff;
}
.blue {
	color: #1d3384;
}
a, .orange {
	color: #f28118;
	text-decoration: none;
}
a:hover {
	color: #f24c27;
}

.p,
p, ul, ol {
	margin: .7em 0;
	padding: 0;
}

hr {
	height: 10px;
	margin: 20px 0 10px;
	background: none;
	border: 0 solid #CCC;
	border-top-width: 1px;
}

h1, .h1 {
	font-size: 2em;
	line-height: 1.0em;
	margin: .8em 0;
}
h2, .h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin: .8em 0;
	line-height: 1.1em;
}
h3, .h3 {
	font-weight: normal;
	font-size: 1.5em;
	margin: .7em 0;
	line-height: 1.2em;
}
h4, .h4 {
	font-size: 1.2em;
	margin: .5em 0;
	line-height: 1.2em;
}
h5, .h5 {
	font-size: 1em;
	margin: .4em 0;
}


/*
 * Lists
 */

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin-left: 35px;
}
	ol li {
		padding: 1px 0 1px 0;
	}

/*
 * Table
 */

table {
	margin: 1em auto;
}
	td, th {
		padding: 0.5em 1em;
		border: 1px solid #EEE;
	}
	th {
		font-weight: bold;
	}
	thead {
		background-color: #F7F7F7;
	}
	tfoot {
		background-color: #F7F7F7;
		color: #888;
	}

img {
	vertical-align: middle;
}

.tableHover tr:hover td {
	background-color: #F7F7F7;
}
.tableFull {
	width: 100%;
}


/*
 * Input
 */

.input {
	display: inline-block;
	padding: 15px 20px 14px;
	width: 220px;
	max-width: 100%;
	border: 2px solid #fff;
	color: #fff;
	background: #F38118;
	vertical-align: middle;
	font: 13px/13px Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.input--long {
		width: 350px;
	}
	.input--full {
		width: 100%;
	}
	.input--number {
		width: 55px;
		text-align: center;
	}
	.input--short {
		width: 70px;
		text-align: center;
	}
	.input--textarea {
		max-width: 380px;
		width: 100%;
		height: 190px;
		vertical-align: top;
		line-height: 1.2em;
	}
	.input--full {
		max-width: none;
	}
	.input--textarea--medium {
		height: 200px;
	}
	.input--textarea--large {
		height: 400px;
	}
	.input:focus {
		border-color: #AAA;
		box-shadow: 0 0 6px rgba(0,0,0,0.1);
	}
	.input--invalid {
		border-color: #D47171;
	}


/*
 * Button
 */

.button {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 15px 25px;
	border: 1px solid #fff;
	background: #fff;
	background-clip: padding-box;
	color: #F38118;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	line-height: 14px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
	.button--large {
		padding: 13px 18px 12px;
		font-size: 14px;
	}



	.button:hover {
		border-color: #B8B8B8;
		color: #222;
		text-decoration: none;
	}
	.button:active {
		border-color: #666;
		background: #E1E1E1;
		box-shadow: inset 0 0 3px rgba(0,0,0,.8);
	}

	.button--border {
		border: 2px solid #fff;
		background: #F38118;
		color: #fff;
		padding: 25px 50px 23px;
		font-size: 18px;
	}

		.button--border:hover {
			background: #fff;
			color: #F38118;
			border-color: #fff;
		}	


/*
 * Select
 */

.select {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 4px 5px;
	min-width: 150px;
}
	.select--full {
		width: 98%;
	}


/*
 * Form
 */

.form {
	max-width: 450px;
	margin: 0 auto;
}

.label,
.formActions {
	display: block;
	clear: both;
	padding: 3px 0 3px 120px;
}
	.label-name {
		float: left;
		margin-left: -120px;
		padding-top: 5px;
		padding-right: 5px;
		width: 110px;
		text-align: right;
		font-size: 13px;
	}
	.label-value {
		padding: 5px 0 0 0;
		display: inline-block;
	}
	.label-help {
		display: block;
		color: #aaa;
		font-size: 11px;
		line-height: 1.2em;
	}
	.label-help--after {
		display: inline-block;
		vertical-align: middle;
	}
	.label--invalid {
		color: #B72B2B;
	}
	.label--invalid .input {
		border-color: #D92E2E;
	}

	.label--big {
		padding-left: 210px;
	}
		.label--big .label-name {
			margin-left: -210px;
			width: 200px;
		}

	.label--small {
		padding-left: 80px;
	}
		.label--small .label-name {
			margin-left: -80px;
			width: 70px;
		}

	/* elastyczne labele */
	.elasticLabels .label {
		padding-left: 0;
	}
		.elasticLabels .label-name {
			display: inline-block;
			float: none;
			margin-left: 0;
			padding-right: 10px;
			min-width: 110px;
			width: auto;
			vertical-align: top;
		}

.formActions {
	margin: 1em 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #E8E8E8;
	background: #F5F5F5;
}
	.formActions--center {
		padding-left: 0;
		text-align: center;
	}
	.formActions--sides {
		padding: 15px;
		overflow: hidden;
	}
		.formActions--sides-left {
			float: left;
		}
		.formActions--sides-right {
			float: right;
		}


/*
 * Loading
 */

.loading {
	background: url(../images/gfx/loading.png) center center no-repeat;
}
	.loading--full {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		opacity: .8;
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	}
	.loading-text {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 50%;
	}


/*
 * Media element
 */

.media {
	overflow: hidden;
	display: block;
	margin: .8em 0;
}
	.media-image {
		float: left;
		margin-right: .8em;
	}
	.media-content {
		overflow: hidden;
		margin: 0;
	}
	.media--triple,
	.media--double {
		display: inline-block;
		vertical-align: top;
		width: 48.8%;
		margin: .8em .4%;
	}
	.media--triple {
		width: 32%;
	}

.media2 {
	display: table;
	margin: .8em 0;
}
	.media2-image,
	.media2-content {
		display: table-cell;
		vertical-align: middle;
	}
	.media2-image {
		padding: 0 .6em 0 0;
	}
	.media2-image--after {
		padding-right: .6em;
		padding: 0 0 0 .6em;
	}
	.media2--double {
		display: inline-block;
		vertical-align: top;
		width: 48.9%;
		margin: .4em .4% .8em;
	}
	.media2--inline {
		display: inline-block;
		vertical-align: middle;
		margin: .8em .3em;
	}


/*
 * Table Grid
 */

.grid {
	display: table;
	width: 100%;
}
	.grid--fixed {
		table-layout: fixed;
	}
	.grid-cell {
		display: table-cell;
		vertical-align: middle;
	}
	.grid-cell--tabloid {
		width: 1px;
	}


/*
 * Dropdown
 */

.dropdown {
	position: relative;
}
	.dropdown-content {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 500;
	}


/*
 * Hint
 */
.hint {
	color: #999;
	font-size: .8em;
	line-height: 1.3em;
}


/*
 * Container
 */
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	/*min-width: 920px;*/
	max-width: 1000px;
}

/*
 * Left
 */
.leftBlock {
	float: left;
	padding-right: 20px;
	width: 200px;
}

/*
 * Right
 */
.rightBlock {
	float: right;
	padding-left: 20px;
	width: 200px;
}

/*
 * Content
 */
.content {
	overflow: hidden;
}
	.content img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
	}
		.content-noimg img {
			max-width: none;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
		}

	.content ul {
		margin: .8em 0 15px;
		list-style: square;
	}
		.content ul li {
			padding: 1px 0 1px 12px;
			background: no-repeat 0 0.65em url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAANQTFRFfHx8IKinAwAAAAtJREFUCNdjYIABAAAKAAHn+Nr6AAAAAElFTkSuQmCC);
		}

	.content .dropdown-content {
		background: #FFF;
		padding: 5px 10px;
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0,0,0,.4);
		font-size: 14px;
		min-width: 140px;
		border: 1px solid #E6E6E6;
	}


/*
 * Breadcrumbs
 */

.breadcrumbs {
	color: #777;
	margin: -17px 0 1em;
	font-size: 12px;
}
	.breadcrumbs a,
	.breadcrumbs b,
	.breadcrumbs span {
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		color: inherit;
	}
	.breadcrumbs a:hover {
		text-decoration: underline;
	}


/*
 * Slider
 */

.slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
	.slider img {
		display: block;
		width: 100%;
	}

	.slider-slide {
		width: 100%;
	}
	.slider-arr {
		position: absolute;
		z-index: 200;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		top: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
		line-height: 30px;
		font-size: 75px;
		margin: auto;
		color: #1e3384;
		text-align: center;
		cursor: pointer;
	}
		.slider-arr:hover {
			color: #FFF;
		}
		.slider-prev {left: -40px}
		.slider-next {right: -40px}

	.slider-pager {
		position: absolute;
		z-index: 200;
		right: 0;
		bottom: -30px;
		left: 0;
		text-align: center;
		overflow: hidden;
		padding: 4px;
	}
		.slider-pager-page {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 3px;
			background-color: #222;
			background-color: rgba(0,0,0,.3);
			border-radius: 100%;
			cursor: pointer;
			vertical-align: middle;
		}
			.slider-pager-page:hover,
			.slider-pager-page--active {
				background-color: #fff ;
			}

		.slider-pager {
			opacity: 0;
			-webkit-transition: all .2s ease;
			-moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			-o-transition: all .2s ease;
			transition: all .2s ease;
		}

		.slider:hover .slider-prev {left: 0; opacity: 1}
		.slider:hover .slider-next {right: 0; opacity: 1}
		.slider:hover .slider-pager {bottom: 0; opacity: 1}


/*
 * Pagination
 */

.pagination {
	text-align: center;
}
	.pagination-info {
		padding-bottom: 0;
		color: #CCC;
	}
	.pagination-element {
		display: inline-block;
		margin: 0 -1px 0;
		padding: 3px 10px;
		/*border: 1px solid #DDD;*/
		text-decoration: none;
		border-radius: 3px;
		color: #777;
	}
	.pagination-element--left,
	.pagination-element--right {
		background-color: #EEE;
		padding: 3px 15px;
	}
	.pagination-element:hover {
		position: relative;
		background-color: #DDD;
		text-decoration: none;
		color: #444;
	}
	.pagination-element--active,
	.pagination-element--active:hover {
		font-weight: bold;
		background: #666;
		color: #FFF;
	}
	.pagination-element--disabled,
	.pagination-element--disabled:hover {
		color: #CCC;
		font-weight: normal;
		background-color: transparent;
	}


/*
 * Items
 */

.item {
	display: inline-block;
	margin: 0;
	padding: 5px 0 20px;
	background: none;
	vertical-align: top;
	text-align: center;
}
	.item--2 {width: 49.5%;}
	.item--3 {width: 32.5%;}
	.item--4 {width: 24.5%;}
	.item--5 {width: 20%;}

	.item-image {
		display: block;
		height: 140px;
		line-height: 140px;
	}
		.item-image img {
			vertical-align: middle;
		}

	.item-name {
		display: block;
		margin: 0 auto;
		max-width: 70%;
		font-weight: normal;
		line-height: 1.2em;
		min-height: 2.4em; /* 2 x line-height */
	}


/*
 * Box
 */

.box {
	position: relative;
	margin: 0.9em 0.7em;
	padding: 0.7em 1em;
	border: 1px solid #CCC;
	border-radius: 2px;
	background-color: #F5F5F5;
	color: #666;
	text-align: left;
	line-height: 1.4em;
}
	.box-close {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 16px;
		height: 16px;
		border: 1px solid #CCC;
		border-radius: 100%;
		background-color: #F5F5F5;
		box-shadow: 0 0 1px rgba(0,0,0,0.3);
		color: #666;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		cursor: pointer;
	}
	.box-close:hover {
		top: -7px;
		right: -7px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-weight: bold;
	}

	.box--ok,
	.box--ok .box-close {
		border-color: #78CA52;
		background: #F7FFED;
		color: #4DAB01;
	}
	.box--error,
	.box--error .box-close {
		border-color: #FF9494;
		background: #FFF0F0;
		color: #D92A2A;
	}
	.box--info,
	.box--info .box-close {
		border-color: #81AEFF;
		background: #E9F1FF;
		color: #2F5DB3;
	}
	.box--alert,
	.box--alert .box-close {
		border-color: #E1D042;
		background: #FFFFDE;
		color: #A99B27;
	}


/*
 * Main
 */
.main {
	overflow: hidden;
}


/*
 * Top
 */

.top {

}


/*
 * Logo
 */

.logo {
	display: block;
	float: left;
	padding: 30px 0 15px 0;
	margin: 0;
	max-width: 20%;
}

	.logo img {
		display: block;
		max-width: 100%;
	}


/*
 * Nav
 */

.nav {
	/*float: right;*/
	/*max-width: 73%;*/
	/*white-space: nowrap;*/
	margin-top: 20px;

}
	.nav li {
		display: inline-block;
		border-bottom: 4px solid transparent;
		margin: 0 1%;
	}

	.nav li:hover, .nav li.active  {
		border-bottom-color: #f28118;
	}

	.menu {
		text-align: right;
	}


	.nav a {
		display: block;
		padding: 5px 0;
		font-size: 18px;
		color: #1d3384;
		text-decoration: none;
		font-weight: 700;
	}

	.nav .dropdown--open a,
	.nav a:hover {
		
	}
	.nav .dropdown-content {
		background-color: #EEE;
		width: 200px;
		border: 1px solid #DDD;
		border-top: none;
	}
		.nav .dropdown-content li {
			float: none;
		}
		.nav .dropdown-content a {
			padding: 5px 10px;
		}
		.nav .dropdown-content a:hover {
			background-color: #eee;
		}

.start-txt {
	padding: 70px 0 100px;
}

.section-orange {
	background: url(../images/gfx/orange_bg.png) center 0 no-repeat;
	background-size: 100%;
	color: #fff;
	padding-top: 170px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	padding-bottom: 400px;
}


	.section-orange.orange-contact {
		background-image: url(../images/gfx/orange_contact.png);
	}

.orange-contact form  {
	padding-top: 200px;
}	

.start-text .section-orange {
	background-color: #1d3384;
	margin-top: 0;
	padding-top: 230px;
	padding-bottom: 20px;
}


.start-text .section-orange:before {
	    content: "";
	    background: #fff;
	    position: absolute;
	    z-index: -1;
	    left: 0;
	    top: 0;
	    display: block;
	    width: 100%;
	    height: 300px;
	    background: #fff url(../images/gfx/orange_bg.png) center 0 no-repeat;
	    background-size: 100%;
	}

.section-start {
	position: relative;
	height: 100%;
}

.bottom-skos {
	background: #fff url(../images/gfx/bottom_skos.png) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 15%;
}

	.section-start-absolute {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
	}

	.section-table {
		display: table;
		width: 100%;
		height: 100%;
	}

	.section-table-cell {
		display: table-cell;
		height: 100%;
		width: 100%;
		vertical-align: middle;
	}

	.section-start .section-table-cell {
		padding-bottom: 100px;
	}

	.section-img {
		width: 100%;
	}

.section-blue {
	color: #fff;
	background: #1d3384 url(../images/gfx/top_skos.png) center 0 no-repeat;
	background-size: 100%;
	padding: 20% 0 0;
	margin-top: -5%;
}


.section-slider	{
	background: #F38118;
	margin-top: -9%;
}

.bottom-skos + .section-slider {
    background: #F38118;
    margin-top: -5%;
}

.h {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 0 25%;
}	

.h-left {
	float: right;
	padding: 0 50px;
	max-width: 50%;
	margin: 0 0 60px;
}

.h-blue {
	text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    padding: 10px 50px 20px;
    margin-bottom: 20px;
}

	.h-blue:after {
		content: "";
		width: 40%;
		height: 3px;
		display: block;
		background-color: #fff;
		margin: 30px auto 0;
	}


.start-slider-box {
	position: relative;
	margin-bottom: 20px;
}

	.start-slider-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #1d3484;
		background: rgba(13, 32, 97, 0.76);
		padding: 15px;
		text-align: center;
		opacity: 0;
		color: #fff;
		-moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        line-height: 14em;
	}

	.start-slider-text > div {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.4em;
	}

	.slider-slide .span:hover .start-slider-text {
		opacity: 1;
	}

.start-slider-button {
    text-align: center;
    position: relative;
    cursor: pointer;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    background: #1d3384;
    margin-bottom: 20px;
    font-size: 23px;
    position: relative;
}

.start-slider-button:before {
	content: "";
	background: #1d3384;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	left: -20px;
}

.start-slider-button-group .span:first-child .start-slider-button:before {
	display: none;
}

.slider-slide .span:hover .start-slider-button:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top-color: #F38118;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -16px;
}

.span img {
	max-width: 100%
}

/*
 * Categories
 */

.categories {
	display: block;
}
	.categories a {
		display: block;
		padding: 2px 10px;
		text-decoration: none;
		font-size: 14px;
	}
	.categories ul {
		display: none;
		margin-left: 15px;
		padding: 0 0 5px 5px;
		border-left: 1px solid #EEE;
	}
	.categories ul a {
		font-size: 13px;
	}
	.categories .open > a {
		font-weight: bold;
	}
	.categories .active > a {
		background-color: #EEE;
		font-weight: bold;
	}


/*
 * Footer
 */

.footer {
	clear: both;
	padding: 10px;
	border-bottom: 20px solid #F38118;
	background: #1d3384;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.footer .container {
	border-top: 3px solid #F38118;
	padding: 20px 0 15px;
	margin-top: 30px;
}

	.footer-logo {
		float: left;
		text-transform: uppercase;
		font-weight: 700;
		color: inherit;
		text-decoration: none;
		font-size: 22px;
		text-align: left;
	}

	.footer-center {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 13px 20px 10px;
		display: inline-block;
		/*margin-left: -0px;*/
	}



.gallery li {
	display: inline-block;
	width: 31%;
	margin: 1%;
}

.gallery img {
	max-width: 100%;
}

/*
 * Modyfikatory
 */

.alignLeft   {text-align: left}
.alignRight  {text-align: right}
.alignCenter {text-align: center}

.pullLeft {
	float: left;
	margin: .8em .8em .8em 0;
}
.pullRight {
	float: right;
	margin: .8em 0 .8em .8em;
}
	.pullRight:first-child,
	.pullLeft:first-child {
		margin-top: 0;
	}

.pullCenter {
	display: block;
	margin: .8em auto;
}

/* read more link */
.more {
	padding-left: 5px;
	font-weight: bold;
	font-size: .9em;
}

/* price hightlight style */
.price {
	font-size: 1.1em;
	font-weight: bold;
	color: #AD0000;
}

/* multiline indent */
.rr {
	display: inline-block;
	vertical-align: top;
}

/* invisible link */
.il {
	text-decoration: inherit;
	color: inherit;
}
	.il:hover {
		text-decoration: underline;
		color: inherit;
	}

.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}

.block {
	display: block;
}
.hide {
	display: none;
}

.ninja {
	position: absolute !important;
	width: 1px;
	height: 1px;
	top: -1px;
	left: -1px;
	text-indent: 1px;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.relative {
	position: relative;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both
}

.pointer {
	cursor: pointer;
}


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


/* Small tablets */
@media only screen and (max-width: 800px) {

	body.start-img {
		background: #fff;
	}


	.gallery li {
	    display: inline-block;
	    width: auto;
	    margin: 1%;
	}




	.leftBlock, .rightBlock {
		float: none;
		width: auto;
	}

	.logo {
		max-width: 50%;
	}

	.container {
		padding: 0 10px;
	}

	.section-orange {
		padding: 20px 0;
		background: #F38118;
	}

	.start-text .section-orange {
		padding: 20px 0;
	}

		.start-text .section-orange:before {
			display: none;
		}

	.slider-arr {
		display: none;
	}

	.section-img {
		display: none;
	}

	.section-start-absolute {
		background: #fff;
		position: relative;
	}

	.section-start .section-table-cell {
		padding-bottom: 20px;
	}

	.section-slider {
		padding-top: 20px;
		margin-top: 0;
	}

	.h {
		font-size: 28px;
		padding: 0;
	}

	.h-left {
		max-width: 100%;
	}

    .nav h2.ninja {
        width: auto;
        top: auto;
        left: auto;
        overflow: auto;
        height: auto;
         -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        position: fixed !important;
        z-index: 810;
        top: 34px;
        right: 10px;
        cursor: pointer;
    	opacity: .5;
        background: #fff;
        text-indent: -9999px;
        padding: 6px !important;
	}

    .nav h2.ninja.active {
        right: 235px;
        opacity: 1;
    }

    .nav h2.ninja  span {
        position: relative !important;
        margin: 0 0 0 5px !important;
        padding-left: 26px!important;
        display: block;
         -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
	}


    .nav h2.ninja span:before {
         content: "";
		  position: absolute;
		  top: 0.25em;
		  right: 0;
		  width: 1em;
		  height: 0.56em;
		  border-top: 0.35em double #000;
		  border-bottom: 0.13em solid #000;
		  -moz-transition: all 1s ease;
		  -webkit-transition: all 1s ease;
		  transition: all 1s ease;
		  overflow: hidden;
    }

    .nav h2.ninja.active span:before,
    .nav h2.ninja.active span:after {
        content: "";
        position: absolute;
        top: 0.4em;
        right: 0;
        width: 1em;
        height: 0.05em;
        border-top: none;
        border-bottom: 0.13em solid #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);

    }

    .nav h2.ninja.active span:after {
        right: -1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
     }

    .nav {
        clear: both;
        display: block;
        background: #fff;
        box-shadow: 0 0 14px rgba(0, 0, 0, .2);
        position: fixed;
        top: 0;
        right: -300px;
        bottom: 0;
        width: 280px;
        padding: 0;
        padding-top: 80px;
        z-index: 800;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        float: none;
        margin-top: 0;
		height: 100%;
    }

    	.categories {
    		-webkit-box-shadow: none;
    		box-shadow: none;
    		 /*overflow-y: auto;*/
    	}

    .nav .categories {
		background: 0;
		height: 100%;
		display: block;
		overflow-x: hidden;
    }

    .nav.active {
        right: 0;
        overflow-y: auto;
    }

    .nav .h {
    	padding-left: 10px;
    }

    .nav > ul {
        float: none !important;
        display: block;
        margin: 0;
        padding: 0;

    }

    .menu-info {
    	position: static;
	  float: none;
	  margin: 3px 0px;
	  width: 100%;
	  padding: 5px 30px;
	  font-size: 11px;
	  line-height: 14px;
    }

    .no-tablet, .nav a.no-tablet  {
    	display: none !important;
    }

    .nav li {
        display: block !important;
        float: none !important;
        margin:0 !important;
        padding: 0 !important;
        width: auto !important;
        clear: both;
    }

    .nav a {
    	padding: 10px;
        /*display: block !important;
        margin: 0;
        width: auto !important;
        float: none !important;
        font-size: 16px !important;
        color: #333 !important;
        padding: 10px 20px !important;
        border-bottom: 1px solid #eee !important;*/
    }

    .nav a:hover, .nav a.active, .nav .dropdown--open > a, .nav .dropdown-content a:hover, .nav .dropdown-content a.avtive {
        color: #11453f !important
    }

    .nav .dropdown-content {
        position: static !important;
        width: 100%;
        padding: 0;
    }
    	.nav .dropdown-content a {
			 border-bottom: none !important;
    	}

      .nav .dropdown-content ul {
           margin-left: 20px;
		  padding: 0;
		  width: 100%;
		  clear: both;
		  float: none;
      }


       .nav .dropdown-content ul ul {
          margin-left: 20px;
      }

      .nav .dropdown-content a {
        font-size: 13px !important;
		padding: 6px 0px !important;
		text-align: left;
		clear: both;
		padding-left: 19px !important;

      }
      .nav .dropdown--open a, .nav a:hover, .nav li.active > a, .nav a.active {
      	/*background: #fff;*/
      }
      .nav .dropdown-content a:hover {

	  }

		.nav a, .nav > ul > li > a {
			text-align: left;
			text-transform: uppercase;
			font-weight: 700;;
		}

		.top {
			text-align: center;
		}

}


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


/* Mobile */
@media only screen and (max-width: 480px) {
	.span {
		width: auto;
		float: none;
		margin-left: 0 !important;
	}

	.media--double,
	.media2--double {
		display: block;
		width: auto;
		margin: .8em 0;
	}
}





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


.no-js * {
	-webkit-transition: none !important;
	transition: none !important;
}