/*
* 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{
		height: 100%;
		margin: 0;
	}


/* #Basic Styles
================================================== */
	body{
		font-family: "Jura", Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 15px;
		line-height: 19px;
		color: #000;
		letter-spacing: 0;
		word-spacing: 0;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		background: #fff url(../img/body.gif) no-repeat center 344px;
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { font-weight: 600; }
	
	h1 { font-size: 22px; line-height: 24px; margin-bottom: 19px; text-transform: uppercase; }
	h2 { margin-bottom: 19px; }
	h3 { font-size: 20px; line-height: 22px; margin-bottom: 3px; }
	h4 {  }
	h5 {  }
	h6 {  }
	
	h1.nobr, h2.nobr, h3.nobr, h4.nobr, h5.nobr, h6.nobr { margin-bottom: 0; }
	
	p,.block { margin-bottom: 19px; }
	p img { margin: 0; }

	em,i { font-style: italic; }
	strong,b,strong *,b * { font-weight: bold; }
	small { font-size: 80%; }

	hr { display: block; background: url(../img/hr.gif) repeat-x left top; padding: 0; height: 1px; border: 0; margin-top: 11px; margin-bottom: 11px; }

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

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

/* #Lists */
==================================================
	.content ul,.content ol { padding-bottom: 20px; }
	.content ul,.content ol,.content li { list-style-type: disc; list-style-position: outside; }
	.content ul,.content ol{ position: relative; left: 20px; width: 80%; }

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

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border: none;
		border-bottom: 1px solid #fc6320;
		padding: 3px 4px 3px 14px;
		outline: none;
		font-family: "Jura", Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 15px;
		color: #000;
		margin: 0;
		margin-bottom: 2px;
		width: 50%;
		background: transparent url(../img/button.gif) no-repeat left top;
		text-align: left;
		cursor: pointer;
		display: block; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fc6320; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

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

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 3px 4px 3px 14px;
		outline: none;
		font-family: "Jura", Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 15px;
		color: #777;
		margin: 0;
		width: 90%;
		max-width: 90%;
		display: block;
		margin-bottom: 2px;
		background: transparent url(../img/input.gif) no-repeat left top; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: none;
		border-bottom: 1px solid #aaa;
		color: #000;
	}
	textarea {
		min-height: 160px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	input.form-error,
	p.form-error,p.form-error *,
	textarea.form-error {
		color: #fc6320; }

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


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

/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jura-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Jura SemiBold'), local('Jura-SemiBold'),
       url('../fonts/jura-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/jura-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/jura-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/jura-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/jura-v9-latin-600.svg#Jura') format('svg'); /* Legacy iOS */
}
/*
* 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 Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */



/* #Base 960 Grid
================================================== */
	.row .columns{
		float: left;
		display: inline;
		margin-left: 1px;
		margin-right: 1px;
	}
	.row{
		margin-bottom: 19px;
	}
	
	.row .one.columns                     { width: 28px; }
	.row .two.columns                     { width: 58px; }
	.row .three.columns                   { width: 88px; }
	.row .four.columns                    { width: 118px; }
	.row .five.columns                    { width: 148px; }
	.row .six.columns                     { width: 178px; }
	.row .seven.columns                   { width: 208px; }
	.row .eight.columns                   { width: 238px; }
	.row .nine.columns                    { width: 268px; }
	.row .ten.columns                     { width: 298px; }
	.row .eleven.columns                  { width: 328px; }
	.row .twelve.columns                  { width: 358px; }
	.row .thirteen.columns                { width: 388px; }
	.row .fourteen.columns                { width: 418px; }
	.row .fifteen.columns                 { width: 448px; }
	.row .sixteen.columns                 { width: 478px; }
	.row .seventeen.columns               { width: 508px; }
	.row .eighteen.columns                { width: 538px; }
	.row .nineteen.columns                { width: 568px; }
	.row .twenty.columns                  { width: 598px; }
	.row .twentyone.columns               { width: 628px; }
	.row .twentytwo.columns               { width: 658px; }
	.row .twentythree.columns             { width: 688px; }
	.row .twentyfour.columns              { width: 718px; }
	.row .one-third.column                { width: 238px; }
	.row .two-thirds.column               { width: 478px; }

	.row .offset-by-one                   { padding-left: 30px; }
	.row .offset-by-two                   { padding-left: 60px; }
	.row .offset-by-three                 { padding-left: 90px; }
	.row .offset-by-four                  { padding-left: 120px; }
	.row .offset-by-five                  { padding-left: 150px; }
	.row .offset-by-six                   { padding-left: 180px; }
	.row .offset-by-seven                 { padding-left: 210px; }
	.row .offset-by-eight                 { padding-left: 240px; }
	.row .offset-by-nine                  { padding-left: 270px; }
	.row .offset-by-ten                   { padding-left: 300px; }
	.row .offset-by-eleven                { padding-left: 330px; }
	.row .offset-by-twelve                { padding-left: 360px; }
	.row .offset-by-thirteen              { padding-left: 390px; }
	.row .offset-by-fourteen              { padding-left: 420px; }
	.row .offset-by-fifteen               { padding-left: 450px; }
	.row .offset-by-sixteen               { padding-left: 480px; }
	.row .offset-by-seventeen             { padding-left: 510px; }
	.row .offset-by-eighteen              { padding-left: 540px; }
	.row .offset-by-nineteen              { padding-left: 570px; }
	.row .offset-by-twenty                { padding-left: 600px; }
	.row .offset-by-twentyone             { padding-left: 630px; }
	.row .offset-by-twentytwo             { padding-left: 660px; }
	.row .offset-by-twentythree           { padding-left: 690px; }


@media only screen and (min-width: 768px) and (max-width: 959px){


	.row .one.columns                     { width: 23px; }
	.row .two.columns                     { width: 48px; }
	.row .three.columns                   { width: 73px; }
	.row .four.columns                    { width: 98px; }
	.row .five.columns                    { width: 123px; }
	.row .six.columns                     { width: 148px; }
	.row .seven.columns                   { width: 173px; }
	.row .eight.columns                   { width: 198px; }
	.row .nine.columns                    { width: 223px; }
	.row .ten.columns                     { width: 248px; }
	.row .eleven.columns                  { width: 273px; }
	.row .twelve.columns                  { width: 298px; }
	.row .thirteen.columns                { width: 323px; }
	.row .fourteen.columns                { width: 348px; }
	.row .fifteen.columns                 { width: 373px; }
	.row .sixteen.columns                 { width: 398px; }
	.row .seventeen.columns               { width: 423px; }
	.row .eighteen.columns                { width: 448px; }
	.row .nineteen.columns                { width: 473px; }
	.row .twenty.columns                  { width: 498px; }
	.row .twentyone.columns               { width: 523px; }
	.row .twentytwo.columns               { width: 548px; }
	.row .twentythree.columns             { width: 573px; }
	.row .twentyfour.columns              { width: 598px; }
	.row .one-third.column                { width: 198px; }
	.row .two-thirds.column               { width: 398px; }

	.row .offset-by-one                   { padding-left: 25px; }
	.row .offset-by-two                   { padding-left: 50px; }
	.row .offset-by-three                 { padding-left: 75px; }
	.row .offset-by-four                  { padding-left: 100px; }
	.row .offset-by-five                  { padding-left: 125px; }
	.row .offset-by-six                   { padding-left: 150px; }
	.row .offset-by-seven                 { padding-left: 175px; }
	.row .offset-by-eight                 { padding-left: 200px; }
	.row .offset-by-nine                  { padding-left: 225px; }
	.row .offset-by-ten                   { padding-left: 250px; }
	.row .offset-by-eleven                { padding-left: 275px; }
	.row .offset-by-twelve                { padding-left: 300px; }
	.row .offset-by-thirteen              { padding-left: 325px; }
	.row .offset-by-fourteen              { padding-left: 350px; }
	.row .offset-by-fifteen               { padding-left: 375px; }
	.row .offset-by-sixteen               { padding-left: 400px; }
	.row .offset-by-seventeen             { padding-left: 425px; }
	.row .offset-by-eighteen              { padding-left: 450px; }
	.row .offset-by-nineteen              { padding-left: 475px; }
	.row .offset-by-twenty                { padding-left: 500px; }
	.row .offset-by-twentyone             { padding-left: 525px; }
	.row .offset-by-twentytwo             { padding-left: 550px; }
	.row .offset-by-twentythree           { padding-left: 575px; }
}


@media only screen and (max-width: 768px){
	.row .columns{
		margin: 0;
	}
	
	.row .one.columns,
	.row .two.columns,
	.row .three.columns,
	.row .four.columns,
	.row .five.columns,
	.row .six.columns,
	.row .seven.columns,
	.row .eight.columns,
	.row .nine.columns,
	.row .ten.columns,
	.row .eleven.columns,
	.row .twelve.columns,
	.row .thirteen.columns,
	.row .fourteen.columns,
	.row .fifteen.columns,
	.row .sixteen.columns,
	.row .seventeen.columns,
	.row .eighteen.columns,
	.row .nineteen.columns,
	.row .twenty.columns,
	.row .twentyone.columns,
	.row .twentytwo.columns,
	.row .twentythree.columns,
	.row .twentyfour.columns,
	.row .one-third.columns,
	.row .two-thirds.columns{
		width: 100%;
	}
	.row .offset-by-one,
	.row .offset-by-two,
	.row .offset-by-three,
	.row .offset-by-four,
	.row .offset-by-five,
	.row .offset-by-six,
	.row .offset-by-seven,
	.row .offset-by-eight,
	.row .offset-by-nine,
	.row .offset-by-ten,
	.row .offset-by-eleven,
	.row .offset-by-twelve,
	.row .offset-by-thirteen,
	.row .offset-by-fourteen,
	.row .offset-by-fifteen,
	.row .offset-by-sixteen,
	.row .offset-by-seventeen,
	.row .offset-by-eighteen,
	.row .offset-by-nineteen,
	.row .offset-by-twenty,
	.row .offset-by-twentyone,
	.row .offset-by-twentytwo,
	.row .offset-by-twentythree{
		padding-left: 0;
	}
}
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Template Styles */

/* #Site Styles
================================================== */
.wrapper{
	position: relative;
}
.header{
	height: 188px;
	background: #000;
}
.header a{
	display: block;
	width: 400px;
	padding-top: 44px;
	margin: 0 auto;
}
.page{
	width: 960px;
	min-width: 300px;
	margin: 0 auto;
}
.nav-desktop{
	float: left;
	width: 172px;
	margin: 156px 36px 30px 12px;
}
.nav-desktop a{
	display: block;
	padding: 3px 0 2px 14px;
	border-bottom: 1px solid #9e9e9e;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	text-transform: uppercase;
	background: url(../img/nav-desktop.gif) no-repeat left top;
}
.nav-desktop a:hover,.nav-desktop a.act{
	color: #fc6320;
	border-bottom: 1px solid #fc6320;
	background-position: left -60px;
}
.nav-desktop  a.act-sub{
	background-position: left -120px;
}
.nav-desktop-hide{
	display: none;
}
.nav-desktop ul ul{
	padding: 3px 0 23px 14px;
	border-bottom: 1px solid #9e9e9e;
}
.nav-desktop ul ul a,.nav-desktop ul ul a:hover,.nav-desktop ul ul a.act{
	border-bottom: 1px solid #fff;
	background: none;
}
.nav-mobile{
	display: none;
}
.nav-mobile a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	padding: 7px 0 0 28px;
	background: url(../img/nav-mobile.png) no-repeat left 20px;
}
.home-addres{
	padding-top: 40px;
}
.home-addres span,div.home-addres a{
	display: block;
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #9e9e9e;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-transform: uppercase;
	background: none;
}
div.home-addres a{
	border: 0;
	font-size: 11px;
}
div.home-addres a:hover{
	border: 0;
}
.sidr{
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 13px;
	background: #fff;
	-webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
	-moz-box-shadow: inset 0 0 5px 5px #ebebeb;
	box-shadow: inset 0 0 5px 5px #ebebeb
}
.sidr .sidr-inner{
	margin: 15px 18px 0 15px;
}
.sidr.left{
	left: -260px;
	right: auto
}
.sidr ul{
	display: block;
	padding: 0;
}
.sidr li{
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 34px;
}
.sidr a{
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 12px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	background: url(../img/nav-desktop.gif) no-repeat left 8px;
	border-bottom: 1px solid #9e9e9e;
}
.sidr li li a{
	padding: 7px 0 7px 0;
	background: none;
	border: none;
}
.sidr-class-nav-desktop-dropdown *{
	margin: 0;
	padding: 0;
}
.sidr ul ul{
	padding: 3px 0 23px 14px;
	border-bottom: 1px solid #9e9e9e;
}
.sidr-class-home-addres{
	display: none;
}

