html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    min-width: 1142px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
    float: right;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
   	transition-duration: 0.2s;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a {
	text-decoration: none;
}

.no_pad {
	padding: 0px;
}

.clear {
	clear: both;
}

.no_mar {
	margin: 0px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.none {
	display: none;
}

.txt_center {
	text-align: center;
}

body {
	background: #1a1a1a url(../img/LSS_2023_tapeta_3_.png) scroll repeat-x center 0px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #000;
}

.white_color {
	color: #fff;
}

.banner_top {
	display: block;
	max-width: 750px;
	margin: 25px auto 5px;
}

.banner {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.banner li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.banner li:first-child {
  position: relative;
  display: block;
  float: left;
}

.banner img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.banner_txt {
	position: absolute;
	bottom: 34px;
	left: 34px;
	font-size: 18px;
	color: #fff;
}

.banner_txt p {
	background: #099a44;
	padding: 9px 12px;
	clear: both;
	float: left;
	text-transform: uppercase;
}

.none {
	display: none;
}

.banner_holder {
	max-width: 587px;
	position: relative;
}

.prev {
	display: block;
	width: 22px;
	height: 71px;
	background: #231f20 url(../img/arrow_left.png) scroll no-repeat center center;
	position: absolute;
	z-index: 999;
	text-indent: -99999px;
	top: 31%;
   	transition-duration: 0.2s;
}

.next {
	display: block;
	width: 22px;
	height: 71px;
	background: #231f20 url(../img/arrow_right.png) scroll no-repeat center center;
	position: absolute;
	z-index: 999;
	text-indent: -99999px;
	top: 31%;
	right: 0px;
   	transition-duration: 0.2s;
}

.next:hover {
   	transition-duration: 0.2s;
	background: #099a44 url(../img/arrow_right.png) scroll no-repeat center center;
}

.prev:hover {
   	transition-duration: 0.2s;
	background: #099a44 url(../img/arrow_left.png) scroll no-repeat center center;
}


.banner_txt a {
	margin-top: 10px;
	background: #d71921 url(../img/arrow_right.png) scroll no-repeat 90% center;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	clear: both;
	float: left;
	font-size: 15px;
	padding-right: 20px;
}

.info_column {
	max-width: 180px;
	text-align: center;
	float: left;
	margin-left: 4px;
	position: relative;
}

.middle_column p {
	margin-bottom: 0px;
	margin-top: 3px;
}

.info_column p {
	height: 197px;
	margin-bottom: 3px;
	background: #fff;
	color: #099a44;
	vertical-align: middle;
}

.info_column p span {
	vertical-align: middle;
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
	padding-top: 28px;	
}

.info_column p em {
	font-style: normal;
	color: #000;
	font-size: 14px;
}

.middle_column {
	color: #099a44;
}

.rectangle {
	background: url(../img/asc.png) scroll no-repeat 0 0;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 197px;
	left: 43%;	
}

.middle_column .rectangle {
	background: url(../img/desc.png) scroll no-repeat 0 0;
	top: 186px;
}


.button {
	background: #d71921 url(../img/arrow_right.png) scroll no-repeat 90% center;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding-right: 20px;
	border: none;
	cursor: pointer;
	font-family: 'Dosis', sans-serif;
   	transition-duration: 0.2s;
}

.black_bg {
	background: #231f20 url(../img/arrow_right.png) scroll no-repeat 90% center;
   	transition-duration: 0.2s;
}

.green_bg {
	background: #099a44 url(../img/arrow_right.png) scroll no-repeat 90% center;
   	transition-duration: 0.2s;
}

.black_bg:hover {
	background: #099a44 url(../img/arrow_right.png) scroll no-repeat 90% center;
   	transition-duration: 0.2s;
}

.green_bg:hover {
	background: #231f20 url(../img/arrow_right.png) scroll no-repeat 90% center;
   	transition-duration: 0.2s;
}


.no_bg {
	border: 1px solid #fff;
	background: transparent url(../img/arrow_right.png) scroll no-repeat 90% center;
}


.social_bar {
	min-height: 280px;
	width: 100%;
	background: url(../img/bg-black-pattern.jpg) scroll repeat 0 0;
}

.menu_bar {
   	transition-duration: 0.2s;	clear: both;
	height: 40px;
	position: relative;
}

.open {
	margin-bottom: 30px;
}

.open_with_title {
	margin-bottom: 90px;
}

.menu_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

.menu_bar ul li{
	float: left;
}

.nav_bar {
	float: right;
	min-height: 89px;
	position: relative;
	width: 90%;
}

.nav_bar div {
	max-height: 66px;
	float: right;
}

.logo {
	float: left;
	margin-bottom: 15px;	
}

.main_menu {
	float: left;
    margin-top: 6px !important;
}

.main_menu a {
	color: #fff;
	padding: 5px 15px 6px 15px;
	text-transform: uppercase;
	background: #231f20;
	font-size: 14px;
}

.main_menu a:hover {
	color: #231f20;
	background: #fff;
}

.main_menu .active {
	color: #231f20;
	background: #fff;
}

.main_menu .sub_menu {
	position: absolute;
	left: 0px;
	top: 30px;
	background: #fff;
	width: 100%;
}

.main_menu .sub_menu a {
	background: #fff;
	display: block;
	padding: 13px 15px;
	color: #000;
	text-decoration: underline;
}

.main_menu .sub_menu p {
	padding: 8px;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	color: #099a44;
	text-transform: uppercase;
	font-size: 38px;	
	margin: 0 20px;
}


.legiacom {
	margin-top: 1px;
	color: #fff;
	padding: 7px 5px 7px 5px;
	text-transform: uppercase;
	background: #231f20;
	font-size: 14px;
	float: right;
	display: block;
}

.lang_pl {
	margin-left: 4px;
	margin-top: 1px;
	color: #fff;
	padding: 7px 8px ;
	text-transform: uppercase;
	background: #231f20;
	font-size: 14px;
	float: right;
	display: block;
}

.active_lang {
	background: #099a44;
}

.lang_en {
	margin-left: 4px;
	margin-top: 1px;
	color: #fff;
	padding: 7px 8px;
	text-transform: uppercase;
	background: #231f20;
	font-size: 14px;
	float: right;
	display: block;
}

.mini_social {
	margin-left: 3px;
	background: #fff;
	padding: 19px 14px;
	margin-top: 24px;
}

.faq_link {
	display: inline-block;
	cursor: pointer;
	margin-left: 3px;
	background: #fff url(../img/faq.png) scroll no-repeat center 13px;
	padding: 40px 15px 13px;
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	color: #000;
}

.faq_link:hover {
	background: #099a44 url(../img/faq_white.png) scroll no-repeat center 13px;
	color: #fff
}

.faq_link img {
	margin-bottom: 5px;
}

.news_link {
	float: right;
	display: inline-block;
	color: #000;
	cursor: pointer;
	margin-left: 3px;
	background: #fff url(../img/news.png) scroll no-repeat center 13px;
	padding: 40px 15px 13px;
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.news_link:hover {
	background: #099a44 url(../img/news_white.png) scroll no-repeat center 13px;
	color: #fff
}


.search label {
	margin-right: 10px;
	margin-top: 10px;	
}

#search_value {
	border: 1px solid #dadada;
	padding: 4px;
	width: 110px;
   	transition-duration: 0.2s;
}

#search_value:focus {
	width: 160px;
   	transition-duration: 0.2s;
}

.news_link img {
	margin-bottom: 5px;
}

.strefa {
	color: #000;
	float: right;
	display: inline-block;
	cursor: pointer;
	margin-left: 3px;
	background: #fff url(../img/strefa.png) scroll no-repeat center 13px;
	padding: 40px 15px 13px;
	margin-top: 24px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}

.strefa:hover {
	background: #099a44 url(../img/strefa_white.png) scroll no-repeat center 13px;
	color: #fff
}


.search {
	background: #fff;
	padding: 19px 15px 20px;
	margin-top: 24px;
	font-size: 15px;
	text-transform: uppercase;
	height: 29px;
}

.search_btn {
	border: none;
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../img/search_btn.jpg) scroll no-repeat 0 0;
}

