

body {
	background: #222 url('../images/bg.jpg') top center no-repeat;
	background-position-y: 100px;
	-webkit-tap-highlight-color: rgba(0,0,0,.2);
}

#page-form {
	background-position-y: 500px;
}

::selection {
	background: #ff811a;
	color: white;
}

.width-gt-980::-webkit-scrollbar {
  width: 15px;
}
.width-gt-980::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
}
.width-gt-980::-webkit-scrollbar-thumb {
  background: #777;
}

body#page-main {
	background: #222;
}

.width-gt-980 #document-header {
	background: #222;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

#document-header.fixed {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

#document-header.fixed + #content-background {
	padding-top: 60px;
}

#document-header .wrapper {
	height: 60px;
	width: 100%;
	max-width: 100%;
}

#document-header-top .wrapper {
	width: 100%;
	max-width: 100%;
}

.width-lt-980 #document-header .wrapper {
	height: 60px;
}

.width-gt-980 .wrapper.margined {
	margin-top: 60px;
}

.width-gt-980 #document-header-top {
	background: #222;
}

.width-lt-980 #document-header-top {
	background: #222;
}

#document-header .slogan {
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	position: absolute;
	left: 22px;
	bottom: 7px;
}

#document-header.fixed .slogan {
	bottom: 4px;
}

.width-lt-980 #document-header .slogan {
	left: 21px;
}

.width-lt-400 #document-header .slogan {
	display: none;
}

.header-all4car {
	display: block;
	width: 76px;
	height: 22px;
	background: url('../images/all4car.png') no-repeat;
	position: absolute;
	top: 10px;
  left: 23px;
	opacity: .5;
	transition: all .3s;
}

.header-all4car:hover {
	opacity: 1;
}

.width-lt-980 .header-all4car {
	top: 15px;
  left: 20px;
}


.width-gt-980 #searchbox {
	border: 0;
	right: 206px;
}

.width-lt-980 #searchbox {
	right: 130px;
	top: 7px;
	border: 0;
}

.width-gt-980 #searchbox .keyword {
	width: 165px;
}

.width-lt-980 #searchbox .keyword:focus {
  background: white;
}

.width-lt-980 .search-form {
	top: 49px;
}

.width-gt-980 #searchbox .keyword:focus,
.width-lt-980 #searchbox .keyword:focus {
  outline: none;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

#searchbox:before {
	content: '\f002';
	font-family: 'icon-font';
	font-size: 19px;
	position: absolute;
	top: 12px;
	right: 10px;
	color: rgba(255, 255, 255, .5);
	pointer-events: none;
}

.width-lt-980 #searchbox:before {
	top: 6px;
  right: 6px;
}

.width-lt-980 .search-open-button {
	background: none;
}

#searchbox .submit {
	background: none;
}

.width-gt-980 #searchbox .submit {
	background: none;
}

.width-gt-980 #searchbox .submit:hover,
#searchbox .submit:hover {
	background: rgba(255, 255, 255, .1);
}

.user-zone {
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	top: 2px;
	right: 0;
	transition: all .3s;
	display: inline-block;
	padding: 10px 15px;
}

.width-lt-980 .user-zone {
	top: 4px;
}

.user-zone span {
	font-size: 17px;
}

.user-zone:hover {
	color: rgba(255, 255, 255, 1);
}

.width-gt-980 #logo {
	top: 6px;
	left: 20px;
}

#logo:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

.width-gt-980 .fixed #logo {
	top: 12px;
}

.width-lt-980 #logo {
	position: absolute;
  left: 20px;
  top: 7px;
}

.width-lt-640 #logo img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.width-lt-400 #logo img {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.width-lt-400 #logo {
	left: -21px;
	top: 17px;
}


.width-gt-980 #facebook-link {
	position: absolute;
	width: 50px;
	height: 40px;
	right: 156px;
	top: 2px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 21px;
}

.width-lt-980 #facebook-link {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 21px;
	border: 0;
	top: 6px;
	right: 170px;
	background: 0;
}


