/*
Project: Coal Creative
Description: Responsive CSS Grid layout
Author: Coal Creative
Version: 1.0
Tags: CoalGrid, RWD
*/
html {
	width: 100%;
	height: 100%;
}
body {
	font-size: 15px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	color: #5C5C5C;
	line-height: 24px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFF;
	width: 100vw;
	margin: 0 auto;
}
body p {
	font-family: 'Fira Sans', sans-serif;
}
p.big_one {
	font-size: 16px;
	line-height: 26px;
}
img {
	border: 0;
}
a {
	color: #5C5C5C;
	text-decoration: none;
	transition: all 300ms;
}
p {
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
a:hover {
	color: #114474;
	text-decoration: none;
	text-shadow: none;
}
a:focus {
	outline: none;
}
.padding_project {
	padding: 8%;
}
input {
    -webkit-appearance: none;
}
svg {
	max-height: 100%;
}
strong {
	font-weight: bold;
}
.padding_tb_huge {
	padding-top: 150px;
	padding-bottom: 150px;
}
h1 {
  font-size: 45px;
  line-height: 58px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: block;
  float: left;
  width: 100%;

	font-weight: normal;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}
h1 span {

}
h1 strong {
	color: #114474;
}
h2 {
  font-size: 30px;
  line-height: 33px;
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 20px;
  display: block;
  float: left;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  border-left: 4px solid #5C5C5C;
}
.all_text_centered span.above_heading {
	text-align: center;
}
h2 strong, h1 strong {
	font-weight: bold;
}
.all_text_centered h2 {
	width: 100%;
	text-align: center;
}
h3 {
	font-size: 24px;
  line-height: 26px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  display: block;
  float: left;
  width: 100%;
	font-weight: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #114474;
}
h3 strong {
	display: block;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: normal !important;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	display: block;
    float: left;
	width: 100%;
	text-transform: none;
	font-weight: 400;
	border-left: 4px solid #5C5C5C;
}
h5 {
    font-size: 18px;
	font-weight: 400;
    margin: 0;
    padding: 20px 0px;
	display: block;
    float: left;
	width: 100%;
}
h6 {
	font-weight: bold;
	display: block;
    float: left;
	width: 100%;
}

/*BUTTONS AND ELEMENTS*/
/*.all_text_centered .button_main, .items-row .btn {
	clear: both;
	float: none;
	width: 150px;
	margin: 0px auto;
}
.button_main:before, .btn:before {
	content: '\f178';
	font-family: "FontAwesome";
	display: block;
	float: left;
	position: absolute;
	top: 10px;
	left: 0px;
	transition: all 300ms;
}
.button_main:hover:before, .btn:hover:before {
	left: 10px;
	transition: all 300ms;
}*/

.button_main, input.button_main {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #FFF;
	background-color: #114474;
	padding: 15px 75px 15px 25px;
	margin-top: 20px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	border: none;
	position: relative;
	transition: all 300ms;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}
.button_main:hover, input.button_main:hover {
	color: #FFF;
	padding-left: 75px;
	padding-right: 25px;
}
.button_main:after, input.button_main:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 300ms;
	/*animation: btn_ani;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
	animation-play-state: paused;*/
	width: 53px;
	height: 53px;
	background-color: rgba(255,255,255,0.2);
	background-image: URL(../img/arrow-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.button_main:hover:after {
	right: calc(100% - 53px);
	/*animation: btn_ani;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
	animation-play-state: running;*/
}
.button_arrow {
	display: block;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
	transition: all 300ms;
	width: 53px;
	height: 53px;
	background-image: URL(../img/arrow-right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
	filter: invert(0.8);
}
.button_arrow:hover {
	background-position: center right;
}
.green_box .button_arrow, .gray_box .button_arrow {
	filter: invert(0);
}

@-webkit-keyframes btn_ani {
	0%   { width: 53px; right: 0px;}
	50%   { width: 100%; right: calc(100% - 53px);}
	100%   { width: 53px; right: calc(100% - 53px);}
}
@-moz-keyframes btn_ani {
	0%   { width: 53px; right: 0px;}
	50%   { width: 100%; right: calc(100% - 53px);}
	100%   { width: 53px; right: calc(100% - 53px);}
}
@-o-keyframes btn_ani {
	0%   { width: 53px; right: 0px;}
	50%   { width: 100%; right: calc(100% - 53px);}
	100%   { width: 53px; right: calc(100% - 53px);}
}
@keyframes btn_ani {
	0%   { width: 53px; right: 0px;}
	50%   { width: 100%; right: calc(100% - 53px);}
	100%   { width: 53px; right: calc(100% - 53px);}
}

.button_outline {
	display: block;
	float: left;
	padding: 20px 60px;
	margin-top: 20px;
	border: 1px solid #000;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
}
.button_outline:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #000;
}
.white_font .button_outline {
	border: 1px solid #FFF;
}
.all_text_centered .button_outline {
	width: 250px;
	margin: 20px auto;
	float: none;
	clear: both;
}
.black_bg .button_main, .orange_bg .button_main {
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
}
.black_bg .button_main:hover, .orange_bg .button_main:hover {
	color: #000;
	background-color: #FFF;
}
.orange_bg .button_main:hover {
	color: #EF9245;
	background-color: #FFF;
}
.offer_box:hover .button_main, .red_mask .button_main {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}
.offer_box:hover .button_main:hover, .red_mask .button_main:hover {
	background-color: #FFF;
	color: #ED2028;
}
.all_text_centered .button_main {
	width: 200px;
	margin: 20px auto;
	float: none;
}
.yellow_bg {
	color: #FFF;
	background-color: #FDCC05;
}
.black_bg {
	color: #FFF;
	background-color: #000;
}
.purple_bg {
	color: #FFF;
	background-color: #6B4B9E;
}
.blue_bg {
	color: #FFF;
	background-color: #0066B2;
}
.gray_bg {
	background-color: #f7f7f7;
}
.white_bg {
	background-color: #FFF;
}
.red_bg {
	background-color: #ED2028;
}
.dark_gray_bg {
	background-color: #393540;
	color: #FFF;
}
.space_left {
	padding-left: 10%;
}
.paper_bg {
	background-image: URL(../img/bg_repeat.svg);
	background-size: auto 100%;
	background-repeat: repeat-y;
}
em {
	font-style: italic;
}
.overlay_for_page_load {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 400ms;
	transform: scale(0,1);
	opacity: 0;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.overlay_for_page_load.page_loaded {
	display: block;
	float: left;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 600ms;
	transform: scale(1,1);
	opacity: 1;
	z-index: 99999;
	background-color: #EEE;
	mix-blend-mode: lighten;
}
.preloader {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	z-index: 999999;
	transition: all 200ms;
}
.preloader.page_loaded {
	transform: translate(-50%,-50%) scale(1,1);
	transition: all 200ms;
}
.small-font * {
	font-size: 12px;
	line-height: 20px;
}
.padding_simpli {
	padding: 10%;
}
.more_space {
	padding-top: 5%;
	padding-bottom: 5%;
}
.add_shadow:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=1 );
}
.add_shadow * {
	position: relative;
	z-index: 2;
}
.drag_to_bottom {
	overflow: hidden;
	padding-bottom: 400px;
	margin-bottom: -400px;
}
.drag_to_bottom > div {
	overflow: hidden;
	padding-bottom: 300px !important;
	margin-bottom: -250px !important;
}
.top_bottom_space {
	padding-top: 20vh;
	padding-bottom: 20vh;
}

/*CONTENT*/
#header_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	transition: all 300ms;
}
#header_menu.scrolled {
	background-color: #FFF;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.2);
}
#header_menu.scrolled #main_menu ul {
	padding: 20px 0px 15px 0px;
}
#logo_main {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	max-width: 180px;
}
#logo_main a {
	display: block;
	float: left;
}
#header_menu.scrolled #logo_main {
	padding-bottom: 10px;
}
#main_menu ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 45px 0px 15px 0px;
	width: auto;
}
#main_menu ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main_menu ul li a, #main_menu ul li span {
	display: block;
	float: left;
	padding: 0px 12px;
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}
#main_menu > ul > li {
	position: relative;
}
#main_menu ul li.current a {
	color: #114474;
}
#main_menu > ul > li:last-child a {
	color: #114474;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-left: 65px;
	padding-right: 35px;
	margin-left: 15px;
	position: relative;
}
#main_menu > ul > li:last-child > a:before {
	content: '\f13e';
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 35px;
}
.slide_text {
	margin-top: 80px;
	padding-right: 100px;
}
#home_slide {
	min-height: 90vh;
	background-image: URL(../img/slide-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70%;
}
#home_slide .boxes_grid {
	margin-top: 80px;
}
#home_boxes {
	margin-top: -80px;
}
.two_columns_boxes {
	display: block;
	float: left;
	width: 500px;
}
.three_columns_boxes {
	display: block;
	float: left;
	width: 751px;
}
.standard_box {
	display: block;
	float: left;
	width: 250px;
	background-color: #FFF;
	min-height: 250px;
	position: relative;
	z-index: 2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.green_box {
	background-color: #114474;
	color: #FFF;
	border: 0px;
}
.gray_box {
	background-color: #BBBABA;
	color: #FFF;
	border: 0px;
}
.three_columns_boxes {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: -1px solid #ccc;
}
.standard_box:hover {
	z-index: 3;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}
.standard_box blockquote {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 38px;
}
.standard_box blockquote:after {
  content: ',,';
  position: absolute;
  top: 0px;
  left: 20px;
  font-size: 84px;
  letter-spacing: -10px;
  color: #89D687;
  font-style: italic;
  font-family: serif;
  z-index: -1;
}
.blog-expert blockquote {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}
.blog-expert blockquote:after {
  content: ',,';
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 84px;
  letter-spacing: -10px;
  color: #EBEBEB;
  font-style: italic;
  font-family: serif;
  z-index: -1;
}
.standard_box span {
	text-transform: uppercase;
	display: block;
	float: left;
	width: 100%;
	padding: 15px 0px;
}
#home_boxes .standard_box {
	min-height: 160px;
}
.standard_box img {
	max-height: 80px;
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.home-icon-box .standard_box img {
	max-height: 60px;
	display: block;
	float: left;
	position: relative;
	bottom: 0px;
	left: 0px;
}
.standard_box.green_box img {

}
.standard_box h2 {
	padding-bottom: 70px;
}
.standard_box .phone_number  {
	padding-top: 200px;
}
#home_boxes .standard_box.gray_box {
	margin-top: 110px;
}
.standard_box .phone_number img {
	position: relative;
	display: block;
	float: left;
	padding: 0px;
	bottom: 20px;
	left: 0px;
}
.standard_box .phone_number em {
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	width: 100%;
}
.standard_box .phone_number a {
	position: relative;
	width: 100%;
	margin-top: 20px;
	background-position: center right;
	color: #FFF;
	font-weight: bold;
	padding-right: 50px;
	bottom: 0px;
	right: 0px;
	height: auto;
}
.title_content {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.home_partners_list ul {
	display: flex;
	justify-content: space-around;
}
.home_partners_list ul li {
	padding: 50px 0px;
}
.footer_menu {
	background-color: #BBBABA;
	position: relative;
}
.footer_menu * {
	position: relative;
	z-index: 2;
}
.footer_menu:before {
	content: "";
	display: block;
	float: left;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: -50vw;
	height: 100%;
	z-index: 1;
	background-color: #BBBABA;
}
.footer_menu ul {
	width: 100%;
}
.footer_menu ul, .footer_menu li, .footer_menu li a {
	display: block;
	float: left;
}
.footer_menu li a {
	font-weight: bold;
	padding: 10px 25px 10px 0px;
}
.footer_menu li a:hover {
	color: #333;
}
.footer_menu p {
	display: block;
	float: left;
	width: 100%;
}
.sub_header {
	padding-top: 180px;
	padding-bottom: 50px;
}
.sub_header > span {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0px;
	text-transform: uppercase;
	font-weight: 300;
}
.subpage_menu li, .subpage_menu ul {
	display: block;
	float: left;
}
.subpage_menu ul {
	width: 100%;
}
.subpage_menu li a {
	display: block;
	float: left;
	padding: 15px 25px;
	background-color: transparent;
	border: 1px solid #CCC;
	text-transform: uppercase;
	font-weight: 300;
}
.subpage_menu li.current a {
	color: #FFF;
	background-color: #114474;
	border-top: 1px solid #114474;
	border-right: 1px solid #114474;
	border-bottom: 1px solid #114474;
	border-left: 1px solid #fff;
}
.subpage_menu li a:hover {
	background-color: #114474;
	color: #FFF;
	border-top: 1px solid #114474;
	border-right: 1px solid #114474;
	border-bottom: 1px solid #114474;
	border-left: 1px solid #fff;
}
.subpage_menu li.current a:hover {
	background-color: #114474
}
#subpage_boxes {
	padding-top: 30px;
	padding-bottom: 100px;
}
.subpage_right h5 {
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	margin-top: -250px;
}
#subpage_boxes {
	background-position: right 200px;
	background-repeat: no-repeat;
	background-size: 35%;
}
#subpage_boxes {
	position: relative;
}
#subpage_boxes:after {
	content: " ";
	display: block;
	float: left;
	width: 35%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