.strefa img {
	margin-bottom: 5px;
}

.call_to_action {
	margin-top: 4px;
	background: #099a44
}

.call_to_action a {
	display: inline-block;
	padding: 20px 0px;
	width: 49.7%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
}

.start_training {
	background: #231f20 url(../img/arrow_big_right.png) scroll no-repeat 85% center;	
   	transition-duration: 0.2s;
}


.open_camp {
	background: #099a44 url(../img/arrow_big_right.png) scroll no-repeat 85% center;	
}


.footer_links {
	background: #231f20;
}

.footer_links .bottom_menu:last-child {
	margin-right: 0px !important;
}

.footer_links h6 {
	color: #7f7f7f;
	font-size: 43px;
	text-align: right;
	text-transform: uppercase;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}

.bottom_menu {
	float: left;
	width: auto;
	padding-top: 40px;
	margin-right: 38px;
}

.bottom_menu p {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4e4e4e;
}

.bottom_menu p a {
	color: #fff;
}

.bottom_menu ul li {
	list-style: none;
}

.bottom_menu ul li a {
	line-height: 18px;
	color: #7f7f7f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_copy {
	clear: both;
	background: #fff;
	padding-top: 15px;
}

.footer_copy p {
	margin-top: 5px;
	font-size: 13px;
	color: #636363;
	padding-left: 20px;
	margin-right: 30px;
}

.footer_copy a {
	margin-right: 30px;
	color: #231f20;
	font-size: 13px;
}

.footer_copy .txt_center {
	text-align: left;
}

.footer_copy .txt_center a {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 24px;
	color: #231f20;
	margin-bottom: 20px;
	display: block;	
}

.footer_socials a {
	margin: 0px;
	margin-left: 13px;
	margin-right: 0px !important;
}

.footer_socials a:first-child {
	margin-right: 0px;
	margin-left: 8px;
}

.footer_copy .column4 a {
	margin-right: 35px;
	margin-top: 5px;
}

