/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,400&display=swap');*/

/* source-sans-pro-200 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-regular - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-600 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }


.ipadSizeImg{
	display: none;
}	

#navigationBar{
	padding-top: 15px;
	position: fixed;
	width: 100%;
	height: 90px;
	z-index: 999;
	background-color: #fff;
	top: 0px;
	
}	

.container-fluid{
	margin-top: 100px;
}	

#lang-desktop a{
	font-family: "Source Sans Pro";
	color: #cacaca;
	font-size: 16px;
}

#newsLang a{
	font-family: "Source Sans Pro";
	color: #cacaca;
	font-size: 16px;
}

#newsLang{
	cursor: pointer;
}

#expertLang a{
	font-family: "Source Sans Pro";
	color: #cacaca;
	font-size: 16px;
}

#expertLang{
	cursor: pointer;
}

.langSelector, .userLogin{
	cursor: pointer;
}	





.current{
	font-weight: 600;
	color: #000 !important;
	text-decoration: none;
	font-size: 16px;
}	

.current:hover{
	font-weight: 600;
	color: #000;
}

.closeNav{
    font-size: 76px;
    font-weight: 200;
    font-family: 'Source Sans Pro';
    /* transform: translateX(-50%); */
    transform: rotate(45deg);
    position: initial;
    /* z-index: 99999999; */
    width: 60px;
    height: 60px;
    margin-left: 110px;
	cursor: pointer;
}	

.catalogBtn{
    min-height: 55px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.06em;
    padding: 10px 45px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-align: center;
	border: 1px solid #000;
}



.catalogBtn:hover{
	text-decoration: none !important;
	background-color: #000 !important;
	color: #fff !important;
}	

.alignRight{
	text-align: right;
}	

#homeSub{
	margin-top: 0px;
}	

#menu{
	color: #fff !important;
	background-color: #000 !important;
	display: none;
    position: fixed;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 99999;
    height: 100%;
	box-shadow: 0px 0 70px 20px rgba(0,0,0,0.2);
}	

#menu .submenu-toggle {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}

#menu > ul > li {
    padding-left: 60px;
	margin-top: 35px;
	width: 67%;
}

#menu ul{
	list-style: none;
}	

#menu > ul > li > a {
    letter-spacing: 0.02em;
    font-size: 45px;
    line-height: 133%;
    text-transform: uppercase;
	color: #fff !important;
}

#menu li {
    position: relative;
}

#menu > ul > li > a {
    font-size: 40px !important;
	font-weight: 200;
	font-family: 'Source Sans Pro';
}

.submenu a{
	color: #fff;
	font-size: 20px;
	font-weight: 200;
    font-family: 'Source Sans Pro';	
}	

.submenu a:hover{
	text-decoration: none !important;
	font-weight: 400;
}	

.submenu li{
	margin-bottom: 10px;
}	

#menu .submenu-toggle:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid;
    border-left: 1px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    left: unset;
    right: 0;
    top: 25px;
    -webkit-transform: translate(-50%,-50%) rotate(-135deg);
    transform: translate(-50%,-50%) rotate(-135deg);
    transition: 200ms;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#navigationBar{
	margin-left: 0px !important;
	margin-right: 0px !important;
}		


#mapid {
	height: 400px; 
}


#logo{
	padding: 10px;
}	

#logo img {
    height: 51px;
}

#navigationBar span {
    font-size: 20px;
}

.langSelector{
	text-align: right;
}	

.navBtn{
	padding-left: 70px !important;
}	

.langSelector{
	padding-top: 13px;
}	

.userLogin{
	padding-top: 15px;
	z-index: 99999;
}

.userLogin a{
	color:  #5d5d5d !important;
}

.btn-Login {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
	color: #2E3131 !important;
    border-color: #2E3131 !important;
}

.btn-Login:hover {
    background-color: #000 !important;
    color: #fff !important;
    cursor: pointer;
}

.btn-Close {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
	color: #2E3131 !important;
    border-color: #2E3131 !important;
}

.btn-Close:hover {
    background-color: #000 !important;
    color: #fff !important;
    cursor: pointer;
}

#loginModal label{
	font-size: 20px !important;
}	

