/* Set Variables*/
@font-face {
  font-family: Nudista;
  src: url('/themes/4ct/assets/fonts/nudista.woff');
}
@font-face {
    font-family: Nudista-Bold;
    src: url('/themes/4ct/assets/fonts/Nudista-Bold.otf') format("opentype");
    
    
    
}
@font-face {
    font-family: Nudista-Light;
    src: url('/themes/4ct/assets/fonts/Nudista-Light.otf') format("opentype");
}
@font-face {
    font-family: Nudista-Medium;
    src: url('/themes/4ct/assets/fonts/Nudista-Medium.otf') format("opentype");
}
@font-face {
    font-family: Nudista-Thin;
    src: url('/themes/4ct/assets/fonts/Nudista-Thin.otf') format("opentype");
}
@font-face {
  font-family: Muller;
  src: url('/themes/4ct/assets/fonts/muller.woff');
}

@font-face {
  font-family: Muller-Light;
  src: url('/themes/4ct/assets/fonts/Muller-Light.otf') format("opentype");
}


@font-face {
  font-family: Muller-Regular;
  src: url('/themes/4ct/assets/fonts/Muller-Regular.otf') format("opentype");
}


@font-face {
  font-family: Muller-Bold;
  src: url('/themes/4ct/assets/fonts/Muller-Bold.otf') format("opentype");
}



:root {
    --main_font: Nudista;
    --av_green:#54AB34;
    --av_blue:#0055A5;
    --av_dark:#414042;
    --av_light:#f2f2f2;
    --av_grey:#8B939B;
    --av_lightGrey:#ccc;
    --av_yellow:#FFBE00;
    --av_orange:#F26715;
    --av_purple:#E3378C;
    --av_magento:#8B939B;
    --av_red:#ef3e2d;
}
#bannerVideo{
    position:fixed;
    z-index: -1;
}
@media (min-aspect-ratio: 16/9){
    #av_home_content{
        display:none;
    }
#bannerVideo{
    width:100%; height:100%;
}
}
@media (max-aspect-ratio: 16/9){
#av_home_content{display:none;}
#bannerVideo
{
    width:auto; height:100%;
}
}
@media (max-width: 767px) {
    #bannerVideo {
        display: none;
    }
   /* #av_home_content{display:block;}*/

 
}
a{
    cursor: pointer;    
}



html,body{
	width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
	color: var(--av_dark);
	font-size: 20px;
}
body *{
	transition :0.2s ease; 
	font-family: Muller-Regular;
	-o-transition :0.2s ease;
	-moz-transition :0.2s ease;
	-webkit-transition :0.2s ease;
	
}
body .textname{
font-family: Muller-Bold;/*making the text box bolder*/
}

body .contact-us{

margin-left:15px;
margin-top:100px;/*text at end of platforma and projekty*/
}


body img{
	max-width: 100%;
}
/*for container margin*/
/*.container
{
        margin-bottom: 120px;}*/
.av_only_mobile{
    display: none !important;    
}
.av_hidden{
    display: none !important;    
}
.av_header *,h1,h2,h3,h4,h5,h6{
    font-family: Nudista-Bold;
    font-weight: bold;
}
.footer_display_mobile_only
{
    display: none !important;    
}
footer .footer_display_desktop_only
{
    display: block !important;    
}
/* Hide scrollbar for Chrome, Safari and Opera */
.noScrollBar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.noScrollBar {
  -ms-overflow-style: none;
}
/**header logo size*/
#av_logo a>img
{
    width:100px;
}

/*** Responsive Styles Mobile Potrait ***/
/* .av_header */
.av_header{
	width: 100vw;
	position: fixed;
	z-index: 1000;
	padding: 30px 0;
	
	
}
.av_header.av_active_menu, .av_header.av_active_menu2{
	background: rgba(255,255,255,0.9) 0% 0% no-repeat padding-box;
	min-height: 100vh;
}
#av_top_bar{
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 50px;
	margin-top: 15px;
}
#av_logo{
	display: flex;
	align-items: center;
}
#av_menu{
	display: flex;
	justify-content: flex-end;
	font-family: var(--main_font);
	align-items: center;
}
#av_menu_txt{
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #414042;
	cursor: pointer;
}
#av_menu .show_desktop_only
{
    display:block !important;
}
#av_menu_btn{
	cursor: pointer;
	min-width: 36px;
	min-height: 36px;
	text-align: right;
}


.av_sub_menu {
	display: none;
    position: absolute;
    text-align: right;
    right: 0;
    z-index: 100;
    padding: 0 15px;
    margin-top: 50px;
    font-size:20px;
}
	/* Style the header */
.av_header {
  padding: 10px 16px;
  background: white;
  color: white;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.av_header.av_active_menu #av_main_menu{
	display: block;
}

.av_header #av_logo_c{
    display: block;    
}

.av_header #av_logo_b{
    display: none;    
}

.av_header.av_active_menu #av_logo_c{
    display: none;    
}

.av_header.av_active_menu #av_logo_b{
    display: block;    
}

.av_sub_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#av_main_menu .menu-item > a{
	font-size: 30px;/*30px*/
    line-height: 45px;
    font-family: Nudista-Bold;
    font-weight:bold;
 
}
.av_sub_menu .menu-item > a{
    font-family: var(--main_font);
    letter-spacing: 0px;
    color: var(--av_dark);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.av_sub_menu .menu-item > a:hover{
	text-decoration: none;
}


.av_sub_menu > .menu > .menu-item > a{
	font-weight: bold;
	font-family:Nudista-Medium;
}

.av_sub_menu .menu-item > a::after{
	display: inline-block;
    content: ' ';
    height: 23px;
    width: 23px;
    border: 1px solid var(--av_dark);
    margin-left: 10px;
    margin-right:5px;
}
.av_sub_menu > .menu > .menu-item > a::after{
	background-color: var(--av_dark);
	
}
a
.av_sub_menu > .menu > .menu-item-has-children > .sub-menu > .menu-item > a{
	font-weight: 400;
}
#av_menu_divider{
    margin: 0 40px 0 38px;    
}
#av_mopen,#av_mclose{width:36px; height:36px;}
/* Menu Hover Color Effects */

.av_sub_menu .menu-item.green:hover > a,.av_sub_menu .menu-item-has-children.green .sub-menu > .menu-item:hover > a{color: var(--av_green);}
.av_sub_menu .menu-item.green:hover > a::after{background-color: var(--av_green); border-color: var(--av_green);}
.av_sub_menu .menu-item-has-children.green .sub-menu > .menu-item:hover > a::after{border-color: var(--av_green);}