#header_menu.scrolled .header_menu_box {
	border-bottom: 1px solid #FFF;
}
.slick-arrow {
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0px;
	z-index: 6;
	font-size: 1px;
	color: transparent;
}
.slick-arrow:before {
	content: '';
	font-family: "FontAwesome";
	font-size: 18px;
	color: #666;
}
.slick-prev {
	right: 50px;
}
.slick-prev:before {
	content: "\f053";
}
.slick-next {
	right: 0px;
}
.slick-next:before {
	content: "\f054";
}
#main_menu .search {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 50px;
	margin-left: 25px;
	overflow: hidden;
	transition: all 300ms;
}
#main_menu .search.clicked {
	overflow: initial;
	height: auto;
}
#main_menu .search:before {
	content: "\f002";
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	font-family: "FontAwesome";
	cursor: pointer;
}
#main_menu .search input {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFF;
}
#main_menu .search label {
	display: none;
}
#header_menu.scrolled #main_menu .search {
	margin-top: 24px;
}

/*#splash .container {
	position: relative;
	height: 100vh;
}
#splash .ten {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	padding-top: 60px;
	background-image: URL(../img/al_drawing.png);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	height: 600px;
}*/



/*ALL THE ANIMATIONS*/
/*p, h4, h5, table {
	opacity: 0;
	transform: translateY(-20px);
	transition-delay: 600ms;
	transition-duration: 1000ms;
	transition-property: all;
}
p.visible, h4.visible, h5.visible, table.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 600ms;
	transition-duration: 1000ms;
	transition-property: all;
}
h2 {
	opacity: 0;
	transform: translateX(-200px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h2.visible {
	opacity: 1;
	transform: translateX(0px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h3 {
	opacity: 0;
	transform: translateY(-50px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
h3.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
	transition-duration: 900ms;
	transition-property: all;
}
.button_main {
	opacity: 0;
	transform: translateX(100px);
	transition-duration: 1000ms;
	transition-property: all;
}
.button_main.visible {
	opacity: 1;
	transform: translateX(0px);
	transition-duration: 1000ms;
	transition-property: all;
}
.calendar_content > strong {
	opacity: 0;
	display: block;
	float: left;
	width: 100%;
	transform: translateY(-20px);
	transition-delay: 400ms;
	transition-duration: 1000ms;
	transition-property: all;
}
.calendar_content > strong.visible {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 400ms;
	transition-duration: 1000ms;
	transition-property: all;
}
.img_animate img, .boxplus-viewport img {
	transform: translateX(-50%) scale(0,1);
	filter: grayscale(1);
	transition-delay: 400ms;
	transition-duration: 800ms;
	transition-property: all;
}
.img_animate.visible img, .boxplus-viewport.visible img {
	transform: translateX(0%) scale(1,1);
	filter: grayscale(0);
	transition-delay: 400ms;
	transition-duration: 800ms;
	transition-property: all;
}*/