#loggedIn{
	display: none;
}	

#memberNav{
	list-style-type: none;
    background-color: #212121;
    position: absolute;
    padding: 15px;
	width: 200px;
}	

#memberNav li{
	padding-bottom: 10px;
	color: #fff !important;
	cursor: pointer;
}


#memberNav li a{
	color: #fff !important;
	font-size: 20px !important;
}		

#memberNav i{
	margin-right: 10px;
}	


#menu-toggle {
    margin-right: -15px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

#menu-toggle #hamburger {
    position: absolute;
    width: 100%;
    height: 100%;
}



#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: 0.5s;
    margin-top: -10px;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: 0.75s;
    margin-top: 10px;
}

#menu-toggle #hamburger span {
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

#menu-toggle span {
    display: block;
    background-color: #212121;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    will-change: width;
}

.hideIfNotMember{
	display: none;
}	

#footer{
	background-color: #000;
	color: #fff;
    background-size: auto 100%;		
	font-size: 17px;
}	

#footer a{
	color: #fff !important;
}	

#footerFirstPart{
    padding-top: 60px;
	padding-bottom: 60px;
}	


#footerSecondPart{

    padding-top: 40px;
	padding-bottom: 40px;
}	

.hideOnDesktop{
	display: none;
}

.hideOnDesktop991{
	display: none;
}

.mobileLangSel{
	padding-left: 65px;
	font-weight: 200;
}	

#mobileLangMachine{
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	letter-spacing: 0.96px;
}	

#mobileLangMachine .activeLang{
	font-weight: 600;
}	

#mobileLangMachine a{
	color: #fff !important;
}	

body{
    font-family: "Source Sans Pro";		
	font-size: 18px;
	font-weight: 400;
}	

.container-fluid h1{
	letter-spacing: 0.02em;
    font-size: 53px;
    line-height: 100%;
    text-transform: uppercase;	 
}	

.container-fluid h2{
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;  
	font-size: 33px;
}

.container-fluid h3{
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;   
	font-size: 18px;
	font-weight: 600;
}

.aLittleSpace{
	margin-bottom: 20px;
}	

/*First Page*/


.efreBanner span{
	display: block;
	font-weight: 400;
}	

.efreBannerHeader{
	text-align: right;
}	



.efreBanner img{
	margin-right: 6%;
	height: 51px;
}	


.msTitle{
	letter-spacing: 0.02em;
    font-size: 60px;
    line-height: 100%;
    position: relative;
    left: -5px;
    display: inline-block;
	font-weight: 600 !important;
    font-family: "Source Sans Pro";	
}

#section1home{
	margin-top: 30px;
}	

#section2home{
	margin-top: 60px;
}

#section2Bottom{
	margin-top: 60px;
	margin-bottom: 60px;
}


#section3home{
    padding-top: 15px;
}	

#section3home h2{
	margin-bottom: 30px;
}	

#section3home img{
	max-width: 100%;
}	

#section3home p{
	font-style: italic;
}	

#section3home p{
	margin-top: 15px;
}	

#section4home, #section5home, #section6home, #section8home, #section9home{
	margin-top: 100px;
}	

#sectionTestimonialLogos img{
	width: 90%;
}	


.textWithImage img{
	max-width: 100%;
}	
  
  
#introhome{
	color: #fff;
	background-color: #000;
	height: 260px;
	background-image: url("../img/pattern-textelement.white.svg");
	background-repeat: no-repeat;
	background-position: bottom right;
    background-size: 625px;	
}	

#introhome h1{
	font-size: 60px;
	font-weight: 200;
	margin-top: 60px;
}	 

#introhome h3{
	font-weight: 300;
}	 
  
.workshop, .diy, .getitdone{
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.labelNOI{
  background-color: #000;
    color: #fff;
    padding: 5px;
	font-weight: 400;
}



.specialborder{
  border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}



.specialH2{
  letter-spacing: 0.02em;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
    margin-top: -5px;
  text-align: center;
}

#section6home{
	margin-bottom: 80px;
}	