.av_sub_menu .menu-item.blue:hover > a,.av_sub_menu .menu-item-has-children.blue .sub-menu > .menu-item:hover > a{color: var(--av_blue);}
.av_sub_menu .menu-item.blue:hover > a::after{background-color: var(--av_blue); border-color: var(--av_blue);}
.av_sub_menu .menu-item-has-children.blue .sub-menu > .menu-item:hover > a::after{border-color: var(--av_blue);}

.av_sub_menu .menu-item.yellow:hover > a,.av_sub_menu .menu-item-has-children.yellow .sub-menu > .menu-item:hover > a{color: var(--av_yellow);}
.av_sub_menu .menu-item.yellow:hover > a::after{background-color: var(--av_yellow); border-color: var(--av_yellow);}
.av_sub_menu .menu-item-has-children.yellow .sub-menu > .menu-item:hover > a::after{border-color: var(--av_yellow);}

.av_sub_menu .menu-item.orange:hover > a,.av_sub_menu .menu-item-has-children.orange .sub-menu > .menu-item:hover > a{color: var(--av_orange);}
.av_sub_menu .menu-item.orange:hover > a::after{background-color: var(--av_orange); border-color: var(--av_orange);}
.av_sub_menu .menu-item-has-children.orange .sub-menu > .menu-item:hover > a::after{border-color: var(--av_orange);}

.av_sub_menu .menu-item.purple:hover > a,.av_sub_menu .menu-item-has-children.purple .sub-menu > .menu-item:hover > a{color: var(--av_purple);}
.av_sub_menu .menu-item.purple:hover > a::after{background-color: var(--av_purple); border-color: var(--av_purple);}
.av_sub_menu .menu-item-has-children.purple .sub-menu > .menu-item:hover > a::after{border-color: var(--av_purple);}

.av_sub_menu .menu-item.magento:hover > a,.av_sub_menu .menu-item-has-children.magento .sub-menu > .menu-item:hover > a{color: var(--av_magento);}
.av_sub_menu .menu-item.magento:hover > a::after{background-color: var(--av_magento); border-color: var(--av_magento);}
.av_sub_menu .menu-item-has-children.magento .sub-menu > .menu-item:hover > a::after{border-color: var(--av_magento);}


.sub-menu{
	display:none;
}
.sub-menu.av_active_sub-menu{
	display: block;
}

#av_menu_text{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   
    width: 70%;/*was max-width: 650px*/
   	text-align: center;
   	 justify-content: center;
   	 color:#414042;
}

#av_menu_text>h1>span{
    font-size:26px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    width: 100%;/*was max-width: 650px*/
   	text-align: center;
   	 justify-content: center;
   	 color:#414042;
}

@media (max-width: 767px) {
   #av_menu_text>h1>span{
    font-size:30px;
    position: fixed;
    top: 40%;/*was 50*/
    left: 50%;
    transform: translate(-50%);    
    width: 100%;/*was max-width: 650px*/
   	text-align: center;
   	 justify-content: center;
   	 color:#414042;
}
   /* #av_home_content{display:block;}*/

 
}
/*#av_menu_text{
   width: 900px;/*was max-width: 650px}*/


#av_menu_footer{
	display: none;
	position: absolute;
	bottom: 50px;
	width: 100%;
}

#av_menu_footer a{
	font-family:Nudista-Bold;
	font-weight: bold;
	font-size: 30px;
    line-height: 40px;
    font-family: var(--main_font);
    letter-spacing: 0;
    color: var(--av_dark);
    padding-right:10px;
    
}
#av_menu_footer .av_lang span a
{
    font-family:Nudista-Bold;}
    #av_menu_footer .av_email a
{
    font-family:Nudista-Bold;}
#av_menu_footer .av_social a img{
	width:30px;
	padding:1px;
}
.av_header.av_active_menu #av_menu_footer{
	display: flex;
}
.av_header.av_active_menu #av_menu_text{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}


.av_header.av_active_menu #av_menu_text h4{
    font-size: 30px;
    line-height: 45px;
    font-family: Nudista-Bold;
    font-weight: bold;    
}
#av_menu_footer .av_lang a{
    cursor: pointer;
    color: var(--av_grey);
}

#av_menu_footer .av_lang a.av_current{
	color: var(--av_dark);
}


#av_second_menu{
	background-color: var(--av_light);
    width: 208px;
    min-height: 180px;
    display:none;
    justify-content: center;
    align-items: center;
    right:90px;
    padding: 20px;
    margin-top: 15px;
    font-family:Nudista-Bold;
}

#av_second_menu::before{
	content:'';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid var(--av_light);
	position: absolute;
	top: 0;
	margin-top: -15px;
}

#av_second_menu .menu-item > a{
	font-size: 18px;
    line-height: 30px;
    padding: 5px 0;
    width: 100%;
    height: 100%;
    font-family:Nudista-Bold;
}

#av_second_menu .menu-item:hover > a{
	color: var(--av_grey);
}

#av_second_menu .menu-item:hover > a::after{
	background-color: var(--av_grey);
	border-color: var(--av_grey);
}

.av_header.av_active_menu2 #av_second_menu{
	display: flex;
}


/* Home Content */
#av_home_content{
    text-align: right;
}

#av_home_content img{
	max-width: calc(100% - 50px);
}

.av_menu_decoy::before{
	content:'';
	display: block;
	height: 65px;
}

/* Archieve Pages */
.av_page_.av_header{
    margin: 50px 0;    
}
.av_page_title{
	font-weight: Bold;
	font-size:55px;
	line-height: 55px;
	letter-spacing: 0;
	margin-left: 18px;/*was 0*/
	padding: 0;
}
.av_page_title_cooperation{
	display: flex;
    flex-direction: column;
    /*min-height: 40vh;*/
    margin-top:20vh;
    margin-bottom:10vh;
    justify-content: center;
    align-items: center;
}

.av_page_excerpt{
	text-align: justify;
	font-weight: 500;
	font-size:20px; /*was 30*/
	line-height:25px;
	letter-spacing: 0;
	font-family:Muller-Regular;
}
.av_card_row {
	margin: 15px 0;
}

.av_card_row > div {
    padding: 15px;    
}

.av_card img{
	width: 100%;
}
.av_card .textname{
	font-family:Nudista-Bold;
	font-size:20px;
	line-height: 25px;
}
.av_card .position{
    font-family: Muller-Regular;
    font-size: 15px;
    line-height: 18px;
}

.av_card .av_card_desc h3{
	font-weight: bold;
	font-size:30px;
	line-height:30px;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	font-family:Nudista-Bold;
	text-align:center
}

.av_card .av_card_desc p{
	font-size:20px;
	line-height:25px;
	letter-spacing: 0;
	color: #fff;/*var(--av_dark);*/
	text-transform: uppercase;
	font-family:Nudista-Medium;
	text-align:center;
}

.av_card .av_card_desc{
	padding-left:0;
}


.av_projekty_filter ul{
    list-style: none;   
    padding:0;
    display: flex;
    flex-wrap: wrap;
    padding-left:10px;
}

