
* {
   font-family: 'Roboto Condensed', sans-serif;
   box-sizing: border-box;
}
	
	
	
a.active {
   font-weight: bold;
}

#mobile-demo a.active {
   color: pink;
}

.nav-wrapper {
	text-align: right;

	/*border: 2px solid red;*/
	display: inline-block;
	width: 100%;
}


.brand-logo {
    display: inline-block;
    height: 100%;
    
    /*border: 1px solid green;*/
    position: relative;
   /**/ width: 100%;/**/
   float: left;
   text-align: left;
}



.commented_css.brand-logo>img {
    /*position: absolute;*/
    /*right: 30px;*/
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
}


.brand-logo {
	/*vertical-align: middle;*/
	/*line-height: 90%;*/
	/*height: 100%;*/
	/*display: inline-block;
	border: 1px solid green;
	display: table-cell;*/
	
}

.brand-logo .col-1 {
	height: 90%;
	
	
	/*line-height: 90%;*/
	/*vertical-align: middle;*/
	/*display: inline-block;*/
	float: left;
	display: inline-block;
	
	/*width: 73px;*/
    /*border-right: 1px solid #3e3e5b;*/
    
    
    /* border-right: 1px solid #b9babb; */
    /* border-right: 1px solid #717375; */
    text-align: center;
    padding-left: 0;
    padding-left: 15px;
    
    
    
    color: #3e3e5b;
    /*position: relative;*/
    

}
	


.brand-logo img{
	height: 100%;
	width: auto;
	/*border: 1px solid pink;*/
	display: inline-block;
	
	margin: 2px 2px 10px 2px;
	
}

.carousel.a {
	/*border: 1px solid pink;*/
}

.container.center-align {
	position: relative;
}


/*.s*/ection p::first-letter {
    /*font-size: 2em;*/ /* Размер буквы */
    /*color: red;*/ /* Цвет буквы */
    /*float: left;*/ /* Выравнивание по левому краю */
   /* margin: 0 4px 2px 0;*/ /* Отступы вокруг буквы */
   /*padding-left: 15px;*/
   font-size: 1.1em;
   font-weight: bold;
   background: whitesmoke;
   
   width: 38px;
   height: 38px;
   margin: 0;
   padding: 0;
   border-radius: 50%;
   display: block;
   
}

.carousel.a a .img{
	
	/*border: 2px solid green;*/
	box-shadow: inset 1px 2px 3px 6px red;
} 

carousel.a a:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	bix-sizing: border-box;
	box-shadow: inset 1px 2px 3px 6px red;
	/*border: 2px solid green;*/
}

.preloader-background {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	
	position: fixed;
	z-index: 100;
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.exp {
		position: relative;
		
		}
		
		.exp .caption.left-align {
			position: absolute;
			top: 0;
			left: 0;
			}
			
			
			
			
/* - - - - - */



b.btn-floating.pulse::before{
	background-color: black !important;
	z-index: 1 !important;
}


b.btn-floating.pulse::after{
	/*background-color:  whitesmoke !important;*/
	z-index: 5 !important;
	
	background-color:  whitesmoke !important;
	
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	
	border-radius: 50%;
	
	
}

b.btn-floating.pulse i{
	z-index: 9 !important;
	/**/position: relative !important;/**/
}


b.btn-floating.pulse {
	box-shadow: none !important;
	
	
}

b.btn-floating.btn-small.black.pulse {
margin-left: -15px;
margin-bottom: -2px;
/* border: 1px solid green;*/
}

.col-2 {
			/*margin: 2px 2px 10px 62px;*/
			box-sizing: border-box;
			/*font-size: 15px;*/
			
			float: left;
			height: 90%;
			line-height: calc(90% + 15px);
			line-height: calc(90% + 23px);
			vertical-align: middle;
			/*border: 1px solid orange;*/
			/*display: inline-block;*/
			padding-left: 10px;
			
			padding-left: 5px;
			
}
.col-2 > span {
	z-index: 11;
	}
.col-2 > span:after {
    content: 'Time To Discover';
    color: black;
    font-size: 8px;
    position: absolute;
    width: 100%;
    height: 20px;
    height: 10px;
    line-height: 9px;


    text-align: right;
    box-sizing: border-box;
    left: 0;
    top: 24px;
    letter-spacing: 0.5px;
    padding-right: 1px;
	opacity: 0;
}


/*.commented_css*/ .col-1 {
    /*width: 73px;*/
  /*  border-right: 1px solid #3e3e5b;*/
    /* border-right: 1px solid #b9babb; */
    /* border-right: 1px solid #717375; */
    text-align: center;
    padding-left: 0;
    /*padding-left: 20px;*/
    float: left;
    color: #3e3e5b;
    
    display: inline-block;
}


@-webkit-keyframes extpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,255, 0.4);
    
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(0,0,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,255, 0);
  }
}
@keyframes extpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,255, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(0,0,255, 0);
      box-shadow: 0 0 0 15px rgba(0,0,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,255, 0);
      box-shadow: 0 0 0 0 rgba(0,0,255, 0);
  }
}

