/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border-radius: 15px;

}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/


.video_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




body {
	/* background: #0d1424 url(images/body-bg.jpg) no-repeat center top; */
	background: #012539;
	/*font: .81em/150% Verdana;*/
	color: #000000;
}

.fon_scroll{
	margin:0 auto;
	background-image:url(/images/il2grey.svg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:0px 0px;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1200px;
	margin: 0 auto;
	line-height: 1.3em;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 120px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Xolonium;
	color: #f00;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% Verdana;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	font: normal 14px/100% Xolonium;
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}



/************************************************************************************
ANIM NAVIGATION
*************************************************************************************/
#anim-nav {
	font: normal 14px/100% Xolonium;
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: inherit;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#anim-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#anim-nav li:first-child {
	margin-left: 10px;
}
#anim-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #f22;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#anim-nav a:hover {
	color: #f22;
	background: #474747;
	/* gradient */
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}





/************************************************************************************
CONTENT
*************************************************************************************/

#contentL {
	background: #fff;
	margin: 30px 0 30px;
	padding: 10px 35px;
	width: 1100px;
	float: left;
	border: dashed red 0px;
	/* float: left; */
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}



#content {

	background: #fff;
	margin: 30px 0 30px;
	padding: 10px 35px;
	width: 800px;
	float: left;
	border: dashed red 0px;
	/* float: left; */
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


.content_class{

	background: #fff;
	margin: 30px 0 30px;
	padding: 10px 35px;
	width: 800px;
	float: left;
	border: dashed red 0px;
	/* float: left; */
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);

}



/* post */
.post {
	margin-bottom: 0px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Verdana;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
	border-radius: 5%;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 290px;
	float: right;
	/* float: left; */
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	border: dashed red 0px;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}


#price {

	color: #f00;
}

#grayborder {

	border: 1px;
	border-color: #333;
	/* float: left; */
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);



}



/************************************************************************************
FOOTER
*************************************************************************************/
#footer {

	clear: both;
	color: #ffffff;
	font: normal 10px/100% Xolonium;
	height: 24px;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;


	border: dashed red 0px;
	/* float: left; */
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);

}
#footer a {
	color: #000;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



