@charset "utf-8";
@font-face {
    font-family: 'Gotham Ultra';
    src: url('/fonts/Gotham-Ultra.eot');
    src: url('/fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Ultra.woff2') format('woff2'),
        url('/fonts/Gotham-Ultra.woff') format('woff'),
        url('/fonts/Gotham-Ultra.ttf') format('truetype'),
        url('/fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('/fonts/GothamBlack.eot');
    src: url('/fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamBlack.woff2') format('woff2'),
        url('/fonts/GothamBlack.woff') format('woff'),
        url('/fonts/GothamBlack.ttf') format('truetype'),
        url('/fonts/GothamBlack.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/fonts/Gotham-Book.eot');
    src: url('/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Book.woff2') format('woff2'),
        url('/fonts/Gotham-Book.woff') format('woff'),
        url('/fonts/Gotham-Book.ttf') format('truetype'),
        url('/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Light.eot');
    src: url('/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Light.woff2') format('woff2'),
        url('/fonts/Gotham-Light.woff') format('woff'),
        url('/fonts/Gotham-Light.ttf') format('truetype'),
        url('/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Medium.eot');
    src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/fonts/Gotham-Medium.woff') format('woff'),
        url('/fonts/Gotham-Medium.ttf') format('truetype'),
        url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Bold.eot');
    src: url('/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/fonts/Gotham-Bold.woff') format('woff'),
        url('/fonts/Gotham-Bold.ttf') format('truetype'),
        url('/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Gotham', sans-serif;
	font-weight:400;
	font-size:15px;
	position:relative;
	box-sizing:border-box;
}

a{
	color:#0a1f3b;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

h1{
	color:#d5d7d9;
	font-size:80px;
}

.social-floater{
	position:fixed;
	right:0px;
	top:25%;
	padding:10px 10px;
	background-color: rgba(255,255,255,0.5);
	z-index:99999;
}

.social-floater a{
	display: block;
	margin:15px 0px;
}

.top_container{
	background-color:#d8b8a3;
	color:#010101;
	padding:10px 0px;
	font-size:15px;
	line-height:20px;
}

.top_container .top_content{
	width:100%;
	max-width:1400px;
	margin:auto;
}

.top_container .top_content img{
	vertical-align: middle;
}

.top_container a{
	color:#010101;
	text-decoration:none;
	font-size:16px;
}

.top_container a:nth-last-child(2){
	margin-right:0px;
	padding-right:0px;
	border-right:none !important;
}

.top_container a img{
	margin-right:5px;
}

.top_container a span{
	font-weight: bold;
}

.top_container .top_content .left_side{
	float:left;
	width:40%;
}

.top_container .top_content .middle_side{
	float:left;
	width:45%;
}

.top_container .top_content .right_side{
	float:right;
}

.header{
	width:100%;
	margin: auto;
	position: relative;
	top:150px;
	margin-bottom: 150px;
}

.header .left{
	width:21.5%;
	display: table-cell;
	vertical-align: top;
	background-color: #f6f6f6;
	position: relative;
}

.header .right{
	width:78.5%;
	display: table-cell;
}

.menu_container{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding:10px 0px 5px 0px;
	position: relative;
}

.logo{
	float:left;
	width:225px;
	margin-top:0px;
}

.logo-responsive img{
	width:100px;
	height: auto;
}

.scroll_menu{
	background-color:#fff;
	position:fixed;
	top: 29px;
	width: 100%;
	z-index:999;
}

.scroll_menu.scroll{
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
	box-shadow:0px 4px 8px rgba(0,0,0,0.4);
	z-index:999;
}

.scroll_menu.scroll .menu_container{
	margin-bottom:0px !important;
	border:none !important;
}

.menu_container .left_side{
	float:left;
	width:20%;
}

.menu_container .left_side a{
	color:#13314c;
}

.menu_container .right_side{
	float:left;
	width:80%;
	margin-top:6px;
}

.toolbar_content{
	text-align:right;
	line-height:25px;
	width: 180px;
	position: absolute;
	top:40px;
	right:0px;
}

.menu_delim{
	height:42px;
	background-color:#fff1d7;
}

.toolbar_content a{
	color:#13314c;
	text-decoration:underline;
	margin-top:10px;
	position: relative;
}

.right_side .wishlist,
.right_side .profile_button{
	float:right;
}

.extra_container{
	position: fixed;
	width: 100%;
	z-index: 999;
	padding:7px 0px;
	background-color:#05111d;
}

.extra_container .extra_content{
	width:100%;
	max-width:1200px;
	margin: auto;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.extra_container .extra_content .left{
/*	line-height:35px;*/
	float:left;
	max-width:750px;
}

.extra_container .extra_content .right{
	float:right;
	display: none;
}

.extra_container .extra_content .right .language{
	line-height:35px;
	width:135px;
	padding:0px 10px;
	float:left;
	border-left:1px solid #4f4f4f;
}

.extra_container .extra_content .right .currency{
	float:left;
	width:45px;
	padding:0px 10px;
	border-left:1px solid #4f4f4f;
	border-right:1px solid #4f4f4f;
	line-height:35px;
	color:#fff;
}

.extra_container .extra_content .right .currency a{
	color:#fff;
}

.extra_container .extra_content .left a{
	color:#fff;
	text-decoration: underline;
}

.extra_container .extra_content .left a:hover{
	text-decoration: none;
}

.extra_container .extra_content h4{
	margin:0px;
	font-weight: normal;
}

.extra_container .extra_content h6{
	margin:0px;
	font-weight:normal;
}

.toolbar_content .wishlist{
	position: relative;
}

.toolbar_content .wishlist a{
	margin-top:11px !important;
}

.toolbar_content .wishlist span{
	position: absolute;
	right: -5px;
	top: 9px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border-radius: 100px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	display: none;
}

.toolbar_content a img{
	margin-right:5px;
}

/****ARTS****/
.articles{
	
}

.articles .art_item{
	width:24.5%;
	margin-left:1%;
	float:left;
	border-left:1px solid #dddfe1;
	padding-left:40px;
	position: relative;
	text-decoration: none;
}

.articles .art_item .banner_border{
	width:100% !important;
	height:auto !important;
}

.articles .art_item:nth-child(4n-3),
.articles .art_item:nth-child(4){
	margin-left:0px;
	border: none !important;
}

.articles .art_item a.img{
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all ease 0.3s;
}

.articles .art_item a.img:hover{
	transform: scale(1.05);
}

.articles .art_item a.title{
	color:#787878;
	font-size:12px;
	text-decoration: none;
}

.articles .art_item .price_container{
	width:100%;
}

.articles .art_item .price_container .price,
.articles .art_item .price_container .web_price{
	float:left;
}

.articles .art_item .price_container .price{
	color:#787878;
	margin-right:20px;
	font-size:15px;
	padding-top:3px;
}

.articles .art_item .price_container .web_price{
	color:#c60227;
	font-weight:bold;
	font-size:17px;
}

.action_tag{
	padding:5px 10px;
	background-color:#e85342;
	font-size:14px;
	font-weight:500;
	color:#fff;
	position: absolute;
	top:280px;
}

.ratings{
	width:89px;
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
}

.ratings .rating_buttons{
	position:relative;
	z-index:3;
	width:100%;
}

.ratings .rating_buttons a{
	width:20%;
	height:16px;
	display:block;
	float:left;
}

.ratings .empty,
.ratings .full{
	position:absolute;
	top:0px;
	left:0px;
	width:89px;
	z-index:1;
	height:16px;
}

.ratings .full{
	z-index:2;
}

.ratings .full div{
	width:0px;
	overflow:hidden;
}

.articles .art_item h2{
	font-size:16px;
	font-weight:normal;
	color:#333;
	margin:0px;
	height:70px;
	overflow: hidden;
	text-align:center;
	margin-top:10px;
	padding:0px 30px;
}

.articles .art_item .price{
	font-size:18px;
	color:#7f7f7f;
	font-weight:400;
	text-align: center;
	margin:0px 5px;
}

.articles .art_item .price span{
	text-decoration:line-through;
	display: block;
	font-size:13px;
}

.articles .art_item .price span:nth-child(2){
	color:#933e0e;
	text-decoration:none;
	font-size:16px;
}

.articles .art_item .buttons{
	position: absolute;
	width:100%;
	bottom: 15px;
	text-align: right;
	padding-right:15px;
	opacity:0;
	transition:all ease-in-out 0.3s;
}

.articles .art_item .buttons a{
	display:inline-block;
	height:19px;
	overflow: hidden;
	margin:0px 2px;
}

.articles .art_item .buttons a:hover span img{
	margin-top:-19px !important;
}

.articles .art_item:hover .buttons{
	opacity: 1;
}

.pagination::before{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#cecfcf;
	position:absolute;
	top:55%;
	left:0px;
	z-index:0;
}

.pagination a.all{
	position: relative;
	background-color:#f7f9f8;
	padding-right:20px;
}

.cell_number{
	background-color:#79ad3c;
	border-radius:100%;
	width:52px;
	height:52px;
	line-height:52px;
	position:absolute;
	right:0px;
	top:20px;
	font-weight:bold;
	color:#fff;
	font-size:24px;
}

.content_container .side_banner{
	float:left;
	width:15%;
}

.content_container .side_banner img{
	width:100%;
	height:auto;
}

.content_container .content_content.articles{
	width:100%;
	max-width:1660px;
	position:relative;
	padding:0px 0px;
	margin: auto;
}

.content_container.categories{
	height:12vw;
}

.content_container.categories .cat_item{
	float:left;
	text-align:center;
	height:11.5vw;
	position:relative;
	transition:all ease-in-out 0.3s;
}

.content_container.categories .cat_item:hover{
	height:12vw;
}

.content_container.categories .cat_item .title{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:1vw 0px;
	background-color:#79ad3c;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

.content_container.categories .cat_item:nth-child(2n) .title{
	background-color:#13314c;
}

.content_container .content_content.content,
.content_container .content_content.banners,
.content_container .content_content.gallery,
.content_container .content_content.countdown{
	max-width:1850px;
	margin:auto;
}

.content_container .content_content.content table.piktogrami tr td{
	border-right:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(1){
	border-left:1px solid #dbdbdb;
}

.content_container .content_content.content table.piktogrami tr td:nth-child(2n-1),
.content_container .content_content .content table.piktogrami tr td:nth-child(2n-1){
	position:relative;
	color:#000;
	line-height:15px;
}

.content_container .content_content.banners .left,
.content_container .content_content.banners .right{
	float:left;
	width:49%;
	margin-top:40px;
}

.content_container .content_content.banners .right{
	float:right;
	text-align:right;
}

.content_container .content_content.banners .bottom{
	margin-top:40px;
	width:100%;
	margin-bottom:40px;
}

.content_container .content_content.banners .left img,
.content_container .content_content.banners .right img{
	width:100%;
	height:auto;	
}

.content_container .content_content.banners .top a,
.content_container .content_content.banners .bottom a{
	margin-left:15px;
}

.content_container .content_content.banners .top a:nth-child(1),
.content_container .content_content.banners .bottom a:nth-child(1){
	margin-left:0px !important;
}

.news_container .news_content{
	
}

.news_item{
	width:32%;
	float:left;
	margin-left:2%;
	margin-top:4px;
	margin-bottom:2%;
	font-size:15px;
	text-decoration: none;
}

.news_container .news_content .hidden_news,
.articles .hidden_arts{
	display: none;
}

.news_item:nth-child(3n-2){
	margin-left:0px !important;
}

.news_item .image{
	padding-top:80%;
	width:100%;
	border-radius:10px;
	position:relative;
	box-shadow:0px 0px 8px rgba(0,0,0,0.4);
}

.news_item .banner_border{
	width:100% !important;
	height:auto !important
}

.news_item .details{
	font-size:12px;
	font-weight:500;
	color:#0a1f3b;
	margin:25px 35px;
}

.news_item .details .date{
	text-align:left;
	float:left;
}

.news_item .details .minutes{
	text-align:right;
	float:right;
}

.news_item .title{
	font-size:22px;
	font-weight:bold;
	color:#0a1f3b;
	margin:25px 35px;
	text-align:left;
}

.news_item .short{
	font-size:15px;
	font-weight:400;
	color:#0a1f3b;
	margin:0px 35px;
	text-align:left;
	
}

.news_item .image .category{
	display: none;
	border-radius:5px;
	padding:8px 20px;
	background-color:#ad2323;
	color:#fff;
	font-weight:500;
	font-size:12px;
	position: absolute;
	bottom:-12px;
	left:35px;
	text-transform: uppercase;
}

.open_hidden_button{
	text-align:center;
	margin-top:20px;
}

.open_hidden_button span{
	display: inline-block;
	padding:0px 20px;
	background-color:#fff;
}

#arts_more_button{
	border-bottom:1px solid #ced2d8;
	height:26px;
}

.open_hidden_button a{
	display: inline-block;
	padding:10px 40px 12px 40px;
	border:1px solid #05111d;
	border-radius:5px;
	font-size:14px;
	line-height:14px;
	text-transform: uppercase;
	color:#000000;
	font-weight:500;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}

.open_hidden_button a.button::before{
	content:'';
	background:url(/images/arrow_more_down.png) center center no-repeat;
	width:100%;
	height:11px;
	display:block;
	margin-bottom:5px;
}

.open_hidden_button a.button:hover{
	color:#fff;
	background-color:#036186;
	border-color:#036186;
}

.open_hidden_button a.button:hover::before{
	background:url(/images/arrow_more_down_w.png) center center no-repeat;
}

.content_container .content_content.gallery{
	margin-top:45px;
}

.content_container .content_content.countdown .countdown_left{
	float:left;
	width:305px;
	padding:35px 40px;
}

.content_container .content_content.countdown .countdown_right{
	float:right;
	width:925px;
}

.content_container .content_content.countdown .countdown_right .art_item .thumb{
	width:50%;
	float:left;
	height:250px;
	background-size:contain !important;
}

.content_container .content_content .faq_content{
	
}

.content_container .content_content .faq_content .faq_item{
	
}

.content_container .content_content .faq_content .faq_item .faq_button{
	text-decoration: none;
	color:#233036;
	font-size:20px;
	padding:15px 45px;
	background-color: #d7dee3;
	border-radius:5px;
	display: block;
	margin-bottom:25px;
	font-weight:500;
}

.content_container .content_content .faq_content .faq_item .content{
	margin-bottom:25px;
	padding:20px 45px;
	display: none;
}

.content_container .content_content .containers_menu{
	max-width:1470px;
	margin: auto;
	border-bottom:2px solid #ced2d8;
	line-height:50px;
	margin-bottom:50px;
}

.content_container .content_content .containers_menu .filter_container{
	float:right;
	width:25%;
	min-width:300px;
	text-align: right;
}

.content_container .content_content .containers_menu .filter_container .filter_title{
	float:left;
	width:90px;
	font-size:18px;
	font-weight:500;
}

.content_container .content_content .containers_menu .filter_container .filter_items{
	float:left;
	width:calc(100% - 90px);
}

.content_container .content_content .containers_menu .filter_container .filter_items .custom_select{
	display: inline-block;
	width:96%;
	margin:0px 2%;
}

.content_container .content_content .containers_menu .filter_container .filter_items .custom_select select{
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	background-color:#fff;
	font-size:18px;
	font-family: 'Gotham', sans-serif;
	color:#000;
	font-weight:300;
	height:35px;
	border-radius:5px;
	padding:0px 45px 0px 30px;
	border: none;
	width:100%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	margin-top:10px;
	background:url(/images/select_arrow.png) center right 20px no-repeat #fff;
}

.content_container .content_content .containers_menu a{
	padding:0px 25px;
	display:inline-block;
	text-decoration: none;
	font-weight:500;
	position:relative;
	font-size:22px;
	color:#0a1f3b;
	vertical-align:top;
}

.content_container .content_content .containers_menu a::before{
	content:'';
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:50px;
	background:url(/images/menu_arrow_right.png) center center no-repeat;
	opacity:0;
	transition: all ease-in-out 0.3s;
}

.content_container .content_content .containers_menu a.sel{
	font-family:'Gotham Black', sans-serif;
}

.content_container .content_content .containers_menu a.sel::before,
.content_container .content_content .containers_menu a:hover::before{
	opacity:1;
}

.content_container .content_content .team_content{
	width:100%;
	max-width:1470px;
	margin:0px auto;
}

.content_container .content_content .team_content .team_item{
	width:24%;
	margin:0.5% 0.5%;
	position:relative;
	padding-top:35%;
	overflow:hidden;
	border-radius:15px;
	border-left:8px solid #be1f31;
	display:inline-block;
	vertical-align:top;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.content_container .content_content .team_content .team_item.hidden{
	display: none !important;
}

.content_container .content_content .team_content .team_item .image{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.content_container .content_content .team_content .team_item .image img{
	height:110%;
	width:auto;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transform-origin: center;
	transition:all ease-in-out 0.3s;
}

.content_container .content_content .team_content .team_item:hover .image img{
	transform:translate(-50%,-50%) scale(1.05);
}

.content_container .content_content .team_content .team_item .details{
	position: absolute;
	width:100%;
	padding:10%;
	left:0px;
	bottom:0px;
	background: rgb(25,29,35);
	background: -webkit-linear-gradient(bottom, rgba(25,29,35,1) 0%, rgba(33,37,42,0) 100%);
	background: -o-linear-gradient(bottom, rgba(25,29,35,1) 0%, rgba(33,37,42,0) 100%);
	background: linear-gradient(to top, rgba(25,29,35,1) 0%, rgba(33,37,42,0) 100%); 
}

.content_container .content_content .team_content .team_item .details .title{
	color:#fff;
	font-size:28px;
	line-height:34px;
	font-family:'Gotham Black', sans-serif;
}

.content_container .content_content .team_content .team_item .details .countries{
	/*margin-bottom:5px;*/
}

.content_container .content_content .team_content .team_item .details .countries img{
	margin-right:8px;
}

.content_container .content_content .team_content .team_item .details .param_item{
	line-height:35px;
	background-color:#ad2323;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:0px 25px;
	display: inline-block;
	margin-right:8px;
	border-radius:5px;
	margin-top:8px;
	font-weight:500;
}

.content_container .content_content .team_content .team_item .details .param_item.blue{
	background-color:#036186;
}

.content_container .content_content .team_content .team_item .details .param_item.gold{
	background-color:#d4af37;
}

.insta_container{
	margin: auto;
	margin-top:60px;
	width:96%;
	max-width:1850px;
	text-align: center;
}

.insta_container .insta_item{
	display: inline-block;
	width: 19.50%;
	padding-top: 21%;
	position: relative;
	line-height: 24px;
	font-size: 16px;
	color: #616161;
	vertical-align: top;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
}

.insta_container .insta_item:nth-child(5n-4){
	margin-left:0px;
}

.insta_container .insta_item hr{
	border:none;
	border-top:1px solid #af8b65;
	margin-top:20px;
	width:20%;
	margin:10px auto;
}

.insta_container .insta_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.6);
	color:#616161;
	width:100%;
	height:100%;
	padding:20px;
	text-align:center;
	opacity:0;
	transition:all ease-in-out 0.3s;
	display:table;
}

.insta_container .insta_item .overlay div{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}

.insta_container .insta_item .overlay:hover{
	opacity:1;
}

.footer_container{
	width:100%;
	padding:50px 0px 0px 0px;
	color:#b9b9b9;
	font-size:14px;
	line-height:26px;
	background-color:#20212c;
}

.footer_container .footer_content{
	max-width: 1760px;
	margin: auto;
	padding-bottom:40px;
}

.footer_container .footer_content a{
	color:#b9b9b9;
	text-decoration: none;
}

.footer_container .footer_content h4{
	font-family:'Gotham Book', sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	color:#fff;
}

.footer_container .footer_content a:hover{
	text-decoration: underline;
}

.footer_container .footer_content h1{
	font-size:16px;
	color: #3c3c3c;
	font-weight: 600;
	height: 31px;
	border-bottom: 1px solid #d9d9d9;
}

.footer_container .footer_content h1 span{
	border-bottom: 3px solid #e21717;
	padding-bottom: 6px;
}

.footer_container .footer_content hr{
	border:none;
	border-top:1px solid #e4e4e4;
	margin-top:0px;
	margin-bottom:15px;
}

.footer_container .footer_content .right a{
	color:#585858;
	text-decoration:none;
	font-size:14px;
}

.production_container{
	padding:15px 0px;
	color:#b9b9b9;
	font-size:14px;
	background-color: #20212c;
}

.production_container a{
	color:#b9b9b9;
}

.production_container a:hover{
	text-decoration: underline;
}

.production_container .production_content{
	max-width:1760px;
	margin:auto;
}

.production_container .production_content .left{
	float: left;
}

.production_container .production{
	float:right;
}

.production_container .right{
	float:right;
}

.newsletter_container{
	max-width:630px;
	margin:auto;
}

.newsletter_container .newsletter_content{
	margin:auto;
	position:relative;
	padding:0px 0px;
	max-width: 820px;
	text-align: left;
}

.newsletter_container .newsletter_content input[type="text"]{
	width:calc(100% - 140px);
	box-sizing:border-box;
	padding:13px 5px 14px 30px;
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	color:#a0a0a0;
	border:none;
	font-family:'Gotham Book', sans-serif;
	background-color:#2f303a;
}

#newsletter_form2 input[type="text"]{
	/*background-color:transparent;
	color:#20212c;*/
}

.newsletter_container .newsletter_content .button{
	display: inline-block;
	width:140px;
	font-size:15px;
	text-align: center;
	color:#fff;
	line-height: 48px;
	vertical-align: top;
	font-weight:500;
}

#newsletter_form2 .button{
	background-color:#20212c;
}

.newsletter_container .newsletter_content label{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 45px);
	margin-left:0px;
	color:#b9b9b9;
	font-size:14px;
}

.newsletter_container .newsletter_content h1{
	font-size: 36px;
  color: #2b2f31;
  margin: 0px;
}

.newsletter_container .newsletter_content label input{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.newsletter_container .newsletter_content .close_button{
	position:absolute;
	right:0px;
	top:0px;
}

.pikto_holder{
	position:absolute;
	bottom:0px;
	left:10px;
	z-index:9;
}

.pikto_holder div{
	margin:10px auto;
}

.blue_text{
	color:#003463 !important;
}

.gray_text{
	color:#424243 !important;
}

.div_background{
	background:url(/images/background_content.jpg) center bottom no-repeat;
	background-size:cover;
}

.content_content.articles a.menu h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	font-weight:normal;
	background-color:#f4f4f4;
	text-transform:uppercase;
}

.content_content.articles a.menu.sel h1,
.content_content.articles a.menu:hover h1{
	border-left:10px solid #79ad3c;
	text-align:left;
	padding-left:30px;
	float:left;
	width:25%;
	background-color:#ebebeb;
	font-weight:bold;
}

.content_content .opinion_item{
	width:100%;
	font-style: italic;
	font-size:16px;
	color:#8d8d8d;
}

.content_content .opinion_item .name{
	margin-top:15px;
}

.content_content.extra_banners{
	max-width: 1400px;
	position: relative;
	margin: auto;
	width:100%;
}

.content_content.extra_banners .left_banner,
.content_content.extra_banners .right_banner{
	width:60%;
	position: relative;
	top:0px;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	overflow: hidden;
}

.content_content.extra_banners .left_banner{
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	position: absolute;
	left:0px;
	top:50%;
	width:50%;
	transform: translate(0%,-50%);
}

.content_content.extra_banners .left_banner img,
.content_content.extra_banners .right_banner img{
	width:100%;
	height: auto;
}

.content_content.extra_banners .right_banner{
	float:right;
}

.articles .art_item{
	background-color:#fff;
	transition:all ease-in-out 0.3s;
	/*border:1px solid #beb7b6;*/
}

.resp_menu_button{
	position:relative;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:30px;
	margin-left:10px;
	display:none;
	margin-top:11px !important;
	float:right;
}

.resp_menu_button span{
	display:inline-block;
	width:30px;
	height:4px;
	background-color:#000000;
	position:absolute;
	left:50%;
	margin-left:-15px;
	transition:all ease-in-out 0.3s;
	border-radius:10px;
}

.resp_menu_button span:nth-child(1){
	top:0px;
}

.resp_menu_button span:nth-child(2){
	top:9px;
}

.resp_menu_button span:nth-child(3){
	top:18px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}

#toggle-menu.active {
	background-position: -30px 0px;
}
#toggle-submenu {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	width: 107px;
	height: 27px;
	background-color: transparent;
	background-image: url('/images/toggle_submenu.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#toggle-submenu.active {
	background-position: -107px 0px;
}

.mobile-show,
.mobile_title{
	display: none;
}

.footer_voucher{
	padding:20px 0px;
}

.footer_voucher .footer_voucher_content{
	max-width:1170px;
	margin:auto;
	font-size:14px;
}

.footer_voucher .footer_voucher_content img{
	margin-left:20px;
}

a.pink_button, .pink_button a, .props_okay a{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	font-size: 16px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

a.black_button{
	color: #fff !important;
	background-color: #191919;
	display: inline-block;
	padding: 14px 65px 14px 65px;
	font-size: 20px;
	font-weight: bold !important;
	line-height: normal;
	transition: all ease-in-out 0.2s;
}

a.black_button:hover{
	transform: scale(1.05);
}

.responsive_profile{
	margin-top:13px;
	float:left;
	display:none;
}

td.box{
	padding:3% 5%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}

h1.white_text,
h2.white_text,
h3.white_text,
span.white_text,
div.white_text,
a.white_text{
	color:#fff !important;
	text-shadow:0px 0px 8px rgba(0,0,0,0.6);
}

img.fade{
	opacity:0.5;
	transition: all ease-in-out 0.3s;
}

img.fade:hover{
	opacity: 1;
}

a.red-button,
div.red-button,
span.red-button{
	border:1px solid #8f3e14;
	padding:10px 45px;
	display:block;
	text-align:center;
	color:#8f3e14;
	font-weight: bold;
	font-size:18px;
}

table.beige-bg{
	background-color:#ece1d4;
	height: 80%;
}

table.blue-bg{
	background-color:#daecf1;
	height: 80%;
}

table.blue-bg tr td,
table.beige-bg tr td{
	padding:50px;
}

table.quote tr td{
	position:relative;
	font-size:18px;
	color:#252525;
	line-height:24px;
}

table.quote tr td::before{
	content:'';
	width:59px;
	height:41px;
	display:block;
	position: absolute;
	top:-50px;
	left:0px;
	background:url(/e_files/news/quote_icon.png);
}

#popup_enovice,#popup_thanks_container {
	color: #4a4a4a!important;
  width: 100%;
  position: fixed;
  top: 0%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.5s ease-in;
}

.popup_input{
	width: 40%;
	margin: auto;
	background: none;
	border: none;
	border-bottom: 1px solid black;
	padding: 5px 10px;
	margin-bottom: 20px;
}
#send_button_popup{
	background: rgba(82, 126, 163, 1);
	border: none;
	color: white;
	padding: 10px 30px;

}
#hide_popup img:hover,#checkbox:hover,#send_button_popup:hover{
	cursor: pointer;
}

