/* ––––––––––––––––––––––––––––––––––––––––––––––––––
     MAX SCREEN :: 550px
   –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 550px) {

  .bg_bicycle_01 {
    background: url('/images/general/bg/ski/bg-ski-02-750.png');
    color:#000;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
  
  .container_bicycle {
  	position: relative; width: 96%; height: 290px;
  }

  .opacity_bicycle {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_bicycle {
  	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding:14px 22px 22px 22px; text-align: center;
  }



  .bg_ski_01 {
    background: url('/images/general/bg/ski/bg-ski-01-test.jpg');
    color:#fff;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_01_blur {
    background: url('/images/general/bg/ski/bg-ski-01-550-blur.jpg');
    color:#000;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_02 {
    background: url('/images/general/bg/ski/bg-ski-06-608.jpg');
    color:#fff;
/*    text-shadow: 1px 1px #000; */
	padding: 260px 0 260px 0;
	background-size: cover;
  }
  
  .container_ski_02 {
	position: relative; width: 280px; height: 280px;
	margin-left: 0;
  }
  
  .opacity_ski_02 {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%; border-radius: 50%;
  	margin-left:0;
  }
  
  .text_ski_02 {
  	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 12px; height: 100%; padding: 32px 12px 22px 0; text-align: center;
  }


  .bg_ski_03 {
    background: url('/images/general/bg/ski/bg-ski-03-400.jpg');
    color:#000;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  }
  
  .container_ski_03 {
	position: relative; width: 100%; height: 450px;  
  }
  
  .opacity_ski_03 {
	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_ski_03 {
	width:100%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; margin-bottom: 12px; height: 100%; padding: 0 10px 0 0;	
  }
  


  .bg_ski_06 {
    background: url('/images/general/bg/ski/bg-eagles_rest_winter-424.jpg');
    color:#000;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

  .container_eagles_rest_01 {
	position: relative; width: 100%; height: 350px;
  }
  
  .opacity_eagles_rest_01 {
	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_eagles_rest_01 {
	width:100%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 12px 28px 0;	
  }


  .bg_ski_07 {
    background: url('/images/general/bg/ski/bg-eagles_rest_summer-375.jpg');
    color:#000;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
  
  .container_eagle_rest_02 {
  	position: relative; 
  	width: 99%; 
  	height: 485px;
  }
  
  .opacity_eagles_rest_02 {
  	opacity:.7; 
  	background-color:#fff; 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	height: 100%; 
  	width:100%;
  }
  
  .text_eagles_rest_02 {
  	width:96%; 
  	color:#000; 
  	position: absolute; 
  	top: 0; left: 0; 
  	margin-top: 22px; 
  	height: 100%; 
  	padding: 16px 8px 16px 6px;
  }


  .bg_ski_09 {
    background: url('/images/general/bg/ski/bg-ms_ski_park-01-390.jpg');
    color:#000;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

  .container_ski_09 {
	position: relative; width: 100%; height: 400px;
  }
  
  .opacity_ski_09 {
	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_ski_09 {
	width:98%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 22px 20px 0;
  }


  .bg_ski_11 {
    background: url('/images/general/bg/ski/bg-ski_rental-400.jpg');
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

  .container_rental {
  	position: relative; 
  	width: 99%; 
  	height: 440px;
  }
  
  .opacity_rental {
  	opacity:.7; 
  	background-color:#fff; 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	height: 100%; 
  	width:100%;
  }
  
  .text_rental {
  	width:96%; 
  	color:#000; 
  	position: absolute; 
  	top: 0; left: 0; 
  	margin-top: 22px; 
  	height: 100%; 
  	padding: 16px 8px 16px 6px;
  }


}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––
     BIGGER THAN 550
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 550px) {

  .bg_bicycle_01 {
    background: url('/images/general/bg/ski/bg-bicycle-01.png') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
  
  .container_bicycle {
  	position: relative; width: 96%; height: 290px;
  }

  .opacity_bicycle {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_bicycle {
  	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding:14px 22px 22px 22px;
  }



  .bg_ski_01 {
    background: url('/images/general/bg/ski/bg-ski-01.jpg') 50% 0 no-repeat fixed;
    color:#fff;
	height: 600px;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_01_blur {
    background: url('/images/general/bg/ski/bg-ski-01-blur.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 100px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_02 {
    background: url('/images/general/bg/ski/bg-ski-02.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_03 {
    background: url('/images/general/bg/ski/bg-ski-03.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
  }


   .bg_ski_04 {
    background: url('/images/general/bg/ski/bg-ski-04.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }


 .bg_ski_05 {
    background: url('/images/general/bg/ski/bg-ski-05.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

  .container_ski_05 {
  	position: relative; width: 96%; height: 380px;
  }
  
  .opacity_ski_05 {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_ski_05 {
  	width:94%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 12px; text-align: center;
  }
  
  

 .bg_ski_06 {
    background: url('/images/general/bg/ski/bg-eagles_rest_winter.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
   
  .container_eagles_rest_01 {
	position: relative; width: 96%; height: 330px;
  }
  
  .opacity_eagles_rest_01 {
	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_eagles_rest_01 {
	width:100%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 12px;	
  }
      

  .bg_ski_07 {
    background: url('/images/general/bg/ski/bg-eagles_rest_summer.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
 
   .container_eagle_rest_02 {
  	position: relative; width: 96%; height: 320px;
  }
  
  .opacity_eagles_rest_02 {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_eagles_rest_02 {
  	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 22px 22px 22px;
  }

 

  .bg_ski_08 {
    background: url('/images/general/bg/ski/bg-eagles_rest_inside.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_09 {
    background: url('/images/general/bg/ski/bg-ms_ski_park-01.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

  .container_ski_09 {
  	position: relative; width: 96%; height: 400px;
  }
  
  .opacity_ski_09 {
	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_ski_09 {
	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding: 22px 22px 22px 22px;
  }
  

  .bg_ski_10 {
    background: url('/images/general/bg/ski/bg-ms_ski_park-02.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }


  .bg_ski_11 {
    background: url('/images/general/bg/ski/bg-ski_rental.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }
  
  .container_rental {
  	position: relative; width: 96%; height: 460px;
  }

  .opacity_rental {
  	opacity:.7; background-color:#fff; position: absolute; top: 0; left: 0; height: 100%; width:100%;
  }
  
  .text_rental {
  	width:96%; color:#000; position: absolute; top: 0; left: 0; margin-top: 22px; height: 100%; padding:4px 22px 22px 22px;
  }



  .bg_ski_12 {
    background: url('/images/general/bg/ski/bg-snow_fight.jpg') 50% 0 no-repeat fixed;
    color:#000;
	height: 600px;
	margin: 0;
	padding: 260px 0 260px 0;
	background-size: cover;
  }

}