.width-lt-640 #facebook-link {
}

.width-gt-980 #facebook-link:hover {
	color: rgba(255, 255, 255, 1);
	background: none;
}


/* GOOGLE TRANSLATE REDESIGN */
#googleTranslate {
	right: 122px;
	left: auto;
	position: absolute;
	top: 0px;
	display: inline;
}

/* GOOGLE TRANSLATE REDESIGN */

#googleTranslate .content {
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.width-lt-980 #googleTranslate {
	height: 40px;
	width: 50px;
	right: 219px;
	top: 1px;
}

.width-lt-400 #googleTranslate {
	width: 30px;
}

.goog-te-gadget-simple img {
	display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: white;
}
.goog-te-gadget-simple:hover .goog-te-menu-value {
	text-decoration: none;
}

.width-lt-980 #googleTranslate .goog-te-gadget-simple {
	border: 0;
}

.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:before, .width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
	background: none;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
	content: '\f0ac';
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	left: 7px;
  bottom: 0;
	border: 0;
  line-height: 2;
	font-family: 'icon-font';
	font-size: 19px;
	background: none;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:after,
.width-lt-980 .goog-te-gadget-simple:hover .goog-te-menu-value span:first-child:after {
	top: -1px;
}

.goog-te-gadget-simple:hover .goog-te-menu-value span:first-child:before,.goog-te-gadget-simple:hover .goog-te-menu-value span:first-child:after{
	top: 4px;
}

.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
  line-height: 2.4;
}

.width-gt-980 #googleTranslate {
	left: auto;
	top: auto;
}

.width-gt-980 #googleTranslate .goog-te-gadget-simple {
	border: 0;
	font-weight: normal;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){
	display: none;
}

#googleTranslate .goog-te-gadget-simple {
	border: 0;
  position: relative;
	background: none;
	width: 100%;
	height: 100%;
	transition: all .3s;
	padding: 0;
}

.width-lt-980 .goog-te-gadget-simple {
  float: none;
}

.width-lt-980 #googleTranslate .content {
  padding: 0;
	height: 100%;
}

#google_translate_element {
	height: 100%;
}

.goog-te-gadget {
	height: 100%;
}

.goog-te-gadget-simple span {
	width: 100%;
	height: 100%;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 0 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span,
.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span {
  color: rgba(255, 255, 255, 0.5);
	transition: all .3s;
}
.goog-te-gadget-simple:hover .goog-te-menu-value span {
  color: rgba(255, 255, 255, 1);
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child:before,.goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
	width: auto;
	height: auto;
}
#googleTranslate .goog-te-gadget-simple {
	border: 0;
}

.width-gt-980 #googleTranslate .goog-te-gadget-simple {
	border: 0;
}

#googleTranslate .goog-te-gadget-simple:hover {
	box-shadow: none;
}

/* CALC FORM */

.width-gt-980 .form {
	width: 70%;
	margin: 0 auto;
	font-size: 12px;
}

.form .section {
	margin-bottom: 30px;
}

.form .statusBar {
	height: auto;
  text-align: center;
  position: relative;
}

.form .statusBar .message.success {
	color: white;
  display: block;
  position: absolute;
  top: 172px;
  line-height: 1.6;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
}