.c_commented .pulse::before{
	
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	
	
	
	
    animation: extpulse 2s infinite;
}

.sidenav-trigger{
	position: relative;
}

.sidenav-trigger i.material-icons.novis {
	z-index: 999 !important;
	

	
	/*color: red !important;*/
}


	.slider img {
		/*width: 100vw;*/
		/*max-height: 489px;*/
		/*height: auto;
	    height: 489px;*/
		/*max-width: 526px;*/
		/*width: 100vw;*/
	}
	
	
	/*
	.slider .slides {
    background-color: transparent;
    margin: 0;
    height: 400px;
}


.slider .slides li img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size:100% auto;
    background-repeat: no-repeat;
}
	*/
	/*
	@media only screen and (max-width: 600px) {
          .slides {
            height: 250px !important;
          }
            .slider {
                 height: 250px !important;
            }
        }

@media only screen and (min-width: 600px) {
          .slides {
            height: 600px !important;
          }
            .slider {
                 height: 600px !important;
            }
        }
	*/
	
	
	.slider .slides li img {

/*background-size: 100% auto;*/

background-size: auto 100%;


/*background-size: contain;*/

/*background-size: cover;*/

/*background-attachment: fixed;*/

/**/background-position: center center;/**/


background-repeat: no-repeat;

/*max-width: 489px;*/
}
	
	
	
	.slides li {
		background-color: pink;
		background-image: url(/newww/img/parallax2.jpg);


/*background-image: attr(data-image-src url);*/
		
		
		/*background-image: url(An-12.jpg);
		*/
		
		background-size: 100% auto;
		/*background-size: cover;*/
		
		
		/*background-size: auto 200%;*/
		
		
		
		background-attachment: fixed;
		
		background-repeat: no-repeat;
		
		
		/*background-size: contain;*/
		
		
		
		/*position: relative;*/
		
		}
		
		
		.slides li::before {
		
		background-image: url(/newww/img/parallax2.jpg);
content: '';
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;

 -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  
  background-image: inherit; /*url(An-12.jpg);*/

/*background-image: attr(data-image-src url);*/
		
		
		/*background-image: url(An-12.jpg);
		*/
		
		/*background-size: 100% auto;*/
		background-size: inherit;
		
		border: inherit;
		
		/*background-size: auto 200%;*/
		
		
		
		/*background-attachment: fixed;*/
		background-attachment: inherit;
		
		background-repeat: no-repeat;
		
		
		/*background-size: contain;*/
		
		z-index: -1;
		
		}
		
		
		
		
		
		
		
		.col-2 {
			
			margin: 2px 2px 10px 2px;
			}
		
		
		.col-2 > span:after {
    content: 'Time To Discover';
    color: black;
    font-size: 8px;
    position: absolute;
    width: 100%;
    height: 20px;
    height: 10px;
    line-height: 9px;


    text-align: right;
    box-sizing: border-box;
    left: 0;
       top: 24px;
        letter-spacing: 0.5px;
    padding-right: 1px;
}
		
		
		
		
		.caption {
			
			/*text-shadow: 0px 2px 2px black;*/
			/*text-shadow: 0px 1px 2px black, 0px -1px 2px black, 0px 0px 8px white;*/
			
			
			/*good*/
			/*text-shadow: 0px 1px 2px black, 0px -1px 2px black, 0px 0px 8px black;*/
			
			
			text-shadow: 0px 1px 1px black, 0px -1px 1px black, 0px 1px 3px gray, 0px -1px 3px gray, 0px 0px 8px black, 0px 0px 12px black;
			
			
			/*font-weight: bold;*/
			
			/*position: relative;*/
			/*position: absolute;*/
			z-index: 299 !important;
			/*position: relative;*/
			
			
			}
			
			.slider img {
				
				
				
				
				
				
				
				
				
				
				
				/*filter: grayscale(50%) brightness(75%);
				
				*/
				
				
				
				
				
				
				
				
				
				
				/*filter: brightness(125%);*/
				
				}
		
		/*
		.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
*/
		
		.slider ul.indicators {
  /*z-index: 2;*/
  
  z-index: 100;
  
  
  
  /*bottom: 30px;*/
  bottom: 50px;
		}
		
		
