/*
Theme Name: Siem PL
Theme URI: 
Description: 
Version: 1.0
Author: Michal Gajek
Author URI: http://www.perfect3dstudio.com

*/

@font-face {
    font-family: 'metropolisbold';
    src: url('fonts/metropolis-bold-webfont.eot');
    src: url('fonts/metropolis-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('fonts/metropolis-bold-webfont.woff') format('woff'),
         url('fonts/metropolis-bold-webfont.ttf') format('truetype'),
         url('fonts/metropolis-bold-webfont.svg#metropolisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisextra_bold';
    src: url('fonts/metropolis-extrabold-webfont.eot');
    src: url('fonts/metropolis-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-extrabold-webfont.woff2') format('woff2'),
         url('fonts/metropolis-extrabold-webfont.woff') format('woff'),
         url('fonts/metropolis-extrabold-webfont.ttf') format('truetype'),
         url('fonts/metropolis-extrabold-webfont.svg#metropolisextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisextra_light';
    src: url('fonts/metropolis-extralight-webfont.eot');
    src: url('fonts/metropolis-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-extralight-webfont.woff2') format('woff2'),
         url('fonts/metropolis-extralight-webfont.woff') format('woff'),
         url('fonts/metropolis-extralight-webfont.ttf') format('truetype'),
         url('fonts/metropolis-extralight-webfont.svg#metropolisextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolislight';
    src: url('fonts/metropolis-light-webfont.eot');
    src: url('fonts/metropolis-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('fonts/metropolis-light-webfont.woff') format('woff'),
         url('fonts/metropolis-light-webfont.ttf') format('truetype'),
         url('fonts/metropolis-light-webfont.svg#metropolislight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolismedium';
    src: url('fonts/metropolis-medium-webfont.eot');
    src: url('fonts/metropolis-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('fonts/metropolis-medium-webfont.woff') format('woff'),
         url('fonts/metropolis-medium-webfont.ttf') format('truetype'),
         url('fonts/metropolis-medium-webfont.svg#metropolismedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisregular';
    src: url('fonts/metropolis-regular-webfont.eot');
    src: url('fonts/metropolis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('fonts/metropolis-regular-webfont.woff') format('woff'),
         url('fonts/metropolis-regular-webfont.ttf') format('truetype'),
         url('fonts/metropolis-regular-webfont.svg#metropolisregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolissemi_bold';
    src: url('fonts/metropolis-semibold-webfont.eot');
    src: url('fonts/metropolis-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-semibold-webfont.woff2') format('woff2'),
         url('fonts/metropolis-semibold-webfont.woff') format('woff'),
         url('fonts/metropolis-semibold-webfont.ttf') format('truetype'),
         url('fonts/metropolis-semibold-webfont.svg#metropolissemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisthin';
    src: url('fonts/metropolis-thin-webfont.eot');
    src: url('fonts/metropolis-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metropolis-thin-webfont.woff2') format('woff2'),
         url('fonts/metropolis-thin-webfont.woff') format('woff'),
         url('fonts/metropolis-thin-webfont.ttf') format('truetype'),
         url('fonts/metropolis-thin-webfont.svg#metropolisthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{
	border:0;
	font-family: 'metropolisregular',sans-serif;
	font-weight:normal;
	font-size: 18px;
	line-height:25px;
	color:#333333;
	padding: 0;
	margin:0;
	background:#242424;
	cursor: default;
}

body, html 
{
	height:100%;
}

::-moz-selection 
{
    color: #ffffff;
    background: #cb022d;
}

::selection 
{
    color: #ffffff; 
    background: #cb022d;
}

*
{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

img
{
	border:none;
}

table
{
	border-spacing: 0px;
	max-width:100% !important;
}

table tr td
{
	vertical-align: top;
	padding:0px;
}

video 
{
    max-width: 100%;
}

#main
{	
	position: relative;
	margin:0 auto;
	top: 0;
	left: 0;
	cursor:default;
	overflow:hidden;
	height: auto;
	min-height: 100%;
}

body.home #main
{	
	overflow:visible;
	height: 100%;
}

.cleared
{
	display:block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height:0;
	overflow:hidden;
}

.spinner 
{
	position:fixed;
	z-index:10000000;
	background:url('img/ajax_loader.svg') center center no-repeat #242424;
	width:100%;
	height:100%;
	top:0;
	left:0
}

.art-top
{
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0px;
}

.art-top-rest
{
	position: relative;
	height: 450px;
    background: #333333;
	padding-right: 20%;
}

.art-top-rest:before
{
    z-index: 5;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -250px 215px -73px rgba(1,42,110,1);
       -moz-box-shadow: inset 0px -250px 215px -73px rgba(1,42,110,1);
            box-shadow: inset 0px -250px 215px -73px rgba(1,42,110,1);
    opacity: 0.4;
}

.art-rest
{
    position: relative;
	overflow:hidden;
	padding-right: 20%;
}

body.home .art-rest
{
    position: absolute;
    top: 100%;
    width: 100%;
}

.art-content
{
    position: relative;
}

.art-content-img
{
	position:absolute;
	width:100%;
	height:100%;
    background-size: cover;
	padding:0px;
	margin:0px;
	display:block;
}

.art-content-img-fixed
{
	width:100%;
	height:100%;
    background-size: cover;
	padding:0px;
	margin:0px;
	display:block;
}

.art-padding
{
	position:relative;
	padding: 85px 0px;
	height:100%;
}

.art-padding-none
{
	position:relative;
	padding: 0px 0px;
	height:100%;
}

.float-left
{
	float:left;
	width:50%;
    position: relative;
    z-index: 1;
}

.float-right
{
	float:right;
	width:50%;
    position: relative;
    z-index: 1;
}

.float-none
{
	float:none;
}

.art-content-inner
{
    position: relative;
    display: table;
    width: 100%;
	height:100%;
}

.art-main
{
    position: relative;
    width: 100%;
    display: table-cell;
}

.float-left .art-main,
.float-right .art-main,
.float-none .art-main
{
	padding:15px 0px;
}

.align-top
{
    vertical-align: top;
    display: table-cell;
}

.align-middle 
{
    vertical-align: middle;
    display: table-cell;
}

.align-bottom
{
    vertical-align: bottom;
    display: table-cell;
}

.bg-white
{
	background:#f5f5f5;
}

.bg-white-2
{
	background:#e7e7e7;
}

.bg-dark
{
	background:#e9e9e9;
}

.bg-dark-2
{
	background:#333333;
}

.bg-trans
{
	background:transparent;
}

.bg-trans-2
{
    background: url('img/bg_trans.png');
}

.bg-trans-3
{
	background: rgba(0, 0, 0, 0.55);
}

.bg-trans-4
{
	background: rgba(0, 0, 0, 0.15);
}

.bg-red
{
	background:#ff0000;
}

.art-main-inner
{
	position:relative;
	margin: 0 auto;
	/*width: 1200px;*/
}

.art-top-rest .art-main-inner
{
    z-index: 10;
}

.float-none .art-main-inner
{
	/*width: 1200px;*/
}

.float-left .art-main-inner
{
	/*width: 600px;*/
	margin-right:0px;
}

.float-right .art-main-inner
{
	/*width: 600px;*/
	margin-left:0px;
}

.art-main-padding
{
	padding: 0% 7.5%;
}

.float-left .art-main-padding
{
	padding: 0% 7.5% 0% 15%;
}

.float-right .art-main-padding
{
	padding: 0% 15% 0% 7.5%;
}

#header .art-main-padding
{
	padding: 0px 30px;
}

.mobile-on
{
	display:none;
}

.mobile-off
{

}

.permission
{
    text-align: left;
}

.grid-2
{
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 10%;
}

.newsletter .grid-2
{
    display: grid;
    grid-template-columns: 50% 45%;
    grid-column-gap: 5%;
}

#map-canvas
{
	width:100%;
	height:550px;
}

/*============================ Header =========================*/

#header
{
    position: fixed;
	right:0px;
    width: 20%;
	height:100%;
    z-index: 100;
}

#header:before
{
    position: absolute;
	content:'';
	background:rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: -1;
	right: -100%;
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}

#header.fixed:before,
#header:hover:before
{
	background:#ffffff;
	right: 0%;
}

#header .art-logo
{
	text-align:left;
	padding:0px 0px 0px 0px;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

#header .art-logo h1
{
	text-indent: -9999px;
	margin: 0px;
}

#header .art-logo a
{
	display: inline-block;
	width: 200px;
    height: 210px;
	text-indent: -9999px;
	text-decoration:none;
    background: url('img/logo_2.png') center left no-repeat;
    background-size: contain;
	opacity:1;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

#header:hover .art-logo a,
#header.fixed .art-logo a
{
    background: url('img/logo_1.png') center left no-repeat;
    background-size: contain;
}

#header .art-logo a:hover
{
	opacity:0.6;
}

#header .art-navigation
{
	font-family: 'metropolisbold',sans-serif;
	position: absolute;
    bottom: 0px;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

/*============================ Menu Right =========================*/

.art-menu-mobile
{
	display:none;
	z-index: 1;
	cursor: pointer;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
    background: url('img/menu_mobile.png') center center no-repeat;
    position: absolute;
    top: 25px;
    left: -70px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
}

.open-menu .art-menu-mobile
{
	background:url('img/button_close_1.png') center center no-repeat;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}

.art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	min-height: 0;
	margin-bottom: 20px;
}

.art-menu ul li
{
	margin: 0;
	padding: 2px 0px;
	z-index: 5;
    display: block;
}

.art-menu ul li ul 
{
	display:none;
}

.art-menu ul li a
{
	text-transform:uppercase;
	vertical-align:middle;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	font-size:23px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-menu ul li a,
#header.fixed .art-menu ul li a,
body.home #header:hover .art-menu ul li a.active,
body.home #header.fixed .art-menu ul li a.active
{
	color: #000000;
}

.art-menu ul li a:hover,
#header:hover .art-menu ul li a:hover,
#header.fixed .art-menu ul li a:hover,
#header .art-menu ul li a.active,
body.home #header:hover .art-menu ul li a:hover
{
	color:#cb022d;
}

body.home #header .art-menu ul li a.active
{
	color:#ffffff;
}

/*========================= Menu Right - rest ========================*/

.art-login
{
	font-size:16px;
	line-height: 12px;
}

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

.art-login ul li
{
	display: inline-block;
}

.art-login ul li:first-child
{
	border-right:1px solid #ffffff;
    padding-right: 10px;
    margin-right: 5px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-login ul li:first-child,
#header.fixed .art-login ul li:first-child
{
	border-right:1px solid #000000;
}

.art-login ul li a
{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-login ul li a,
#header.fixed .art-login ul li a
{
	color:#000000;
}

.art-login ul li a:hover,
#header:hover .art-login ul li a:hover,
#header.fixed .art-login ul li a:hover
{
	color:#cb022d
}

.art-info
{
	font-family: 'metropolisregular',sans-serif;
	font-size:13px;
	line-height: 16px;
	color:#ffffff;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
	padding-top: 20px;
	padding-bottom: 60px;
}

#header:hover .art-info,
#header.fixed .art-info
{
	color:#000000;
}

.art-intro-siem
{

}

.art-intro-siem a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-intro-siem a,
#header.fixed .art-intro-siem a
{
	color:#000000;	
}

.art-intro-siem a:hover,
#header:hover .art-intro-siem a:hover
{
	color:#cb022d
}

.art-info p
{
	margin:0px;
}

.art-info a
{
	color:#ffffff;
	text-decoration:none;
	-webkit-transform: translateZ(0);
            transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-info a,
#header.fixed .art-info a
{
	color:#000000;
}

.art-info a:hover,
#header:hover .art-info a:hover,
#header.fixed .art-info a:hover
{
	color:#cb022d;
}

.art-info a:before 
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #cb022d;
    height: 1px;
    -webkit-transition-property: right;
            transition-property: right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.art-info a:hover, 
.art-info a:hover:before, 
.art-info a:focus:before, 
.art-info a:active:before 
{
	right: 0;
}

.art-language
{
    padding: 35px 0px;
	margin:0px;
}

.art-language li
{
    position: relative;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.art-language li:after
{
	position:absolute;
	content:'';
	top: 8px;
    right: 2px;
	background:#ffffff;
	width: 1px;
    height: 10px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		 -o-transform: rotate(10deg);
			transform: rotate(10deg);
}

.art-language li:last-child
{
    padding-right: 0px;
}

#header:hover .art-language li:after,
#header.fixed .art-language li:after
{
	background:#000000;
}

.art-language li:last-child:after
{
	display:none;
}

.art-language li a
{
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#header:hover .art-language li a,
#header.fixed .art-language li a
{
	color:#5d5d5d;
}

#header:hover .art-language li a:hover,
#header.fixed .art-language li.current-lang a,
#header:hover .art-language li.current-lang a
{
	color:#000000;
}


/*============================ Menu Top =========================*/

.menu-top
{
    margin-bottom: -50px !important;
    margin-top: 25px !important;
}	

body.single-content_news .menu-top
{
    max-width: 70%;
}	

.menu-top li
{
	font-family: 'metropolisbold',sans-serif;
	text-transform:uppercase;
    padding: 0px !important;
    padding-right: 20px !important;
    margin-right: 20px !important;
    list-style: none !important;
    display: inline-block;
    position: relative;
    background-image: none !important;
}

.menu-top li:last-child
{
	padding-left:0px;
	margin-left:0px;
}

.menu-top li:after 
{
    position: absolute;
    content: '';
    top: 6px;
    right: -2px;
    background: #ffffff;
    width: 2px;
    height: 13px;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
            transform: rotate(20deg);
}

.menu-top li:last-child:after
{
	display:none;
}

.menu-top li a
{
	font-family: 'metropolisbold',sans-serif;
	text-transform:uppercase;
}	

/* ============================ Content =========================== */

.art-postcontent.text-white
{
	color:#ffffff;
}

.art-postcontent.text-dark
{
	color:#3b3b3b;
}

.art-postcontent.text-color
{
	color:#e5e5e5;
}

.art-postcontent.align-left
{
	text-align:left;
}

.art-postcontent.align-right
{
	text-align:right;
}

.art-postcontent.align-center
{
	text-align:center;
}

.art-postcontent.align-justify
{
	text-align:justify;
}

.art-postcontent p
{
	margin: 0px;
}

.art-postcontent.text-normal
{

}

.art-postcontent.text-small
{
	font-size:14px;
	line-height:22px;
}

.art-postcontent hr 
{
    border: none;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 25px 0px;
}

.art-postcontent
{
	font-size:16px;
	line-height: 25px;
}

.art-postcontent h1
{
	display:none;
}

.art-top-rest .art-postcontent h1
{
	display:block;
    font-family: 'metropolisbold',sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 82px;
	background:none;
	text-transform:uppercase;
}

.art-postcontent h2
{
	font-family: 'metropolisbold',sans-serif;
	margin:0px;
	padding: 0px;
	padding-bottom: 35px;
    margin-bottom: 30px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:36px;
	line-height: 38px;
	background-repeat: no-repeat;
    padding-top: 85px;
    margin-top: -85px;
}

.art-postcontent.head-text-white h2
{
	background-image: url('img/header_1.png');
	color:#ffffff;
}

.art-postcontent.head-text-dark h2
{
	background-image: url('img/header_2.png');
	color:#3b3b3b;
}

.art-postcontent.head-text-color h2
{
	background-image: url('img/header_3.png');
	color:#cb022d;
}

.art-postcontent.align-left h2
{
	background-position: bottom left;
}

.art-postcontent.align-right h2
{
	background-position: bottom right;
}

.art-postcontent.align-center h2,
.art-postcontent.align-justify h2
{
	background-position: bottom center;
	text-align:center;
}

.newsletter .art-postcontent h2
{
	background:none;
	margin:0px;
    padding: 0px 0px 0px 120px;
}

.newsletter .art-postcontent h2:before
{
	position:absolute;
	content:'';
	background: url('img/icon_news.png') center center no-repeat;
	width:90px;
	height:90px;
    border: 4px solid #3b3b3b;
    margin-top: -10px;
    left: 0px;
	-webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}

.art-postcontent h3
{
	font-family: 'metropolismedium',sans-serif;
	margin:0px;
	padding: 0px;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
}

.art-postcontent h4
{

}

.art-postcontent b,
.art-postcontent strong
{
	font-family: 'metropolissemi_bold',sans-serif;
	font-weight:normal;
}

.art-postcontent img
{
	max-width:100%;
	height:auto;
}

.art-postcontent table tr td
{
	vertical-align: top;
	padding:0px;
}

.request .art-postcontent table tr td
{
	position:relative;
    padding: 5px 0px;
    font-size: 12px;
    text-align: left;
}

.request .art-postcontent table.col-1 tr
{
    display: grid;
    grid-template-columns: 100%;
}

.request .art-postcontent table.col-2 tr
{
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-column-gap: 5%;
}

.request .art-postcontent table.col-2 tr td
{

}

.request .art-postcontent table.col-3 tr
{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
}

.request .art-postcontent table.col-4 tr
{
    display: grid;
    grid-template-columns: 21.25% 21.25% 21.25% 21.25%;
    grid-column-gap: 5%;
}

.request .art-postcontent table.col-5 tr
{
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16%;
    grid-column-gap: 5%;
}

.art-postcontent ul 
{
	margin: 0px;
	padding:0px;
}

.art-postcontent ul li
{
	list-style: none;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding: 0px 0px 10px 20px;
}

.art-postcontent.align-center ul li
{
	text-align:left;
}

.art-postcontent.align-right ul li
{
    text-align: right;
    background-position: right 0px top 8px;
    padding: 0px 20px 10px 0px;
}

.art-postcontent.text-white ul li
{
    background-image: url('img/button_more_1_a.png');
}

.art-postcontent.text-dark ul li
{
    background-image: url('img/button_more_1_b.png');
}

.art-postcontent.text-color ul li
{
    background-image: url('img/button_more_1_c.png');
}

.art-postcontent a
{
	text-decoration: none;
	-webkit-transform: translateZ(0);
            transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

.art-postcontent a:before 
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    -webkit-transition-property: right;
            transition-property: right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.art-postcontent.text-white a:before 
{
	background:#ffffff;
}

.art-postcontent.text-dark a:before 
{
	background:#cb022d;
}

.art-postcontent.text-color a:before 
{
	background:#cb022d;
}

.art-postcontent a:hover, 
.art-postcontent a:hover:before, 
.art-postcontent a:focus:before, 
.art-postcontent a:active:before 
{
	right: 0;
}

.art-postcontent.text-white a
{
	color:#ffffff;
}

.art-postcontent.text-dark a
{
	color:#3b3b3b;
}

.art-postcontent.text-color a
{
	color:#cb022d;
}

.art-postcontent.text-white a:hover
{
	color:#ffffff;
}

.art-postcontent.text-dark a:hover
{
	color:#cb022d;
}

.art-postcontent.text-color a:hover
{
	color:#cb022d;
}

.art-postcontent strong a
{
	font-family: 'metropolissemi_bold',sans-serif;
    font-weight: normal;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
	margin: 30px 0px 0px 0px;
    text-decoration: none;
	text-transform:uppercase;
    background: rgba(0,0,0,0);
    border: none;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

.art-postcontent strong a:before
{
	display:none;
}

.art-postcontent.head-text-white strong a
{
    background: #ffffff;
	color:#3b3b3b;
}

.art-postcontent.head-text-dark strong a
{
    background: #3b3b3b;
	color:#ffffff;
}

.art-postcontent.head-text-color strong a
{
    background: #cb022d;
	color:#ffffff;
}

.art-postcontent.head-text-white strong a:hover
{
    background: #3b3b3b;
	color:#ffffff;
}

.art-postcontent.head-text-dark strong a:hover
{
    background: #cb022d;
	color:#ffffff;
}

.art-postcontent.head-text-color strong a:hover
{
    background: #ffffff;
	color:#3b3b3b;
}

.art-postcontent select
{
	font-family: 'metropolisbold',sans-serif;
    outline: 0;
    cursor: pointer;
    background: url(img/button_select.png) center right no-repeat rgba(0,0,0,0);
    font-weight: normal;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 0px 22px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid #707070;
    text-decoration: none;
	width:100%;
	text-align-last:center;
    -webkit-appearance: none;
       -moz-appearance: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

.art-postcontent iframe
{
	border: none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.art-postcontent .wp-video 
{
    max-width: 100%;
    height: auto;
	margin:0 auto;
}

/* ========================== Slideshow - All ======================= */

.swiper-container .swiper-slide
{
    opacity: 0 !important;
    height: auto;
}

.swiper-container .swiper-slide.swiper-slide-active
{
    opacity: 1 !important;
}

.swiper-container .art-content-inner
{
	height: 100% !important;
}

.swiper-container .art-main-padding 
{
    padding: 0% 18%;
}

.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev 
{
    position: absolute;
    width: 70px;
    height: 70px;
	margin-top: -35px;
    z-index: 10;
    cursor: pointer;
	opacity:1;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

.swiper-container .swiper-button-prev 
{
	background: url('img/button_slide_prev_2.png') 20px 0px no-repeat;
    left: 7.5%;
}

.swiper-container .dark .swiper-button-prev 
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.swiper-container .swiper-button-next 
{
	background: url(img/button_slide_next_2.png) 20px 0px no-repeat;
    right: 7.5%;
}

.swiper-container .dark .swiper-button-next 
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.swiper-container .swiper-button-prev:hover
{
	background: url('img/button_slide_prev_2.png') 15px 0px no-repeat;
}

.swiper-container .dark .swiper-button-prev:hover
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.swiper-container .swiper-button-next:hover
{
	background: url('img/button_slide_next_2.png') 25px 0px no-repeat;
}

.swiper-container .dark .swiper-button-next :hover
{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets
{
	bottom: 25px;
}

.art-padding .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets
{
	bottom: 0px;
}

.art-padding-none .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets
{
	bottom: 35px;
}

.swiper-container .swiper-pagination span.swiper-pagination-bullet
{
	width: 15px;
    height: 15px;
    background: #ffffff;
    margin: 0px 10px;
}

.swiper-container .swiper-pagination.dark span.swiper-pagination-bullet
{
    background: #333333;
}

.swiper-container .swiper-pagination span.swiper-pagination-bullet:first-child
{
	margin-left:5px;
}

/* ======================== Slideshow - HOME ==================== */

.slideshow-home .swiper-container
{
    height: 100%;
}

.slideshow-home .art-main-padding 
{
    padding: 0% 7.5%;
}

.slideshow-home .art-content-img:after
{
	position:absolute;
	content:'';
    width: 100%;
    height: 100%;
	-webkit-box-shadow: inset 0px -350px 315px -73px rgba(1,42,110,1);
       -moz-box-shadow: inset 0px -350px 315px -73px rgba(1,42,110,1);
            box-shadow: inset 0px -350px 315px -73px rgba(1,42,110,1);
	opacity:0.4;
}

.slideshow-home .art-main
{
	padding-right:20%;
}

.slideshow-home .art-postcontent
{
    font-size: 34px;
    line-height: 38px;
}

.slideshow-home .art-postcontent h2
{
    font-family: 'metropolisbold',sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 82px;
	background:none;
}

.slideshow-home .swiper-button 
{
    left: 1%;
    width: 70px;
    top: 100%;
    margin-top: -295px;
    height: 200px;
    position: absolute;
}

.slideshow-home .swiper-button-prev 
{
	background: url('img/button_slide_up.png') center center no-repeat;
    left: 0px;
    top: 0px
}

.slideshow-home .swiper-button-next 
{
	background: url('img/button_slide_down.png') center center no-repeat;
    left: 0px;
    bottom: 0px;
}

.slideshow-home .swiper-button-prev:hover
{
	background: url('img/button_slide_up.png') top 15px center no-repeat;
}

.slideshow-home .swiper-button-next:hover
{
	background: url('img/button_slide_down.png') top 40px center no-repeat;
}

.slideshow-home .swiper-container-horizontal > .swiper-pagination-bullets
{
    position: absolute;
    bottom: 45px;
    left: 7.7%;
    width: auto;
}

.slideshow-home a.scroll-down 
{
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: inline-block;
	background: url('img/button_slide_down.png') center center no-repeat;
    float: right;
    margin-top: -60px;
	padding:0px;
}

.slideshow-home a.scroll-down:hover
{
	background: url('img/button_slide_down.png') top 25px center no-repeat;
}

/* ========================== Slideshow - 2 ======================= */



/* ============================ Gallery =========================== */

.gallery 
{
   margin: 0 auto;
   clear:both;
   overflow:hidden;
}

.gallery .gallery-item 
{
    float: left;
    margin-top: 0px !important;
    text-align: center;
    overflow: hidden;
    /*margin-bottom: -10px;*/
    /*width: 33.3333% !important;*/
}

.gallery.gallery-columns-1 .gallery-item 
{
    margin-bottom: 0px;
    /*width: 100% !important;*/
}

.gallery .gallery-item a
{
    background: none;
    padding: 0px;
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 20px;
    border: 2px solid rgba(128, 128, 128, 0.18);
}

.gallery .gallery-item a:before 
{
	content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
	opacity:0;
	top:0px;
	left:0px;
    color: #ffffff;
    background: url(img/button_zoom.png) center center no-repeat rgba(203, 2, 45, 0.9);
	-webkit-transition: 0.3s ease-out;
	   -moz-transition: 0.3s ease-out;
	     -o-transition: 0.3s ease-out;
	    -ms-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
}

.gallery .gallery-item a:hover:before
{
	opacity:1;
}

.gallery .gallery-item img 
{
	border: none !important;
	padding: 0px;
	float: left;
	width: 100%;
    height: auto;
}

.gallery .gallery-caption 
{
   font-size: 12px;
   margin: 0 0 12px;
}

.gallery dl 
{
   margin: 0;
}

.gallery br+br 
{
   display: none;
}

.aligncenter,
div.aligncenter,
.art-article .aligncenter img,
.aligncenter img.art-article,
.aligncenter img, img.aligncenter
{
   /* display: block; */
   /* margin-left: auto; */
   /* margin-right: auto; */
   margin: 0 auto;
}

p.aligncenter , p.center 
{
   text-align: center;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.alignright img,
img.alignright
{
   margin: 20px;
   margin-right: 0;
}

.alignleft img,
img.alignleft
{
   margin: 20px;
   margin-left: 0;
}

/* ============================ News - Home ========================= */

.art-news-bg
{
	margin: 0px -2%;
    margin-bottom: -30px;
    height: 370px;
}

.art-news-inner
{
    overflow-y: scroll;
    height: 100%;
}

.art-news
{
	position: relative;
    float: left;
    width: 46%;
    margin: 0px 2%;
    min-height: 340px;
    background: #fff;
    margin-bottom: 30px;
	padding:30px;
}

.art-news-date
{
    font-family: 'metropolisthin',sans-serif;
    font-style: italic;
}

.art-news-title
{
    padding-bottom: 16px;
    text-transform: uppercase;
	text-align:left;
}

.art-news-desc
{
    font-size: 14px;
	line-height:22px;
}

.art-news-more
{
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.art-postcontent .art-news-more strong a
{
    background: rgba(0,0,0,0);
    color: #fff;
    padding: 0px;
}

.art-postcontent .art-news-more strong a:hover
{
    background: #ffffff;
    color: #3b3b3b;
    padding: 0px 25px;
}

.art-postcontent.text-dark .art-news-more strong a
{
    background: #3b3b3b;
    padding: 0px 25px;
}

.art-postcontent.text-dark .art-news-more strong a:hover
{
    background: #cb022d;
    color: #ffffff;
}

.art-postcontent input[type="text"],
.art-postcontent input[type="email"],
.art-postcontent input[type="tel"],
.art-postcontent input[type="date"],
.art-postcontent input[type="file"],
.art-postcontent select,
.art-postcontent textarea
{
	font-family: 'metropolissemi_bold',sans-serif;
	border: none;
	background:#ffffff;
	width: 100%;
	color: #3b3b3b;
    font-size: 16px;
    padding: 15px 20px;
	height:50px;
	outline:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.art-postcontent select
{
    line-height: 20px;
    text-align-last: left;
}

.art-postcontent input[type="file"]
{
    padding: 0px 20px;
}

.dark-input .art-postcontent input[type="text"],
.dark-input .art-postcontent input[type="email"],
.dark-input .art-postcontent input[type="tel"],
.dark-input .art-postcontent input[type="date"],
.dark-input .art-postcontent input[type="file"],
.dark-input .art-postcontent select,
.dark-input .art-postcontent textarea
{
	border: 2px solid #3b3b3b;
	background:none;
}

.art-postcontent textarea
{
    width: 100%;
    max-width: 100%;
    height: 120px;
    margin-bottom: -8px;
}

.art-postcontent input[type="submit"]
{
	font-family: 'metropolissemi_bold',sans-serif;
    font-weight: normal;
    position: relative;
    display: inline-block;
    background: #3b3b3b;
    color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 15px;
    padding: 16px 25px;
    text-decoration: none;
    text-transform: uppercase;
	cursor:pointer;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
	outline: 0;
}

.art-postcontent input[type="submit"]:hover
{
    background: #cb022d;
    color: #ffffff;
}

.dark-input .art-postcontent input[type="submit"]
{
	width:50px;
	height:50px;
	text-indent:-9999px;
	background: url(img/button_slide_next.png) center center no-repeat #3b3b3b;
	position:absolute;
	top: 0px;
    right: 0px;
}

.dark-input .art-postcontent input[type="submit"]:hover
{
	background: url(img/button_slide_next.png) center center no-repeat #cb022d;
}

.request .dark-input .art-postcontent input[type="submit"]
{
    width: auto;
    height: auto;
    text-indent: initial;
    background: #cb022d;
    position: relative;
}

.request .dark-input .art-postcontent input[type="submit"]:hover
{
	background: #3b3b3b;
}

form.searchform
{
	position: relative;
}

.art-postcontent input[type="text"]::-webkit-input-placeholder,
.art-postcontent input[type="email"]::-webkit-input-placeholder,
.art-postcontent input[type="tel"]::-webkit-input-placeholder,
.art-postcontent select::-webkit-input-placeholder,
.art-postcontent textarea::-webkit-input-placeholder
{
	color: #3b3b3b;
	opacity: 1;
}

.art-postcontent input[type="text"]::-moz-placeholder,
.art-postcontent input[type="email"]::-moz-placeholder,
.art-postcontent input[type="tel"]::-moz-placeholder,
.art-postcontent select::-moz-placeholder,
.art-postcontent textarea::-moz-placeholder
{
	color: #3b3b3b;
	opacity: 1;
}

.art-postcontent input[type="text"]::-ms-input-placeholder,
.art-postcontent input[type="email"]::-ms-input-placeholder,
.art-postcontent input[type="tel"]::-ms-input-placeholder,
.art-postcontent select::-ms-input-placeholder,
.art-postcontent textarea::-ms-input-placeholder
{
	color: #3b3b3b;
	opacity: 1;
}

/* ============================ Contact + Map ========================= */

.map-contact
{
	background:#cb022d;
	height: 550px;
}

.map-contact .art-postcontent h3
{
    font-family: 'metropolisbold',sans-serif;
	text-transform:uppercase;
	padding-bottom:10px;
}

.map-contact .address
{
	background: url('img/icon_address.png') top left no-repeat;
    padding-left: 60px;
    margin-bottom: 40px;
}

.map-contact .phone
{
	background: url('img/icon_phone.png') top left no-repeat;
    padding-left: 60px;
    margin-bottom: 40px;
}

.map-contact .email
{
	background: url('img/icon_email.png') top left no-repeat;
    padding-left: 60px;
    margin-bottom: 0px;
}

/* ============================ Share ========================= */

.art-news-share 
{
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    margin-top: -25px;
	text-align:right;
}

.art-news-share b
{
	font-family: 'metropolisbold',sans-serif;
}

.art-news-share .ssba.ssba-wrap a:before
{
	display:none;
}

/* ============================ Fleet ========================= */

.art-fleet
{
    text-align: left;
    border: 1px solid #fff;
    padding: 25px;
    margin-top: 30px;
}

.art-fleet ul li
{
    float: left;
    width: 25%;
    padding-right: 20px;
}

/* ============================ Fleet-List ========================= */

.fleet-single
{
    display: grid;
    grid-template-columns: 35% 65%;
    margin-bottom: 25px;
}

.fleet-single .thumb
{
    position: relative;
    background: #ccc;
}

.fleet-single .desc
{
    padding: 25px 50px;
    background: #fff;
}

.fleet-single h2
{
	font-size: 28px;
    background-image: none !important;
	margin:0px;
	padding-bottom: 0px;
    color: #cb022d !important;
	padding-top: 0px;
}

.fleet-single strong
{
    font-family: 'metropolisbold',sans-serif;
    text-transform: uppercase;
    display: block;
}

.fleet-single .desc-2
{
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 25px;
}

.fleet-single .desc-cont
{
    float: left;
	text-transform:uppercase;
    width: 30%;
}

.fleet-single .desc-cont+.desc-cont
{
    width: 45%;
}

.fleet-single .desc-more
{
    float: right;
}

.fleet-single .desc-more strong a
{
	margin-top:0px;
}

/* ============================ Search list ========================= */

.art-search-list
{
	padding: 25px 50px;
    background: #fff;
	margin-bottom: 25px;
}

.art-search-list:last-child
{
	margin-bottom: 0px;
}

.art-search-list-inner
{
    display: table;
    width: 100%;
    height: 100%;
}

.art-search-list h2
{
    background-image: none !important;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
}

.art-search-list strong
{
    float: right;
}

.art-search-list strong a 
{
    margin: 0px;
}

/* ========================== Lightbox - start ====================== */

/* Preload images */
body:after 
{
	content: url(img/button_close_1.png) url(img/ajax_loader.svg) url(img/button_prev.png) url(img/button_next.png);
	display: none;
}

.lightboxOverlay 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
    background: url(img/bg_footer.png) rgba(23, 23, 23, 0.9);
	display: none;
	width: 100%!important;
}

.lightbox 
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image 
{
	display: block;
	height: auto;
	max-width: inherit;
}

.lightbox a img 
{
	border: none;
}

.lb-outerContainer 
{
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

.lb-outerContainer:after 
{
	content: "";
	display: table;
	clear: both;
}

.lb-container 
{
	padding: 4px;
}

.lb-loader 
{
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel
{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url('img/ajax_loader.svg') no-repeat;
}

.lb-nav 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav 
{
	left: 0;
}

.lb-nav a 
{
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next 
{
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev 
{
	width: 34%;
	left: 0;
	float: left;
	background: url('img/button_prev.png') left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	     -o-transition: opacity 0.6s;
	        transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover 
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next 
{
	width: 64%;
	right: 0;
	float: right;
	background: url('img/button_next.png') right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	     -o-transition: opacity 0.6s;
	        transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover 
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer 
{
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	        border-bottom-left-radius: 4px;
	   -moz-border-radius-bottomright: 4px;
   -webkit-border-bottom-right-radius: 4px;
	       border-bottom-right-radius: 4px;
}

.lb-dataContainer:after 
{
	content: "";
	display: table;
	clear: both;
}

.lb-data 
{
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details 
{
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption 
{
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}

.lb-data .lb-number 
{
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close 
{
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: url('img/button_close_1.png') center center no-repeat;
	text-align: right;
	outline: none;
	border:2px solid #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	margin-top:20px;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

.lb-data .lb-close:hover 
{
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* ========================== Contact - form ====================== */

.wpcf7-form-control-wrap 
{
    padding-bottom: 20px;
}

div.wpcf7 .ajax-loader 
{
    background-image: url(img/ajax_loader.svg) !important;
    width: 50px !important;
    height: 50px !important;
	background-repeat: no-repeat;
	margin:0px 0px 0px 10px!important;
}

img.wpcf7-captchac 
{
    position: absolute;
    right: 10px;
	top: 12px;
}

.request img.wpcf7-captchac 
{
    top: 42px;
}

.newsletter div.wpcf7 .ajax-loader 
{
    position: absolute;
    right: 50px;
    top: 4px;
}

form.wpcf7-form .art-contact strong 
{
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    right: 0px;
}

form.wpcf7-form .art-contact
{
	position:relative;
	padding-top: 0px;
}

.newsletter form.wpcf7-form .art-contact
{
    margin-top: 15px;
}

form.wpcf7-form .art-contact p
{
	padding-bottom: 20px;
	margin: 0px;
	position: relative;
}

form.wpcf7-form .art-contact img.ajax-loader
{
	margin-top:0px;
}

span.wpcf7-not-valid-tip 
{
	font-family: 'montserratregular',sans-serif;
	color: #ffffff !important;
	font-size: 12px !important;
	display: block !important;
	background: #ff0000 !important;
	padding: 0px 5px !important;
	margin: 0px !important;
	line-height: 20px;
}

div.wpcf7-mail-sent-ok 
{
	font-family: 'montserratregular',sans-serif;
	color: #ffffff !important;
	font-size: 12px !important;
	display: block !important;
	background: #398f14 !important;
	padding: 0px 5px !important;
	border:none !important;
	margin: 0px !important;
	line-height:20px !important;
}

div.wpcf7-response-output 
{
	font-family: 'montserratregular',sans-serif;
    font-size: 12px !important;
    padding: 0px 5px !important;
	border:none !important;
	margin: 0px !important;
    line-height: 25px !important;
}

div.wpcf7-spam-blocked 
{
	font-family: 'montserratregular',sans-serif;
	color: #ffffff !important;
	font-size: 12px !important;
	display: block !important;
	background: #ff0000 !important;
	padding: 0px 5px !important;
	margin: 0px !important;
	line-height: 20px;
}

div.wpcf7-validation-errors 
{
	font-family: 'montserratregular',sans-serif;
	color: #ffffff !important;
	font-size: 12px !important;
	display: block !important;
	background: #ff0000 !important;
	padding: 0px 5px !important;
	border:none !important;
	margin: 0px !important;
	line-height:20px !important;
}

/* ========================== footer ====================== */

.footer 
{
	background:url('img/bg_footer.png') #212121;
    overflow: hidden;
}

.footer:before
{
    position: absolute;
    content: '';
    background: url(img/bg_footer_2.png) center center no-repeat;
    width: 530px;
    height: 670px;
    background-size: contain;
    opacity: 0.03;
    right: 5%;
    top: -80%;
}

.footer .art-menu-footer
{
	padding-bottom: 100px;
    text-transform: uppercase;
}

.footer .art-menu-footer ul
{
    float: left;
    width: 25%;
}

.footer .art-copyright
{
    float: left;
	font-size:14px;
	line-height:18px;
	text-transform: uppercase;
}

.footer .art-footer-logo
{
    float: right;
	background:url('img/logo_3.png') center center no-repeat;
	width:160px;
	height:160px;
	background-size: contain;
	margin-top: -60px;
    margin-bottom: -80px;
}

/* =========================== Popup =========================== */

.popup 
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(img/bg_footer.png) rgba(23, 23, 23, 0.9);
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	   -moz-transition: opacity 200ms ease-in;
	        transition: opacity 200ms ease-in;
	pointer-events: none;
}

.popup.popup-fleet 
{
	opacity:1;
	pointer-events: auto;
	z-index: 100000;
}

.popup:target 
{
	opacity:1;
	pointer-events: auto;
	z-index: 100000;
}

.popup > .popup_2
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
    position: relative;
    overflow-y: scroll;
    height: 100%;
}

.close
{
    position: absolute;
    right: 20px;
    top: -75px;
	display: inline-block;
	width: 50px;
	height: 50px;
	padding:0px;
	text-decoration: none;
	text-indent: -9999px;
	background: url('img/button_close_1.png') center center no-repeat;
	z-index:100;
    border: 2px solid #ffffff;
	cursor:pointer;
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	    -ms-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}

.close:hover
{

}

.popup_3
{
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    height: 100%;
	margin-top: 100px;
	padding:0px 20px;
}

.request .popup_3
{
    max-width: 1100px;
}

.popup-fleet .popup_3
{
    max-width: 1100px;
    height: 60%;
}

.popup-inner
{
	background:#ffffff;
	padding:50px;
}

.popup-fleet .art-content-img:before
{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -150px 215px -73px rgba(1,42,110,1);
       -moz-box-shadow: inset 0px -150px 215px -73px rgba(1,42,110,1);
            box-shadow: inset 0px -150px 215px -73px rgba(1,42,110,1);
    opacity: 0.7;
}

.popup-fleet .popup-inner
{
	background:#747474;
	padding:0px;
    position: relative;
	height: 100%;
}

.popup-fleet .popup-inner b
{
	font-family: 'metropolisbold',sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 52px;
    background: none;
}

.popup-fleet .fleet-bottom 
{
	padding:25px 0px 25px 0px;
}

.popup-fleet .art-postcontent span
{
	font-family: 'metropolisbold',sans-serif;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

.popup-fleet .art-postcontent strong a
{
	margin:0px;
	margin-left: 20px;
}

.popup-fleet .fleet-left
{
    float: left;
    display: table;
    height: 100%;
	line-height: 16px;
}

.popup-fleet .fleet-right
{
	float: right;
    display: table;
    height: 100%;
	line-height: 16px;
    text-align: right;
}

/* ======================= Navigation ===================== */

.navigation-bottom
{
    text-align: right;
    margin-bottom: -65px;
}

.navigation-bottom a
{
	font-family: 'metropolisbold',sans-serif;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #ccc;
    color: #fff !important;
    line-height: 50px;
    text-align: center;
}

.navigation-bottom a:before
{
	display:none;
}

.navigation-bottom a:hover,
.navigation-bottom a.selected
{
	background: #3b3b3b;
}

/* ======================= To top ===================== */

#to-top
{
    text-indent: -9999em;
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: inline-block;
	background: url('img/button_slide_up_2.png') center center no-repeat #fff;
	z-index: 10000;
	cursor: pointer;
}

/* ======================= Cookies ===================== */

#cookie-notice
{
    background-color: rgba(0, 0, 0, 0.65) !important;
    font-family: 'metropolisregular',sans-serif;
    font-size: 13px;
    line-height: 20px;
    max-width: 500px !important;
    margin: 20px;
    min-width: auto;
}

#cookie-notice .cookie-notice-container
{
    padding: 10px 40px;
}

#cookie-notice a.button
{
    font-family: 'metropolissemi_bold',sans-serif;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    background: #cb022d;
    color: #ffffff;
    display: inline-block;
    margin: 4px;
    -webkit-transition: 0.3s ease-out;
       -moz-transition: 0.3s ease-out;
         -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
}

#cookie-notice a.button:hover
{
    background: #ffffff;
    color: #3b3b3b;
}