.form .statusBar .message.success:before {
	content: "\f00c";
	font-family: 'icon-font';
	font-size: 24px;
	display: block;
	width: 50px;
	line-height: 50px;
	color: #b5c830;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}


.form td.title {
	color: #d2d2d2;
  font-size: 14px;
  width: 35%;
}

.width-lt-980 .form td.title {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.width-lt-640 .form td.title {
  font-size: 14px;
  margin-top: 0;
	width: 100%;
}

.form .field {
	border: 1px solid rgba(255, 255, 255, .8);
	background: rgba(255, 255, 255, .1);
	font-size: 16px;
	transition: all .3s;
  color: white;
}

.width-lt-640 .form .field {
	height: 40px;
	line-height: 40px;
}

.width-lt-980 .form td.controlls {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.width-lt-400 .form td.controlls {
	width: 100%;
}

.form .field:hover {
	background: rgba(255, 255, 255, .3);
}

.form .field:focus {
	border: 1px solid #Fff;
	background: #E9F1F3;
  color: black;
}

.form .field-submit {
	background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%,rgba(241,140,46,1) 100%);
	background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
	color: #222;
  border-radius: 0;
  font-weight: bold;
  line-height: 50px;
  border: 0;
  padding: 0 30px;
  margin-top: 20px;
}

.width-lt-640 .form .field-submit {
  line-height: 50px;
	height: 50px;
}

.form .field-submit:hover {
	background: #fff;
  color: #222;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.width-gt-640 .form textarea.field-textarea {
	height: 100px;
}

.width-lt-640 .form textarea.field-textarea {
	height: 100px;
	line-height: 1.4;
}

.form .field.message {
  height: 100px;
}

.form select {
	cursor: pointer;
}

.form .colC {
	position: relative;
}

.form .colC table {

}


/* FOOOOOOTER */
#document-footer {
	background: #222;
	padding: 0;
}

.width-gt-640 #document-footer {
	background: #222 url('../images/footer-bg.jpg') center bottom no-repeat;
}

.width-gt-980 .footer-car {
  position: absolute;
  left: -360px;
  top: -61px;
  background: url('../images/footer-car.png');
  width: 343px;
  height: 152px;
}

#document-footer #userFooter a {
	color: #f58c38;
	font-weight: 600;
	transition: all .3s;
}

#document-footer #userFooter a:hover{
  text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

#document-footer .slogan {
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	color: rgba(255, 255, 255, .8);
}

#userFooter {
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
}

.width-lt-980 #userFooter {
	padding: 0 15px;
}

.width-lt-640 #userFooter {
	text-align: center;
}

#userFooter h2 {
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#userFooter h3 {
	color: #777777;
}

#document-footer-bottom {
	background: #111;
	color: #555;
	font-size: 13px;
}

#lioweb .icon-lemonlion {
	font-size: 10px;
	color: #555;
}

#lioweb .icon-lemonlion:hover {
	color: #f2f2f2;
}

.width-lt-640 .social-container {
	height: auto;
	margin-top: 20px;
}

#document-footer-bottom .social-container a {
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	background: #ff7300;
	color: #222;
	font-size: 19px;
	border: 0;
}

#document-footer-bottom .social-container a:hover {;
	background: #fff;
	opacity: 1;
}

#document-footer-bottom .social-container a .icon-facebook-o {
	margin-left: -2px;
}

.width-lt-640 #legal, .width-lt-640 #lioweb {
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 1.5;
}

.width-lt-640 #lioweb {
	padding-top: 0px;
	margin: 0;
}

/* MAIN MENU - DESKTOP */
.width-gt-980 #menu-main {
	height: auto;
}

.width-gt-980 #menu-main .content > ul > li {
	margin: 0;
}

.width-gt-980 #menu-main ul ul ul {
	transform: none;
}

.width-gt-980 #menu-main .content > ul > li > a {
	color: #f2f2f2;
	line-height: 60px;
	padding: 0 15px;
	font-weight: 600;
	transition: all .15s;
}

.width-gt-980 #menu-main .content > ul > li > a:hover {
	background: rgba(255, 255, 255, .1);
	color: #f2f2f2;
}

.width-gt-980 #menu-main .content > ul > li > a.selected {
	background: rgba(255, 255, 255, .1);
}

.width-gt-980 #menu-main .content > ul > li > a.selected:hover {
	color: #f2f2f2;
}

.width-gt-980 #menu-main .content > ul > li > a.selected:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ff7300;
}

.width-gt-980 #menu-main ul ul {
	background: #383838;
	border: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.width-gt-980 #menu-main ul ul ul {
	border-color: #dedede;
}