.av_projekty_filter li{
    padding: 10px 15px;   
    font-family: Nudista-Medium;
    font-size: 22px;
}
.av_projekty_filter li a{
    font-size: 20px;
    font-family: Nudista-Bold;
    
}
.av_filter_options a{
    font-family:Muller-Regular;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}
/*.av_filter_options a.selected{
    background-color: var(--av_lightGrey);    
}*/
.av_filter_options #ser_1.selected{
    background-color: rgba(0,85,165,0.30);    
}
.av_filter_options #ser_2.selected{
    background-color: rgba(255,190,0,0.44);    
}
.av_filter_options #ser_3.selected{
    background-color: rgba(84,171,52,0.44);    
}
.av_filter_options #ser_4.selected{
    background-color: rgba(239,62,45,0.44);    
}



/* SINGLE PROJEKTY */

.av_top_banner {
    height:auto;/*height: 1081px;*/
    max-width:100%;/*max-height: calc(100vh - 100px);*/
	overflow: hidden;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	position: relative;
}
.av_top_banner img{
	width: 100%;
}

.av_banner_content{
	position: absolute;
    padding-top: 25px;
    height: 100%;
}
.av_banner_content h1{
	width: 500px;/*was 80%*/
	
	font-size: 55px;
	font-family:Nudista-Bold;
	font-weight:bold;
}
.av_banner_content p{
	width: 80%;
	font-size: 20px;
	font-family:Nudista-Medium;
	
}
.av_banner_content tbody>tr>:nth-child(1){ 
padding: 15px 60px 0 0;
display:block;
}
.av_banner_content .av_banner_down{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.av_projekty_detail > div > img{
	max-width: 25%;
    padding: 0 15px 15px 0;
    width: 100px;
    height: 100px;
}
.av_projekty_detail a span
{
    font-family:Nudista-Medium;    
    font-size:20px;

}
/*css for platforma link img in projekty*/
.av_projekty_detail > div > a {
    width: 108px;
	/*height: 108px;*/
	margin-right: 15px;
	margin-bottom:15px;
	max-width: 40%;
	max-height: 40%;
}

.av_projekty_detail > div > a > img{
	width: 100%;
	height: 100%;
}
.av_projekty_detail p
{
    font-family:Muller-Regular;
    font-size:20px;
    hyphens:auto;
    text-align: justify;
}
.av_projekty_detail h3
{
    font-family:Nudista-Bold;
    font-size:17px;
}

.single_project_description p
{
    font-size:20px;
    font-family:Muller-Regular;
    hyphens:auto;
}
.single_project_map_header h3
{
    font-size:20px;
    font-family:Nudista-Bold;
    font-weight:bold;
}
.av_projekty_gallery{
	display: flex;
	flex-wrap: wrap;
}
.av_projekty_gallery > .img_wrapper{
	width: 46%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   /* border: 1px solid #e9e9e9;*/
    margin: 2%;
    padding-top: 33%;
    position: relative;
    overflow: hidden;
}

.av_projekty_gallery > .img_wrapper img{
	max-width: 120%;
	max-width: 120%;
    /*cursor: url('https://4ct.eu/storage/app/media/plus.svg'), auto;*/
	position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}
.zoomed, .zoomed div{
    position: fixed; 
    z-index: 20;
}
.zoomed .active img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto; 
    border: 1px solid;
}

/* Single Platforma */

.av_profile_detail h1{
	font-size: 38px;
    font-weight: bold;
    width: 400px; /*200px*/
    /*height:50px;/*newly added after title*/
    text-transform: uppercase;
}

.av_profile_detail h2{
font-size: 20px;
	font-family:Nudista-Medium;
   
    min-width: 50px;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight:400;
}
.av_profile_detail a span
{
    font-family:Nudista-Medium;    
    font-size:20px;

}

.av_profile_detail p.av_pinfo{
	font-size: 20px;
	font-family:Nudista-Medium;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
    min-height:70px;/*added after title management*/
}
.av_profile_detail p.av_pinfo span{
	font-size: 20px;
	font-family:Nudista-Medium;
    display: flex;
    min-width: 50px;
    justify-content: space-between;
    text-transform: uppercase;
}
.av_profile_detail p.av_platforma{
	font-size: 20px;
	font-family:Muller-Regular;
    display: flex;
    justify-content: space-between;
}

.av_profile_detail h4{
	font-family:Nudista-Bold;
	font-size: 17px;
	font-weight: bold;
} 
.av_profile_detail h4.readmore{
	font-family:Nudista;
	font-size: 20px;
	font-weight: bold;
} 

.av_profile_detail p{
	font-size: 15px;
}
.av_profile_detail a{
	font-size: 15px;
}

.av_profile_detail p.readdetail{
	font-family:Muller-Regular ;
	font-size: 20px;
	
}

.av_profile_detail p i{
	font-size: 25px;
}

/*css for projekty link img in platforma*/
.av_profile_detail > div > a> img{
	max-width: 100%;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 108px;
	height: 108px;
}
.av_profile_img img{
    padding-left:10px;
}
.av_toggle_btn{
	color: var(--av_grey) !important;
	font-size: 20px;
	cursor: pointer;
}
.av_toggle_btn span{
	
	font-size: 20px;
	font-family:Nudista-Medium;
	cursor: pointer;
}
/*.av_toggle_btn .platformaSpan span{
	
	font-size: 20px;
	font-family:Nudista-Medium;
	cursor: pointer;
}*/
/*.av_toggle_btn .projektySpan span{
	
	font-size: 20px;
	font-family:Nudista-Medium;
/*	cursor: pointer;*/
/*}*/
/* SERVISY Page */
.av_btn_card{
	width: 100%;
    padding-top: 100%;
    position: relative;
    margin: 10px auto;
}

.av_btn_card a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 55px;
    color: var(--av_dark);
    cursor: pointer;
    transition: 0s;
    font-size: 1.56vw;/*was 30px*/
    font-family:Nudista-Bold;
    line-height: 150%;/*was 50 px*/
    border: 1px solid var(--av_dark);
}


.av_btn_card a:hover, .av_btn_card a.av_active{
	text-decoration: none;
	color: #fff;
}

.av_servisy_block{
	display: block;
	margin: 150px 0 100px 0;
}
.av_servisy_block p{
	text-align:justify;
}
.av_servisy_gap
{
    	margin: 35px 0 10% 0;
    }

.av_active_block{
	display: block;
}

.av_servisy_btn_row .av_blue:hover a, .av_servisy_btn_row .av_blue a.av_active{
	background-color: var(--av_blue);
	border-color: var(--av_blue);
}

.av_servisy_btn_row .av_yellow:hover a, .av_servisy_btn_row .av_yellow a.av_active{
	background-color: var(--av_yellow);
	border-color: var(--av_yellow);
}

