
@font-face {
	font-family: 'OpenSans';
	src: local('OpenSans'),
		url('../fonts/OpenSans.woff2') format('woff2'),
		url('../fonts/OpenSans.woff') format('woff'),
		url('../fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: local('OpenSans Bold'), local('OpenSans-Bold'),
		url('../fonts/OpenSans_Bold.woff2') format('woff2'),
		url('../fonts/OpenSans_Bold.woff') format('woff'),
		url('../fonts/OpenSans_Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Calibri';
	src: local('Calibri'),
		url('../fonts/Calibri.woff2') format('woff2'),
		url('../fonts/Calibri.woff') format('woff'),
		url('../fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: local('Calibri Bold'), local('Calibri-Bold'),
		url('../fonts/Calibri-Bold.woff2') format('woff2'),
		url('../fonts/Calibri-Bold.woff') format('woff'),
		url('../fonts/Calibri-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
*/

body {
	background: #fff;
	text-align: center;
/*	font-family: 'Open Sans', 'Calibri', sans-serif;
	color: #4c4c4c;
	font-size: 16px; */
}

strong { font-weight: bold; }

img { max-width: 100%; }

a { outline:none !important; color: #353535; }
a:active,
a:hover { outline: 0; }
a { outline:none !important; color: #353535; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }

::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }

/***** Top menu *****/

.navbar {
 	margin-bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	background: #fff;
	background-image: url(../img_01/menu_top_back_02.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	position: fixed;
	z-index: 101;
}

ul.navbar-nav {
	font-size: 13px;
	color: #191919;
	font-weight: bold;
/*	text-transform: uppercase; */
}

ul.navbar-nav li a { padding: 30px 12px 21px 12px; background: #fff; border-bottom: 0px solid #cfcfcf; color: #191919; }
/* ul.navbar-nav li a { padding: 39px 10px 32px 10px; background: #fff; border-bottom: 0px solid #cfcfcf; color: #191919; } */
ul.navbar-nav li.active a { background: #fff; border-color: #6d051c; color: #191919; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { /* border-bottom: 1px solid #cf0000; */ background: #fff; color: #cf0000; outline: 0; }

.nav .open > a { background: #fff; border-color: #6d051c; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #fff; border-color: #6d051c; color: #cf0000; }

ul.navbar-nav li a i { line-height: 30px; color: #aaa; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #cf0000; }

.dropdown-menu {
	border: 0;
/*	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15); */
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #fff; color: #cf0000; }

ul.navbar-nav li .dropdown-menu a { padding-top: 3px; padding-bottom: 3px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #fff; color: #ff0000; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #f8f8f8; color: #6d051c; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #fff; color: #ff0000; border: 0; }

.navbar>.container .navbar-brand {
	margin-left: 0;
/*	position: fixed; */
	z-index: 101;
}

.navbar-brand {
	width: 247px;
	height: 72px;
	background: url(../img_01/logo_nkoku_02.png) left center no-repeat;
	text-indent: -99999px;
/*	position: absolute; */
	z-index: 100;
}

/***** Footer *****/

footer {
	margin: 0 auto;
	padding: 20px 0px 25px 0px;
	background: #f8f8f8 url(../img_01/pattern_05.jpg) left top repeat;
/*	background: #f8f8f8 url(../img_01/pattern_02.jpg) left top repeat; */
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset; box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

.footer-box {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.footer-box-text-contact {
	margin: 0px 0px 0px 30px;
}

.footer-box-c {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.footer-box h4 {
	margin-top: 20px;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #353535;
/*	font-weight: bold; */
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-c h4 {
	margin-top: 10px;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #353535;
/*	font-weight: bold; */
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-text p {
	padding: 0px 35px 0px 0px;
/*	line-height: 17px; */
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #353535;
}

.footer-box-text-contact i {
	padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

.success-message {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #353535;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
	z-index: 101;
}

.error-message {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	color: #353535;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
	z-index: 101;
}

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

.container_t00_b00 { margin: 0px 0px 0px 0px; padding: 0px 10px 0px 10px; }
.container_t00_b02 { margin: 0px 0px 2px 0px; padding: 0px 10px 0px 10px; }
.container_t00_b20 { margin: 0px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t00_b40 { margin: 0px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t00_b60 { margin: 0px 0px 60px 0px; padding: 0px 10px 0px 10px; }

.container_t72_b30 { margin: 72px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t90_b20 { margin: 90px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t92_b20 { margin: 92px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t92_b30 { margin: 92px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t100_b20 { margin: 100px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t100_b30 { margin: 100px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t110_b10 { margin: 110px 0px 10px 0px; padding: 0px 10px 0px 10px; }
.container_t110_b20 { margin: 110px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t110_b30 { margin: 110px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t110_b40 { margin: 110px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t120_b40 { margin: 120px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t130_b20 { margin: 130px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t130_b40 { margin: 130px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t30_b20 { margin: 30px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t30_b30 { margin: 30px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t30_b40 { margin: 30px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b00 { margin: 20px 0px 0px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b10 { margin: 20px 0px 10px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b20 { margin: 20px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b30 { margin: 20px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b40 { margin: 20px 0px 40px 0px; padding: 0px 10px 0px 10px; }
.container_t20_b50 { margin: 20px 0px 50px 0px; padding: 0px 10px 0px 10px; }
.container_t10_b10 { margin: 10px 0px 10px 0px; padding: 0px 10px 0px 10px; }
.container_t10_b20 { margin: 10px 0px 20px 0px; padding: 0px 10px 0px 10px; }
.container_t10_b30 { margin: 10px 0px 30px 0px; padding: 0px 10px 0px 10px; }
.container_t10_b40 { margin: 10px 0px 40px 0px; padding: 0px 10px 0px 10px; }

.container_pt120_pb10 { padding: 120px 10px 10px 10px; }
.container_pt120_pb20 { padding: 120px 10px 20px 10px; }
.container_pt120_pb40 { padding: 120px 10px 40px 10px; }
.container_pt140_pb30 { padding: 140px 10px 30px 10px; }
.container_pt92_pb10 { padding: 92px 10px 10px 10px; }

.container_t00_b10_p20 { margin: 0px 0px 10px 0px; padding: 0px 20px 0px 20px; border-radius: 10px; }
.container_t00_b20_p20 { margin: 0px 0px 20px 0px; padding: 0px 20px 0px 20px; border-radius: 10px; }
.container_t20_b10_p20 { margin: 20px 0px 10px 0px; padding: 0px 20px 0px 20px; border-radius: 10px; }

.container_bottom_001 { padding: 16px 0px 10px 0px; background: #e9e9e9; }

/* BACKGROUNDS */

.background_001 { background: #f4f4f4; }
.background_002 { background: #fbfbfb; }

.background_01 { background: #f6f6f6; }

.background_02 {
	background: #f3f3f3;
	background-image: url(../img_01/back_02.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
/*	height: 315px; */
}

.background_03 {
/*	background: #f3f3f3; */
	background-image: url(../img_01/back_03.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
/*	height: 315px; */
}

.background_04 {
	background: #f23900;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_05 {
	background: #004e5a;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_06 {
	background: #cdcc00;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_07 { background: #e5f3f4; }

.background_08 {
	background-image: url(../img_01/back_04.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_09 {
	background-image: url(../img_01/back_01/014_02.png);
	background-repeat: repeat !important;
	background-size: 100% !important;
}

.background_10 { background: #f8b133; }

.background_11 {
	background-image: url(../img_01/back_01/015_01.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_12 { background: #c2dfe3; }

.background_13 { background-color: #f7f7f7; padding: 10px 0px 8px 10px; }

.background_14 { background-color: #f2f2f2; padding: 10px 0px 8px 10px; }

.background_15 {
	background-image: url(../img_01/back_03.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_16 { background: #f1e6dc; }

/* .background_17 { background: #cee9ee; border: 1px solid #80aeb6; } e7f5f7 */
/* .background_17 { background: #f0f7f8; border: 1px solid #353535; } */

.background_17 {
	background-image: url(../img_01/back_03.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: 1px solid #ccc;
}

.background_18 {
	background-image: url(../img_01/graf_logo_05.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

.background_19 {
	background-image: url(../img_01/graf_logo_06.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

.background_20 {
	background-image: url(../img_01/graf_logo_06_02.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

.background_21 {
	background-image: url(../img_01/back_001.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: 1px solid #eee;
}

.background_22 {
	background-image: url(../img_01/back_002.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: 1px solid #f5f5f5;
}

.background_23 {
	background-image: url(../img_01/back_003.png);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: 1px solid #f5f5f5;
}

.background_24 { background-color: #921821; padding: 10px 0px 8px 10px; }

.background_25 {
	background-image: url(../img_01/back_004.jpg);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.background_26 {
	background-image: url(../img_01/back_005.jpg);
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	border: 1px solid #f5f5f5;
}

/* BACK COMPETITION */
.back_comp_01 { background-image: url(../img_01/back_comp/01_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_02 { background-image: url(../img_01/back_comp/02_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_03 { background-image: url(../img_01/back_comp/03_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_04 { background-image: url(../img_01/back_comp/04_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_05 { background-image: url(../img_01/back_comp/05_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_06 { background-image: url(../img_01/back_comp/06_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_07 { background-image: url(../img_01/back_comp/07_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_08 { background-image: url(../img_01/back_comp/08_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_09 { background-image: url(../img_01/back_comp/09_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_10 { background-image: url(../img_01/back_comp/10_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_11 { background-image: url(../img_01/back_comp/11_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_12 { background-image: url(../img_01/back_comp/12_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_13 { background-image: url(../img_01/back_comp/13_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_14 { background-image: url(../img_01/back_comp/14_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }
.back_comp_15 { background-image: url(../img_01/back_comp/15_01.jpg); background-repeat: repeat !important; background-size: 100% 100% !important; border: 1px solid #eee; }

/* TITLE */

.title_001 { margin: 15px 0px 15px 0px; }
.title_001 h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 32px;
	color: #343434;
	font-weight: bold;
	text-align: left;
}

.title_001c { margin: 15px 0px 15px 0px; }
.title_001c h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 32px;
	color: #343434;
	font-weight: bold;
}

.title_001t { margin: 15px 0px 0px 0px; }
.title_001t h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 32px;
	color: #343434;
	font-weight: bold;
	text-align: left;
}

.title_002 { margin: 15px 0px 15px 0px; }
.title_002 h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 22px;
	color: #343434;
	font-weight: bold;
	text-align: left;
}

.title_002c { margin: 15px 0px 15px 0px; }
.title_002c h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 22px;
	color: #343434;
	font-weight: bold;
}

.title_003 { margin: 15px 0px 25px 0px; }
.title_003 h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 32px;
	color: #343434;
	font-weight: bold;
	text-align: left;
}

.title_004 { margin: 15px 0px 10px 0px; }
.title_004 h2 {
	margin: 0 auto;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-size: 22px;
	color: #343434;
	font-weight: bold;
	text-align: left;
}

/* TEXT ALL */

.text_12_00 {
	margin: 0 auto;
	font-size: 12px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_12_01 {
	margin: 0 auto;
	font-size: 12px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_12_02 {
	margin: 0 auto;
	font-size: 12px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_12_03 {
	margin: 0 auto;
	font-size: 12px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_12_04 {
	margin: 0 auto;
	font-size: 12px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_13_01 {
	margin: 0 auto;
	font-size: 13px;
	color: #353535;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_13_02 {
	margin: 0 auto;
	font-size: 13px;
	color: #353535;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: center;
}

.text_16_01 {
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_16_02 {
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_16_03 {
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_16_04 {
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
}

.text_17_01 {
	margin: 0 auto;
	font-size: 17px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_19_01 {
	margin: 0 auto;
	font-size: 19px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_22_01 {
	margin: 0 auto;
	font-size: 22px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_26_01 {
	margin: 0 auto;
	font-size: 26px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_28_01 {
	margin: 0 auto;
	font-size: 28px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

.text_50_01 {
	margin: 0 auto;
	font-size: 50px;
	color: #444;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: right;
}

.text_copy_01 {
	font-size: 12px;
	color: #454545;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
}

.text_shadow_01 {text-shadow: #353535 0 0 7px;}

/* opacity: 0.8; */

/* --- */

.m_t20_b00 { margin: 20px 0px 0px 0px; }
.m_t30_b10 { margin: 30px 0px 10px 0px; }
.m_t_1_b00 { margin: -13px 0px 0px 0px; }
.m_t_2_b00 { margin: -12px 0px 0px 0px; }
.m_t_3_b00 { margin: -3px 0px 0px 0px; }

.p_t00_b05 { padding: 0px 0px 5px 0px; }
.p_t00_b10 { padding: 0px 0px 10px 0px; }
.p_t00_b20 { padding: 0px 0px 20px 0px; }
.p_t00_b30 { padding: 0px 0px 30px 0px; }
.p_t00_b40 { padding: 0px 0px 40px 0px; }
.p_t04_b15 { padding: 4px 0px 15px 0px; }
.p_t04_b00 { padding: 4px 0px 0px 0px; }
.p_t07_b00 { padding: 7px 0px 0px 0px; }
.p_t10_b00 { padding: 10px 0px 0px 0px; }
.p_t10_b05 { padding: 10px 0px 5px 0px; }
.p_t10_b10 { padding: 10px 0px 10px 0px; }
.p_t10_b15 { padding: 10px 0px 15px 0px; }
.p_t10_b20 { padding: 10px 0px 20px 0px; }
.p_t10_b25 { padding: 10px 0px 25px 0px; }
.p_t10_b30 { padding: 10px 0px 30px 0px; }
.p_t12_b12 { padding: 12px 0px 12px 0px; }
.p_t12_b15 { padding: 12px 0px 15px 0px; }
.p_t20_b00 { padding: 20px 0px 0px 0px; }
.p_t20_b05 { padding: 20px 0px 5px 0px; }
.p_t20_b10 { padding: 20px 0px 10px 0px; }
.p_t20_b16 { padding: 20px 20px 16px 20px; }
.p_t20_b20 { padding: 20px 0px 20px 0px; }
.p_t20_b30 { padding: 20px 0px 30px 0px; }
.p_t20_b40 { padding: 20px 0px 40px 0px; }
.p_t30_b00 { padding: 30px 0px 00px 0px; }
.p_t30_b10 { padding: 30px 0px 10px 0px; }
.p_t30_b20 { padding: 30px 0px 20px 0px; }
.p_t30_b30 { padding: 30px 0px 30px 0px; }
.p_t30_b40 { padding: 30px 0px 40px 0px; }
.p_t40_b50 { padding: 40px 0px 50px 0px; }

/* .color_01 { color: #af0000; } */
.color_01 { color: #960000; }
.color_02 { color: #454545; }
.color_03 { color: #cdb200; }
.color_04 { color: #fff; background-color: #af0000; padding: 4px 4px 4px 4px; }
.color_05 { color: #037a8e; }
.color_06 { color: #004e5a; }
.color_07 { color: #f8b133; }
.color_08 { color: #ba8800; }
.color_09 { color: #777; }
.color_10 { color: #007c8d; }
.color_11 { color: #fff; background-color: #af0000; padding: 10px 0px 8px 10px; }

.center_01 { text-align: center; }
.left_01 { text-align: left; }
.right_01 { text-align: right; }
.bold_01 { font-weight: bold; }
.it_01 { font-style: italic; }
.fleft_01 { float: left; }
.clearboth_01 { clear: both; }
.img_right_01 { float: right; }
.r_l_01 { text-align: right; }
.c_l_01 { text-align: center; }
.r_c_01 { text-align: right; }
.l_c_01 { text-align: left; }

/***** LINKS *****/

/*
a:link { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: underline; }
a:visited { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a:hover, a:active, a:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
*/

a.lk_001:link { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_001:visited { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_001:hover, a.lk_001:active, a.lk_001:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }

a.lk_0011:link { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; background: #cee9ee; padding: 20px 0px 16px 0px; }
a.lk_0011:visited { color: #353535; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; background: #cee9ee; padding: 20px 0px 16px 0px; }
a.lk_0011:hover, a.lk_0011:active, a.lk_0011:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; background: #ecaa55; padding: 20px 0px 16px 0px; }

a.lk_002:link { color: #454545; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: nunderlineone; }
a.lk_002:visited { color: #454545; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_002:hover, a.lk_002:active, a.lk_002:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }

a.lk_003:link { color: #252525; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: underline; }
a.lk_003:visited { color: #252525; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: underline; }
a.lk_003:hover, a.lk_003:active, a.lk_003:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }

a.lk_003_01:link { color: #619ba5; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_003_01:visited { color: #619ba5; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_003_01:hover, a.lk_003_01:active, a.lk_003_01:focus { color: #cf0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }

/* 3e78b3 3ba67a 6198a1 4e9aa7 */

a.lk_004:link { color: #fff;}
a.lk_004:visited { color: #fff;}
a.lk_004:hover, a.lk_004:active, a.lk_004:focus {color: #ffd402; text-shadow: #757575 0 0 10px; text-decoration: none;}

a.lk_005:link {color: #454545; text-decoration: none; cursor: default;}
a.lk_005:visited {color: #454545; text-decoration: none; cursor: default;}
a.lk_005:hover, a.lk_005:active, a.lk_005:focus {color: #454545; text-decoration: none; cursor: default;}

a.lk_006:link {	color: #252525;	text-decoration: none; }
a.lk_006:visited { color: #252525; text-decoration: none; }
a.lk_006:hover, a.lk_006:active, a.lk_006:focus { color: #cf0000; text-decoration: none; }

a.lk_007:link { color: #000; text-decoration: underline; }
a.lk_007:visited { color: #000; text-decoration: underline; }
a.lk_007:hover, a.lk_007:active, a.lk_007:focus { color: #fff; text-decoration: none; }

a.lk_008:link { color: #fff; text-decoration: underline; }
a.lk_008:visited { color: #fff; text-decoration: underline; }
a.lk_008:hover, a.lk_008:active, a.lk_008:focus { color: #000; text-decoration: none; }

a.lk_009:link { color: #fff; text-decoration: underline; }
a.lk_009:visited { color: #fff; text-decoration: underline; }
a.lk_009:hover, a.lk_009:active, a.lk_009:focus { color: #ff4d4d; text-decoration: none; }

a.lk_010:link { color: #004e5a; text-decoration: underline; }
a.lk_010:visited { color: #004e5a; text-decoration: underline; }
a.lk_010:hover, a.lk_010:active, a.lk_010:focus { color: #cf0000; text-decoration: none; }

a.lk_011:link { color: #353535; text-decoration: none; }
a.lk_011:visited { color: #353535; text-decoration: none; }
a.lk_011:hover, a.lk_011:active, a.lk_011:focus { color: #cf0000; text-decoration: none; }

a.lk_012:link { color: #ba8800; text-decoration: underline; }
a.lk_012:visited { color: #ba8800; text-decoration: underline; }
a.lk_012:hover, a.lk_012:active, a.lk_012:focus { color: #cf0000; font-weight: bold; text-decoration: none; }

a.lk_013:link { color: #fff; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_013:visited { color: #fff; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }
a.lk_013:hover, a.lk_013:active, a.lk_013:focus { color: #ff0000; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; text-decoration: none; }

.violet { color: #cf0000; }

/***** TABLE *****/

table.table_01 {
	width: 100%;
	border-color: #dadada;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

td.table_01_40 {
	padding: 4px 10px 4px 10px;
	width: 40%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: bold;
	text-align: center;
}

td.table_01_12 {
	padding: 4px 10px 4px 10px;
	width: 12%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: bold;
	text-align: center;
}

td.table_02_40 {
	padding: 4px 10px 4px 10px;
	width: 40%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: left;
}

td.table_02_12 {
	padding: 4px 10px 4px 10px;
	width: 12%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

td.table_01_33 {
	padding: 4px 10px 4px 10px;
	width: 33.333%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
}
td.table_01_33_l { text-align: left; }
td.table_01_33_c { text-align: center; }
td.table_01_33_b { font-weight: bold; }

td.table_01_50 {
	padding: 4px 10px 4px 10px;
	width: 50%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: bold;
	text-align: left;
}

td.table_02_50 {
	padding: 4px 10px 4px 10px;
	width: 50%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: left;
}

td.table_03_50 {
	padding: 4px 10px 4px 10px;
	width: 50%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

td.table_01_100 {
	padding: 4px 10px 4px 10px;
	width: 100%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

td.table_01_20 {
	padding: 4px 10px 4px 10px;
	width: 20%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: bold;
	text-align: left;
}

td.table_01_15 {
	padding: 4px 10px 4px 10px;
	width: 15%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-weight: bold;
	text-align: center;
}

td.table_02_20 {
	padding: 4px 10px 4px 10px;
	width: 20%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: left;
}

td.table_02_15 {
	padding: 4px 10px 4px 10px;
	width: 15%;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

td.table_001 {
	padding: 4px 10px 4px 10px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: left;
}

td.table_001r {
	padding: 4px 10px 4px 10px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: right;
}

td.table_001c {
	padding: 4px 10px 4px 10px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
}

table.table_02 { width: 100%; }

td.table_002r {
	padding: 4px 25px 4px 10px;
	width: 30%;
	text-align: right;
}

td.table_002l {
	padding: 4px 10px 4px 10px;
	width: 70%;
	text-align: left;
}

td.table_003 {
	padding: 0px 0px 0px 0px;
	width: 50%;
}

table.table_05 { width: 100%; margin: 0px 0px 0px 0px; vertical-align: top; }
td.table_005_01 { width: 20px; padding: 0px 0px 0px 0px; vertical-align: top; }
td.table_005_02 { padding: 0px 0px 10px 10px; text-align: left; }

/***** QUALITY CONTROL *****/
.RadioButtonClass { cursor: pointer; }
.rb_01:hover {
	text-decoration: underline;
	cursor: pointer;
}
.Hiden { display: none; }
.anketa_submit_btn_off {
	background: url(../img_form/verify_off.jpg) no-repeat scroll 0 0 transparent;
	cursor: default;
}
.anketa_submit_btn_on {
	background: url(../img_form/verify_on.jpg) no-repeat scroll 0 0 transparent;
	cursor: pointer;
}
.anketa_submit_btn {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 40px;
	border: none;
	font-size: 0;
	letter-spacing: -9999px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.button_01 { margin: 0 auto; }
.text_vote_01 {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #252525;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	text-align: left;
}

table.center_03 { margin: auto; }

td.text_vote_02 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
	clear: both;
}
td.bar_01 { padding: 0px 0px 3px 0px; }
.text_vote_03 {
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	font-size: 22px;
	color: #cf0000;
	font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: center;
}
.ok_001 { margin: 7px 15px 5px 0px; }

.footer-social a { margin: 0 10px 0 0; font-size: 26px; color: #454545; }
.footer-social a:hover, .footer-social a:focus { color: #d90104; }

.opis {	display: none; }

ul { margin-left: 20px; padding: 0px 0px 0px 0px; }
.0001_01 > ul { margin-bottom: 0; }
ol { margin-left: 20px; padding: 0px 0px 0px 0px; }

.text_000 { font-size: 2px; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; line-height: 4px; }
.text_000 h2 { font-size: 2px; font-family: 'Open Sans', 'Calibri', Tahoma, Verdana, Arial; line-height: 4px; }

.img_0022 { margin: 4px 14px 10px 0px; width: 40px; height: 45px; }
img.min_01 { max-width: 350px; min-width: 250px; width: 100%; padding: 3px 0px 10px 15px; }

.navbar { position: fixed; top: 0; left: 0; width: 100%; transition: all .5s ease; }
.navbar.out { transform: translateY(-100%); }