.width-gt-980 #menu-main ul ul li a {
	color: #f2f2f2;
	font-weight: 400;
	font-size: 14px;
	transition: all .15s;
}

.width-gt-980 #menu-main ul ul li a:hover {
	background: rgba(255, 255, 255, .1);
}

.width-gt-980 #menu-main ul ul li a.selected {
	background: rgba(255, 255, 255, .1);
}

/* MENU MAIN - MOBILE */

/* Rozbalene menu */
.width-lt-980 #menu-main ul.level-1 {
	border-top-color: white;
}

.width-lt-980 #menu-main ul .buttonExpand {
	border: 0;
	background: #f2f2f2;
}

.width-lt-980 #menu-main ul .buttonExpand:before, .width-lt-980 #menu-main ul .buttonExpand:after {
	background: #222;
}

/* 1. Uroven - bunka */
.width-lt-980 #menu-main li a {
	color: #222;
	background: none;
	border: 0;
	font-weight: 600;
}

.width-lt-980 #menu-main ul.level-1 {
	border: 0;
	background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
	background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
}

.width-lt-980 #menu-main li a:hover {
	text-decoration: none;
}

.width-lt-980 #menu-main li a.selected {
	font-weight: 600;
}

/* 2. Uroven - bunka */
.width-lt-980 #menu-main li li a {
	background: #f4f4f4;
	color: #222;
	font-weight: 400;
}

/* 3.+ Uroven - bunka */
.width-lt-980 #menu-main li li li a {
	background: white;
	color: #222;
	border-bottom-color: #EDEDED;
}

/* Rozbalovacie tlacidlo */
#menu-main-button {
	border-left: 0;
	color: #222;
	background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
	background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
	height: 60px;
	margin: 0;
	width: 126px;
	font-weight: 600;
}

.width-lt-400 #menu-main-button {
	width: 70px;
	color: rgba(0, 0, 0, 0);
}

.width-lt-980 #menu-main-button span,
.width-lt-980 #menu-main-button span:before,
.width-lt-980 #menu-main-button span:after {
	background: #222;
}

/* SIDE MENU */
#menu-side {
	margin-bottom: 40px;
}

#sidebarLeft {
	border: 0;
}

/* Rozklikatavatko - aktivne a hover */
#menu-side .buttonExpand:hover, #menu-side .buttonExpand:active, #menu-side li.expanded > .buttonExpand:hover {
	background: #222;
}
#menu-side .buttonExpand:before, #menu-side .buttonExpand:after {
  background: #333;
}
#menu-side .buttonExpand:hover:before, #menu-side .buttonExpand:hover:after {
  background: #fff;
}

#menu-side ul.level-1 .item-title.selected:after {
	display: none;
}

/* Polozka v menu 1. uroven */
#menu-side ul .item-title {
	background: #383838;
	color: #fff;
	border: 0;
	position: relative;
	font-weight: 600;
	transition: all .3s;
}

#menu-side ul .item-title:hover {
	background: rgba(255, 255, 255, .3);
	color: white;
	text-decoration: none;
  transition: all .25s;
}

#menu-side ul .item-title:hover + .buttonExpand:before, #menu-side ul .item-title:hover + .buttonExpand:after {
  background: #fff;
}

#menu-side ul .item-title.selected {
	font-weight: 600;
	background: rgba(255, 255, 255, .3);
	color: white;
}

/* Polozka v menu 2. uroven */
#menu-side ul ul .item-title {
	background: #fafafa;
	color: #333;
	text-transform: none;
}

#menu-side ul ul .item-title:hover {
	background: #222;
	color: #fff;
}

/* Polozka v menu 3. uroven */
#menu-side ul ul ul .item-title {
	background: #fff;
	color: #615e5d;
	border-bottom-color: #dfdfdf;
}

#menu-side ul ul ul .item-title:hover {
	color: #fff;
}


/* SLIDER */
#slider .caption {
	text-align: left;
	bottom: 20px;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

.width-lt-980 #slider .caption {
	width: 100%;
	padding: 20px 15px;
}