@-webkit-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@-moz-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@-o-keyframes image_animation {
	0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}
@keyframes image_animation {
  0%   { height: 0px; }
	50%   { height: 500px; }
	100%   { height: 500px; width: 30%; background-color: transparent; }
}

/*ALL ANIMATIONS*/
.for_animation p, .for_animation span {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 600ms;
	transition-delay: 200ms;
}
.for_animation.visible p, .for_animation.visible span {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 600ms;
	transition-delay: 200ms;
}
.for_animation h1, .for_animation h2, .for_animation h3, .for_animation h4 {
	opacity: 0;
	transform: translateY(50px);
	transition-duration: 400ms;
	transition-delay: 200ms;
}
.for_animation.visible h1, .for_animation.visible h2, .for_animation.visible h3, .for_animation.visible h4 {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 400ms;
	transition-delay: 200ms;
}
.for_animation img {
	opacity: 0;
	transform: translateY(-50px);
	transition-duration: 800ms;
	transition-delay: 200ms;
}
.for_animation.visible img {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 800ms;
	transition-delay: 200ms;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 960px) {
	.calc_form > div {
		padding: 20px !important;
		width: 100%;
		margin: 0px !important;;
	}
	.over-table {
		display: block;
		float: left;
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
	}
	.over-table > table {
		display: block;
		float: left;
		width: 1000px;
		max-width: 1000px;
	}
	#subpage_boxes {
		background-image: none !important;
	}
	#main_menu ul {
		padding: 0px;
		width: 100%;
	}
	#main_menu ul li {
		display: none;
	}
	#main_menu {
		width: 50%;
	}
	#main_menu .navi_burger {
		border: none;
		width: 50px;
		height: 50px;
		float: right;
		margin-top: 20px !important;
		margin-right: 10px;
		margin-bottom: 5px;
		background-color: transparent;
	}
	#home_slide {
		background-image: none
	}
	.slide_text {
		padding-top: 0px;
		margin-top: 20px;
	}
	#main_menu .nav.menu.box.float_right {
		position: absolute;
		top: -5px;
		right: 0px;
	}
	#main_menu .nav.menu.box.float_right.clicked {
		width: 100vw;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#main_menu .nav.menu.box.float_right.clicked li {
		display: block;
		width: 100vw;
		background-color: #FFF;
		padding: 0px;
		margin: 0px;
	}
	#main_menu .nav.menu.box.float_right.clicked li a, #main_menu .nav.menu.box.float_right.clicked li span {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #CCC;
		width: 100%;
		margin: 0px;
	}
	 #main_menu .nav.menu.box.float_right.clicked li span:after {
		 content: '+';
		 font-size: 22px;
		 position: absolute;
		 right: 15px;
		 top: 15px;
	 }
	 #main_menu .nav.menu.box.float_right.clicked li.clicked span:after {
		 content: "-" !important;
	 }
	#main_menu .nav.menu.box.float_right.clicked li a:hover {
		background-color: #EFEFEF;
	}
	#main_menu > ul > li:last-child > a {
		padding-left: 15px;
		padding-right: 0px;
		border-left: 0px;
		border-right: 0px;
		margin-left: 0px;
	}
	#main_menu > ul > li:last-child > a:before {
		display: none;
	}
	.header_menu_box {
		background-color: #FFF;
		border: none;
	}
	#header_menu.scrolled #main_menu ul {
		padding: 0px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header_menu .container {
		padding: 0px;
	}
	.header_menu_box #logo_main {
		width: 20%;
		min-width: 120px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	#main_menu .search {
		display: none;
	}
	.split_text_to_columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 35px;
		-webkit-column-gap: 35px;
		column-gap: 35px;
	}
	.padding_big .padding_big {
		padding: 0px;
	}
	.middle_eight {
		padding-left:0px;
		padding-right: 0px;
	}
	.padding_big {
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.nav.visible.horizontal_menu > li {
		float: left;
		width: 100%;
		position: absolute;
		top: -500px;
		left: 0px;
		opacity: 0;
		z-index: 1;
		background-color: #FFF;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu {
		width: auto;
		float: right !important;
		background-color: transparent;
		position: relative;
		overflow: hidden;
		z-index: 333;
	}
	ul.nav.visible.horizontal_menu.clicked {
		background-color: #FFF;
	}
	ul.nav.visible.horizontal_menu > li > a, ul.nav.visible.horizontal_menu > li > ul > li > a, ul.nav.visible.horizontal_menu > li > span, ul.nav.visible.horizontal_menu > li > ul > li > span {
		display: block;
		width: 100%;
		padding: 12px !important;
		border-top: 1px solid #EEE !important;
		border-radius: 0 !important;
		border-bottom: none !important;
		border-left: none !important
		border-right: none !important;
		margin: 0px !important;
	}
	ul.nav.visible.horizontal_menu > li {
		background-color: #FFF !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
	ul.nav.visible.horizontal_menu > li > ul > li {
		height: 0px;
		overflow: hidden;
	}
	ul.nav.visible.horizontal_menu > li.clicked > ul > li {
		height: auto;
	}
	ul.nav.visible.horizontal_menu > li > a:hover, ul.nav.visible.horizontal_menu > li > ul > li > a:hover, ul.nav.visible.horizontal_menu > li > span:hover, ul.nav.visible.horizontal_menu > li > ul > li > span:hover {
		background-color: #EEE;
		border-radius: none;
	}
	ul.nav.visible.horizontal_menu > li > ul > li > a, ul.nav.visible.horizontal_menu > li > ul > li > span {
		width: 100%;
		padding-left: 30px !important;
	}
	ul.nav, ul.nav > li > ul, ul.nav > li > ul > li > ul {
		width: 100%;
	}
	ul.nav > li.deeper {
		position: relative;
	}
	body {
		font-size: 13px;
		line-height: 18px;
	}
	h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.padding_tb_huge {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.button_main {
		font-size: 14px;
	}
	.slide_text {
		padding-right: 0px;
	}
	.for_mobile_img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	#main_menu > ul > li > ul {
		display: none;
	}
	#main_menu > ul > li.clicked > ul {
		display: block;
	}
	#main_menu > ul > li.clicked > ul > li > a {
		padding-left: 30px !important;
	}
	#main_menu > ul > li > ul > li, #main_menu > ul > li > ul > li > a {
		display: block;
		float: left;
		width: 100%;
	}
	#main_menu > ul > li > ul {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	#main_menu .search {
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-top: 50px;
		margin-left: 25px;
		overflow: hidden;
		transition: all 300ms;
	}
	#main_menu .search.clicked {
		overflow: initial;
		height: auto;
	}
	#main_menu .search:before {
		content: "\f002";
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		font-family: "FontAwesome";
		cursor: pointer;
	}
	#main_menu .search input {
		display: block;
		float: right;
		margin-top: 10px;
		margin-right: 10px;
	}
	#main_menu .search label {
		display: none;
	}
	#header_menu.scrolled #main_menu .search {
		margin-top: 24px;
	}
}
@media only screen and (min-width: 961px) {
	#main_menu > ul > li > ul {
		display: none;
		position: absolute;
		top: 40px;
		left: 0px;
		width: 250px;
		background-color: #FFF;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
		padding: 20px;
		z-index: 99;
	}
	#main_menu > ul > li > ul:before {
		content: '';
		position: absolute;
		top: -5px;
		left: 30px;
		transform: rotate(-45deg);
		width: 10px;
		height: 10px;
		display: block;
		float: left;
		background-color: #FFF;
	}
	#main_menu > ul > li:hover > ul {
		display: block;
	}
	#main_menu > ul > li > ul > li, #main_menu > ul > li > ul > li > a {
		display: block;
		float: left;
		width: 100%;
	}
	#main_menu > ul > li > ul {
		display: none;
	}
	#header_menu.scrolled #logo_main {
		padding: 0px;
	}
	.for_mobile_img {
		display: none;
	}
	.split_text_to_columns {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 35px;
		-webkit-column-gap: 35px;
		column-gap: 35px;
		text-align: justify;
	}
	ul.nav.visible.horizontal_menu > li {
		position: relative;
	}
	#main_menu {
		position: relative;
	}
	ul.nav.visible.horizontal_menu > li > ul {
		height: 0px;
		opacity: 0;
		width: auto;
		overflow: hidden;
		position: absolute;
		top: 45px;
		transition: all 300ms;
		border-top: 1px solid #FFF;
		/*background-image: URL(../img/menu_line.svg);
		background-position: right top;
		background-repeat: no-repeat;*/
	}
	ul.nav.visible.horizontal_menu > li:hover > ul {
		height: auto;
		width: 95vw !important;
		opacity: 1;
		padding-top: 0px;
		margin-top: 0px;
		margin-left: -1px;
		margin-right: -1px;
		overflow: hidden;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 9999;
		border-top: none;
		border-bottom: 0px solid #CCC;
		border-right: 0px;
		background: #FFF;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu > li.deeper:hover > a, ul.nav.visible.horizontal_menu > li.deeper:hover > span {
		background-image: URL(../img/arrow_menu.svg);
		background-position: center bottom !important;
		background-repeat: no-repeat;
	}
	ul.nav.visible.horizontal_menu {
		position: relative;
	}
	ul.nav.visible.horizontal_menu > li > ul {
		position: absolute;
		left: 0px;
		display: block;
		float: left;
		left: 0;
	}
	ul.nav.visible.horizontal_menu > li > ul > li {
		display: block;
		float: left;
		border-bottom: 1px solid #CCC;
		border-top: none !important;
		font-size: 12px;
	}
	ul.nav.visible.horizontal_menu > li > ul > li {
		border-top: none !important;
	}
	ul.nav.visible.horizontal_menu li a, ul.nav.visible.horizontal_menu li span {
		display: block;
		float: left;
		transition: all 300ms;
	}
	ul.nav.visible.horizontal_menu > li:hover > ul > li {
		display: block;
	}
}
.slick-slide img {
	filter: grayscale(1);
	transition: all 300ms;
	opacity: 0.5;
	max-width: 200px;
}
.slick-slide img:hover {
	filter: grayscale(0);
	opacity: 1;
}
@media only screen and (min-width: 1921px) {
	.home_partners_list {
		width: 1000px;
	}
	.footer_menu::before {
		left: -60vw;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	.home_partners_list {
		width: 1000px;
	}
	.footer_menu::before {
		left: -55vw;
	}
}
@media only screen and (min-width: 1361px) and (max-width: 1440px) {
	.home_partners_list {
		width: 1000px;
	}
	.standard_box {
		width: 230px;
	}
	.two_columns_boxes {
		width: 460px;
	}
	.three_columns_boxes {
		width: 691px;
	}
	.container {
		width: 1340px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1360px) {
	.standard_box {
		width: 230px;
	}
	.two_columns_boxes {
		width: 460px;
	}
	.three_columns_boxes {
		width: 691px;
	}
	.container {
		width: 1180px;
	}
	#main_menu ul li a, #main_menu ul li span {
		padding: 0px 8px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	#main_menu ul li a, #main_menu ul li span {
		padding: 0px 8px;
	}
	h1 {
		font-size: 34px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
	}
	body {
		font-size: 13px;
		line-height: 20px;
	}
	#main_menu ul li a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.standard_box .phone_number em {
		font-size: 20px;
	}
	.standard_box blockquote {
		font-size: 14px;
	}
	.standard_box {
		width: 190px;
	}
	.two_columns_boxes {
		width: 380px;
	}
	.three_columns_boxes {
		width: 571px;
	}
	#main_menu > ul > li:last-child > a {
		padding-right: 6px;
		border: none;
		padding-left: 6px;
		font-size: 1px;
		color: transparent;
		margin-left: 0px;
	}
	#main_menu ul {
		padding-top: 43px;
	}
	#main_menu > ul > li:last-child > a:before {
		font-size: 14px;
		color: #114474;
		left: 6px;
	}
	#home_slide {
		min-height: 80vh;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
	#logo_main img {
		max-width: 150px;
	}
	#home_slide {
		min-height: 70vh;
		max-height: 380px;
	}
	.slide_text {
		padding-top: 70px;
		padding-right: 0px;
	}
	h1 {
		font-size: 34px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
	}
	body {
		font-size: 13px;
		line-height: 20px;
	}
	#main_menu ul li a {
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.standard_box .phone_number em {
		font-size: 20px;
	}
	.standard_box blockquote {
		font-size: 14px;
	}
	.standard_box {
		width: 190px;
	}
	.two_columns_boxes {
		width: 380px;
	}
	.three_columns_boxes {
		width: 571px;
	}
	#main_menu > ul > li:last-child > a {
		padding-right: 6px;
		border: none;
		padding-left: 6px;
		font-size: 1px;
		color: transparent;
		margin-left: 0px;
	}
	#main_menu ul {
		padding-top: 43px;
	}
	#main_menu > ul > li:last-child > a:before {
		font-size: 14px;
		color: #114474;
		left: 6px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.sub_header {
		padding-top: 100px;
	}
	h1 {
		font-size: 34px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
	}
	body {
		font-size: 13px;
		line-height: 20px;
	}
	.standard_box .phone_number em {
		font-size: 20px;
	}
	.standard_box blockquote {
		font-size: 14px;
	}
	.standard_box {
		width: 190px;
	}
	.two_columns_boxes {
		width: 190px;
	}
	.three_columns_boxes {
		width: 381px;
	}
	.header_menu_box #logo_main {
		width: 15%;
	}
	.container {
		width: 100%;
	}
	#main_menu .navi_burger {
		display: block;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.icon_onas_box img {
		max-width: 80px;
		padding-left: 30px;
	}
	.standard_box .phone_number em {
		font-size: 22px;
	}
	.standard_box blockquote {
		font-size: 20px;
		line-height: 26px;
	}
	.standard_box {
		width: 50%;
		min-height: 200px;
	}
	.standard_box.padding_small {
		padding: 15px;
	}
	.two_columns_boxes {
		width: 100%;
	}
	.three_columns_boxes {
		width: 100%;
	}
	#home_boxes .box.standard_box.green_box.shadow_box.padding_small {
		width: 50%;
	}
	#home_boxes {
		margin-top: 0px;
	}
	#home_boxes .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#home_boxes .standard_box.gray_box {
		width: 100%;
		margin-top: 0px;
	}
	.standard_box .phone_number {
		padding-top: 20px;
	}
	.boxes_grid {
		width: 100vw;
		margin-left: -15px;
		padding-bottom: 0px;
	}
	#home_slide {
		min-height: 0px;
	}
	#home_parnters {
		padding-top: 20px;
	}
	#footer {
		background-color: #EEE;
		background-image: none;
	}
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.box.five.padding_tb_huge.slide_text {
		width: 100%;
	}
	#home_boxes .box.standard_box.gray_box.shadow_box.padding_small {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.footer_social {
		padding-left: 40px;
	}
	.sub_header {
		padding-top: 80px;
	}
	.subpage_right {
		padding-top: 150px !important;
	}
	.blogindywidualne .three_columns_boxes, .blogdlafirm .three_columns_boxes {
		margin-left: -15px;
		width: 100vw;
	}
	.blogindywidualne .box.standard_box.gray_box.shadow_box.padding_small, .blogdlafirm .box.standard_box.gray_box.shadow_box.padding_small {
		width: 100vw;
		margin-left: -15px;
	}
	.button_arrow {
		bottom: 10px;
		right: 10px;
	}
	#subpage_boxes::after {
		display: none;
	}
	#logo_main {
		position: relative;
		z-index: 999;
	}
	.box.two.subpage_right {
		width: 50%;
	}
}
@media only screen and (max-width: 480px) {
	.calc_form {
		width: 100% !important;
	}
	.login {
		width: 100% !important;
	}
	.icon_onas_box img {
		max-width: 80px;
		padding-left: 30px;
	}
	.subpage_right h5 {
		padding-bottom: 0px;
	}
	#subpage_boxes::after {
		display: none;
	}
	#logo_main {
		position: relative;
		z-index: 999;
	}
	#subpage_boxes {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.footer_menu::before {
		display: none;
	}
	.footer_menu {
		width: 100vw;
		margin-left: -15px;
	}
	.button_arrow {
		bottom: 10px;
		right: 10px;
	}
	.blogindywidualne .box.standard_box.gray_box.shadow_box.padding_small, .blogdlafirm .box.standard_box.gray_box.shadow_box.padding_small {
		width: 100vw;
		margin-left: -15px;
	}
	.sub_header {
		padding-top: 80px;
	}
	.subpage_right {
		padding-top: 150px !important;
	}
	.blogindywidualne .three_columns_boxes, .blogdlafirm .three_columns_boxes  {
		margin-left: -15px;
		width: 100vw;
	}
	.footer_social span {
		display: block;
		width: 100%;
		text-align: center;
	}
	.box.ten.social_list {
		display: flex;
		justify-content: center;
	}
	#home_boxes .box.standard_box.gray_box.shadow_box.padding_small {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.footer_menu li a {
		padding: 10px 10px 10px 10px;
	}
	.standard_box .phone_number em {
		font-size: 18px;
	}
	.standard_box blockquote {
		font-size: 15px;
	}
	.standard_box {
		width: 100%;
		min-height: 200px;
	}
	.standard_box.padding_small {
		padding: 15px;
	}
	.two_columns_boxes {
		width: 100%;
	}
	.three_columns_boxes {
		width: 100%;
	}
	#home_boxes .box.standard_box.green_box.shadow_box.padding_small {
		width: 100%;
	}
	#home_boxes {
		margin-top: 0px;
	}
	#home_boxes .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	#home_boxes .standard_box.gray_box {
		width: 100%;
		margin-top: 0px;
	}
	.standard_box .phone_number {
		padding-top: 20px;
	}
	.boxes_grid {
		width: 100vw;
		margin-left: -15px;
		padding-bottom: 0px;
	}
	#home_slide {
		min-height: 0px;
	}
	#home_parnters {
		padding-top: 20px;
	}
	#footer {
		background-color: #EEE;
		background-image: none;
	}
	h3 {
		font-size: 16px;
		line-height: 22px;
	}
	h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.standard_box h2 {
		padding-bottom: 20px;
	}
	#footer ul.nav {
		display: flex;
		justify-content: center;
	}
	#footer ul.nav li {
		text-align: center;
	}
	.footer_menu p {
		text-align: center;
	}
}