.footer_logos {
	background: #f5f5f5;
	text-align: center;
	padding-top: 50px;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.footer_logos p {
	margin-bottom: 40px;
}

.footer_logos .logos a {
	margin: 0px 40px 30px;
	display: inline-block;
}

.footer_logos .last a {
	position: relative;
	top: -20px;
	display: block;
}


.footer_logos .middle_logo_column {
	width: 655px !important;
}

h5 {
	clear: both;
	font-size: 22px;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0px 10px 0px;
	margin-bottom: 15px;
	display: block;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	content:""; 
	height:1px;
	width:100%;
	display:block;
	background: transparent url(../img/hr.png) scroll no-repeat center top;
	border: none;
}

.newsletter_banner {
	max-height: 200px;
	overflow-y: hidden;
	margin-bottom: 10px;
}

.newsletter_banner .column4 {
	background: #fff;
	padding: 13px;
}

.newsletter_banner label {
	color: #999999;
	font-size: 10px;
	line-height: 13px;
	display: block;
	float: right;
	width: 93%;
	padding-top: 5px;
}

.newsletter_value {
	padding: 6px;
	width: 64%;	
	margin-bottom: 5px;
}


.news_media .container12 {
	background: #fff;
	margin-bottom: 10px;
}

.news_item a {
	float: left;
	margin-right: 15px;
}


.news_item .news_content {
   	transition-duration: 0.7s;
   	opacity: 1;
}

.news_item:hover .news_content {
   	transition-duration: 0.7s;
   	opacity: 0.5;
}

.news_item {
	clear: both;
	margin-top: 15px;
	margin-bottom: 16px;
	border-bottom: 1px solid #f0f0f0;
	min-height: 96px;
	cursor: pointer;
}

.news_side {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.right_side {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	max-width: 520px !important;
}

.gallery_link {
	max-width: 255px;
	position: relative;
	margin-bottom: 15px;
}

.gallery_link img {
	vertical-align: top;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.gallery_link p {
	background: #231f20;
	padding: 9px 0px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.gallery_link {
	background: #13903e;
}

.gallery_link:hover img {
	opacity: 0.2;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
 }


.gallery_link .button {
	display: none;
	position: absolute;
	top: 70px;
	left: 60px;
	padding-right: 30px;
	text-transform: lowercase;
	z-index: 99999;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.gallery_link:hover .button {
	display: block;
    -webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.news_side .button {
	text-transform: none;
	padding-right: 30px;
	margin-bottom: 20px;
}

.news_content_page {
	float: right;
	width: 75%;
	color: #231f20;
}

.news_content_page ul {
	margin-left: 20px;
}

.news_content_page a {
	color: #099a44;
}

.news_content p {
	font-size: 13px;
	line-height: 18px;
}


.news_content h2 {
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news_content h2 a {
	font-color: black;
}


.date {
	float: left;
	font-size: 11px;
	background: url(../img/calendar.png) scroll no-repeat left center;
	padding-left: 20px;
	display: block;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.numbers {
	float: right;
	width: 255px;
	background: url(../img/numbers_bg.jpg) scroll no-repeat 0 0;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.numbers em {
	position: absolute;
	top: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	width: 100%;
	display: block;
	font-style: normal;
}

.number_data {
	position: absolute;
	bottom: 12px;
	left: 90px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.number_data span {
	color: #099a44;
}

.product_item {
	float: left;
	max-width: 164px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 30px;
}

.product_item:hover a img {
	opacity: 0.5;
   	transition-duration: 0.2s;
}

.product_item:nth-child(3) {
	margin: 0px 14px;
}


.green {
	color: #099a44;
}

.product_item a img {
	border: 1px solid #e1e1e1;
   	transition-duration: 0.2s;
}

.social_bar {
	padding-top: 30px;
	padding-bottom: 30px;
}

.social_bar h5 {
	border-bottom: none;
	font-size: 21px;
}

.media_box {
	width: 324px !important;
	float: left;
}

.social_bar .media_box:nth-child(1) { 
	margin-left: 20px;
}

.social_bar .media_box:nth-child(2) { 
	margin-left:7%;
}

.social_bar .media_box:nth-child(3) { 
	float: right;
	margin-right: 20px;
}

.social_bar .media_box .twitter_icon {
	background: url(../img/tw_icon.png) scroll no-repeat right center;	
}

.social_bar .media_box .facebook_icon {
	background: url(../img/fb_icon.png) scroll no-repeat right center;	
}

.social_bar .media_box .youtube_icon {
	background: url(../img/yt_icon.png) scroll no-repeat right center;	
}

footer a:hover {
	opacity: 0.5;
}

.logo {
	float: left;
}

.nav_holder:hover .news_link {
	background: #099a44 url(../img/news_white.png) scroll no-repeat center 13px;
	color: #fff
}

.nav_holder:hover .faq_link {
	background: #099a44 url(../img/faq_white.png) scroll no-repeat center 13px;
	color: #fff
}

.nav_holder:hover .strefa_link {
	background: #099a44 url(../img/strefa_white.png) scroll no-repeat center 13px;
	color: #fff
}


.nav_holder nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
	background: #fff;
	width: auto;
	z-index: 99999;
}

.nav_holder nav ul {
	width: 434px;
}

.nav_holder li {
	float: left;
}

.nav_holder li a {
	text-transform: uppercase;
	display: block;
	padding: 13px 16px;
	color: #000;
	text-decoration: underline;
}

.media_horizontal h5 {
	max-width: 500px;
	font-size: 18px;
	margin-left: 15px;
}

.media_horizontal .left {
	margin-left: 15px !important;
	margin-right: 14px;
}


.media_horizontal .numbers {
	margin-right: 0px !important;
}

.training_products {
	background: #fff;
	margin-bottom: 0px !important;
}

.news_media {
	margin-top: 0px !important;
}

.training_products .product_item {
	width: 118px;
	margin-bottom: 20px;
}


.training_products h5 {
	font-size: 18px;
	margin-right: 15px;
}

.training_products .product_item p {
	font-size: 14px;
}

.training_products .column9 {
	padding: 15px !important;
}

.training_products .column3 {
	padding-top: 15px !important;
}

.training_products .info_column {
	width: auto;
	max-width: 100%;
}

.training_products .info_column .left {
	max-width: 130px;
}

.training_products .info_column p {
	clear: none;
	max-width: 140px;
	float: left;
	height: auto;

}

.training_products .info_column p span{
	font-size: 14px;
	padding-top: 36px;
}

.training_products .info_column .button {
	font-size: 12px;
}

.page_header {
	background: #fff;
}

.page_header_content {
	padding: 16px 0px;
	border-bottom: 1px solid #efefef;
	margin: 0px 15px;
	min-height: 20px;
}

.page_header_content h1 {
	float: left;
	font-size: 22px;
	padding-left: 0px;
}
.tools {
	text-align: right;
	padding-top: 5px;
}

.tools a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #099a44;
}

.tools a:hover {
	color: #099a44;
}

.tools a:last-child {
	padding-right: 0px;
	border: none;
	margin-right: 0px;
}

.right_banner {
	margin-right: 15px !important;
	float: right;
}

.tools .link_icon {
	background: url(../img/link.png) scroll no-repeat left center;
}

.tools .print_icon {
	background: url(../img/print.png) scroll no-repeat left center;
}

.tools .login_icon {
	background: url(../img/lock.png) scroll no-repeat left center;
}

.training_products .column3 .info_column .left {
	max-width: 50%;
}

.training_products .column3 .info_column .right {
	max-width: 50%;
}

.training_products .column3 .info_column {
	margin-left: 0px;
	margin-right: 15px;
}

.training_products .column3 .product_item:last-child {
	margin-right: 15px;
}

.mgr_top {
	clear: both;
	margin-top: 30px;
}

.content {
	background: #fff;
}

.training_products .column3 .info_column p {
	max-width: 50%;
}

.trainer_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.main_title {
	clear: both;
	font-size: 18px;
	padding: 15px;
}

.trainer_list li {
	float: left;
	max-width: 193px;
	border: 1px solid #efefef;
	text-align: center;
	margin: 15px 2px 3px 15px !important;
	cursor: pointer;
}

.trainer_list li:nth-child(4) {
	margin-right: 0px;
}

.trainer_list li:hover p {
	color: #000000;
}

.trainer_list li p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #099a44;
}

.trainer_list li span {
	padding-top: 0px;
	padding-bottom: 15px;
	display: block;
	margin: 0 15px;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	margin-bottom: 15px;
}

.trainer_list li em {
	font-style: normal;
	padding-bottom: 15px;
	display: block;
	margin: 0 15px;
	font-size: 13px;
}

.block {
	display: block;
}

.content_txt {
	min-height: 685px;
}

.trainer_list li em a {
	color: #099a44;
}

.trainer_list li:hover em a {
	color: #099a44;
	text-decoration: underline;
}

.trainer_list li:hover img {
	filter: none;
 }

.trainer_list li img {
	border-bottom: 1px solid #efefef;
}

.trainer_list li img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale")
}

.faq_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-left: 15px;
}

.faq_list h2 {
	font-size: 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #efefef;
	margin-right: 15px;	
	cursor: pointer;
}

.faq_list .none {
	padding: 15px;
	padding-left: 0px;
}

.faq_list .none p {
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
}

.faq_list h2::before {
	content: '\0002C5';
	font-family: tahoma;
	font-size: 16px;
	color: #099a44;
	font-weight: 100;
	margin-right: 10px;
}

.faq_list li.current_question h2::before {
	content: '\0002C3 ';
	font-family: tahoma;
	font-size: 16px;
	color: #099a44;
	font-weight: 100;
	margin-right: 10px;
}

.news_list .news_item {
	min-height: 160px;
	cursor: pointer;
}

.news_list .news_item p {
	font-family: Arial;
	font-size: 12px;
}

.news_list a {
	margin-right: 15px !important;
}

.pagination {
	padding-top: 5px;
}

.pagination a {
	font-family: Arial;
	font-size: 13px;
	display: inline-block;
	padding: 1px 7px;
	color: #000;
	border-right: 1px solid #099a44;
}

.pagination a:last-child {
	border: none;
}

.pagination a.current {
	font-weight: bold;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
	border-left: 3px solid #099a44;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../img/arrowdown.jpg") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

.options {
	float: left;
	margin-left: 12%;
}

.options * {
	float: left;
}

.options label {
	font-family: Arial;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 8px;
	margin-left: 30px;
}

.latest_news a:hover {
	opacity: 0.5;	
   	transition-duration: 0.2s;
}

.latest_news a {
   	transition-duration: 0.2s;
   	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 15px 0px 15px 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	background: url(../img/banner_green.jpg) scroll no-repeat 0 0;
}

.latest_news a:first-child {
	background: url(../img/banner_red.jpg) scroll no-repeat 0 0;
	margin-left: 15px;
	margin-right: 18px;
}

.latest_news a:last-child {
	background: url(../img/banner_grey.jpg) scroll no-repeat 0 0;
	margin-left: 10px;
}

.shere {
	margin-left: 15px;
	margin-top: 10%;
}

.shere a {
	display: block;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;	
}

.shere a:last-child {
	border-bottom: none;
} 

.news_content_page .news_side p {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}

.news_content_page .news_side h2 {
	font-size: 28px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.news_content_page .news_side h3 {
	font-size: 22px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#widget {
	background: url(../img/twitter_button.jpg) scroll no-repeat 20px center;
	padding: 8px 15px 8px 50px;
	border: 1px solid #efefef;
	width: 180px;
	margin: 20px auto;
	color: #333333;
}

#widget * { 
	color: #333333;
}

.related_news {
	width: 72%;
	float: left;
	margin-left: 15px;
}


.related_news .gallery_link {
	max-width: 194px;
	position: relative;
	margin-right: 14px;
}

.related_news .gallery_link:last-child {
	margin-right: 0px;
}

.related_news .gallery_link img {
	vertical-align: top;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.related_news .gallery_link span {
	position: absolute;
	padding: 9px 0px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	bottom: 40px;
	font-size: 18px;
	color: #fff;
	display: none;
	opacity: 1;
}

.related_news .gallery_link em {
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	bottom: 30px;
	color: #fff;
	display: none;
	font-style: normal;
	font-size: 12px;
	opacity: 1;
}

.related_news .gallery_link:hover em {
	display: block;
}

.related_news .gallery_link:hover span {
	display: block;
}


.related_news .gallery_link {
	background: #13903e;
}

.related_news .gallery_link:hover img {
	opacity: 0.1;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
 }

.iframe_form {
	float: right;
	width: 318px;
	margin-top: 15px;
	margin-right: 15px;
}

.iframe_form div {
	border: 1px solid #efefef;
}

#map {
	width: 100%;
	height: 800px;
}

#panel {
	background: #231f20;
	width: 97%;
	padding: 15px 17px 16px 17px;
	min-height: 25px;
}

#panel label {
 	color: #fff;
 	display: block;
 	padding-top: 5px;
 	margin-right: 15px;
}

#news_panel {
	background: #231f20;
	width: 94%;
	padding: 15px 15px 16px 16px;
	min-height: 25px;
	margin-top: 5px;
}

#news_panel label {
 	color: #fff;
 	display: block;
 	padding-top: 5px;
 	margin-right: 15px;
 	float: left;
}

#news_panel .select-style {
	min-width: 300px;
	float: left;
}

#mini_map {
	width: 255px;
	height: 200px;
	clear: both;
	float: left;
	display: block;
}