.width-lt-640 #slider .caption {
	bottom: 0px;
	text-align: center;
	padding-bottom: 30px;
}

.caption .title span {
  display: inline-block;
	font-size: 30px;
  font-weight: 600;
  padding: 6px 15px;
	text-transform: uppercase;
  background: #222;
	color: white;
}

.width-lt-640 .caption .title span {
  font-size: 18px;
	padding: 5px 10px;
}

.caption .text span {
  display: inline-block;
	font-size: 18px;
	font-weight: 400;
  padding: 12px 15px;
	color: #222;
	background: white;
}

.caption .link {
  margin-top: 6px;
}

.caption .link .button {
	display: inline-block;
	background: rgba(255,115,0,1);
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 13px 30px;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
	transition: all .3s;
}

.caption .link .button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	text-align: center;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet-active {
	-webkit-transform: scale(1.9);
	-ms-transform: scale(1.9);
	transform: scale(1.9);
}

/* BREADCRUMBS */
#breadcrumbs a.link, #breadcrumbs a.link span {
	color: #999;
}
#breadcrumbs a.link:hover, #breadcrumbs a.link span:hover {
	color: #fff;
}
#breadcrumbs .separator {
	color: #999;
}
#breadcrumbs a.link:hover span, #breadcrumbs a.last span {
	color: #999;
}


.table-responsive {
	width: 100%;
	overflow: auto;
}

.coloredTable {
	font-size: 16px;
}

/* Tabulka - Bunka neparna (defaultna) bunka */
.coloredTable tr:nth-child(odd) td {
	background: #f4f4f4;
	color: #222;
}

/* Tabulka - Bunka parna */
.coloredTable td, .coloredTable tr.rowA td {
	background: #ddd;
}

/* Tabulka - Zvyraznena bunka */
.coloredTable tr.rowB td {
	font-weight: bold;
	color: #fff;
	background: #222;
}

/* Tabulka - Hlavicka */
.coloredTable th {
	background: #FF7300;
	color: #333;
	font-weight: bold;
}

/* Tabulka - TR hover */
.coloredTable tr td {
  transition: all .3s ease;
}
.coloredTable tr:hover td {
  background: #222;
	color: white;
}

/* GALLERY */
#gallery .item .title {
	font-style: italic;
	text-align: left;
	color: #333;
  background: #FF7300;
  font-weight: 600;
}
#gallery a:hover:after, #news .item .image:hover:after {
	background: rgba(0, 0, 0, .3);
}

/* FILES */
#lioweb-files a {
	color: #3D3D3D;
}

/* NEWS */
#news .item .datetime {
	color: #000;
}

#news .item .title {
	color: #222;
}

#news .item .text {
	color: #333;
}

#news .item .link a {
	color: #222;
	border: 1px solid #222;
	background: none;
}

#news .item .link a:hover, #news .item .link a:active {
	background-color: #222;
	color: #fff;
}

/* CONTENT */
.body-content {
	color: #DCDCDC;
	font-size: 16px;
	line-height: 1.6;
}

#page-calculation .body-content {
	width: 960px;
}

.width-lt-980#page-calculation .body-content {
	width: 100%;
}

.body-content p.quote {
	background: #EEE;
}

.body-content a img {
	transition: all .3s;
}

.body-content a:hover img {
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}

.body-content h1 {
	display: inline-block;
	color: white;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

.body-content h1:after {
	content: '';
	width: 100%;
	max-width: 300px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%,rgba(241,140,46,1) 100%);
	background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
}

.width-lt-640 .body-content h1 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 30px;
}

.body-content h2 {
	color: #FDFDFD;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 0;
}

.width-lt-640 .body-content h2 {
	font-size: 24px;
}

.body-content h3 {
	color: #eee;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
}

.width-lt-640 .body-content h3 {
	font-size: 18px;
}

.body-content h4 {
	color: rgba(255, 255, 255, .6);
}

.body-content a {
	color: #f58c38;
	transition: all .3s;
}