.av_servisy_btn_row .av_green:hover a, .av_servisy_btn_row .av_green a.av_active{
	background-color: var(--av_green);
	border-color: var(--av_green);
}

.av_servisy_btn_row .av_red:hover a,.av_servisy_btn_row .av_red a.av_active{
	background-color: var(--av_red);
	border-color: var(--av_red);
}
.av_servisy_btn_row .av_orange:hover a,.av_servisy_btn_row .av_orange a.av_active{
	background-color: var(--av_orange);
	border-color: var(--av_orage);
}
.av_block_title{
	/*display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;*/
    text-align: left;
    margin: 100px 0px 50px 0px;
}

.av_block_title h3{
    font-size: 55px;
    line-height: 60px;
    text-align:left;
}
.av_block_title p{
    font-size: 20px;
    font-family:Nudista-Medium;
    text-align:center;
    
}

.av_servisy_block .av_servisy_gallery img{
	width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.av_produkt_collapsible{
	margin: 20px 0;
	text-align:justify;
}

.av_produkt_collapsible > div{
	border: 0 solid var(--av_grey);
    border-top-width: 1px;
    padding: 10px 5px;
}
.av_produkt_collapsible > div:last-child{
	border-bottom-width: 1px;
}

.av_produkt_collapsible > div > a{
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-family:Nudista-Bold;
	font-size:20px;
}
.av_produkt_collapsible > div >div > a{

	font-weight: bold;
	font-family:Nudista-Bold;
	font-size:20px;
}
/*added for collapsible*/
/*.av_produkt_collapsible #collapsibleA1 {
    font-family:Muller;
    font-size:15px;
}
.av_produkt_collapsible #collapsibleA2 {
    font-family:Muller;
    font-size:15px;
}
.av_produkt_collapsible #collapsibleA3 {
    font-family:Muller;
    font-size:15px;
}
.av_produkt_collapsible #collapsibleA4 {
    font-family:Muller;
    font-size:15px;
}*/
.av_servisy_block >div >div >div>div>div
{
      font-family:Muller-Regular;
    font-size:15px;
    }
/* O NAS Page */

/*.av_onas_slider .carousel-item > div {
  float: left;
}
.av_onas_slider .carousel-by-item [class*="cloneditem-"] {
  display: none;
}*/

.av_onas_block{
	display: flex;
    flex-direction: column;
    min-height: 80vh;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}
.av_onas_block p{
	font-family:Muller-Regular;
	font-size:20px;
}
.av_onas_block .text-center{
	font-family:Nudista-Medium;
	font-size:20px;
	
}
.av_onas_block .text-address-detail{
	font-family:Muller-Regular;
	font-size:20px;
}
.av_onas_block  
{
    	font-family:Nudista-Medium;
	font-size:20px;
}
.av_onas_block .av_block_title p
{
    font-family:Nudista-Medium;
}
.av_onas_block .av_address_container h4  
{
    	font-family:Nudista-Bold;
	font-size:25px;
}
/*.av_onas_block .show_desktop_only
{
    display:block !important;
}*/
/*for onas media and conf ko arrow padding*/
.carousel-control-prev 
{
    padding-bottom:5%;
}
.carousel-control-next 
{
    padding-bottom:5%;
}
#av_kontakt_form .form-group label
{
font-family:Nudista-Bold;
font-size:25px;
}
#av_kontakt_form .form-group input
{
font-family:Muller-Regular;
font-size:20px;
}
#av_kontakt_form button
{
font-family:Nudista-Bold;
font-size:20px;
}
    #viewDiv {
        border: none !important;
      padding: 0;
      margin: 0;
      height: 520px;
      width: 100%;
    }
       #viewSingleDiv {
      padding: 0;
      margin: 0;
      height: 520px;
      width: 100%;
    }
.av_onas_block >div >div >div>div>div
{
      font-family:Muller-Regular;
    font-size:15px;
    }


.av_onas_block.av_adj_height{
	min-height: 20vh;
	margin: 50px 0;
	
}

.av_onas_slider a{
    text-decoration: none;
    color: #222;
    font-size: 30px;
}
.av_onas_slider .carousel-control-prev{
    margin:-50px;/*added later*/
	transform: translateX(-70px);/*was -120*/
}
.av_onas_slider .carousel-control-next{
    margin:-50px;/*added later*/
    
	transform: translateX(70px);/*was 120*/
}
#av_menu_text .av_onas_slider .carousel-control-prev{
    margin:-50px -30px;/*added later*/
	transform: translateX(-20%);/*was -120*/
}
#av_menu_text .av_onas_slider .carousel-control-next{
    margin:-50px -30px;/*added later*/
    
	transform: translateX(20%);/*was 120*/
}
.av_onas_slider .carousel-item{
	transition: 0s;
}
.av_onas_slider .active{
	display: flex;
	margin: 0;
	
}

.av_onas_slider .media-name{
    padding-top:2%;
    font-family:Nudista-Bold;
    font-size:20px;
    /*max-height: 65px; this was removed because date was overlapping*/
    overflow: hidden;
    }

#av_menu_text .av_onas_slider .media-name{
   font-family:Nudista-Bold;
    font-size:20px;
    /*max-height: 65px; this was removed because date was overlapping*/
    overflow: hidden;
    text-align: left;
    }
    
.av_onas_slider .media-date{
    font-family:Nudista-Medium;
    font-size:15px;
    color:#8B939B;
    text-align: left;
    }
/*this part for home page slider*/
.av_onas_slider_home a{
    text-decoration: none;
    color: #222;
    font-size: 30px;
}
.av_onas_slider_home .carousel-control-prev{
    margin:-50px;/*added later*/
	transform: translateX(-70px);/*was -120*/
}
.av_onas_slider_home .carousel-control-next{
    margin:-50px;/*added later*/
    
	transform: translateX(70px);/*was 120*/
}
#av_menu_text .av_onas_slider_home .carousel-control-prev{
    margin:-50px -30px;/*added later*/
	transform: translateX(-10px);/*was -120*/
}
#av_menu_text .av_onas_slider_home .carousel-control-next{
    margin:-50px -30px;/*added later*/
    
	transform: translateX(10px);/*was 120*/
}
.av_onas_slider_home .carousel-item{
	transition: 0s;
}
.av_onas_slider_home .active{
	display: flex;
	margin: 0;
	
}

.av_onas_slider_home .media-name{
    padding-top:2%;
    font-family:Nudista-Bold;
    font-size:20px;
    /*max-height: 65px; this was removed because date was overlapping*/
    overflow: hidden;
    }

#av_menu_text .av_onas_slider_home .media-name{
   font-family: Muller-Regular;
    font-size: 16px;
    /*max-height: 65px; this was removed because date was overlapping*/
    overflow: hidden;
    }
    