#mini_map_holder {
	width: 100%;
	height: 200px;
	display: block;
}



.map_holder {
	margin-left: 15px;
	margin-top: 15px;
}

.error {
	color: #ab0000 !important;
	font-size: 13px;
	margin-top: 7px;
}

#panel .by_car {
	color: #fff;
	background: #099a44;
	text-transform: uppercase;
	padding: 5px 15px 6px;
	margin-left: 15px;
}

#panel .by_bus {
	color: #fff;
	background: none;
	border: 1px solid #099a44;
	text-transform: uppercase;
	padding: 5px 15px 6px;
	margin-left: 15px;
}


.info_box {
	padding: 10px;
}

.info_box h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.info_box strong {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.info_box p {
	line-height: 18px;
}

.info_box a {
	margin-top: 0px;
	display: block;
	color: #099a44;
	padding-top: 0px;
	font-size: 13px !important;
}

.info_box td {
	line-height: 18px;
}

#panel * {
	float: left;
}

#address {
	float: left;
	padding: 6px;
	border: 0px;
	border-left: 3px solid #099a44;
}


.mini_start_training {
	margin-left: 15px;
	width: 96%;
	margin-top: 30px;
}

.mini_start_training .info_column {
	text-align: center;
	float: left;
	margin-left: 4px;
	position: relative;
}

.mini_start_training .middle_column p {
	margin-bottom: 0px;
	margin-top: 3px;
}

.mini_start_training .info_column p {
	height: 197px;
	margin-bottom: 3px;
	background: #fff;
	vertical-align: middle;
}

.mini_start_training .info_column p span {
	vertical-align: middle;
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
	padding-top: 58px;	
}

.mini_start_training .info_column {
	width: auto;
	max-width: 100%;
}

.mini_start_training .info_column .left {
	max-width: 120px;
}

.mini_start_training .info_column p {
	clear: none;
	max-width: 130px;
	float: left;
	height: auto;

}

.mini_start_training .info_column p span{
	font-size: 14px;
	padding-top: 36px;
}

.mini_start_training .info_column .button {
	font-size: 12px;
}


.error404 {
	min-height: auto !important;
}

.error404 p {
	font-weight: normal !important;
	margin-top: 10px;
	clear: both;
	margin-left: 15px;
	line-height: normal;
}

.error404 p img {
	width: 100%;
	height: auto;
}

.normal_content {
	margin-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.normal_content p {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.download {
	width: 30%;
	background: url(../img/pdf_icon.png) scroll no-repeat left center;
	padding-left: 25px;
	line-height: 18px;
	color: #099a44;
	float: left;
	display: block;
	margin-bottom: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.normal_content p {
	font-weight: normal;
}

.normal_content ul {
	margin-top: 10px;
}

.normal_content ul li {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 25px;
	list-style: url(../img/arrow_green_right.png);
}

.person_title {
	background: #099a44;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 16px !important;
	border: none;
	font-family: 'Dosis', sans-serif !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#applyform {
	padding-top: 25px;
}

#applyform p {
	float: left;
	margin-right: 15px;
	width: 200px;
}

#applyform input {
	border: 1px solid #dadada;
	padding: 5px 10px;
	width: auto;
	min-width: 90%;
	color: #000 !important;
	font-size: 12px;
}

#contactform input {
	border: 1px solid #dadada;
	padding: 5px 10px;
	width: auto;
	min-width: 90%;
	color: #000 !important;
	font-size: 12px;
}

#applyform textarea {
	border: 1px solid #dadada;
	padding: 5px 10px;
	color: #000 !important;
	font-family: Arial;
	width: 79%;
	height: 150px;
	margin-top: 15px;
	resize: none;
	font-size: 12px;
}

#contactform textarea {
	border: 1px solid #dadada;
	padding: 5px 10px;
	color: #000 !important;
	font-family: Arial;
	width: 79%;
	height: 150px;
	margin-top: 15px;
	resize: none;
	font-size: 12px;
}


.fake_input {
	border: 1px solid #dadada;
	padding: 3px 10px;
	position: relative;
	float: left;
	background: url(../img/cv_link.png) scroll no-repeat 95% center;
	padding-right: 35px;
}

.fake_input span {
	width: 80%;
	overflow: hidden;
	display: block;
	color: #757575;
}

.fake_input input {
	background: red;
	height: 20px;
	display: block;
	width: 100%;
	position: absolute;
	cursor: pointer;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 3 !important;
	opacity: 0;
}


#applyform button {
	background: #099a44 url(../img/arrow_right.png) scroll no-repeat 90% center;
	margin-top: 5px;
	margin-bottom: 15px;
}

#contactform button {
	background: #099a44 url(../img/arrow_right.png) scroll no-repeat 90% center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#form_agree {
	width: auto !important;
	min-width: auto !important;
}

.agreement {
	width: 90% !important;
}

#applyform label {
	font-size: 11px;
	color: #a9a9a9;
	float: left;
	line-height: 13px;
	display: block;
	overflow: auto;
}

#applyform .error {
	font-size: 11px;
	color: #de0000 !important;
	float: left;
	line-height: 13px;
	margin-bottom: 15px;
	display: block;
	overflow: auto;
}



#contactform label {
	width: 90%;
	font-size: 11px;
	color: #a9a9a9;
	float: left;
	line-height: 13px;
	margin-bottom: 20px;
	display: block;
	overflow: auto;
}

.full_width p {
	width: 100% !important;
	margin-bottom: 15px;
}

.full_width textarea {
	margin-top: 0px !important;
	height: 100px !important;
	width: 90% !important;
	margin-bottom: 15px;
}

.full_width .fake_input span {
	background: transparent url("../img/cv_link.png") no-repeat scroll 95% center;
	width: 371px;
}

.full_width .fake_input {
	background: none;
	width: 87% !important;
}

.big_button {
	padding: 15px 25px;
	font-size: 18px;
	margin-right: 15px;
	padding-right: 40px;
	background: #099a44 url(../img/arrow_big_right.png) scroll no-repeat 90% center !important;
}

.fancybox-skin {
	background: none !important;
	border-radius: 0px;
}

#fancybox-thumbs ul li {
	opacity: 1 !important;
    border: 5px solid #000 !important;
}

#fancybox-thumbs ul li.active {
    opacity: 1;
    padding: 0px;
    border: 5px solid #FFF !important;
}

#fancybox-thumbs {
	background: #000;
}

.fancybox-title-float-wrap {
    top: -50px;
    left: 0px !important;
	right: auto !important;
	margin-bottom: 0px !important;
    z-index: 8050;
	width: 100% !important;
	text-align: left;
	min-height: 65px;
}

.fancybox-title-float-wrap .child {
	margin-right: 0px !important;
	border-radius: 0px !important; 
	width: 96% !important
}

.fancybox-title-float-wrap .child span {
	float: left;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.fancybox-title-float-wrap .child em {
	display: block;
}

.shere_box {
	position: absolute;
	right: 15px;
	padding-top: 5px;
}

.shere_box a {
	margin-right: 5px;
}

.fancybox-skin {
	padding: 0px !important;
}


.fancybox-title-float-wrap .child p {
	text-transform: uppercase;
	font-style: normal !important;
	line-height: 16px;
	font-weight: normal;
}

.fancybox-title-float-wrap .child p em {
	padding-top: 7px;
	font-weight: normal;
	font-size: 16px;
	font-style: normal !important;
}

.fancybox-nav {
	display: block !important;
	z-index: 99999999 !important;
	opacity: 1 !important;
}


.fancybox-next span {
	background: url(../img/right_big_white.png) scroll no-repeat 0 0 !important;
}

.fancybox-prev span {
	background: url(../img/left_big_white.png) scroll no-repeat 0 0 !important;
}

.normal_content p a{
	color: #099a44;
}

.contact_map {
	float: right;
	width: 48%;
	height: 680px;
}

.contact_map #map {
	width: 100%;
	height: 100%;
}