/*ANIMATIONS*/
@-webkit-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@-moz-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@-o-keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}
@keyframes menu_animation {
  0%   { opacity: .2; top: -200px; bottom: auto;}
  20%  { opacity: 0; top: -200px; bottom: auto;}
  40%  { opacity: 1; top: 45px; bottom: auto;}
  100% { opacity: 1; top: 45px; bottom: auto;}
}

@-webkit-keyframes button_hover {
  0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@-moz-keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@-o-keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}
@keyframes button_hover {
	0%   { opacity: .2;}
  20%  { opacity: 0;}
  40%  { opacity: .2;}
  100% { opacity: 1;}
}

/*tresc artykulu*/
.product_page_content h1 {
	display: block;
	float: left;
	width: 100%;
	padding-right: 50%;
	padding-top: 50px;
	padding-left: 50px;
}
.product_page_content ul {
	display: block;
	float: left;
	width: 100%;
	padding-right: 50%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
}
.product_page_content li {
	display: block;
	float: left;
	width: 50%;
	padding: 10px 10px 10px 25px;
	position: relative;
}
.product_page_content li:before {
	content: '\f00c';
	font-family: "FontAwesome";
	font-size: 20px;
	color: #FFB525;
	position: absolute;
	top: 10px;
	left: 0px;
}
.product_page_content blockquote {
	display: block;
	float: left;
	width: 80%;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	padding: 250px 50px 150px 50px;
}
.product_page_content a {
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	color: #FFA900;
	background-color: transparent;
	padding: 15px 40px 15px 0px;
	margin-top: 10px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	border: none;
	position: relative;
	transition: all 300ms;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}