.av_onas_slider_home .media-date{
    font-family:Nudista-Medium;
    font-size:15px;
    color:#8B939B;
    
    }
/*till here*/
#av_onas_conference_slider a{
    text-decoration: none;
    color: #222;
    font-size: 30px;
}
#av_onas_conference_slider .carousel-control-prev{
    margin:-50px;/*added later*/
    
	transform: translateX(-70px);/*was -120*/

	
}
#av_onas_conference_slider .carousel-control-next{
    margin:-50px;/*added later*/
	transform: translateX(70px);/*was 120*/
}
#av_onas_conference_slider .carousel-item{
	transition: 0s;
}
#av_onas_conference_slider .active{
	display: flex;
	margin: 0;
}
#av_onas_conference_slider .media-name{
    padding-top:2%;/*was 8*/
    font-family:Nudista-Bold;
    font-size:20px;
    /*max-height: 80px;this was removed because date was overlapping*/
    overflow: hidden;
    
    }
#av_onas_conference_slider .media-date{
    font-family:Nudista-Medium;
    font-size:15px;
    color:#8B939B;
    
    }


/* Kontakt Form */

#av_kontakt_form label{
	margin-bottom: 0;
	font-weight: bold;
}
#av_kontakt_form .form-group {
    margin-bottom: 8px;
}
#av_kontakt_form .form-group .form-control{
	background-color: var(--av_light);
    border: 0;
    color: var(--av_dark);
}
.av_address_container .col{
	margin-bottom: 15px;
	
}



/* Footer */
footer{
    margin-top:100px;

}
footer .footer-region
{
    	background-color: var(--av_dark);    
}
footer h4{
	color: #fff;
	font-size: 25px;
}
footer h4 i{
	display: none !important;
	margin-right: 5px;
    font-size: 20px;
}
footer p{
	color: var(--av_lightGrey);
	font-family:Muller-Regular;
	font-size:20px;
}
/* For marquee (may not be fully correct) */
footer .container-fluid
{
    padding: 10px;
    background-color: #fff;
    }
    
    
footer .row
{
    padding-top:70px;
    }
footer .container py-5
{
    height:567px;
    }

/*changes made till here*/
footer .av_footer_col p i{
	color: #fff;
	font-size: 35px;
	margin-right:15px;
}
footer .footer-spacing
{
    height:120px;
    background-color:#FFFFFF;
}

#btn_stt{
	position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.av_hidden{
	display: none !important;
}
.av_marquee{
    
    flex-wrap: nowrap;
    justify-content: flex-end;
    animation: marquee 40s linear infinite;
}
.av_marquee img
{
    height:20px;
    
}
@keyframes marquee {
  from {transform: translateX(0);}
  to {transform: translateX(33.33333333333%);}
}

/* BLOG */

.av_blog_container, .av_sorting{
    border-bottom: 1px solid var(--av_dark); 
    padding-bottom: 50px;
    margin-bottom: 25px;
}
/*for font of top filter priority*/
.av_blog_container{
    padding: 50px 0;

}
.av_blog_container, .av_sorting a{
    font-family:Nudista-Bold;
    font-size:20px;
}
.av_blog_header{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 90px auto 200px;
}
.av_blog_header td
{
   padding-right: 20px;
}
.av_blog_header .av_author_img{
    grid-area: 1/1/3/2;
}
.av_blog_header .av_author_name{
    grid-area: 1/2/3/3;
}
.av_blog_header .av_blog_social{
    grid-area: 1/3/3/4;
}
.av_blog_header img{
    max-width: 70px;
    max-height: 70px;
}
.av_blog_header h4{

    width:200px;
        font-size: 17px;
        font-family:Nudista-Bold;
    }
.av_blog_header p{
        font-size: 15px;
          font-family:Muller-Regular;
    }
.av_blog_social{
    text-align: right;
}


.av_blog_social img{
    margin-left: 8px;
}
.av_blog_content img{
    /*width: 100%;*/
}
.av_blog_content .blog_banner img{
    width: 100%;
}

.av_sorting a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 60px;
}

.av_sorting a::before{
    content: ' ';
    width: 18px;
    height: 18px;
    border: 1px solid var(--av_grey);
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.av_sorting a.av_active{
    color: var(--av_dark);
    font-weight: bold;
}

.av_sorting a.av_active::before{
    border: 1px solid var(--av_dark);
    background-color: var(--av_dark);
}

.av_blog_header, .av_blog_content > * {
    margin-bottom: 25px;    
}
/*may 29*/
.av_blog_content a h2
{
    font-size:30px;  
    font-family:Nudista-Bold;

}
.av_blog_content a span
{
    font-family:Nudista-Medium;    
    font-size:20px;

}
/*till here*/

.av_filter_toggle{
    display: flex;
    align-items: center;
    padding-top:15px;
}



.av_filter_toggle span{
    color: var(--av_dark);    
    font-size: 20px;
    font-family: Nudista-Bold;
    
}

.av_filter_options, #av_filtered_by{
    list-style: none;    
    padding-left: 10px;
}

.av_filter_options li, #av_filtered_by li{
    background-color: var(--av_light);
    color: var(--av_dark);
    font: 15px/27px Muller-Regular;
    padding: 5px 10px;
    margin: 15px 0;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    
}

#av_filtered_by li:before{
    content: ' \2573';
    margin-right: 12px;
    font-size: 12px;
    
}
#av_filtered_by .av_selected{
    
        background-color: rgba(84,171,52,0.44);  
}

.av_filter_options li.av_selected{
    background-color: rgba(84,171,52,0.44);    
}

.av_angle_toggle {
    display: flex;
    align-items: center;
}

.av_angle_toggle img{
   
    margin-right: 10px;
    
}

/*.av_angle_toggle img.av_grey{
    opacity: 0.55;    
}*/

.av_blog_show_half{
    max-height: 75px;
    overflow: hidden;    
}

/* Single Blog */
.av_blog_single_container > *{
    margin-bottom: 40px;    
}

.av_blog_title{
    text-align: left;
    font: Bold 55px/75px Nudista-Bold;
    letter-spacing: 0px;
    color: #414042;
    opacity: 1;    
}

.av_blog_excerpt{
    text-align: left;
    font: 35px/50px Muller-Regular;
    letter-spacing: 0px;
    color: #414042;
    opacity: 1;    
}

.av_blog_content p, .av_blog_content p span{
    text-align: justify;
    font: 20px/37px Muller-Regular !important;
    letter-spacing: 0px;
    color: #414042;
    opacity: 1;    
}

.av_blog_featured{
    width:100%;
}
.av_open_gallery{
    cursor: pointer;    
}

/*testing pop up customization*/