.slider .indicators .indicator-item.active {
  /*background-color: #4CAF50;*/
  
  background-color: black;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  
  /*
  border-radius: 0%;
  */
}


.slider .slides{
	/*position: relative;*/
	
	
	
	
	
}



.slider .slides:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*box-shadow: inset 0px -12px 15px 1px black; !important;*/
	
	box-shadow: inset 0px -12px 15px 1px gray !important;
	
	box-shadow: inset 0px -12px 15px 1px #9907facc !important;
	
	box-shadow: inset 0px -12px 15px 1px black !important;
	
	box-shadow: inset 0px -12px 15px 1px black !important;
	
	/*background-image: linear-gradient(to top, #3204fdba, #9907facc);*/
	
	
	
	
	
	
	
	
	z-index: 90;
}

ul.slides{
	
	/*
	background-image: linear-gradient(to top, #3204fdba, #9907facc);
	
	*/
	
	
/*opacity: .4;*/
}

/**/
/*.slider .slides:before{*/

.coverlay {
	
}
.coverlay:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	

background: linear-gradient(to top, #3204fdba, #9907facc);

background: linear-gradient(to top, #1565c0, #073478);

background: linear-gradient(to top, #1565c0, #102d58);


    background: linear-gradient(to top, #1565c0, #ffffff);

/**/opacity: .5;/**/

opacity: .3;

z-index: 99;

}
/**/




@media (max-width: 600px) {
	div.pulse::before {
		
		-o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

		
		
		-o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

		
		
		
		-webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    }
    
    .black.circle {
    	border: none !important;
    
    }
    
    
      .white.circle {
    	border: none !important;
    
    }
    
    
    
    
    
    .slider img.circle.responsive-img{
    /*border: 2px solid orange !important;*/
    border-radius: 0 !important;
    /*width: unset !important;
    height: unset !important;
    background-size: auto 100%;*/
    
    background-size: auto 100% !important;
background-position: center center !important; 


background-repeat: no-repeat !important;

/*width: auto !important;

    height: 350px !important;*/
    
    height: auto !important;

    width: 100vw !important;
    
	
	
	background-size: cover !important;
	
	
    
     }
		li.valign-wrapper.right-align, li.valign-wrapper.left-align{
		text-align: center !important;
		
		
		display: flex !important;
		
		}
	
	
	
	.slides li{
		
		/*background-size: auto 200%;*/
		
		
		}
	
	
	
}




@keyframes animatedSize {
    /*0% { background-position: 0 0; }*/
    
        0% { opacity: 0; }
    
    
    /*100% { background-position: -300px 0; }*/
    
    
    100% { opacity: 1; }
    
    
}
@-moz-keyframes animatedSize {
    /*0% { background-position: 0 0; }*/
    
    0% { opacity: 0; }
    
    
    
    /*100% { background-position: -300px 0; }*/
    
    100% { opacity: 1; }
    
    
}
@-webkit-keyframes animatedSize {
    /*0% { background-position: 0 0; }*/
    
0% { opacity: 0; }
    
    
    /*100% { background-position: -300px 0; }*/
    
   100% { opacity: 1; }
    
    
}
@-ms-keyframes animatedSize{
    /*0% { background-position: 0 0; }*/
    
0% { opacity: 0; }
    
    
    /*100% { background-position: -300px 0; }*/
    
100% { opacity: 1; }
    
}
@-o-keyframes animatedSize {
    /*0% { background-position: 0 0; }*/
    
0% { opacity: 0; }
    
    /*100% { background-position: -300px 0; }*/
    
100% { opacity: 1; }
    
}


@media (min-width: 601px) {
	
	img{
		/*background-size: auto 250px !important;*/
		
		
		
	}
	
	
	
	.active img.circle.responsive-img{

/**/width: 330px !important;
height: 330px !important;
/**/




/*opacity: 0;*/

animation: animatedSize .7s linear /*infinite*/;
    -moz-animation: animatedSize .7s linear /*infinite*/;
    -webkit-animation: animatedSize .7s linear /*infinite*/;
    -ms-animation: animatedSize.7s linear /*infinite*/;
    -o-animation: animatedSize .7s linear /*infinite*/;



}


}


b.btn-floating.pulse::before{
	background-color: black !important;
	z-index: 1 !important;
}


b.btn-floating.pulse::after{
	/*background-color:  whitesmoke !important;*/
	z-index: 5 !important;
	
	background-color:  whitesmoke !important;
	
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	
	border-radius: 50%;
	
	
}

b.btn-floating.pulse i{
	z-index: 9 !important;
	/**/position: relative !important;/**/
}


b.btn-floating.pulse {
	box-shadow: none !important;
	
}



/*
b.btn-floating.pulse i{
	background: pink;
}
*/



@keyframes animatedBackground {
    /*0% { background-position: 0 0; }*/
    
        0% { background-position: 100% 50%; }
    
    
    /*100% { background-position: -300px 0; }*/
    
    
    100% { background-position: 50% 50%; }
    
    
}
@-moz-keyframes animatedBackground {
    /*0% { background-position: 0 0; }*/
    
    0% { background-position: 100% 50%; }
    
    
    
    /*100% { background-position: -300px 0; }*/
    
    100% { background-position: 50% 50%; }
    
    
}
@-webkit-keyframes animatedBackground {
    /*0% { background-position: 0 0; }*/
    
    0% { background-position: 100% 50%; }
    
    
    /*100% { background-position: -300px 0; }*/
    
    100% { background-position: 50% 50%; }
    
    
}
@-ms-keyframes animatedBackground {
    /*0% { background-position: 0 0; }*/
    
    0% { background-position: 100% 50%; }
    
    
    /*100% { background-position: -300px 0; }*/
    
    100% { background-position: 50% 50%; }
    
}
@-o-keyframes animatedBackground {
    /*0% { background-position: 0 0; }*/
    
    0% { background-position: 100% 50%; }
    
    /*100% { background-position: -300px 0; }*/
    
    100% { background-position: 50% 50%; }
    
}

@media (min-width: 601px) {
.active .righttoleft {
/*background-position: 0px 0px;*/

background-position:  100% 50%;

    animation: animatedBackground .7s linear /*infinite*/;
    -moz-animation: animatedBackground .7s linear /*infinite*/;
    -webkit-animation: animatedBackground .7s linear /*infinite*/;
    -ms-animation: animatedBackground .7s linear /*infinite*/;
    -o-animation: animatedBackground .7s linear /*infinite*/;
}


/*
.slides img {
	box-shadow: 3px 3px 1px #ccc !important;
  -webkit-box-shadow: 3px 3px 1px #ccc !important;
  -moz-box-shadow: 3px 3px 1px #ccc !important;
  
  border: 3px solid yellow !important;
  
  display: block !important;
  
}
*/




}




























	/*
	.row img {
	width:40px;
	height:40px;
	border-radius:50%;
	vertical-align:middle;
	
	*/
}
.rrow {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    border-bottom: 1px solid whitesmoke;
    text-align: left;
	
	min-height:30px;
	
	direction:ltr;
}
.rrow:hover {
	background-color:#eee !important;
}

.rrow > span {
	font-size: 14px !important;
	
	/*line-height: 20px;*/
	/*padding: 4px;
	margin: 4px;*/
	/*padding: 8px;*/
	padding-top: 4px;
	padding-bottom: 7px;
	display: inline-block;
	
}

.rrow:nth-child(odd) {
	background: white;
}

.rrow:nth-child(odd) {
	/*background: #f5f5f5;*/
	background: #f9f9f9;
}

.result > .rrow:first-child > span {

    color: #848484;
    font-weight: bold;
    font-style: italic;
 }
 
 .result {
    left: 0px;
    right: 0px;
    /*background-color: white;
    box-shadow: 0px 0px 4px 7px gray;
    width: 100%;
    clear: both;*/
    /*padding: 10px;*/
    /*max-height: 200px;
    overflow-y: scroll;*/
 }

.suggested {	
    /*background: #d5f2ff;
    border-bottom: 1px dashed #F44336;*/
    font-weight: bold;
    color: #4db6ac;
    
    font-size: 14px !important; 
}

.rezhead {
	/*background-color: #4db6ac;
	color: white;*/
	width: 100%;
	display: inline-block;
	
	color: #00695c;
	color: #004d40;
	font-style: italic;
	opacity: .9;
	background-color: whitesmoke;
	font-size: 12px !important; 
	
}



ul.slides{
		position: relative !important;
		/*border: 20px solid cyan !important;*/
		display: block !important;
		/*z-index: 9999999999 !important;*/
		
		}




.slides li.msquared, .slides li.msquared::before{
/*border: 5px solid orange;*/
/*
border-bottom: 20px solid green;
*/
/*width: 100%;*/
/*height: 100%; */
/*
display: inline-block;
*/
/*background-position: right bottom !important;*/ 

background-position: center center !important;

background-attachment: scroll !important;
/*background-size: 100% auto !important;*/
/*background-size: auto 50% !important;*/
background-size: cover !important;



}


@media (max-width: 600px) {
.slides li.transp {
	background-attachment: fixed !important;
	background-size: 200% auto !important;
	
	

	
	
	
	
	
}


.slides li::before{
	background-image: url(/newww/img/parallax2.jpg) !important;
	
}

.slides li.circle{
background-image: url(/newww/img/parallax2.jpg) !important;

background-color: transparent !important;

/*display: block !important;*/

	background-size: cover !important;
    /* background-size: auto 200%; */
    background-attachment: scroll !important;







}




.slides li{


background-color: transparent !important;

}





.slides li.circle:before, .slides li.circle:after{


background-color: transparent !important;
}



.slides li.transp img, .slides li img, .slides li img.circle.responsive-img, .slider img.circle.responsive-img{
background-size: contain !important;

background-position: center center !important;

border: none !important;
background-color: transparent !important;



/*position: initial !important;*/

}



.slides li.transp img.mxwide, .slides li img.mxwide, .slides li img.circle.responsive-img.mxwide, .slider img.circle.responsive-img.mxwide{
background-size: auto 75% !important;



}










.slider .slides li div.black.circle.pulse, .slider .slides li div.white.circle.pulse {
	background-color: transparent !important;
	border-radius: 0 !important;
	/**/position: initial !important;/**/
}

/*
    .slider img.circle.responsive-img{
    border: 2px solid orange !important;
    border-radius: 0 !important;

    
    background-size: auto 100% !important;
background-position: center center !important; 


background-repeat: no-repeat !important;


    
    height: auto !important;

    width: 100vw !important;
    
    
     }
     */

}


ul.right.hide-on-med-and-down li a {

color: black;
}


.sidenav-close.active {

font-weight: bold;
}



p.flow-text {
	text-align: justify;
	}


.commented .container p.flow-text::first-letter {
    /*font-size: 2em;*/ /* Размер буквы */
    /*color: red;*/ /* Цвет буквы */
    /*float: left;*/ /* Выравнивание по левому краю */
   /* margin: 0 4px 2px 0;*/ /* Отступы вокруг буквы */
   /*padding-left: 15px;*/
   font-size: 1.1em !important;
   font-weight: bold; !important
   /*background: whitesmoke;*/
   
   width: 38px !important;
   height: 38px !important;
   margin: 0 !important;
   padding: 0 !important;
   border-radius: 50%;
   display: block !important;
   
}


 .coverlay.covcount {
 	
 /*position: relative;*/
	
}
.coverlay.covcount:after{
background: linear-gradient(to top, #040C2F, #000000) !important;
/**/opacity: .8;/**/

opacity: .6;

z-index: 99;

}

/*.forcounterwrap {*/
 .container.covcnt{
	z-index: 103;
	
}
.covcnt.row {
	
	/*border-bottom: 7px solid orange !important;*/
	/*width: auto !important;*/
}



.counting {
	display: inline-block !important;
	width: 100% !important;
	height: auto !important;
	
	padding-top: 15px !important;
	
	padding-bottom: 35px !important;
	
	
}


.forcounterwrap {
	/*width: 60% !important;
	display: inline-block !important;
	position: relative;*/
	/*border: 2px dotted green;*/
	
	
} 



.cnt_info{
	/*
width: 70%;
padding-left: 0 !important;
box-sizing: border-box;
   */
   background: transparent !important;
   
   padding-left: 0 !important;
   /**/float: left;/**/
	text-align: left !important;
	
	display: inline-block;
	/*width: auto !important;*/
	min-width: initial !important;
	/*border: 1px solid red;*/
   
}

#cn_count, #cn_countb, #cn_countc{
	/*
	width: 30%;
	
	padding-left: 0 !important;
	box-sizing: border-box;
	*/
	
	/**/float: right;/**/
	text-align: right !important;
	padding-left: 0 !important;
	background: transparent !important;
	display: inline-block;
	/*width: auto !important;*/
	/*min-width: initial !important;*/
	
	/*border: 1px solid green;*/
	min-width: 20%;
	width: auto;
}

.cntline {
	/**/display: inline-block;/**/
	/**/width: 100%;/**/
	/*border-bottom: 1px dashed white;*/
	/*border: 1px solid yellow;*/
}

#cnt_pwrap{
	background: transparent !important;
	/**/display: inline-block !important;/**/
	/**/width: 100%  !important;/**/
	
	
	/*border: 2px solid pink;*/
	
	
}



@media (max-width: 600px) {

.slides li:not(.transp)::before{
	
	/**/background-image: inherit !important;/**/
	
	background-attachment: scroll !important;
	    background-size: cover !important;
	
}

/*.slides li::before{*/
/*.slides li.msquared,*/ .slides li.msquared::before, .slide li {


	
	background-image: inherit !important;
	
}


.slides li {
	background-size: cover !important;


    background-attachment: scroll !important;
	
	
	
}




}




@media (min-width: 601px) {
.slides li.ccirlce::before{	
background-image: url(/newww/img/parallax2.jpg) !important;
}
}