.contact_left {
	float: left;
	width: 49%;
}

.multimedia .gallery_link {
	width: 49% !important;
	max-width: 49%;
}

.multimedia .gallery_link .button {
    position: absolute;
    top: 45%;
    left: 35%;
    padding-right: 30px;
    text-transform: lowercase;
    z-index: 99999;
    transition: all 1s ease-in-out 0s;
}

.normal_content table {
	width: 100%;
	padding-left: 15px;
	font-family: Arial !important;
	font-size: 12px;
	margin-bottom: 30px;
}

.normal_content table * {
	font-family: Arial !important;
	font-size: 12px;
	vertical-align: middle;
}

.normal_content table td {
	padding: 5px;
	min-width: 2%;
	overflow-y: auto;
	border-bottom: 1px solid #e1e1e1;
}

.normal_content h4.color_red {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d71921  !important;
} 

.highlight {
	background: #ceebda;
	font-weight: bold;
}

.highlight a {
	text-decoration: underline;
}

.calendar {
	width: 95%;
	padding-top: 10px;
	text-align: center;
	padding: 30px !important;
	border: 1px solid #eee;
	margin-bottom: 40px;
}

.has_event {
	color: #d71921;
}

.calendar_header {
	background: #000;
	color: #fff;
	width: 95%;
	padding: 15px 0px;
	text-align: center;
	font-size: 22px;
}

.calendar_header a {
	margin-left: 15px;
	margin-right: 15px;
}

.calendar a {
	font-weight: bold;
}

.calendar td {
	height: 35px;
	font-size: 12px;
	color: #b3b3b3;
	font-family: Arial;
	vertical-align: middle;
}

.sidebar_map {
	width: 96%;
	height: 200px;
}

.sidebar_map #map {
	height: 100% !important;
	min-height: 100% !important;
}