#memberWelcomeMobile{
	display: none;
    background-color: #000;
    color: #fff !important;
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 8px;
    border-radius: 25px;
    cursor: pointer;
	margin-top: -13px;	
}	


#memberWelcomeMobile a{
	color: #fff !important;
}	


#sectionNewsletter a{
	color: #000;
	text-decoration: underline;
}	

#sectionNewsletter a:hover{
	color: #000;
}	

#sectionNewsletter span{
	font-size: 14px;
	font-weight: bold;
}

.contactMe{
	text-align: center;
}	

#sectionNewsletter a{
	text-align: center;
	font-size: 30px;
    font-weight: 700;
    line-height: 36px;	
}	

#sectionNewsletter{
	margin-bottom: 60px;
}

#sectionNewsletter span{
	text-transform: uppercase;
}	


  /* Make it a marquee */
.marquee1-red {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    height: 60px;
    padding: 15px;
    background-color: #eb3434;
    color: #fff;
    font-weight: 400;   
   width: 100%; 
    z-index: 999;
}
.marquee1-red span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee1-red 20s linear infinite;
}

/* Make it move */
@keyframes marquee1-red {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.marquee1 {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    height: 60px;
    padding: 15px;
    background-color: #ffd500;
    color: #000;
    font-weight: 400;   
   width: 100%; 
    z-index: 999;
}

.marquee1 span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee1 20s linear infinite;
}


.lightbox img{
	width: 100%;
	border-radius: 12px;
	padding: 5px;
}

#newsGallery{
	background-color: black;
    padding-top: 20px;
    padding-bottom: 30px;
}


/* Make it move */
@keyframes marquee1 {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

#detailsModal .modal-body a{
	color: #000 !important;
    text-decoration: underline !important;
}	

#detailsDisttModal .modal-body a{
	color: #000 !important;
    text-decoration: underline !important;
}	


#sectionNewsletter{
	display:none !important;
}


/*Responsive Part*/	

	



@media screen and (max-width: 2290px) {
	.efreBanner img {
		margin-right: 5%;
	}
}

@media screen and (max-width: 2040px) {
	.efreBanner img {
		margin-right: 4%;
	}
}

@media screen and (max-width: 1980px) {
	.efreBanner img {
		margin-right: 3%;
	}
}

@media screen and (max-width: 1910px) {
	.efreBanner img {
		margin-top: 25px;
	}
}

@media screen and (max-width: 1880px) {
	.efreBanner img {
		margin-right: 2%;
	}
}



@media screen and (max-width: 1710px) {
	#menu > ul > li {
		width: 77%;
	}	
}	

@media screen and (max-width: 1690px) {
	.efreBanner img {
		margin-right: 1%;
	}
}


@media (max-width: 1630px){
  #carouselContainer{
    margin-top: 90px;
  }
  
  .efreBannerHeader{
	text-align: right;
	padding-right: 0px !important;
  }	  
  
} 

@media screen and (max-width: 1493px) {
	#menu > ul > li {
		width: 85%;
	}	
}


@media screen and (max-width: 1374px) {
	#menu > ul > li {
		padding-left: 25px;
	}	
	
	.closeNav{
		margin-left: 74px;
	}	
	
}


@media screen and (max-width: 1276px) {
	#menu > ul > li {
		padding-left: 15px;
	}	
	
	.closeNav{
		margin-left: 64px;
	}	
	
}	

@media screen and (max-width: 1250px) {
	.efreBanner img {
		height: auto;
        width: 90%;	
		margin-top: 60px;	
		margin-right: -2%;
	}
}	

@media screen and (max-width: 1200px) {
	.efreBanner span{
		margin-left: 35px;
		display: block;
	}	


	.hideOnMobile{
		display: none;
	}
	
	.hideOnDesktop{
		display: flex;
	}	
	
	.userLogin{
		text-align: right;
		padding-top: 20px;
	}	
	
	#menu{
		width: 100%;
		box-shadow: 0px 0 50px 0px rgba(0,0,0,0.2);
		margin-top: 90px;
	}	
	
	#menu > ul > li {
		width: 92%;
	}	
	
	#logo a{
		padding: 40px;
	}	
	
	.msTitle{
		margin-left: 35px;
	}	
	
}