/* POPUP Gallery */
.av_popup_gallery{    
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.av_popup_gallery .carousel-item{
    width: 1080px; /*720px*/
    overflow: hidden;
    max-width: 80vw;
    height: 80vh;
    max-height: 80vh;
    cursor: url('https://4ct.eu/storage/app/media/plus.svg'), auto;	
}
.zoomed .active img{
    cursor: url('https://4ct.eu/storage/app/media/cross.svg'), auto;    
}

.av_popup_gallery .carousel-item img{
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

.carousel-control-next, .carousel-control-prev{
    height: fit-content;
    top: 50%;
}

.av_popup_gallery .carousel-control-prev {
    transform: translate(-100%,-50%);
    padding-bottom: 0;
}
.av_popup_gallery .carousel-control-next {
    transform: translate(100%,-50%);
    padding-bottom: 0;
}
.av_popup_close{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.av_popup_close img{
    position: absolute;
    top:39px;
    right:7.5%;/*145px*/	
}

.av_popup_gallery .carousel-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.av_collapsed_content{
    display: none;    
}
.esri-popup__header {
    padding: 10px;
}

/* this part is for single platforma hover*/

.platforma_ser_1{color: #000000;}
    .platforma_ser_2{color: #000000;}
    .platforma_ser_3{color: #000000;}
    .platforma_ser_4{color: #000000;}
.av_projekty_gallery > a{
    position: relative;    
}
.av_projekty_gallery > a:hover .av_hover_text{
    display: flex;  
}
.av_hover_text{
     display: none;
     position: absolute;
    width: 108px;
    height: 108px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
}    
@media (max-width: 675px){
    .av_hover_text{
        width: 68px;
    height: 68px;
        }
}
.av_hover_text.bg_1{
    background-color: var(--av_blue);
}    
.av_hover_text.bg_2{
    background-color: var(--av_yellow);
}  
.av_hover_text.bg_3{
    background-color: var(--av_green);
}  
.av_hover_text.bg_4{
    background-color: var(--av_red);
}  

.platforma_ser_1:hover{color: #0055A5; text-decoration: none;}
.platforma_ser_2:hover{color: #FFBE00; text-decoration: none;}
.platforma_ser_3:hover{color: #54AB34; text-decoration: none;}
.platforma_ser_4:hover{color: #EF3E2D; text-decoration: none;}



/*** Responsive Styles Desktop Only ***/
@media all and (min-width: 992px){
    
header{
    padding: 40px 0;  
}


.av_header.av_active_menu{
	position: fixed;
}

.av_menu_decoy::before{
	height: 110px;
}

#av_menu_text{
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#av_menu_text>h1>span{
    font-size: 40px !important;
}

/* Archieve Page */

.av_page_header{
    margin: 135px 0;    
}

.av_page_excerpt{
	font-size:20px;/*was 30*/
	line-height:30px;/*was 40*/
}

.av_card{
	width: 100%;
	position: relative;
	height:0;
	padding-top: 100%;
	/*overflow: hidden;*/
}
.av_card img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.av_card .av_card_desc{
	display:none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.av_card .av_card_desc a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.av_card > a:hover .av_card_desc{
	display: flex;
}


.av_card .av_card_desc a *{
	color: #fff;
	text-align: center;
}
.av_card .av_card_desc a:hover{
	text-decoration-color: var(--av_lightGrey);
}

.av_card_row > div {
    padding-bottom: 75px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.av_card_row > div::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.ser_1 .av_card .av_card_desc{
	background-color: var(--av_blue);
	color: #fff; 
}

.ser_2 .av_card .av_card_desc{
	background-color: var(--av_yellow);
	color: #fff; 
}

.ser_3 .av_card .av_card_desc{
	background-color: var(--av_green);
	color: #fff; 
}

.ser_4 .av_card .av_card_desc{
	background-color: var(--av_red);
	color: #fff; 
}

/* Single Projekty Page */

.av_banner_content{
    padding-top: 80px;
}

/* Servisy Page */

.av_servisy_block .av_block_title{
	flex-direction: row;
	text-align: left;
}

.onas_vl{
    border-left: 1px solid var(--av_lightGrey);    
}

/* Platforma Page */
.av_profile_detail h1{
	font-size: 2.4rem;
}



.av_card_desc.bg_1{
	background-color: var(--av_green);
	color: #fff; 
}

.av_card_desc.bg_2{
	background-color: var(--av_yellow);
	color: #fff; 
}

.av_card_desc.bg_3{
	background-color: var(--av_purple);
	color: #fff; 
}

.av_card_desc.bg_4{
	background-color: var(--av_blue);
	color: #fff; 
}

.av_media_container{
    width: 100%;
    max-width:1260px;
}

.av_meida_item{
    padding: 0 40px;    
}

.av_profile_img img{
	width: 674px;
	height: 674px;
}

/*Blog Page*/
#av_collapible_mob.collapse:not(.show) {
    display: block;
}

/*Single Blog Page*/
#av_go_back{
    position: absolute;
    left: 0;
}

}
/* Adjusting Container Width for bigger screens */

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1330;
    /*1330*/
}
#av_menu_text{
    max-width: 680px;    
}
#av_menu_text>h1>span{
    font-size: 44px !important;
}
}

@media (min-width: 1662px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 86.97%;
    /*1580*/
}

#av_menu_text{
    max-width: 60%;    
}
#av_menu_text>h1>span{
    font-size: 50px !important;
}
#av_menu_text .av_onas_slider .carousel-control-next{
	transform: translateX(40%);/*was 120*/
}
#av_menu_text .av_onas_slider .carousel-control-prev{
	transform: translateX(-40%);/*was -120*/
}
}


/*** Responsive Styles Mobile Landscape and Tablet ***/
@media all and (min-width: 676px) and (max-width: 1024px){ /*was 991*/
    /*some tests for tab view*/
   
.container{
    max-width: 90%;    
}
/*some tests for tab view till here*/

/* Projekty Page */

/*    Single Projekty */
.av_top_banner{
    height: auto;
} 
/* SINGLE PROJEKTY */


#av_menu_text{
   max-width: 480px;
    top: 45%;
    left: 35%;
    transform: translate(-50%);
}


/* Onas Media Carousel */

#av_onas_media_slider .carousel-control-prev{
    transform: translateX(-60px);
}
#av_onas_media_slider .carousel-control-next{
    transform: translateX(60px);
}

#av_onas_media_slider_home .carousel-control-prev{
    transform: translateX(-60px);
}
#av_onas_media_slider_home .carousel-control-next{
    transform: translateX(60px);
}


#av_onas_conference_slider .carousel-control-prev{
	transform: translateX(-60px);
}
#av_onas_conference_slider .carousel-control-next{
	transform: translateX(60px);
}

.av_marquee img{
    max-width: 2400px;
    height:20px;
}

}