.product_page_content div {
	display: block;
	float: left;
	width: 50%;
	padding: 200px 50px;
}
.product_page_content dt {
	display: block;
	float: left;
	width: 100%;
}
.product_page_content img {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 100px;
}
.product_page_content > img {
	padding: 0px !important;
}
.product_page_content a:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 25px;
	right: -15px;
	transition: all 300ms;
	width: 35px;
	height: 20px;
	background-image: URL(../img/arrow_right.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product_page_content a:hover:after {
	left: 0px;
	background-image: URL(../img/arrow_right_black.svg);
}
.product_page_content a:hover {
	color: #000;
	padding-left: 50px;
	padding-right: 0px;
}
#subpage_product.product_page_content {
	height: auto;
}
#subpage_product.product_page_content p {
	font-size: 18px;
	line-height: 28px;
}
.product_page_content dt:nth-child(even) > img, .product_page_content dt:nth-child(even) > div {
	float: right;
}
/*tresc artykulu end*/
.header_menu_box {
	border-bottom: 1px solid #ccc;
}
.padding_small {
	padding: 30px;
}
.green_box svg {
	fill: #fff;
}
.subpage_right {
	padding-top: 400px;
}
.item-page {

}
.product-menu-style {
	margin-bottom: 50px;
	margin-top: 20px;
}
.breadcrumb {
	display: block;
	float: left;
	width: 100%;
	color:#999;
}
.breadcrumb > li {
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	font-weight: 300;
}
.breadcrumb > li > a {
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.breadcrumb > li:first-child{
	margin-left: 0px;
}
.breadcrumb > li > a:after {
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}
.item-page ul li {
	padding: 5px 0px 5px 30px;
	clear: both;
}
.item-page ul li::before {
    color: #114474;
    content: "\F111";
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    margin-left: -30px;
    margin-right: 0;
    position: absolute;
    text-align: center;
    text-indent: 1px;
	font-size: 8px;
}
.item-page ul li ul li::before {
    color: #114474;
    content: "\F061";
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    margin-left: -30px;
    margin-right: 0;
    position: absolute;
    text-align: center;
    text-indent: 1px;
	font-size: 11px;
}
.item-page ul li ul li ul li::before {
    color: #666;
    content: "\F111";
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    margin-left: -30px;
    margin-right: 0;
    position: absolute;
    text-align: center;
    text-indent: 1px;
	font-size: 8px;
}
hr {
    border-color: rgba(0, 0, 0, 0.1) currentcolor rgba(255, 255, 255, 0.3);
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    display: block;
    float: left;
    height: 0;
    margin: 30px 0;
    width: 100%;
	clear: both;
}
.item-page p {
	display: block;
	float: left;
	width: 100%;
}
.intro-img-class img {
	width: 100%
}
.home-icon-box img {
	max-height: 80px;
	max-width: 100px;
}
.green_box a {
	color: #fff;
}
.green_box a:hover {
	color: #9FC7EC;
}
.social_list li {
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.social_list li a {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 50px;
	border: 1px solid #5C5C5C;
	text-align: center;
	font-size: 18px;
	padding: 7px 4px;
	margin-right: 5px;
}
.social_list li i, .social_list li i:before {
	text-align: center;
	display: block;
}
.social_list li i:before {
	padding-top: 3px;
}
.social_list li a:hover {
	background-color: #5C5C5C;
	color: #FFF;
}
.btqc-field-container {
	display: block;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btqc-field-container input[type="text"], .btqc-field-container input[type="email"], .btqc-field-container input[type="password"], .btqc-field-container input[type="date"], .btqc-field-container textarea {
	display: block;
	float: left;
	width: 100%;
}
.btqc-fc-wrapper > span {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
}
.btqc-field-container input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
.btqc-field-container select {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	padding-left: 20px;
}
.result-title {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-weight: bold;
}
ul.cattachment li::before {
	content: "";
}
.expert-link {
	font-weight: bold;
	float: left;
	padding-right: 20px;
	display: block;
	background-image: URL(../img/arrow-right-black.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 15px;

}
.expert-link:hover {
	padding-right: 30px;
}

.login {
	display: block;
	float: left;
	padding: 50px;
	background-color: #E5E5E5;
	width: 70%;
	margin: 20px 0px;
}
.login #username, .login #password, #jform_email{
	width: 400px;
	height: 50px;
}
@media only screen and (max-width: 1000px) {
	.login #username, .login #password, #jform_email{
	width: 100%;
	}
}
.nav-tabs {
	clear: both;
}
.controls-remember {
	float: left;
	display: block;
	width: 30px;
}
.control-label-remember {
	float: left;
	display: block;
}
.home-left-box {
	position: relative;
}
.home-left-box .button_arrow {
	position: relative;
	width: 100%;
	margin-top: 20px;
	background-position: center right;
	color: #FFF;
	font-weight: bold;
	padding-right: 50px;
	bottom: 0px;
	right: 0px;
	height: auto;
}
.home-left-box  img {
	max-height: 80px;
}
.procent_box h2 {
	font-size: 50px;
	color: #114474;
	border-left: 0px;
	padding: 0px;
}
.icon_onas_box {
	padding-top: 20px;
}
.mod_btquickcontact h4 {
	border-left: 0px;
	padding-left: 0px;
	font-size: 20px;
}
td.lewy_naglowek {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 100px;
	font-size: 18px;
	font-weight: 400;
	color: #114474;
}
h2.noline {
	border: 0px;
	padding-left: 0px;
	color: #114474;
}
.yellow_box {
	background-color: #E2E8EE;
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
}
.red_box {
	background-color: #ffd1d1;
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
}
.yellow_box ul li:before, .red_box ul li:before {
	color: #666;
}
div.jwts_content {
	display: block;
	float: left;
	width: 100%;
	background-color: #eee;
	padding: 20px;
}
.jwts_toggleOn {
	background-color: #eee !important;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
	padding-left: 20px;
}
.logo_footer {
	max-height: 120px;
}
textarea, input[type="text"], input[type="email"] {
	font-family: 'Fira Sans', sans-serif;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	#home_slide {
		min-height: 40vh;
	}

}

.icon-box-left {
	width: 4%;
	display:block;
	float: left;
	padding-top: 10px;

}
.yellow_box h5, .red_box h5 {
	width: 95%;
	padding-left: 20px;

}
@media only screen and (min-width: 0px) and (max-width: 767px) {
.icon-box-left {
	width: 15%;
}
.yellow_box h5, .red_box h5 {
	width: 85%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.icon-box-left {
	width: 10%;
}
.yellow_box h5, .red_box h5 {
	width: 90%;
}
}
.add_arrow {
	padding-bottom: 50px;
	background-image: URL(../img/arrow_left.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 20px;
}
.show_on_success {
	display: none;
}
.show_on_success.results_given {
	display: block;
}
#quantifiers .show_on_success {
	clear: none;
	margin-left: 20px;
}