@media (max-width: 1196px){
	.efreBanner img{
        width: 100%;
        margin-top: 85px;
        margin-right: -20%;		
	}		
}	


@media (max-width: 1030px){
	#memberWelcome, #userIcon{
		display: none;
	}

	#memberWelcomeMobile{
		display: block;
	}
	
	#memberNav{
		margin-top: 56px;
	}	
}	

@media (max-width: 991px){
	.hideOnMobile991{
		display: none;
	}
	
	.hideOnDesktop991{
		display: flex;
	}

	.btnContainer {
		margin-bottom: 80px;
	 }
	  
	.btnContainer a{
		font-size: 18px;
	 }  
	  
	 .specialborder{
	   border-left: none !important;
	   border-right: none !important; 
	 } 
	 
	  .specialH2{
		text-align: left;
	  }	 
	  
	.efreBanner img{
		max-width: 100%;
		height: 50px;
		margin-top: 0px;
		margin-right: 0%;
		width: auto;
	}	 

	.testimonialCard{
		margin-bottom: 60px;
	}	
	
	.efreBannerHeader{
		text-align: left;
		padding-right: 0px !important;
		margin-left: 35px;
		margin-top: 15px;
	}
	
	#detailsModal .modal-header h2{
		font-size: 20px !important;
	}

	#detailsDisttModal .modal-header h2{
		font-size: 20px !important;
	}	
	
} 

@media (max-width: 970px){
 h3 {
    font-size: 30px;
 }
 
 .carousel-caption{
  bottom: 13%;
 }
} 

@media screen and (max-width: 950px) {
	.navBtn {
		padding-left: 50px !important;
	}
	
	.msTitle{
		font-size: 55px;
	}	
}	

@media (max-width: 870px){
	.msTitle{
		font-size: 46px;
	}
} 

@media (max-width: 840px){
 .carousel-caption {
    font-size: 16px;
 }
} 

@media screen and (max-width: 768px) {
	.navBtn {
		padding-left: 0px !important;
	}
	
	.userLogin{
		text-align: left;
	}	
	
	.catalogMobile{
		text-align: right;
		padding-right: 50px;	
		color: #fff !important;
	}	
	
	#footer{
		text-align: center;
	}	
	
	.efreBanner .msTitle{
		font-size: 40px;
	}	

	.efreBanner img{
		height: auto;
		width: 80%;
	}	
	

}	

@media screen and (max-width: 670px){
	.efreBanner .msTitle {
		font-size: 35px;
	}
	
	#introhome{
		height: 322px;
	}	
}

@media screen and (max-width: 610px){
	.efreBanner .msTitle {
		font-size: 30px;
	}
}

@media (max-width: 550px){

 
 #memberNav{
	right: -66px; 
 }	 
 
} 

@media (max-width: 450px){
	#menu > ul > li > a {
		font-size: 22px !important;
	}
	
	.efreBanner span {
		margin-left: 0px;
	}	
	
	.efreBannerHeader{
		margin-left: 0px;
	}	
	
	#section4home h2{
		margin-top: 15px;
	}	
	
	#section5home h2{
		margin-top: 15px;
	}	

	#section6home h2{
		margin-top: 15px;
	}	

	#section7home h2{
		margin-top: 15px;
	}		
}




/*iPad 1, iPad 2, iPad Mini*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1){
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}	
}	

/*//iPad 3, iPad 4*/
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/*iPhone 3G*/
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1) {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/*iPhone 4*/
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)  {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/*iPhone 5*/

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)  {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/*iPhone 6*/
@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)  {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/*iPhone 6 Plus*/
@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)  {
	.ipadSizeImg{
		display: inline-block;
		margin-top: 15px;
	}	
	
	.fullSizeImg{
		display: none !important;
	}		
}	

/* category for news css */
.category {
    display: inline-block;
    padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: .4em;
		padding-bottom: .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
		color: #343a40;
    margin-right: 0.5em;
    border-radius: 0.25rem;
}
.category-dark {
    background-color: #000;
		color: #fff;
}
.category-border {
    border: 1px solid black;
}

a.category:hover {
    color: #000 !important;
}