/* Mobile devices */
@media (max-width: 1024px) {
    #av_menu_text{
      display:none !important;    
 /*   position: relative;
    top: 0;
    left: 0;
    transform: translate(0); 
    padding: 30px 0;*/
}
    
}
@media (max-width: 675px) { 
html,body{
	width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
	color: var(--av_dark);
	font-size: 16px;/*18px*/
}

.av_only_mobile{
    display: block !important;  
    padding-top:8px;/*10px*/
}
.av_tab_up{
    display:none !important;    
}
/*.av_content_fixed{
    position: fixed; 
    top:0;
    left:0;
}*/
#av_main_menu {
    position: relative;
    margin-right: -17px;/*-15px*/
}


/*#av_menu_text > h4{
    font-size: 22px !important;    
}*/
#av_menu .show_desktop_only
{
    display:none !important;
}
#av_menu_footer{
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 50px;/*70*/
}

#btn_stt{
    width: 38px;/*40*/
    height: 38px;/*40*/
}
/* header */
#av_second_menu{
    right: 2rem;    
}

#av_menu_divider{
    display: none;
}
#av_menu_txt{
    margin-right: 30px;    
}
#av_logo img{
    width: 75px;    
}
.container
{
    padding: 0px 20px 0px 20px; /* was 0px 25px 0px 25px*/
    
    
    }
/*    Single Projekty 28th may  */

.av_banner_content tbody>tr>:nth-child(1)
{ 
padding: 15px 10px 0 0;

}
.av_page_title{

	font-size:28px;/*30px*/

}
.av_page_title_cooperation{

	font-size:28px;/*30px*/
}

.av_tinymce_block h1 *, .av_tinymce_block h2 *, .av_tinymce_block h3 *, .av_tinymce_block h4 *, .av_tinymce_block h5 *, .av_tinymce_block h6 *, .av_tinymce_block h7 *{
    font-size: 16px !important;/*18*/    
}

.av_tinymce_block p *{
    font-size: 14px !important; /*16*/
}

/*.av_projekty_gallery > .img_wrapper{
    max-width: 100%; 
    width: 100%;
    padding:20px 10px;
}

.av_projekty_gallery > .img_wrapper > img{
    max-width: 75%;
    position: relative;
}
.av_projekty_gallery > .img_wrapper:nth-child(odd){
     align-items: flex-start;   
}
.av_projekty_gallery > .img_wrapper:nth-child(even){
     align-items: flex-end;   
}*/

/*css for platforma link img in projekty*/
.av_projekty_detail > div > a {
    width: 68px;
	height: 68px;
    margin-right: 15px;
    margin-bottom: 15px;
    /* max-width: 40%; */
    /* max-height: 40%; */
}
.av_projekty_detail p
{
    font-family:Muller-Regular;
    font-size:16px;/*18*/
}
.av_projekty_detail a span
{
    font-family:Nudista-Medium;    
    font-size:18px;

}
.av_projekty_detail h3
{
    font-family:Nudista-Bold;
    font-size:16px;/*18px*/
}
/*27th may projekty page*/

.av_projekty_filter li:first-child{
    width: 100%;    
    font-size:18px;
}
.av_projekty_filter li a {
    font-size: 18px;
    font-family: Nudista-Bold;
}
/*.av_toggle_btn .projektySpan span{
	
	font-size: 18px;
	font-family:Nudista-Medium;
	cursor: pointer;
}*/
/*single platforma 28th may*/
/*css for platforma link img in projekty*/
.av_profile_detail > div > a> img{
	max-width: 100%;
	padding: 0%;
	margin-right:10px;
	width: 68px;
	height: 68px;
}
.av_profile_detail p.av_platforma{
	font-size: 16px;
	font-family:Muller-Regular;
    display: flex;
    justify-content: space-between;
}
.av_profile_detail a span
{
    font-family:Nudista-Medium;    
    font-size:18px;

}
/*.av_toggle_btn .platformaSpan span{
	
	font-size: 18px;
	font-family:Nudista-Medium;
	cursor: pointer;
}*/

.av_card .av_card_desc
{
    /*for removing green backrouund in platforma lists*/
    background-color:#fff;
    }

.av_card .av_card_desc h3{

	font-size:14px;/*16px*/
	line-height:30px;
	letter-spacing: 0;
	color: var(--av_dark);
	text-transform: uppercase;
	/*padding:15px 0px 0px;*/
}

.av_card .av_card_desc p{
	font-size:14px;
	line-height:25px;
	letter-spacing: 0;
	color: var(--av_dark);
	text-transform: uppercase;
	
	
}


.av_top_banner{
    height: auto;
}

.av_mobile_arrow
{
    width:60px;
}

.av_banner_content table img{
    width: 50px;/*50px;*/    
}

.av_banner_content{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    /*background-color: rgba(255,255,255,0.4);*/
}

.av_banner_content h1 {
    
	width: 80%;
	font-size: 20px;/*30px*/
	font-family:Nudista-Bold;
	font-weight:bold;
	margin-top:10px;

   
}

.av_banner_content > .av_banner_down{
    display: none;
}

.av_profile_detail p.av_pinfo{
    margin-left: 40px;    
}
.av_profile_detail p.av_pinfo span{
	font-size: 16px;
	font-family:Nudista-Medium;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

/* Servisy Page */
.av_block_title h3{
    font-size: 28px;
    line-height: 37px;
    text-align: center;
}
.av_block_title{
    margin-top: 75px;/*50*/
    margin-bottom: 30px;    
}

.av_btn_card a {
    font-size: 15px;    /*was 18*/
}
/*may 27*/
.av_servisy_block .av_servisy_gallery img{
	width: 68px;
    margin: 5px;
    
}
.av_servisy_block .av_servisy_gallery{
	
    margin-top: 40px;
    
}
/*28th may*/

/*.av_servisy_block{
    margin-bottom:20px;}*/
    .av_servisy_block{
	display: block;
	margin: 0px 0px 0px 0px;
}
.av_servisy_block .row .col-sm-7{
	margin-top:35px;
}



.av_produkt_collapsible > div > div{
	/*margin-top:14px;
	margin-bottom:14px;*/
}
.av_produkt_collapsible > div > a{
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-family:Nudista-Bold;
	font-size:16px;
}
.av_produkt_collapsible > div >div > a{

	font-weight: bold;
	font-family:Nudista-Bold;
	font-size:16px;
}
/* Onas Media Carousel */
.carousel-control-next, .carousel-control-prev {
    top: 175px;
}

.av_onas_slider .carousel-control-prev{
    margin:-5px;/*added later*/
    transform: translateX(-1px);
}
.av_onas_slider .carousel-control-next{
     margin:-5px;/*added later*/
    transform: translateX(1px);
}

#av_onas_conference_slider .carousel-control-prev{
     margin:-5px;/*added later*/
	transform: translateX(-1px);
}
#av_onas_conference_slider .carousel-control-next{
     margin:-5px;/*added later*/
	transform: translateX(1px);
}

