* {
  margin: 0;
  outline: none;
}
:root {
  --main-black: #000;
  --white: #FFF;
  --main-hover: #050606;
}

HTML {
	padding: 0px;
	margin: 0px;
}

BODY {
	font-family: 'Yantramanav', sans-serif;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color: #808080;
	background: #fff;
	padding-top: 179px;
    /*cursor: url(../images/cursor.png), auto !important;*/
}

A, BUTTON {
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
    color: #2c7dfa;
}

A:hover, A:focus {
	color: #2c7dfa;
	
}

  /*
   * ............ A link ............................................... 
   */
  a.link, .link a { background-color: transparent; -webkit-text-decoration-skip: objects; font-weight: 700; }
  a.link span, .link a span { color: var(--white); text-transform: uppercase; font-weight: 900; font-size: 16px; transition: text-decoration .5s; }
  a.link:hover, a.link:hover span, .link:hover a, .link:hover a span { color: var(--main-hover); text-decoration: none; cursor: pointer; }
  a.link, .link a{ position: relative; transition: color; transition-duration: 0s; transition-timing-function: linear; }
  a.link::before, p.link::before, .link a::before { content: ''; position: absolute; left: 0; width: 100%; transform: scale3d(0,1,1); z-index: 10000; }
  footer a.link::before, footer .link a::before { background-color: var(--main-black); }
  a.link::before, p.link::before, .link a::before { background-color: var(--main-black);  }
  a.link::before, p.link::before, .link a::before { bottom: 1px; height: 1px; transform-origin: center center; transition-duration: .5s; transition-delay: 0s; transition-timing-function: cubic-bezier(.77,0,.175,1); }
  
  @media (min-width:1000px) {
    a.link:hover::before, .link a:hover::before, .hp-link:hover a::before { transform:scale3d(1,1,1); transform-origin:left center; transition-delay:0s;  }
  }


H1 {
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 80px;
	padding-bottom: 50px;
	margin: 0px;
}

H1 SPAN {
	display: block;
	font-size: 24px;
	line-height: 48px;
	color: #e01616;
}

H2 {
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 60px;
	margin: 0px;
}

H2 SPAN {
	color: #9f66ff;
}

H3 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
}

H3 SPAN {
	color: #9f66ff;
}

P {
	font-size: 24px;
	line-height: 35px;
	font-weight: normal;
	color: #222222;
	padding-bottom: 30px;
}

SECTION UL {
	margin-left: -20px;
}

SECTION UL LI {
	position: relative;
	list-style-type: none;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
}

SECTION UL LI:before {
	position: absolute;
	display: block;
	left: 0px;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #2c7dfa;
	content: "";
}

.header-action-box {
	font-size: 13px;
	line-height: 40px;
	color: #6f7d80;
	text-align: center;
	background: #f3f7f8;
	padding: 0px;
	margin: 0px;
}

.form-control {
	min-height: 35px;
	color: #262626;
	border: 1px solid #cccccc;
	border-radius: 0px;
	resize: none;
}

.form-control:focus {
	border: 1px solid #262626;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #808080;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #808080;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #808080;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	color: #808080;
}

LABEL.i_agree {
	font-family: Arial;
	font-size: 13px;
	line-height: 57px;
	color: #808080;
	text-transform: none;
	margin-top: 33px;
}

TEXTAREA.form-control {
	height: 125px;
}

LABEL {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #262626;
	font-weight: 500;
	text-transform: uppercase;
}

BUTTON.btn {
	position: relative;
	display: inline-block;
	padding: 20px;
	padding-left: 75px;
	margin-top: 35px;
}