.content{
	float: left;
	width: 720px;
	margin-bottom: 200px;
}
.content-title{
	margin-top: 10px;
}
.content-title .columns,..content-bottom .columns{
	margin-bottom: 10px;
}
.content-main{
	padding-top: 10px;
}
.content-bottom{
	margin-top: 40px;
}
.content-main-welcome{
	padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	body{
		background: #fff url(../img/body-768.gif) no-repeat center 322px;
	}
	.page{
		width: 768px;
	}
	.nav-desktop{
		width: 128px;
		margin: 150px 28px 30px 10px;
	}
	.nav-desktop a{
		font-size: 12px;
	}
	.home-addres{
		display: none;
	}
	.content{
		width: 600px;
	}
}
@media only screen and (max-width: 767px){
	body{
		background: #f6f6f6;
	}
	.page{
		width: 94%;
	}
	.nav-desktop{
		display: none;
	}
	.content{
		width: 100%;
	}
	.header{
		height: 160px;
	}
	.header a,.header a img{
		width: 280px;
	}
}

@media only screen and (max-width: 767px){
	.nav-desktop{
		display: none;
	}
	.nav-mobile{
		display: block;
	}
}

/* #Template Styles - item-privacy
================================================== */
.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 700px;
	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-family: 'Jura', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 44px;
	font-weight: bold;
	text-transform: uppercase;
}
a.item-privacy-accept:hover{
	color: #ff6200;
}