.av_onas_block .av_kontakt_form button
{
font-size: 20px;
    font-family: Nudista-Bold;
    
}
.carousel-control-prev 
{
    padding-bottom:15%;
}
.carousel-control-next 
{
    padding-bottom:15%;
}
/*may 29th for contact*/

.av_onas_block .text-address-detail{
	font-family:Muller-Regular;
	font-size:16px;
}
.av_onas_block  
{
    
	font-size:20px;
	min-height: 0vh;
}
.av_onas_block p
{
    font-family:Muller-Regular;
	font-size:18px;
}
.av_onas_block .col-sm-7
{
margin-top:30px;    
}

.av_onas_block .av_address_container h4  
{
    	font-family:Nudista-Bold;
	font-size:20px;
}
.av_onas_block .show_desktop_only
{
    display:none !important;
}

.av_page_excerpt{
	text-align: justify;
	font-size:18px;
	line-height:25px;
	letter-spacing: 0;
	font-family:Muller-Regular;
}


.av_onas_slider .media-name{
    font-family:Nudista-Bold;
    font-size:16px;
    
    }
    
.av_onas_slider .media-date{
    font-family:Nudista-Medium;
    font-size:14px;
    
    }
    
    #av_onas_conference_slider .media-name{
    font-family:Nudista-Bold;
    font-size:16px;
    
    }
#av_onas_conference_slider .media-date{
    font-family:Nudista-Medium;
    font-size:14px;
    
    }

#av_menu_footer a {
    font-size: 20px;
    line-height: 40px;
}

#av_menu_footer .av_social a {
    font-size: 35pt;
}
.av_marquee img
{
    height:20px;
}

#av_home_content{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
   #viewDiv {
      padding: 0;
      margin: 0;
      height: 302px;
      width: 100%;
    }
     #viewSingleDiv {
      padding: 0 ;
      margin: 10px 10px;
      
      height: 302px;
      width: 100%;
    }

.av_menu_decoy::before{
	content:'';
	display: block;
	height: 110px;
}

/* Archieve Page */

.av_card_row {
    /*padding: 0 15px;*/
    margin: 0;
}
.av_card_row > div{
    padding: 8px;
    margin: 5px 0; /*15px*/
}
/*for blogs*/
/*may 29*/

#av_go_back img{
    width: 50px;
    margin-bottom: 20px;
}

.av_blog_content a h2
{
    margin-top:10px;
    font-size:16px;/*18px*/    

}
.av_blog_content p{
    
    font: 16px Muller-Regular;/*18px*/
    line-height: 24px;
    
}
.av_blog_content a span {
    
    font-size: 16px;/*18px*/
}
.av_header *,h1{
    font-size:30px;
}
/*added for background white and fixed*/
.av_header.av_active_menu{
	position: fixed;
}
.av_blog_title{
   
    font: 20px Nudista-Bold;/*18px*/
    margin-bottom:15px;/*20px*/

}
.av_blog_excerpt{
    font: 16px Muller-Regular;/*18px*/  
}
.av_blog_content p img
{
    width:100%;
    height:100%;
}
.av_blog_container 
{
    padding-top:5px;
}
.av_blog_container .av_blog_content .blog_banner img
{
    width:100%;
    height:100%;
}

.av_blog_header .av_author_img{
    grid-area: 2/1/3/2;
}
.av_blog_header .av_author_name{
    grid-area: 2/2/3/4;
}
.av_blog_header .av_blog_social{
    grid-area: 1/1/2/4;
}
.av_blog_social{
    text-align:left; 
    margin-bottom: 25px;/*45px*/
}
.av_blog_social img {
    margin-left:0;
    margin-right: 8px;
}



/* Popup Gallery */
.av_popup_close {
    top: 30px;
    right: 30px;
}

.av_popup_gallery .carousel-item {
    max-width: 75vw;
    text-align: center;
}

.av_popup_gallery .carousel-item img {
    width: 80%;
}


/* Footer */
footer{
    margin-top:80px;
}
footer .av_footer_content{
    display: none;
    
}
footer .footer-spacing
{
    height:20px;
    background-color:#FFFFFF;
}
footer .av_footer_toggle {
    display: flex;
    align-items: center;
}

footer .av_footer_toggle img{
    margin-right: 10px;
}
footer .av_footer_content.av_show{
    display: block;
    padding-left:20px;
}
footer h4 {
    font-size: 18px;
    margin: 8px 0;
}
footer h4 i{
    display: inline-block !important;
}
/*newly added 27th may*/
footer p {
    font-size: 14px;
    margin: 8px 0;
}
footer .row
{
    padding-top:5px;
    }
footer .footer_display_mobile_only
{
    display: block !important;    
}
footer .footer_display_desktop_only
{
    display: none !important;    
}
.av_social a
{
    padding-right:5%;
}

.av_marquee img{
    max-width: 1200px;
}

.av_profile_detail h1 {
    font-size: 40px;/*40px*/
    /*height:20px;*/
    
    
}
.av_profile_detail .name h1 {
    font-size: 20px;/*30px*/
    margin-left: 40px;
    margin-top:10px;
}
.av_profile_detail h2 {
    font-size: 20px;/*40px*/
    font-size: 16px;
	font-family:Nudista-Medium;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    
}
.av_profile_detail .name h2 {
    font-size: 20px;/*30px*/
    margin-left: 40px;
    margin-top:10px;
    font-size: 16px;
	font-family:Nudista-Medium;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
#av_details > a:first-child img{
    width: 50px !important;
    height: 50px !important;
    margin-top: 8px;
}

.av_profile_img img{
    height: auto;    
}

.av_btn_card a {
    padding: 0 18px;
    line-height: 28px;
}
.av_blog_container, .av_sorting{
    border:0;
    padding-bottom:0;
    margin-bottom:0;
}
.av_filter_mob_btn{
    background-color: var(--av_dark);
    padding: 15px;
    color: #fff !important;   
    font-family:Nudista-Bold;
    font-size:18px;
}
.av_filter_toggle span
{
    font-size:18px;
}
.av_toggle_btn span{
	
	font-size: 18px;
	font-family:Nudista-Bold;
	cursor: pointer;
}
.av_filter_options li
{
     font-size:14px; 
}
.av_sorting a
{
    margin-bottom:20px;
    font-size:18px;
    }

    
.av_blog_title .av_only_mobile{
    display: inline-block !important;
    padding-right: 10px;    
    margin-left: -25px;
}


/*for gallery we use here*/
.av_popup_gallery #av_gallery .carousel-control-prev img
{
    width:22px;
    height:42px;
}
.av_popup_gallery #av_gallery .carousel-control-next img
{
    width:22px;
    height:42px;
}

}