BUTTON.btn I {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
	padding: 20px;
	margin: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

BUTTON.btn:hover, BUTTON.btn:hover I {
	color: #fff !important;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
}

BUTTON.btn:hover I {
	border: 1px solid #2c7dfa;
}

.btn {
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0.75px;
	border-radius: 0px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
	padding: 13px 20px;
}

.btn.btn-default {
	border: 1px solid #262626;
	background: #262626;
}

.btn.btn-info {
	font-size: 13px;
	color: #808080 !important;
	text-decoration: underline;
	border: 1px solid #fff;
	background: #fff;
}

.btn.btn-info STRONG {
	color: #262626;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.btn.btn-info:hover {
	color: #fff !important;
	background: #2c7dfa55;
}

.btn.btn-info:hover STRONG {
	color: #fff;
	text-decoration: none;
}

.btn I {
	margin-left: 10px;
}

HEADER .btn-default I {
	margin-top: -3px;
}

HEADER .btn-primary I {
	margin-left: 0px;
	margin-right: 10px;
}

HEADER .btn {
	margin-left: 10px;
}

.btn.btn-default:hover {
	color: #fff;
	border: 1px solid #2c7dfa;
	background: #2c7dfa;
}

.btn.btn-primary {
	border: 1px solid #2c7dfa;
	background: #2c7dfa;
}

.btn.btn-primary:hover {
	color: #fff !important;
	border: 1px solid #2c7dfa;
	background: #2c7dfa;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: none;
}

STRONG {
	font-weight: bold;
}

OL {
	margin-left: 20px;
}

OL LI {
	list-style-type: decimal;
}

HEADER {
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 997;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

HEADER.fixed {
	position: fixed;
	left: 0px;
	top: 0px;
}

HEADER .top-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

HEADER.fixed .top-header {
	display: none;
}

/*HEADER UL LI {
	float: left;
}*/

HEADER NAV {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f1f1f1;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	z-index: 997;
}

HEADER NAV.wsdownmenu {
	max-width: none;
	background: #f1f1f1;
}

.wsdownmenu-list > li {
    text-align: center;
    display: inline-block;
}

.wsdownmenu-list > li > a {
	position: relative;
	font-family: 'Yantramanav', sans-serif;
    line-height: 76px;
	font-size: 16px;
	color: #262626;
	font-weight: bold;
	text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
	background: none;
	border: none;
}

.wsdownmenu-list > li > a .arrow {
    position: absolute;
    right: 20px;
    top: 14px;
    display: inline-block;
}

.wsdownmenu-submenu {
    position: absolute;
    top: 76px;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #262626;
	border: none !important;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
	left: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1a1a1a;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub {
	left: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1a1a1a;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub {
	left: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff;
	border: none;
}

.wsdownmenu-submenu li {
	padding-left: 50px;
	padding-right: 50px;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub li {
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
	border: none;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub IMG {
	display: block;
	width: 100%;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub LI DIV {
	min-width: 314px;
	text-align: left;
	padding: 30px 40px;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub H3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 20px;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub-sub P {
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-bottom: 20px;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub .wsdownmenu-submenu-sub-sub A {
	display: inline-block;
    min-width: auto;
	line-height: 14px !important;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: none !important;
	padding: 7px 20px !important;
	background: #2c7dfa !important;
	border: none !important;
}

.wsdownmenu-submenu li a {
	min-width: 280px;
	line-height: 36px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #808080 !important;
}

.wsdownmenu-submenu .wsdownmenu-submenu-sub li a {
	min-width: 280px;
	line-height: 36px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #808080 !important;
}

.wsdownmenu-submenu li a:hover {
	background: none !important;
	color: #fff !important;
}

.wsdownmenu-list .wsdownmenu-submenu li:hover .wsdownmenu-submenu-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: none !important;
	background-color: #262626 !important;
	border-radius: 0px !important;
}

.wsdownmenu-list li:first-child a {
	border-radius: 0px !important;
}
.wsdownmenu-list li:last-child a {
	border-radius: 0px !important;
}

.wsdownmenu-submenu li:first-child .wsdownmenu-submenu-sub a {
	border-top: none !important;
}

.wsdownmenu-submenu li:first-child a {
	border-top: 1px solid #808080 !important;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub {
	background: #1a1a1a;
}

.wsdownmenu-list .wsdownmenu-submenu .wsdownmenu-submenu-sub li:hover .wsdownmenu-submenu-sub-sub {
    top: -2px;
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: none !important;
	background-color: #262626 !important;
	border-radius: 0px !important;
}

HEADER NAV .right {
	position: absolute;
	right: 0px;
    top: 20px;
	font-size: 13px;
	line-height: 32px;
	color: #808080;
	text-decoration: underline;
}

HEADER.fixed {
	margin-bottom: 100px;
}

HEADER.fixed NAV {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
}

/*HEADER NAV UL LI {

}

HEADER NAV UL LI A {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #262626 !important;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
	padding-right: 50px;
}

HEADER NAV UL LI A:hover, HEADER NAV UL LI A.active {
	color: #2c7dfa !important;
}*/

.logo IMG {
	display: block;
	width: auto;
	height: 60px;
}

SECTION {
	position: relative;
	display: block;
	width: 100%;
}

SECTION.slider-section {
	position: relative;
	display: block;
	width: 100%;
	z-index: 900;
}

SECTION.slider-section H2 {
	font-family: 'Oswald', sans-serif;
	font-size: 70px;
	line-height: 75px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	margin-top: 142px;
}

SECTION.slider-section P {
	font-family: Arial;
	font-size: 20px;
	line-height: 30px;
	color: #e3e3e3;
	text-align: left;
}

SECTION.slider-section .btn {
	position: relative;
	display: inline-block;
	padding: 20px;
	padding-left: 75px;
}

SECTION.slider-section .btn I {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
	padding: 20px;
	margin: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.wsdownmenu-list {
	margin-left: -20px;
}

SECTION.slider-section .btn:hover, SECTION.slider-section .btn:hover I {
	color: #2c7dfa !important;
	background: #fff;
	border: 1px solid #2c7dfa;
}

SECTION.slider-section .btn:hover I {
	border: 0px solid #fff;
}

SECTION.slider-section IMG {
	position: relative;
	display: block;
	width: 100%;
}

SECTION.slider-section.slider-section-detail .slider-content {
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    width: 100%;
	padding: 0px;
	margin: 0px;
    z-index: 900;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-overlay {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 550;
}

.slider-overlay .piston {
	position: relative;
	float: left;
	width: 16.66666666666667%;
	height: 100%;
	text-align: center;
	border-left: 1px solid #656565;
}

.slider-overlay .left-piston {
	position: absolute;
	left: 0px;
}

.slider-overlay .left-piston P {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: 0 auto;
	margin-top: -50px;
	font-family: Arial;
	font-size: 13px;
	line-height: 14px;
	color: #808080;
	text-transform: uppercase;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.slider-overlay .piston SPAN {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.slider-overlay .piston:last-child {
	border-right: 1px solid #656565;
}

.slider-content {
	position: absolute;
	display: block;
	left: 0px;
	bottom: -25px;
	width: 100%;
	z-index: 900;
}

.slider-content P {
	color: #fff;
}

.wrapper {
	position: relative;
	width: 1260px;
	margin: 0 auto;
}

SECTION {
	position: relative;
}

SECTION.home-section .wrapper {
	width: 1430px;
}

SECTION.home-section .row {
    margin-right: -10px;
    margin-left: -10px;
}

SECTION.home-section .row .col-md-6, SECTION.home-section .row .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

SECTION.odvetvia-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #fff;
}

SECTION.odvetvia-section H2 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 44px;
	color: #262626;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 25px;
	margin: 0px;
}

SECTION.odvetvia-section H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.odvetvia-section P {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
	text-align: left;
	padding-bottom: 70px;
}

.odvetvia {
	position: relative;
	display: block;
	padding: 27px;
	padding-left: 100px;
	background: #f1f1f1;
	cursor: pointer;
	margin-bottom: 30px;
}

.odvetvia-arrow {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	color: #fff;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2c7dfa;
	cursor: pointer;
}

.odvetvia-arrow .fa-arrow-left {
	display: none;
}

SECTION.odvetvia-section .odvetvia-content P {
	font-size: 16px;
	line-height: 16px;
	color: #262626;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

SECTION.odvetvia-section .odvetvia-content P SPAN {
	color: #808080;
	padding-right: 15px;
}

SECTION.odvetvia-section .odvetvia-content UL {
	display: none;
    line-height: 1;
	padding: 0px;
	margin: 0px;
}

SECTION.odvetvia-section .odvetvia-content UL LI {
	float: left;
	margin-right: 25px;
}

SECTION.odvetvia-section .odvetvia-content UL LI A {
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

SECTION.odvetvia-section .odvetvia-content UL LI A:hover {
	color: #262626;
}

SECTION.aktivity-section {
	padding-top: 75px;
	overflow: hidden;
	z-index: 501;
}

.numbers {
	padding-left: 100px;
    margin-top: -75px;
}

.numbers P {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	color: #808080;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-bottom: 55px;
}

.numbers .number {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 44px;
	color: #000;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-bottom: 10px;
}

.tile {
	position: relative;
	display: block;
	padding: 70px 100px;
	background: #262626;
}

.tile H2 {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 25px;
	margin: 0px;
}

.tile H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

.tile P {
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
	color: #ccc;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	padding: 0px;
	padding-bottom: 35px;
}

.tile .btn {
	position: relative;
	display: inline-block;
	padding: 20px;
	padding-left: 95px;
	padding-right: 35px;
}

.tile .btn I {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
	padding: 20px;
	margin: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.tile .btn:hover, .tile .btn:hover I {
	color: #fff !important;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
}

.tile .btn:hover I {
	border: 1px solid #2c7dfa;
}

.gray-tile {
	position: absolute;
    left: 75px;
    top: -75px;
    display: block;
    width: 1000px;
    height: calc(100% + 75px);
    padding: 70px 100px;
    background: #f1f1f1;
}

SECTION.o-nas-section {
	padding-top: 25px;
	padding-bottom: 100px;
}

SECTION.o-nas-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 135px;
    padding-bottom: 25px;
    margin: 0px;
}

SECTION.o-nas-section H2:after {
	position: absolute;
	left: 0px;
	top: 100px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.o-nas-section P {
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
	font-weight: normal;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 50px;
}

SECTION.aktuality-section {
	padding: 0px;
	padding-bottom: 50px;
	background-image: url('../images/SLOVARM-2-technologia-960x550.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60% auto;
	background-color: #f1f1f1;
}

SECTION.aktuality-section .bg {
	padding: 100px;
	padding-top: 0px;
	margin-top: 75px;
	background-image: url('../images/aktuality-2.jpg');
	background-repeat: no-repeat;
}

SECTION.aktuality-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 135px;
    padding-bottom: 50px;
    margin: 0px;
}

SECTION.aktuality-section H2:after {
	position: absolute;
	left: 0px;
	top: 100px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.aktuality-section UL {
    padding-bottom: 50px;
}

SECTION.aktuality-section UL LI A {
	color: #fff;
}

SECTION.contact-section {
	padding-bottom: 0px;
	background: #f1f1f1;
}
SECTION.technologie-section {
	padding-bottom: 90px;
}
SECTION.contact-section H2, SECTION.technologie-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 100px;
    padding-bottom: 35px;
    margin: 0px;
}

SECTION.contact-section H2:after, SECTION.technologie-section H2:after {
	position: absolute;
	left: 0px;
	top: 65px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.contact-section P, SECTION.technologie-section P {
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    text-align: left;
    padding-bottom: 30px;
}

SECTION.contact-section IMG, SECTION.technologie-section IMG {
	display: block;
	width: 100%;
}

.logos {
	border-right: 1px solid #f1f1f1;
}

.logos .col-md-4 {
	border-left: 1px solid #f1f1f1;
}

.logos .col-md-4.top-col {
	padding-top: 100px;
}

.logos .col-md-4.bottom-col {
	padding-bottom: 100px;
}

.logos A {
	display: inline-block;
	width: 100%;
	height: 135px;
    line-height: 135px;
	text-align: center;
	vertical-align: middle;
}

.logos A IMG {
	display: inline-block;
	vertical-align: middle;
}

SECTION.ludia-section {
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #f1f1f1;
	overflow: hidden;
}

SECTION.ludia-section:after {
	position: absolute;
	display: block;
	left: 0px;
	top: 150px;
	width: 50%;
	height: calc(100% - 300px);
	background-image: url('../images/video.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
	content: "";
}

.square-left {
	position: absolute;
	left: -1000px;
	top: 0px;
	display: block;
	width: 1000px;
	height: 250px;
	background: #f1f1f1;
	z-index: 501;
}

.square-right {
	position: absolute;
	right: -10px;
	top: 550px;
	display: block;
	width: 200px;
	height: 250px;
	background: #f1f1f1;
	z-index: 505;
}

.video-play {
	position: absolute;
	left: -91px;
	top: 50%;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 35px;
	padding-left: 135px;
	margin: 0 auto;
	margin-top: -43px;
	background: none !important;
	border: none !important;
	z-index: 507;
}

.video-play I {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	color: #fff !important;
	padding: 32px;
	background: #2c7dfa;
}

SECTION.ludia-section .contact-text {
	position: absolute;
	display: block;
	left: 0px;
	bottom: -67px;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
	line-height: 50px;
	color: #808080;
	border: none;
	margin-top: 50px;
}

SECTION.ludia-section .contact-text .btn {
	margin-left: 15px;
}

SECTION.ludia-section .square-overlay {
	position: absolute;
    display: block;
    right: 0px;
    top: 65px;
    width: 70%;
    z-index: 503;
    height: 650px;
    background: rgba(0, 0, 0, 0.5);
	z-index: 503;
}

SECTION.ludia-section .col-md-6:last-child {
	position: relative;
	z-index: 515;
}

SECTION.ludia-section .tile {
	position: relative;
	padding: 70px 100px;
	background: #fff;
	z-index: 502;
}

SECTION.ludia-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 25px;
    margin: 0px;
}

SECTION.ludia-section H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.ludia-section P {
	width: 210px;
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    color: #808080;
    text-align: left;
	border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

SECTION.ludia-section P STRONG {
	font-size: 16px;
    line-height: 20px;
	color: #262626;
}

SECTION.podporujeme-section {
	padding-top: 75px;
	padding-bottom: 0px;
	background: #fff;
}

SECTION.podporujeme-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 70px;
    margin: 0px;
}

SECTION.podporujeme-section H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.menu-section {
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f1f1f1;
}

SECTION.menu-section.fixed {
	position: fixed;
	display: block;
	left: 0px;
	top: 76px;
	width: 100%;
	z-index: 950;
}

SECTION.menu-section UL {
	padding: 0px;
	margin: 0px;
}

SECTION.menu-section UL LI {
	float: left;
	margin-right: 15px;
}

SECTION.menu-section UL LI A {
	display: block;
	font-family: Arial;
	font-size: 13px;
	line-height: 22px;
	color: #808080;
	text-decoration: underline;
	padding: 2px 10px;
}

SECTION.menu-section UL LI A:hover, SECTION.menu-section UL LI A.active {
	color: #fff;
	text-decoration: none;
	background: #2c7dfa;
}

SECTION.adresa-section {
	background: #fff;
}

SECTION.adresa-section .col-md-6 {
	padding-top: 75px;
	padding-bottom: 75px;
	border-right: 1px solid #f1f1f1;
}

SECTION.adresa-section .col-md-6:last-child {
	border: none;
}

SECTION.adresa-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 70px;
    margin: 0px;
}

SECTION.adresa-section H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.adresa-section H3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 500;
    text-align: left;
	padding-bottom: 15px;
}

SECTION.adresa-section P {
    position: relative;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    text-align: left;
}

SECTION.adresa-section P STRONG {
	color: #262626;
	font-weight: bold;
}

SECTION.map-section {
	position: relative;
	display: block;
	width: 100%;
	height: 525px;
	margin-top: -35px;
	z-index: 450;
}

.contact-btn {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 500;
	margin-top: -35px;
}

.contact-btn.btn {
	position: relative;
	display: inline-block;
	padding: 20px;
	padding-left: 75px;
}

.contact-btn.btn I {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	color: #fff;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
	padding: 20px;
	margin: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.contact-btn.btn:hover, .contact-btn.btn:hover I {
	color: #fff !important;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
}

.contact-btn.btn:hover I {
	border: 1px solid #2c7dfa;
}


SECTION.kontaktny-formular-section {
	padding-top: 75px;
	padding-bottom: 75px;
}

SECTION.kontaktny-formular-section H2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 35px;
    padding-bottom: 70px;
    margin: 0px;
}

SECTION.kontaktny-formular-section H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.historia-section {
	text-align: center;
	padding-bottom: 200px;
}

SECTION.historia-section H2 {
    position: relative;
	display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 75px;
    margin: 0px;
}

SECTION.historia-section H2:after {
	position: absolute;
	left: 0px;
	right: 0px;
    margin: 0 auto;
	top: 100px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.historia-section H3 {
    position: relative;
	display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    line-height: 74px;
    color: #f1f1f1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
    margin: 0px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

SECTION.historia-section .slick-arrow {
	position: absolute;
	right: -100px;
	top: 100px;
	font-family: Arial;
	font-size: 13px;
	line-height: 30px;
	color: #262626;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}

SECTION.historia-section .slick-arrow:hover {
	color: #fff;
	text-decoration: none;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
}

SECTION.historia-section .slick-arrow.slick-next {
	right: -155px;
}

SECTION.historia-section .history-items .slick-slide {
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
}

SECTION.historia-section .slick-center H3 {
	color: #262626;
}

SECTION.historia-section .history-items .slick-slide:hover H3 {
	color: #262626;
}

SECTION.historia-section H4 {
    position: relative;
	display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
    margin: 0px;
}

SECTION.historia-section P {
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

SECTION.galeria-section {
	text-align: center;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

SECTION.galeria-section:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 50%;
	background: #f1f1f1;
	content: "";
}

.gallery-count {
	position: absolute;
	right: 0px;
	bottom: 33px;
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #808080;
    font-weight: 500;
    background: #f1f1f1;
}

.gallery-count SPAN {
	color: #262626;
}

SECTION.galeria-section .slick-arrow {
	position: absolute;
    right: 45px;
    top: -120px;
	font-family: Arial;
	font-size: 13px;
	line-height: 40px;
	color: #262626;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}

SECTION.galeria-section .slick-arrow:hover {
	color: #fff;
	text-decoration: none;
	background: #2c7dfa;
	border: 1px solid #2c7dfa;
}

SECTION.galeria-section .slick-arrow.slick-next {
	right: 0px;
}

SECTION.galeria-section .wrapper {
    z-index: 100;
}

.galeria-items {
	position: relative;
}

.galeria-items:after {
	position: absolute;
	right: 0px;
	bottom: 125px;
	display: block;
	width: 210px;
    height: 137px;
	background: #f1f1f1;
	content: "";
}

SECTION.galeria-section H2 {
    position: relative;
	display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin: 0px;
}

SECTION.galeria-section H2:after {
	position: absolute;
	left: 0px;
	right: 0px;
    margin: 0 auto;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

SECTION.galeria-section P {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	color: #808080;
	padding-top: 70px;
}

SECTION.galeria-section P A {
	color: #262626;
	text-decoration: underline;
}

.casopis-items {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-left: -15px;
	margin-right: -15px;
}

.casopis-item {
	padding: 50px;
	padding-left: 170px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url('../images/casopis.png');
	background-repeat: no-repeat;
	background-position: 50px center;
	border: 1px solid #f2f2f2;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
}

.casopis-item:hover {
	box-shadow: 0px 8px 18px 0px rgba(128, 128, 128, 0.15);
}

.casopis-item H3 {
    position: relative;
	display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #262626;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
}

.casopis-item P {
    font-family: Arial;
    font-size: 13px;
    line-height: 24px;
    color: #808080;
    text-align: left;
    padding-bottom: 10px;
}

.slick-dots {
	text-align: center;
	padding-top: 50px;
}

.slick-dots LI {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}

.slick-dots BUTTON {
	width: 7px;
	height: 7px;
	background: #ccc;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-indent: -20000px;
}

.slick-dots .slick-active BUTTON {
	background: #262626;
	border: 1px solid #262626;
}

.casopis-item .btn.btn-primary {
	padding: 7px 20px;
}

.overlay {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.company-detail {
	position: fixed;
	display: block;
	right: -40%;
	top: 0px;
	width: 40%;
	height: 100%;
	padding: 100px;
	background: #fff;
	z-index: 99999;
}

.company-detail .close {
	position: absolute;
	left: 0px;
	top: 50px;
	display: block;
	line-height: 50px;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #000;
	opacity: 1;
	z-index: 999;
}

.company-detail IMG {
	display: block;
	width: 100%;
	padding-bottom: 35px;
}

.company-detail H2 {
    position: relative;
	display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin: 0px;
	margin-top: 25px;
}

.company-detail H2:after {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 30px;
	height: 3px;
	background: #2c7dfa;
	content: "";
}

.company-detail P {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    text-align: left;
    padding-bottom: 20px;
}

.company-detail .text-content {
	max-height: 250px;
	padding-right: 25px;
	margin-bottom: 35px;
	overflow: auto;
}

.company-detail .btn.btn-primary {
	position: absolute;
	left: 100px;
	bottom: 50px;
}

.white {
	background: #fff;
}

.news-arrow {
	position: relative;
	color: #fff !important;
	padding: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: -20px;
	margin-top: 88px;
	background: #2c7dfa;
	float: left;
	z-index: 990;
}

.top-arrow {
	color: #fff !important;
    padding: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2c7dfa;
    float: right;
}

SECTION.scroll-section {
	background: #f1f1f1;
}
SECTION.scroll-section A {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #2c7dfa;
	float: right;
	font-family: Arial;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 0.75px;
	text-align: left;
	padding: 20px 75px;
}

.articles {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.articles .row {
	margin-left: -30px;
	margin-right: -30px;
}

.articles .col-md-6 {
	padding: 0px;
}

.articles .article {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-right: 1px solid #f1f1f1;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.articles .article:hover {
	box-shadow: 0px 0px 22.08px 1.92px rgba(23, 24, 26, 0.1); 
}

.articles .article.last {
	padding-left: 30px;
	padding-right: 30px;
	border-right: none;
}

.articles .article .image {
	position: relative;
	display: block;
    width: 100%;
    height: 235px;
	overflow: hidden;
}

.articles .article IMG {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.articles .article:hover .image IMG {
	transform: scale(1.15);
}

.articles .article H3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding-top: 25px;
	padding-bottom: 10px;
}

.articles .article P {
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	text-align: left;
	text-transform: none;
}

.articles .article P.date {
	font-size: 13px;
	padding-bottom: 20px;
}

.articles .article P A {
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	text-align: left;
	text-transform: none;
}

.articles .article P A I {
	color: #000;
	padding-left: 20px;
	padding-right: 10px;
}

.articles .article UL {
	padding: 0px;
	padding-bottom: 40px;
	margin: 0px;
	list-style-type: none;
}

.articles .article UL LI {
	position: relative;
    font-family: Arial;
	font-size: 14px;
	line-height: 36px;
	color: #262626;
	text-transform: none;
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin: 0px;
	list-style-type: none;
}

.articles .article UL LI:after {
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	width: 7px;
	height: 7px;
	background: #2c7dfa;
	content: "";
}

.news-box, SECTION.slider-section .news-box {
	padding: 35px;
	padding-bottom: 0px;
	background: #fff;
	box-shadow: 0px 0px 22.08px 1.92px rgba(23, 24, 26, 0.1); 
}

SECTION.slider-section .news-box {
	margin-left: -20px;
}

.news-box .news, SECTION.slider-section .news-box .news {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.news-box H3, SECTION.slider-section .news-box H3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-weight: 500;
    text-align: left;
	padding: 0px;
	padding-bottom: 15px;
	margin: 0px;
}

.news-box P, SECTION.slider-section .news-box P {
    position: relative;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    font-weight: 500;
    text-align: left;
}

.news-box .btn-info, SECTION.slider-section .news-box .btn-info {
	color: #808080;
	background: none !important;
	border: none !important;
	padding: 0px;
}

.news-box .btn-info I, SECTION.slider-section .news-box .btn-info I {
    position: relative;
    display: inline-block;
	color: #262626;
	text-decoration: none !important;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	background: none !important;
	border: none !important;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.news-box .btn-info:hover I, SECTION.slider-section .news-box .btn-info:hover I {
	color: #2c7dfa;
}

.news-box .btn-info:hover, SECTION.slider-section .news-box .btn-info:hover {
	color: #262626 !important;
}

.news-box .btn-all, SECTION.slider-section .news-box .btn-all {
	display: block;
	padding: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #262626;
	margin-left: -35px;
	margin-right: -35px;
}

FOOTER {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	background: #262626;
	box-sizing: border-box;
}

FOOTER .col-md-2 {
	border-left: 1px solid #464646;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

FOOTER .col-md-2:last-child {
	border-right: 1px solid #464646;
}

FOOTER P {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	padding-bottom: 10px;
}

FOOTER H2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
}

FOOTER H3 {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

FOOTER H4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
}

FOOTER UL LI {
	text-align: left;
}

FOOTER UL LI A {
	font-size: 16px;
	line-height: 40px;
	color: #808080;
	text-align: left;
	text-decoration: underline !important;
	padding-bottom: 0px;
}

FOOTER UL LI A:hover, FOOTER UL LI A.active {
	color: #2c7dfa;
}

FOOTER .social {
	margin-top: 20px;
}

FOOTER .social LI A I {
	color: #fff;
	padding-right: 15px;
}

FOOTER .footer-content .row {
	margin: 0px;
}

FOOTER .copyright {

}

FOOTER .copyright P {
	font-size: 16px;
    line-height: 80px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

FOOTER .copyright A {
	color: #fff;
	text-decoration: underline !important;
}

FOOTER .copyright A:hover{
	color: #2c7dfa;
}

.left-box {
	text-align: left;
}

.center-box {
	text-align: center;
}

.right-box {
	text-align: right;
}

.full_width {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clr, .clear {
	clear: both;
}