.body-content a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

.body-content a.button{
  color: white;
  background: #ff7300;
	border: 2px solid #ff7300;
  padding: 10px 32px;
	font-weight: 600;
}

.body-content a.button:hover {
	background: none;
	color: #fff;
}

.body-content a.button.sec {
  color: #333;
  background: #f2f2f2;
	border: 1px solid #f2f2f2;
  padding: 10px 32px;
}
.body-content a.button.sec:hover {
	background: #222;
	color: white;
}


/* empty space */
.empty-spc {
	width: 100%;
	height: 15px;
	background: none !important;
}

.empty-spc.small {
	height: 15px;
}

.empty-spc.med {
	height: 30px;
}

.empty-spc.big {
	height: 60px;
}


/* row widget */
.row-widget {
	color: #222 !important;
	width: 100%;
	background: #ff7300;
	box-shadow: -959px 0 0 #ff7300, 960px 0 0 #ff7300, -319px 0 0 #ff7300, 320px 0 0 #ff7300;
	padding: 30px 0;
	margin: 30px 0;
}

.width-lt-980 .row-widget {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 30px 15px;
}

.row-widget h1,
.row-widget h2,
.row-widget h3,
.row-widget h4 {
	color: #222 !important;
}

.row-widget .button {
	color: #fff !important;
	background: #222 !important;
	border: 0 !important;
}

.row-widget .button:hover {
	color: #222 !important;
	background: #fff !important;
}

/* FAST LINKS MAINPAGE*/
.fast-links-titles .title-1{
	color: #d0112b;
}
.fast-links-titles .title-2{
	color: #3d3d3d;
}
.fast-links-wrap .fast-links-col .links-1 .a-container {
  background: #d0112b;
}
.fast-links-wrap .fast-links-col .links-1 a{
  color: white;
}
.fast-links-wrap .fast-links-col .links-2 .a-container {
  background: #3d3d3d;
}
.fast-links-wrap .fast-links-col .links-2 a{
  color: white;
}


/* CTA FOOTER */

.width-gt-400 .cta-wrapper,
.width-lt-400 .cta-wrapper {
	background: #FF7300;
	background: -ms-linear-gradient(left, rgba(255,115,0,1) 0%,rgba(241,140,46,1) 100%);
	background: linear-gradient(to right, rgba(255,115,0,1) 0%, rgba(241,140,46,1) 100%);
	height: auto;
	border: 0;
}

#page-calculation .cta-wrapper {
  display: none;
}

.cta-wrapper .cta-container{
  max-width: 960px;
  min-height: 154px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.width-lt-640 .cta-wrapper .cta-container {
  display: block;
}

.cta-wrapper .cta-container .col-1,
.cta-wrapper .cta-container .col-2 {
  max-width: 480px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 30px;
}

.width-lt-640 .cta-wrapper .cta-container .col-1,
.width-lt-640 .cta-wrapper .cta-container .col-2 {
  margin: 0;
  display: block;
  text-align: center;
}

.cta-wrapper .cta-container .col-2 {
  line-height: 50px;
}

.cta-wrapper .cta-container .text {
  display: block;
  font-size: 30px;
  color: #222;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.cta-wrapper .cta-container .text.lead {
  font-weight: 700;
  font-size: 36px;
}

.width-lt-640 .cta-wrapper .cta-container .text {
  font-size: 26px;
  text-align: center;
}

.width-lt-640 .cta-wrapper .cta-container .text.lead {
  font-size: 31px;
}

.cta-wrapper .cta-container .cta-button{
  display: inline-block;
  padding: 19px 35px;
  background: #222;
  border: 0;
  text-transform: uppercase;
  color: white;
  font-size: 29px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
	box-shadow: none;
  transition: all .4s;
}

.width-lt-640 .cta-wrapper .cta-container .col-2 .cta-button {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 25px;
  margin-top: 20px;
}

.cta-wrapper .cta-button:hover, .cta-wrapper .cta-button:active{
  text-decoration: none;
  background: #eee;
  color: #444;
	outline: none;
	padding: 19px 35px;
	border: 0 !important;
}

#footer-top {
	padding: 40px 0;
	position: relative;
}