.albums {
  padding-top: 60px;
  background: url(../img/layout/bg-black-pattern.jpg); }
  .albums .header {
    width: 100%;
    height: 80px; }
  .albums .header .title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 15px; }
    .albums .header .title span {
      font-size: 12px; }
  .albums .header .social-media {
    line-height: 32px;
    text-align: right; }
    @media (max-width: 769px) {
    .albums .header .social-media {
      line-height: 29px;
      text-align: center; } }
    .albums .header .social-media .fb-like {
      float: right;
      margin-left: 15px;
      display: inline-block !important;
      width: 78px !important;
      margin-left: 10px; }
    @media (max-width: 769px) {
      .albums .header .social-media .fb-like {
        float: none !important; } }
  .albums .header .paging {
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 70px; }
    .albums .header .paging a {
      font-weight: 300;
      color: #fff;
      display: inline-block;
      line-height: 13px;
      margin-left: -3px;
      width: 27px;
      text-align: center;
      border-right: 1px solid #676767; }
    .albums .header .paging a.active {
      font-weight: 700; }
    .albums .header .paging a:last-child {
      border-right: 0; }
  .albums .album {
    height: 265px;
    text-align: center;
    overflow: hidden; }
  .albums .album a {
    color: #fff; }
  .albums .album img {
    max-height: 100%; }
  .albums .album.old {
    height: 200px; }
  .albums .album .image {
    height: 150px;
    max-width: auto !important; }
    .albums .album .image.old {
      height: 76px; }
  .albums .album .date {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 3px;
    color: #fff; }
  .albums .album .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff; }

.big-image .image {
  position: relative;
  background-color: rgba(222, 222, 222, 0.3);
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf; }
  .big-image .image .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    .big-image .image .arrow.left {
      left: 0px;
      background-image: url('../img/layout/arrow-left-big.png'); }
    .big-image .image .arrow.right {
      right: 0px;
      background-image: url('../img/layout/arrow-right-big.png'); }
    .big-image .image .arrow.unactive {
      opacity: 0.5; }
  .big-image .show-all {
    text-align: center;
    text-transform: uppercase;
    line-height: 45px; }
  @media (max-width: 769px) {
    .big-image .show-all {
      line-height: 24px;
      font-size: 16px;
      padding-top: 8px; } }
  .big-image .show-all a {
    color: #008f3d;
    font-weight: 600; }

.small-images {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  left: 0;
  right: 0;
  height: 160px;
  background: #fff;
  position: relative; }
  @media (max-width: 769px) {
  .small-images {
    display: none; } }
  .small-images .arrow {
    width: 40px;
    height: 150px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
  .small-images .arrow.left {
    left: 0;
    background-image: url('../img/layout/arrow_left.png'); }
  .small-images .arrow.right {
    right: 0;
    background-image: url('../img/layout/arrow_right.png'); }
  .small-images .arrow.unactive {
    opacity: 0; }
  .small-images .thumbnails-outer {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  .small-images .thumbnails-outer .thumbnails-inner {
    padding: 10px 0;
    height: 100%;
    position: absolute; }
    .small-images .thumbnails-outer .thumbnails-inner .thumbnail {
      transition: all 0.25s linear;
      display: block;
      float: left;
      padding: 5px;
      opacity: 0.5;
      border: 2px solid transparent;
      cursor: pointer;
      width: 187px;
      height: 129px;
      text-align: center; }
    .small-images .thumbnails-outer .thumbnails-inner .thumbnail img {
      height: 100%;
      max-height: 100%;
      max-width: 100%; }
    .small-images .thumbnails-outer .thumbnails-inner .thumbnail:hover {
      opacity: 1; }
    .small-images .thumbnails-outer .thumbnails-inner .thumbnail.active {
      transition: all 0.25s linear;
      opacity: 1;
      border: 2px solid #181818; }

.gallery {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: url(../img/layout/bg-black-pattern.jpg); }
  @media (max-width: 769px) {
  .gallery {
    top: 60px; } }
  .gallery *::selection {
    background: rgba(255, 255, 255, 0); }
  .gallery *::-moz-selection {
    background: rgba(255, 255, 255, 0); }
  .gallery .header {
    width: 100%;
    height: 80px; }
  .gallery .header .date {
    line-height: 45px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 3px;
    color: #fff; }
    @media (max-width: 769px) {
    .gallery .header .date {
      display: none; } }
  .gallery .header .title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 15px; }
    .gallery .header .title span {
      font-size: 12px; }
  .gallery .header .social-media {
    line-height: 32px;
    text-align: right; }
    @media (max-width: 769px) {
    .gallery .header .social-media {
      padding: 0;
      line-height: 29px;
      text-align: center; } }
    .gallery .header .social-media .fb-like {
      float: right;
      margin-left: 15px;
      display: inline-block !important;
      width: 78px !important;
      margin-left: 10px; }
    @media (max-width: 769px) {
      .gallery .header .social-media .fb-like {
        float: none !important; } }
  .gallery .big-image {
    color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 41px;
    right: 41px;
    width: 782px; }
  @media (max-width: 769px) {
    .gallery .big-image {
      bottom: 40px;
      top: 95px; } }
  .gallery .big-image .show-all {
    text-align: center;
    text-transform: uppercase;
    line-height: 45px; }
    .gallery .big-image .show-all a {
      color: #008f3d;
      font-weight: 600; }
  .gallery .big-image .image {
    height: 100%;
    text-align: center;
    position: relative; }
    .gallery .big-image .image .photo {
      height: 100%;
      display: inline-block;
      position: relative; }
    .gallery .big-image .image .photo img {
      max-width: 700px;
      max-height: 100%;
      z-index: 10;
      position: relative; }
    .gallery .big-image .image .photo .play {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 64px;
      height: 64px;
      margin-left: -32px;
      margin-top: -32px;
      background: url(../img/layout/play.png) top no-repeat;
      z-index: 20;
      opacity: 0;
      cursor: pointer; }
      .gallery .big-image .image .photo .play.active {
        background-position: 0 -64px; }
    .gallery .big-image .image .photo:hover img {
      opacity: 0.3; }
      .gallery .big-image .image .photo:hover .play {
        opacity: 1; }




/*
@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.main_menu a {
	    padding: 5px 6px 6px;
	}
	
	.main_menu .sub_menu a {
	    padding: 13px 12px;
	}	
	
	.container12 .column7 {
	    width: 485px !important;
	}
	
	.container12 .column6 {
	    width: 474px !important;
	}
	
	.call_to_action a {
		width: 48.5% !important;

	}

	.start_training {
		background: #231F20 url("../img/arrow_big_right.png") no-repeat scroll 90% center;
	}

	.open_camp {
	    background: #099A44 url("../img/arrow_big_right.png") no-repeat scroll 90% center;
	}
	
	.info_column {
	    max-width: 154px;
	}
	
	.info_column p {
	    height: 169px;
		margin-bottom: 4px;
	}
	
	.info_column p span {
	    padding-top: 42px;
	}
	
	.rectangle {
	    top: 169px;
	}
	
	.middle_column .rectangle {
	    top: 158px;
	}	

	.news_media .right_side {
		width: 255px !important;
	}
	
	.news_media .news_side {
		width: 662px !important;
	}
	
	.right_side .product_item:nth-child(3) {
		display: none;
	}

	.right_side .product_item:nth-child(2) {
		float: right;
	}

	.product_item {
 	   max-width: 123px;
	}
	
	h5 {
	    font-size: 20px;
	}
	
	.product_item p {
		font-size: 13px;
	}
	
	.newsletter_banner .column4 {
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.newsletter_banner a {
		display: none;
	}
	
	.newsletter_banner label {
	    width: 97%;
	}
	
	.numbers {
		margin-top: 20px;
	}

	.footer_links .container12 .bottom_menu:nth-child(5) {
		clear: both;	
	}
	
	.footer_links h6 {
		text-align: left;
		padding-top: 30px;
	}
	
	.newsletter_value {
		max-width: 300px;
	}
	
	.media_holder {
		float: left;
		padding: 15px;
	}
	
	.right_side .media_holder {
		display: none;
	}
	
	.gallery_link {
		margin-right: 20px;
	}
	
	.media_box {
	    width: 275px !important;
	}
	
	.social_bar .media_box:nth-child(1) {
		margin-left: 0px;
	}
	
	
	.training_products .column9 {
		width: 98% !important;
	}
	
	.training_products .info_column .left {
		max-width: 150px;
	}

	.media_horizontal {
		box-sizing: border-box;
		padding-left: 15px !important;
	}

	.media_horizontal h5 {
		margin-left: 0px !important;
		width: 99% !important;
		max-width: 100% !important;
	}

	.related_news .gallery_link {
		min-width: 229px !important;
		margin-right: 5px;	
	}

	.related_news .gallery_link * {
		width: 100%;
	}

	.training_products .recom_products {
		display: none;
	}

	.media_horizontal .left {
		margin-right: -20px !important;
		margin-left: 0px !important;
		transform:scale(0.9); 
		-webkit-transform:scale(0.9); 
		-moz-transform:scale(0.9); 
		-o-transform:scale(0.9);
		transform-origin: top left;
		margin-bottom: 0px;
	}
	
	.media_horizontal .numbers {
		margin-top: 0px;
	}

	.news_container {
		width: auto !important;	
	}
	
	.map_section {
		width: 65% !important;
	}
	
	#map {
		width: 99%;
	}

	.mini_start_training .info_column .left {
	    max-width: 95px;
	}

	.mini_start_training .info_column p {
	    max-width: 95px;
	}

	.mini_start_training .info_column p span {
	    padding-top: 16px;
	}
	.container12 .column10 {
    	width: 736px !important;
	}
	
	.trainer_list li {
	    float: left;
	    max-width: 161px;
	    border: 1px solid #EFEFEF;
	    text-align: center;
	    margin: 15px 2px 3px 14px !important;
	}

	.column3 .info_column p span {
		padding-top: 25px;
	}
	
	.column3 .product_item {
		max-width: 98px;
	}
	
	.training_products .column3 .mgr_top {
	    margin-right: 15px;
	}
	
	.related_news {
	    width: 97%;
	}

	.normal_content .gallery_link {
		margin-right: 0px !important;
	}

	#applyform textarea {
		width: 93%;
	}


}


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

	.mgr_left_right {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.multimedia .gallery_link {
		width: 47% !important;
		max-width: 47%;
	}

	#applyform textarea {
		width: 93%;
	}

	.main_menu a {
	    padding: 5px 6px 6px;
	}
	
	.main_menu .sub_menu a {
	    padding: 13px 12px;
	}	
	
	.container12 .column7 {
	    width: 378px !important;
	}
	
	.banner_txt {
	    font-size: 13px;
		top: 41%;
	}	

	.banner_txt p {
    	padding: 10px 12px;
	}

	.container12 .column6 {
	    width: 388px !important;
	}	

	.call_to_action a {
		width: 48.5% !important;

	}

	.start_training {
		background: #231F20 url("../img/arrow_big_right.png") no-repeat scroll 95% center;
	}

	.open_camp {
	    background: #099A44 url("../img/arrow_big_right.png") no-repeat scroll 95% center;
	}
	
	.info_column {
	    max-width: 125px;
	}
	
	.info_column p {
	    height: 136px;
		margin-bottom: 4px;
	}
	
	.info_column p span {
	    padding-top: 32px;
		font-size: 18px;
	}
	
	.rectangle {
	    top: 169px;
	}
	
	.middle_column .rectangle {
	    top: 158px;
	}	
	
	.news_media .news_side {
		width: 96% !important;
	}
	
	h5 {
	    font-size: 20px;
	}
	
	.news_media #mini_map {
		display: none;
	}
	

	
	.footer_copy {
		height: 40px;
		text-align: center;
	}

	.footer_copy p{
		width: 100% !important;
		text-align: center;
	}

 	
	.footer_copy a {
		display: none !important;
	}
	
	.product_item p {
		font-size: 13px;
	}
	
	.newsletter_banner .column4 {
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.newsletter_banner a {
		display: none;
	}
	
	.newsletter_banner label {
	    width: 97%;
	}
	
	.numbers {
		margin-top: 20px;
	}

	.footer_links .container12 .bottom_menu:nth-child(4) {
		clear: both;	
	}
	
	.footer_links h6 {
		text-align: left;
		padding-top: 30px;
	}
	
	.newsletter_value {
		max-width: 300px;
	}
	
	.media_holder {
		float: left;
		padding: 15px;
	}
	
	.right_side .media_holder {
		display: none;
	}
	
	.gallery_link {
		margin-right: 20px;
	}
	
	.media_box {
	    width: 275px !important;
	}
	
	.social_bar .media_box:nth-child(1) {
		margin-left: 0px;
	}
	


	.media_horizontal {
		box-sizing: border-box;
		padding-left: 15px !important;
	}

	.media_horizontal h5 {
		margin-left: 0px !important;
		width: 99% !important;
		max-width: 100% !important;
	}

	.banner_top {
		display: none
	}

	.related_news .gallery_link {
		max-width: 182px !important;
		margin-right: 5px;	
	}

	.related_news .gallery_link * {
		width: 100%;
	}

	.training_products .recom_products {
		display: none;
	}

	.media_horizontal .left {
		margin-right: -20px !important;
		margin-left: 0px !important;
		transform:scale(0.9); 
		-webkit-transform:scale(0.9); 
		-moz-transform:scale(0.9); 
		-o-transform:scale(0.9);
		transform-origin: top left;
		margin-bottom: 0px;
	}
	
	.media_horizontal .numbers {
		margin-top: 0px;
	}

	.news_container {
		width: auto !important;	
	}
	
	.map_section {
		width: 65% !important;
	}
	
	#map {
		width: 99%;
	}

	.mini_start_training .info_column .left {
	    max-width: 95px;
	}

	.mini_start_training .info_column p {
	    max-width: 95px;
	}

	.mini_start_training .info_column p span {
	    padding-top: 16px;
	}
	.container12 .column10 {
    	width: 736px !important;
	}
	
	.trainer_list li {
	    float: left;
	    max-width: 161px;
	    border: 1px solid #EFEFEF;
	    text-align: center;
	    margin: 15px 2px 3px 14px !important;
	}

	.column3 .info_column p span {
		padding-top: 25px;
	}
	
	.column3 .product_item {
		max-width: 98px;
	}
	
	.training_products .column3 .mgr_top {
	    margin-right: 15px;
	}
	
	.related_news {
	    width: 97%;
	}
	
		.footer_copy .column6 {
		width: 100% !important;
	}

	.footer_logos .container12 .column6 {
		width: 50% !important;
	}
	
	.news_media .right_side {
		float: left !important;
		margin-left: 15px;
		width: 98% !important;
		box-sizing: border-box;
		max-width: 98% !important;
	}
	
	.news_media .right_side h5:last-child{
		display: none !important;
	}
	
	.nav_bar {
		width: 100%;
	}
	
	.logo {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	
	.menu_bar {
		background: #231F20;
		margin-top: 5px;
		clear: both;
	}
	
	.nav_holder nav {
		position: absolute;
		top: 91px;
		display: none;
		background: #fff;
		width: 100%;
		z-index: 99999;
	}
	
	.search {
	    width: 285px;
	}

	.main_menu .sub_menu {
	    position: absolute;
	    left: 0px;
	    top: 60px;
	    background: #FFF none repeat scroll 0% 0%;
	    width: 100%;
	}

	.menu_bar {
    	min-height: 60px;
		text-align: center;
	}
	
	.menu_bar ul li {
		float: none;
		min-height: 30px;
		display: inline-block;
	}
	
	.mobile_top {
		position: relative;
		top: 100px;
	}
	
	.open_with_title {
		height: 110px;
	}
 	
	.call_to_action a {
	    font-size: 18px !important;
	}
	
	.no_mobile {
		display: none;
	}
	
	.news_media .right_side .numbers {
		transform:scale(0.83); 
		-webkit-transform:scale(0.83); 
		-moz-transform:scale(0.83); 
		-o-transform:scale(0.83);
		transform-origin: top left;	
		margin-top: 0px;
		width: 246px;
		margin-right: -40px;
	}

	.map_section {
	    width: 99% !important;
	}
	
	#map {
	    width: 100%;
	}
	
	.mini_start_training .info_column .left {
    	max-width: 115px;
	}
	
	.mini_start_training .info_column p {
	    max-width: 124px;
	}
	
	.mini_start_training {
		min-height: 200px;
	}
	
	.iframe_form {
		width: 96%;
		position: relative;
		margin-top: 20px;
		left: 15px;
		float: none !important;
		clear: both;
		margin-bottom: 20px;
	}
	
	.media_horizontal .left {
	    margin-right: -67px !important;
	    margin-left: 0px !important;
	    transform: scale(0.7);
	    transform-origin: left top 0px;
	    margin-bottom: 0px;
	}
	
	.social_bar .media_box iframe {
	    transform: scale(0.7);
	    transform-origin: left top 0px;
	}
	
	.media_box {
	    width: 220px !important;
	    height: 350px !important;
	 }
	
	.social_bar .media_box:last-child iframe {
	    transform: scale(0.9);
	    transform-origin: left top 0px;
	    height: 345px !important;
	}
	
	.footer_logos .column3 {
    	width: 230px;
	}	
	
	.training_products {
		width: 100% !important;
		max-width: 770px;
	}
	
	.training_products .column3 {
		width: 98% !important;
		position: relative;
	}
	
	.training_products .column3 .info_column img {
		width: 115px;
	}

	.training_products .column9 .info_column img {
		width: 115px;
	}

	.training_products .column9 {
		width: 98% !important;
	}
	
	.training_products .column3 .info_column .info_title span {
		display: block;
		width: 100px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.training_products .column3 .info_column:nth-child(3) .info_title {
		float: right !important;
	}

	.training_products .column3 .info_column .info_title {
		width: 120px;
	}

	.training_products .column9 .info_column .info_title {
		width: 120px;
	}
	
	.training_products .block {
		display: none;
	}
	
	.column3 .product_item {
	    max-width: 175px;
	}
	.training_products .product_item {
	    width: 175px;
	    margin-bottom: 20px;
	    float: left !important;
	}
	
	.page_header_content .column6 {
		width: 410px !important;
	}
	
	.news_content_page {
		width: 92%;
	}
	

	

}

@media only screen and (max-width: 767px) {
	

	.multimedia .gallery_link {
		width: 100% !important;
		max-width: 100%;
	}

	.contact_map {
		float: none;
		width: 100%;
		height: 380px;
		clear: both;
	}
	
	
	.normal_content table td {
		padding: 5px 4px;
		font-size: 11px;
	}

	.normal_content table .date {
		background: none !important;
		padding-left: 0px !important;
	}

	.contact_left {
		float: none;
		clear: both;
		width: 100%;
	}

	.big_button {
		clear: both;
		line-height: 72px;
	}

	.shere_box {
		display: none !important;
	}
	
	.fancybox-title span {
		display: none !important
	}

	.download {
		width: 100%;
	}

	.mgr_left_right {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.gallery_link {
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}

	.banner_top {
		display: none;
	}

	.main_menu li {
		clear: both;
		display: block;
		width: 100% !important;
	}

	.main_menu li a {
		display: block;
		padding: 13px 19px;
	}
	
	.main_menu {
		background: #231F20;
		width: 100%;
		position: relative;
	}
	
	#applyform p {
		width: 100%;
		margin-bottom: 15px;
	}

	#applyform textarea {
		width: 91%;
	}
	
	.fake_input {
	    width: 82% !important;
		margin-bottom: 0px !important;
	}
	
	.menu_bar {
		width: 176px;
		z-index: 999999;
		position: absolute;
		top: 0px;
		padding-top: 30px;
		background: #231F20 url(../img/mobile_menu.png) scroll no-repeat 10px 2px;
		height: 0px !important;
		overflow: hidden;
	}
	
	.mobile_top {
		margin-top: 0px;
		height: 16px;
	}
	
	.open_menu {
		height: auto !important;
		overflow: auto;
	}
	
	.sub_menu p {
		display: none;
	}

	.sub_menu {
	    position: static !important;
	    left: 0px;
	    top: 30px;
	    background: #e6e6e6 !important;
	}

	.sub_menu a {	
	    padding: 5px 15px 6px;
	    text-transform: uppercase;
	    font-size: 14px;
	    background: #e6e6e6 !important;
	}

	.footer_links * {
		width: 98% !important;
		text-align: center;
		margin: 0px auto;
	}
	
	.footer_logos .middle_logo_column {
		width: 100% !important;
		text-align: center !important;
	}
	
	.footer_links h6 {
		padding-top: 20px;
		text-align: center !important;
		font-size: 26px;
	}
	
		
	.footer_copy {
		height: 40px;
		text-align: center;
	}

	.footer_copy p{
		width: 100% !important;
		text-align: center;
	}

 	
	.footer_copy a {
		display: none !important;
	}
	
	.social_bar .media_box {
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	
	.newsletter_banner {
		max-height: 220px;
	}
	
	.container12, .container16 {
	    width: 320px !important;
	}
	
	.newsletter_value {
	    width: 56%;
	}
	
	.no_mobile {
		display: none !important;
	}
	
	.column7 {
		width: 320px !important;
	}
	
	.call_to_action a {
		width: 49%;
		font-size: 14px;
	}
	
	.start_training {
	    background: #231F20 url("../img/arrow_big_right.png") no-repeat scroll 95% center;
	    transition-duration: 0.2s;
	    text-align: left;
	}

	.open_camp {
	    background: url("../img/arrow_big_right.png") no-repeat scroll 95% center;
	    transition-duration: 0.2s;
	    text-align: left;
	}
	
	.news_item {
	    min-height: 166px !important;
	}
	
	.right_side .product_item {
		max-width: 90px;
	}
	
	.social_bar {
		display: none !important;
	}
	
	.logo {
		position: absolute;
	}
	
	.nav_bar {
	    min-height: 162px;
	    width: auto;
	}
	
	.news_media {
		position: relative;
		top: -15px;
	}
	
	.mini_social {
		margin-top: 5px;
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 24px;
		padding-top: 26px;
	}

	
	.faq_link {
		margin-top: 5px;
		font-size: 13px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 29px;
		margin-bottom: 0px !important
	}
	
	.nav_bar .nav_holder nav {
		display: none !important;
	}
	
	.news_link {
		margin-top: 5px;
		font-size: 13px !important;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 28px;
	}
	
	.strefa {
		width: 80px;
		float: none;
		font-size: 14px !important;
		padding: 39px 5px 13px;
		position: absolute;
		top: 53px !important;
	}
	
	.banner_txt p {
		font-size: 11px;
	}
	
	.prev {
	    top: 28%;
	}

	.next {
	    top: 28%;
	}
	
	.nav_bar .strefa {
	    top: 72px;
		position: relative;
		margin-left: 0px;
	}

	.nav_bar .news_link {
		position: relative;
	    top: 72px;
	}
	
	.nav_bar .nav_holder {
		position: relative;
		top: 72px;
	}
	
	.nav_bar .mini_social {
		position: relative;
		top: 72px;
	}

	.nav_bar .search {
		position: absolute;
		top: -20px;
		width: 91%;
		left: -1px;
	}
	
	.logo {
		position: absolute;
		z-index: 999;
		transform:scale(0.55); 
		-webkit-transform:scale(0.55); 
		-moz-transform:scale(0.55); 
		-o-transform:scale(0.55);
		top: 23px;
	}
	
	#search_form {
		float: right;
	}
	
	.nav_holder .news_link {
		top: 0px;
	}
	
	.map_section {
		width: 100% !important;
	}
	
	#search_value {
		border: 1px solid #dadada;
		padding: 6px;
		width: 110px;
	   	transition-duration: 0.2s;
	}
	
	#search_value:focus {
		width: 110px;
	   	transition-duration: 0.2s;
	}
	
	.nav_bar {
		width: 100%;
	}
	
	.newsletter_banner .column4 {
		box-sizing: border-box;
		width: 100% !important;
	}
	
	.footer_copy p {
		padding-left: 0px !important;
	}
	
	.media_holder div {
		transform:scale(1.14); 
		-webkit-transform:scale(1.14); 
		-moz-transform:scale(1.14); 
		-o-transform:scale(1.14);
		transform-origin: top left;
		float: left !important; 
		min-height: 200px;
	}
	
	.media_horizontal {

	}
	
	.media_horizontal .left {
		transform:scale(1.15); 
		-webkit-transform:scale(1.15); 
		-moz-transform:scale(1.15); 
		-o-transform:scale(1.15);
		transform-origin: top left;
		float: left !important; 
		min-height: 200px;
		margin-bottom: 40px;
	}
	
	.iframe_form {
		width: 95%;
		margin-right: 0px;
	    box-sizing: border-box;
	}

	.iframe_form * {
		width: 100%;
	}
	
	.media_holder .right {
		margin-top: 30px;		
	}
	
	#panel {
	    width: 95%;
	    box-sizing: border-box;
		min-height: 95px;
	}
	#news_panel {
	    width: 95%;
	    box-sizing: border-box;
		min-height: 95px;
	}
	
	#news_panel .select-style {
		min-width: 98%;
	}
	
	#news_panel label {
		margin-bottom: 15px;
	}
	
	#panel .by_car {
		margin-left: 20%;
		margin-top: 15px;
	}
	
	.page_header_content h1 {
		line-height: 26px;
	}
	
	.page_header_content {
	    min-height: none;
	}
	
	#map {
	    width: 100%;
	    height: 425px;
	}

	.mini_start_training {
		width: 90%;	
	}
	
	.mini_start_training .info_column {
		margin-bottom: 15px;
	}

	.mini_start_training .info_column .left {
    	max-width: 142px;
	}
	
	.training_products .product_item {
	    width: 138px;
	}
	
	.training_products .block {
		width: 95%;
	}	

	.training_products .block *{
		width: 100%;
	}	

	.trainer_list li {
	    float: left;
	    max-width: 131px;
	}
	
	.tools * {
		font-size: 11px !important;
	}
	
	.tools a {
		position: relative;
		top: 10px;
	    margin-right: 8px;
	    padding-right: 8px;
	}
	
	.training_products .product_item {
    	width: 135px;
	}
	
	
	.news_content_page {
	    width: 82%;
	}
	
	.latest_news a {
		margin: 0px !important;
		float: left !important;
		width: 100% !important;
	}
	
	.related_news {
		width: 91%;
		margin-bottom: 30px;
	}

	.related_news .gallery_link {
		transform:scale(1.5); 
		-webkit-transform:scale(1.5); 
		-moz-transform:scale(1.5); 
		-o-transform:scale(1.5);
		transform-origin: top left;
		width: 98%;
	    min-height: 127px;
	    margin-bottom: 70px;
}
	
	.news_item a {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	

	.news_item a img {
		width: 100%;
	}
	
	
	.options {
		clear: both;
	    float: none;
	    margin-left: 0% !important;
	    position: relative;
	    top: 20px;
	    height: 120px;
	}

	.pagination {
		position: relative;
		top: -15px;
	}
	.options label {
	    width: 69px;
	}
	
	.options .select-style {
		margin-bottom: 10px;
	}
	
	.news_side {
		width: auto !important;
	}
	
	.news_side .button {
		position: relative;
	}
	
	.news_item {
 	   min-height: 346px !important;
	}
	
	.column10 {
		width: auto !important;
	}

	.training_products {
		width: auto !important;
	}
	
	.column3 {
		width: 96% !important;
	    box-sizing: border-box;
		position: relative;
	}
	
	.footer_logos .column2 {
		width: 100% !important;
	}

	.column6 {
		width: auto !important;
		min-width: auto;
	}
	
	.page_header_content h1 {
		font-size: 17px;
	}
	
	.news_list h5 {
		font-size: 17px;
	}
	
	#address {
		float: right;
		width: 45%;
	}
	
	.options label {
		clear: both !important;
	}
	
	.training_products h5 {
		margin-right: 0px;
	}
	
	.news_list .news_item {
		min-height: 493px !important; 
	}
	
	.container12, .container16 {
		width: auto !important;
	}
	
	.news_item a {
	    width: 95%;
		display: block;
	}

	.right_side {
		margin-left: 15px !important; 
	}

	.right_side .product_item {
	    max-width: 87px;
	}
	
	.container12 {
		max-width: 320px !important;
	}
	
	.footer_logos .column6 {
		width: 100% !important;
	}
	
	.news_item .news_content {
		width: 95%;
	}
	
	.normal_content .gallery_link {
		max-width: 100%;
		float: none !important;
	}
	
	.normal_content .gallery_link img {
		width: 100%;
		height: auto;		
	}

	.normal_content .gallery_link .button {
		top: 50%;
		left: 50%;
		margin-left: -20% !important;
		margin-top: -10% !important;
	}
	
	.normal_content .left iframe {
		width: 100% !important;
		margin-bottom: 15px;
	}
	
	.full_width .fake_input {
		width: 81% !important;
	}

	
}




@media only screen and (min-width: 320px) and (max-width: 480px) {
	.media_holder {
		margin-left: 0px !important;
	}	

	.extra_class {
		margin-left: 15px !important;
	}	

}

*/