#popup_thanks{
	background: white;
height: 200px;
width: 450px;
margin: auto;
  margin-top: auto;
margin-top: 10%;
	box-shadow: 0px 0px 36px 1px rgba(0,0,0,0.75);
}

h1.gray_text,
h2.gray_text,
h3.gray_text,
span.gray_text,
div.gray_text,
a.gray_text{
	color:#b7b8ba !important;
}

span.font-18{
	font-size:18px !important;
}

a.blue-button{
	padding:15px 0px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background-color:#036186;
	border-radius:5px;
	display:inline-block;
	margin:5px 0px;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}

a.gray-button{
	padding:15px 0px;
	color:#4c5a6c;
	font-size:14px;
	font-weight:bold;
	background-color:#d1dbe3;
	border-radius:5px;
	display:inline-block;
	margin:5px 0px;
	text-decoration:none;
	transition: all ease-in-out 0.3s;
}

a.blue-button:hover,
a.gray-button:hover{
	transform: scale(1.05);
}

img.round-edge{
	border-radius:15px;
}

.banners-table a{
	display: inline-block;
	transition:all ease-in-out 0.3s;
}

.banners-table a:hover{
	transform:scale(1.05);
}
.used_canopies td{
	vertical-align: top;
	padding: 5px 0px;
}
.canopie  {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
	padding: 40px 50px;
/*		padding-left:50px;*/
}
.canopie h3{
	color: #d6d6d6!important;
	font-size: 16px!important;
}
.canopie strong {
	font-size: 18px;
}
iframe{
		width: 100%!important;
	}