/* SCROLLUP*/
#scrollup-button {
	bottom: 20px;
	background: #ff7300;
}

#scrollup-button:before,
#scrollup-button:after {
	background: #fff;
}


#gMap-map {
	height: 400px;
	background: #212121;
}

.width-lt-640 #gMap-map {
	margin-top: 0px;
	height: 250px;
}

#page-form .wrapper.main-wrapper {
	margin: 0;
}

.width-gt-980#page-form .body-content {
	margin-top: 17px;
}



/* COOKIE BOX - BEGIN */
@keyframes CookieFadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
    
#cookie-banner-container {
	-webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    z-index: 9999;
    overflow-y: scroll;
}

#cookie-banner-container.overlay {
	background-color: rgba(85,100,115,0.8);
}

#cookie-banner {
	width: 780px;
	height: auto;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: white;
	border-radius: 4px;
	animation: CookieFadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    border: 1px solid #AAA;
}

#cookie-banner .overlay {
	border: 0;
}

#cookie-banner a {
	color: #F48622;	
}

#cookie-banner p.title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: center;
}


#cookie-banner p.title2 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


#cookie-banner p {
	font-size: 12px;
}

#cookie-banner p.text {
	text-align: center;
}

#cookie-banner .item {
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #888;
	position: relative;
}

#cookie-banner .item p {
	margin-right: 80px;
}

#cookie-banner .buttons {
	text-align: center;
	margin-top: 20px;
}

#cookie-banner .buttons button {
	padding: 17px 25px;
	margin: 10px;
	border-radius: 6px;
	border: 1px solid black;
	background: #ffffff;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

#cookie-banner .buttons button.highlight {
	background: #F48622;
	border: 1px solid #F48622;
	color: white;
}


#cookie-banner .buttons #cookie-button-acceptAll.highlight {	
	border: 1px solid #F48622;
	background: #F48622;
	color: white;
}

#cookie-banner #cookie-button-accept {
	
}

#cookie-banner #cookie-button-reject {
	

}

#cookie-banner #cookie-button-customize {
	
}


#cookie-banner .switch {
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 28px;
  right: 0;
  top: 0;
}

#cookie-banner .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#cookie-banner .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#cookie-banner .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#cookie-banner .switch.disabled .slider {
	cursor: not-allowed;
  	pointer-events: all !important;
}



#cookie-banner input:checked + .slider {
  background-color: #F48622;
}

#cookie-banner input:focus + .slider {
  box-shadow: 0 0 1px #F48622;
}


#cookie-banner input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#cookie-banner .slider.round {
  border-radius: 28px;
}

#cookie-banner .slider.round:before {
  border-radius: 50%;
}

a.cookies-show-setup {
	border: 1px solid white;
	padding: 10px 20px 10px 10px;
	background: none;
	color: #999;
	/*border-radius: 22px;*/
}


a.cookies-show-setup:hover {
	background: white;
	color: #333 !important;
}

a.cookies-show-setup .icon {
	display: inline-block;
	-webkit-mask-image: url(../images/cookie-bite.svg);
	mask-image: url(../images/cookie-bite.svg);
	background-color: black;
	width: 20px;
	height: 20px;
	margin-top: 0px;
}

@media screen and (max-width: 800px) {
	#cookie-banner {
		width: 460px;
	}
	
	#cookie-banner button {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#cookie-banner {
		width: 100%;
	}
	
	#cookie-banner button {
		width: 100%;
	}
}

@media screen and (max-height: 500px) {
	#cookie-banner {
		transform: translateX(-50%);
		top: 10px;
	}
}

@media screen and (max-width: 800px) and (max-height: 768px)  {
	#cookie-banner {
		transform: translateX(-50%);
		top: 10px;
	}
}


/* COOKIE BOX - END  */