#popup__toggle {
	color: #FFF;

	font: normal 14px/100% Xolonium;
	display: block;
	cursor: pointer;
	padding: 5px 11px;
	font-size: 1.0em;
	border: solid 1px #F00;
	border-radius: 3px;
	background-color: #0d1424
}
#popup__toggle:hover {
	background-color: #0E254D;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Regular.eot');
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
	url('../font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Regular.woff2') format('woff2'),
	url('../font/Gilroy-Regular.woff') format('woff'),
	url('../font/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-ExtraboldItalic.eot');
	src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'),
	url('../font/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-ExtraboldItalic.woff2') format('woff2'),
	url('../font/Gilroy-ExtraboldItalic.woff') format('woff'),
	url('../font/Gilroy-ExtraboldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Bold.eot');
	src: local('Gilroy Bold'), local('Gilroy-Bold'),
	url('../font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Bold.woff2') format('woff2'),
	url('../font/Gilroy-Bold.woff') format('woff'),
	url('../font/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Black.eot');
	src: local('Gilroy Black'), local('Gilroy-Black'),
	url('../font/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Black.woff2') format('woff2'),
	url('../font/Gilroy-Black.woff') format('woff'),
	url('../font/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Light.eot');
	src: local('Gilroy Light'), local('Gilroy-Light'),
	url('../font/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Light.woff2') format('woff2'),
	url('../font/Gilroy-Light.woff') format('woff'),
	url('../font/Gilroy-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Semibold.eot');
	src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
	url('../font/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Semibold.woff2') format('woff2'),
	url('../font/Gilroy-Semibold.woff') format('woff'),
	url('../font/Gilroy-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Medium.eot');
	src: local('Gilroy Medium'), local('Gilroy-Medium'),
	url('../font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Medium.woff2') format('woff2'),
	url('../font/Gilroy-Medium.woff') format('woff'),
	url('../font/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-MediumItalic.eot');
	src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
	url('../font/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-MediumItalic.woff2') format('woff2'),
	url('../font/Gilroy-MediumItalic.woff') format('woff'),
	url('../font/Gilroy-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-BlackItalic.eot');
	src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
	url('../font/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-BlackItalic.woff2') format('woff2'),
	url('../font/Gilroy-BlackItalic.woff') format('woff'),
	url('../font/Gilroy-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-UltraLight.eot');
	src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
	url('../font/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-UltraLight.woff2') format('woff2'),
	url('../font/Gilroy-UltraLight.woff') format('woff'),
	url('../font/Gilroy-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-RegularItalic.eot');
	src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
	url('../font/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-RegularItalic.woff2') format('woff2'),
	url('../font/Gilroy-RegularItalic.woff') format('woff'),
	url('../font/Gilroy-RegularItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-SemiboldItalic.eot');
	src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
	url('../font/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-SemiboldItalic.woff2') format('woff2'),
	url('../font/Gilroy-SemiboldItalic.woff') format('woff'),
	url('../font/Gilroy-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-HeavyItalic.eot');
	src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
	url('../font/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-HeavyItalic.woff2') format('woff2'),
	url('../font/Gilroy-HeavyItalic.woff') format('woff'),
	url('../font/Gilroy-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Extrabold.eot');
	src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
	url('../font/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Extrabold.woff2') format('woff2'),
	url('../font/Gilroy-Extrabold.woff') format('woff'),
	url('../font/Gilroy-Extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-BoldItalic.eot');
	src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
	url('../font/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-BoldItalic.woff2') format('woff2'),
	url('../font/Gilroy-BoldItalic.woff') format('woff'),
	url('../font/Gilroy-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-UltraLightItalic.eot');
	src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
	url('../font/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-UltraLightItalic.woff2') format('woff2'),
	url('../font/Gilroy-UltraLightItalic.woff') format('woff'),
	url('../font/Gilroy-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-LightItalic.eot');
	src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
	url('../font/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-LightItalic.woff2') format('woff2'),
	url('../font/Gilroy-LightItalic.woff') format('woff'),
	url('../font/Gilroy-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Heavy.eot');
	src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
	url('../font/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Heavy.woff2') format('woff2'),
	url('../font/Gilroy-Heavy.woff') format('woff'),
	url('../font/Gilroy-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-Thin.eot');
	src: local('Gilroy Thin'), local('Gilroy-Thin'),
	url('../font/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-Thin.woff2') format('woff2'),
	url('../font/Gilroy-Thin.woff') format('woff'),
	url('../font/Gilroy-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../font/Gilroy-ThinItalic.eot');
	src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
	url('../font/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
	url('../font/Gilroy-ThinItalic.woff2') format('woff2'),
	url('../font/Gilroy-ThinItalic.woff') format('woff'),
	url('../font/Gilroy-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}


@font-face {
	font-family: 'Leningradka';
	src: url('../font/Leningradka_Kursiv.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'LCD';
	src: url('../font/LCD.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Prosto';
	src: url('../font/ProstoOne-Regular.eot');
	src: local('Prosto One'), local('ProstoOne-Regular'),
	url('../font/ProstoOne-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/ProstoOne-Regular.woff2') format('woff2'),
	url('../font/ProstoOne-Regular.woff') format('woff'),
	url('../font/ProstoOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.accordion {
	margin-bottom: 10px;

	.accordion-btn {
		position: relative;
		color: #026acb;
		border: none;
		padding: 15px 20px;
		text-align: left;
		cursor: pointer;
		font-family:Prosto;
		font-size:28px;
		font-weight: normal;
		list-style-image: none;


	}

	.accordion-content {
		background-color: #ffffff;

		> *{
			padding: 10px 20px;
		}
	}

	&[open]{
		.accordion-btn::after {
			transform: translate(0%, -50%) rotate(90deg);
		}

		summary ~ *{
			overflow: hidden;
			animation: heightUp 2s ease-in-out;
		}
	}
}
