	  
	  
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #f0391a;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
	body{
        
		 background-image: url(../images/pexels2.webp);
        background-size: cover;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		max-width: 100vw;
		overflow-x: hidden !important;
		height: 100vh;
		width: 100vw;
		position: absolute;
	}
	
	#info{
		
		width: 100vw;
        height: 100vh;
 background-image: url("../images/main.webp");
		 transition: 0.2s;
margin: 0px 0px 0px 0px;
  /* Create the parallax scrolling effect */
  background-repeat: no-repeat;
  background-size: 100%;
        background-position: top; 
        height: 100%; 
        background-position-x: 30vw;
	}
	#info > .content{
			float: left;
			display: grid;
        grid-template-columns: auto;
        padding-top: 3vh;
        text-align: center;
        align-items: center;
	}

	#info > .content > #speak{
		font-family: 'BrunoAce';
		color: #fff;
		transition: 0.6s;
		display: grid;
        grid-template-columns: 50vw;
        grid-row-gap: 1vh;
        height: 100%;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
	}
	
	#info > .content > #speak > h3{
		letter-spacing: 2px;
		transition: 0.6s;
		font-size: 3vh;
        width: max-content;
	}
	
	#aboutme{
			background-color: rgba(66, 66, 66, 0.7);
			opacity: 1;
			width: 100vw;
			height: auto;
			padding: 2vh;
			text-align: center;
			margin-top: -14vh;
			overflow: hidden;
	}
    #aboutme > h3{
        font-family: 'BrunoAce';
        font-size: 5vh;
        padding: 0;
        margin: 0;
    }
	/* Background pattern from Toptal Subtle Patterns */
	#aboutme2{
			background-color: #0c0c0c;
			width: 100%;
			height: auto;
			position: relative;
			background-size: 14%;
			background-position: -7px;
			min-height: 300px;
			text-align: center;
			margin-top: 0px;
			overflow: hidden;
	}
	  #wideo{
                width: 70vw;
                margin-left: 15vw;
                margin-right: 15vw;
                padding-bottom: -5px;
                display: grid;
                align-items: center;
                justify-items: center;
            }
            #wideo > video{
                width: 100%;
                height: 100%;
            }

	#info > .content > .logos{
		display: grid;
        width: 100%;
        justify-content: center;
        justify-items: center;
        align-items: center;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        padding-bottom: 2vh;
        padding-top: 2vh;
	}
	#info > .content > .logos > #logo1{
		background-size: 100%;
        width: 15vh;
        height: 15vh;
		background-image: url("../images/logos/IFBB-ELITE4.webp");
        background-repeat: no-repeat;
		content: '';
	}
	#info > .content > .logos > #logo2{
		background-size: 100%;
        width: 15vh;
         height: 15vh;
		background-image: url("../images/logos/logo-proelite.webp");
        background-repeat: no-repeat;
		content: '';
	}
	#info > .content > .logos > #logo3{
		background-size: 100%;
        width: 15vh;
         height: 15vh;
		background-repeat: no-repeat;
		background-image: url("../images/logos/arnold_logo.webp");
		content: '';
	}
	
	#aboutme > h3{
		font-family: 'BrunoAce';
		font-size: 5vh;
		color: #fff;
		text-align: center;
	}
	
	#aboutme2 #left{
		font-family: 'Crete Round', serif;
		font-size: 32px;
		color: #fff;
		position: relative;
		text-align: center;
		height: auto;
		min-height: 200px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		padding-top: 30px;
		padding-bottom: 30px;
		float: left;
		background-color: transparent;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
	}
	
	#nav{
		position: fixed;
		left: 0;
		top: 0;
		bottom:0;
		margin-top: auto;
		margin-bottom: auto;
		height: 30%;
		width: 5%;
		z-index: 10;
			padding-left: 20px;
			display: none;
			
	}
	#nav > ul{
		padding-top: auto;
		padding-bottom: auto;
		width: 50px;
		list-style: none;
		font-size: 30px;
		text-decoration: bold;
		color: #eeeeed;
		
	}
	#nav > ul > li{
		
		cursor: pointer;
		color: #eeeeed;
		font-size: 30px;
		margin-left: 0px;
		margin-bottom: 0px;
		transition: 0.2s;
	}
	#nav > ul > li:hover{
		
		cursor: pointer;
		color: #56445d;
		font-size: 40px;
		margin-left: -2.5px;
		margin-right: -2.5px;
		margin-bottom: -2.5px;
		margin-top: -2.5px;
		transition: 0.6s;	
  } 
  .photoMag{
    content:"";
    background-image: url("../images/mags/mag.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;

  }
	#plans{
		
		width: 100vw;
		height: 800px;
		background-image: url("../images/tloPlany_HD.jpg");
		padding-top: 60px;
		min-height: 900px;
		padding-bottom: 60px;
		overflow: hidden;
		background-size: cover;
		text-align: center;
		border-bottom: 3px solid #fff;
	}
	#plans #contener{
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			max-height: 865px;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
	}
	
	#plans #contenerMOBILE{
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			max-height: 865px;
			min-height: 500px;
			position: relative;
			display: none;
			grid-template-columns: repeat(3, 1fr);
	}
	
	#plans #contenerMOBILE2{
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			max-height: 865px;
			min-height: 500px;
			position: relative;
			display: none;
			grid-template-columns: repeat(6, 1fr);
	}
	
	#plans #contener #cont1{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 75px 1fr 1fr 1fr 75px;
				
			text-align: center;
	}
	#plans #contener #cont2{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 75px 1fr 1fr 1fr 75px;
			text-align: center;
			clear: right;
	}
	
	#plans #contenerMOBILE #cont1{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 75px 1fr 1fr 75px;
			margin-bottom: 200px;
			text-align: center;
	}
	#plans #contenerMOBILE #cont2{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 75px 1fr 1fr 75px;
			text-align: center;
			clear: right;
			margin-bottom: 200px;
	}
	#plans #contenerMOBILE #cont3{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 75px 1fr 1fr 75px;
			text-align: center;
			clear: right;
			margin-bottom: 200px;
	}
	
	
	#plans #contenerMOBILE2 #cont1{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	#plans #contenerMOBILE2 #cont2{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	#plans #contenerMOBILE2 #cont3{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	
	#plans #contenerMOBILE2 #cont4{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	
	#plans #contenerMOBILE2 #cont5{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	
	#plans #contenerMOBILE2 #cont6{
			float: left;
			width: 100vw;
			overflow: hidden;
			opacity: 0.96;
			height: auto;
			min-height: 500px;
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			margin-bottom: 200px;
			text-align: center;
	}
	
	#plans #contener #cont1 #iclas1{
		font-size: 50px;
		 color: #fff;
		 justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
	}
	#plans #contener #cont1 .iclas1{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: -100px;
	}
	#plans #contener #cont2 .iclas2{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: 40px;
	}
	
		#plans #contener #cont2 #iclas2{
		font-size: 50px;
		 color: #fff;
		  justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
		}
		
		
		
			#plans #contenerMOBILE #cont2 .iclas2{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: 40px;
	}
	
		#plans #contenerMOBILE #cont2 #iclas2{
		font-size: 50px;
		 color: #fff;
		  justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
		}
		
			#plans #contenerMOBILE #cont1 .iclas2{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: 40px;
	}
	
		#plans #contenerMOBILE #cont1 #iclas2{
		font-size: 50px;
		 color: #fff;
		  justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
		}
			#plans #contenerMOBILE #cont3 .iclas2{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: 40px;
	}
	
		#plans #contenerMOBILE #cont3 #iclas2{
		font-size: 50px;
		 color: #fff;
		  justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
		}
		
		
		
		#plans #contenerMOBILE #cont1 #iclas1{
		font-size: 50px;
		 color: #fff;
		 justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
	}
	#plans #contenerMOBILE #cont1 .iclas1{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: -50px;
	}
	
	#plans #contenerMOBILE #cont2 #iclas1{
		font-size: 50px;
		 color: #fff;
		 justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
	}
	#plans #contenerMOBILE #cont2 .iclas1{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: -100px;
	}
	
	#plans #contenerMOBILE #cont3 #iclas1{
		font-size: 50px;
		 color: #fff;
		 justify-items: center;
		 align-items: center;
		 cursor: pointer;
		transition: 0.6s;
	}
	#plans #contenerMOBILE #cont3 .iclas1{
		display: grid;
		 justify-items: center;
		 align-items: center;
		 margin-left: -100px;
	}
		
		
		
	#plans #contener #cont1 #iclas1:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
	}
		#plans #contener #cont2 #iclas2:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
		}
		
		
		#plans #contenerMOBILE #cont1 #iclas1:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
	}
		#plans #contenerMOBILE #cont2 #iclas2:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
		}
		#plans #contenerMOBILE #cont2 #iclas1:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
	}
	#plans #contenerMOBILE #cont3 #iclas2:hover{
		font-size: 60px;
		margin-top: -5px;
		transition: 0.6s;
		}
	
	
	
		#plans #contener #cont1 .dwa{
		
		width: 20%;
		height: 800px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		float: center;
		background-size: cover;
		position: relative;
		min-width: 600px;
			display: inline-block;
			margin-left: auto;
			margin-right: auto;
		overflow: hidden;
		border-radius: 8px;
		max-width: 600px;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	
	#plans #contener #cont1 .dwa h1{
		margin-bottom: 00px;
		font-size: 50px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	
	
	#plans #contener #cont1 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contener #cont1 .dwa:hover{
		
		
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		cursor: default;
		
	}
	
		#plans #contener #cont1 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contener #cont1 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	
	
	#plans #contener #cont1 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contener #cont1 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	
	
	
	
	#plans #contener #cont2 .dwa{
		
		width: 22%;
		height: 800px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		float: center;
		background-size: cover;
		position: relative;
		min-width: 600px;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: 80px;
		max-width: 600px;
		margin-right: 80px;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	
	#plans #contenerMOBILE #cont1 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	
	#plans #contenerMOBILE #cont2 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE #cont3 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	
	
	
	#plans #contenerMOBILE2 #cont1 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE2 #cont2 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE2 #cont3 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE2 #cont4 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE2 #cont5 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	#plans #contenerMOBILE2 #cont6 .dwa{
		
		width: 80%;
		height: 564px;
		background-color: #850f24;
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
		position: relative;
			display: inline-block;
		overflow: hidden;
		border-radius: 8px;
		margin-left: auto;
		max-width: 600px;
		margin-right: auto;
		transition: 0.6s;
		border: 1px solid #858585;
	}
	
	
	#plans #contener #cont2 .dwa h1{
		margin-bottom: 00px;
		font-size: 50px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	#plans #contenerMOBILE #cont2 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE #cont3 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE #cont1 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	
	#plans #contenerMOBILE2 #cont1 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont2 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont3 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	#plans #contenerMOBILE2 #cont4 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	#plans #contenerMOBILE2 #cont5 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	#plans #contenerMOBILE2 #cont6 .dwa h1{
		margin-bottom: 00px;
		font-size: 34px;
		letter-spacing: 5px;
		background-color: #45413d;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: 'Alfa Slab One', cursive;
		color: #fff;
		transition: 0.6s;
		cursor: default;
	}
	
	#plans #contener #cont2 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contener #cont2 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	
	
	#plans #contenerMOBILE #cont2 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	
	
	#plans #contenerMOBILE2 #cont1 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont2 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont3 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont4 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont5 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	#plans #contenerMOBILE2 #cont6 .dwa:hover h1{
		letter-spacing: 7px;
		transition: 0.6s;
		cursor: default;
	}
	
	
	#plans #contenerMOBILE #cont2 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE #cont3 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	
	#plans #contenerMOBILE2 #cont1 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE2 #cont2 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE2 #cont3 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE2 #cont4 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE2 #cont5 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	#plans #contenerMOBILE2 #cont6 .dwa:hover{
		
		cursor: default;
		 background-color: #6d5847;
		transition: 0.6s;
		border-radius: 60px;
		
	}
	
	
	
	
		#plans #contener #cont2 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contener #cont2 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	
		#plans #contenerMOBILE #cont2 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contenerMOBILE #cont2 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	
	#plans #contenerMOBILE #cont3 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	
	
	#plans #contenerMOBILE2 #cont1 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contenerMOBILE2 #cont3 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contenerMOBILE2 #cont4 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	#plans #contenerMOBILE2 #cont6 .dwa .styl1{
		content: ''; 
		border-top: 200px solid transparent; 
		border-left: 300px solid #24211f;
		border-bottom: 200px solid transparent;
		height: 0px;
		width: 0px;
		transition-duration: 2s;
	transition-delay: 0.2s;
	margin-top: -30px;
	margin-bottom: -60px;
		
		
	}
	
	
	#plans #contenerMOBILE2 #cont1 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	#plans #contenerMOBILE2 #cont3 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	#plans #contenerMOBILE2 #cont4 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	#plans #contenerMOBILE2 #cont6 .dwa .styl2{
	content: '';
	border-top: 200px solid transparent; 
	border-right: 300px solid #24211f; 
	border-bottom: 200px solid transparent; 
	height: 0px;
	width: 0px;
	float: right;
		transition-duration: 2s;
	transition-delay: 0.2s;
		
		
	}
	
	
	
	
	
	
	#plans #contener #cont2 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contener #cont2 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	
	
	
	#plans #contenerMOBILE #cont1 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE #cont2 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE #cont3 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	
	
	
	#plans #contenerMOBILE2 #cont1 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont3 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont4 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont6 .dwa:hover .styl1{
		
		transition-duration: 2s;
		transition-delay: 0.2s;
		border-left: 350px solid #24211f;
		
		
	}
	
	
	
	#plans #contenerMOBILE2 #cont1 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont3 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont4 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	#plans #contenerMOBILE2 #cont6 .dwa:hover .styl2{
	transition-delay: 0.2s;
		transition-duration: 2s;
		border-right: 350px solid #24211f;
		
		
	}
	
	
	
	#contact{
		background-image: url('../images/tloContact_HD.jpg');
		background-size: cover;
		background-position: 0px 0px;
		padding: 0px;
		position: relative;
		height: auto;
		min-height: 600px;
		overflow: hidden;
		border-top: 2px solid #fff;
		width: 100%;
	}
	
		#contact #left{
				position: relative;
				float: left;
				padding: 60px;
		padding-bottom: 100px;
		padding-top: 100px;
		width: 40%;
		}
		#contact #right{
				position: relative;
				float: right;
				padding: 60px;
				padding-left: 100px;
		padding-bottom: 100px;
		padding-top: 100px;
		width: 40%;
		margin-right: 0px;
		}
	
	#contact #left #ls{
		
	position: relative;
	
	padding-left: 60px;
	padding-top: 60px;
	padding-right: 60px;
	margin-right: -80px;
	height: auto;
	min-height: 200px;
	color: #fff;
	background-color: #28686db8;
	border-radius: 15px;
	width: 80%;
	float: left;
	padding-bottom: 60px;
	font-size: 30px;
	
	}
	
	#contact #left #ls #phone{
		cursor: pointer;
		position: relative;
		padding: 10px;
		float: left;
		margin-bottom: 20px;
		color: #3b3b3b;
		background-color: #fff;
		border-radius: 15px;
		font-size: 40px;
		border: 3px solid #fff; 
	}
		#contact #ls #phone i{
		transition: 0.4s;
		position: relative;
		padding: 0px;
		float: left;
		color: #3b3b3b;
		font-size: 48px;
	}
	#contact #left #ls #phone p{
		font-family: 'Lobster', cursive;
		padding: 0px;
		margin-top: 0;
		margin-left: 20px;
		transition: 0.3s;
		margin-right: 20px;
		margin-bottom: 0;
		position: relative;
		float: left;
		color: #3b3b3b;
		font-size: 40px;
	}
	
	#contact #left #ls #mail{
		cursor: pointer;
		position: relative;
		padding: 10px;
		float: left;
		clear: both;
		margin-bottom: 20px;
		color: #3b3b3b;
		background-color: #fff;
		border-radius: 15px;
		font-size: 40px;
		border: 3px solid #fff; 
	}
		#contact #left #ls #mail i{
		transition: 0.4s;
		position: relative;
		padding: 0px;
		float: left;
		color: #3b3b3b;
		font-size: 48px;
	}
	#contact #left #ls #mail p{
		font-family: 'Lobster', cursive;
		padding: 0px;
		margin-top: 0;
		transition: 0.3s;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		position: relative;
		float: left;
		color: #3b3b3b;
		font-size: 40px;
	}
	
	
	#contact #left #ls #fb{
		cursor: pointer;
		position: relative;
		padding: 10px;
		background-color: #fff;
		border-radius: 15px;
		float: left;
		margin-bottom: 20px;
		clear: both;
		color: #3b3b3b;
		font-size: 40px;
		border: 3px solid #fff; 
	}
		#contact #left #ls #fb i{
		
		position: relative;
		padding: 0px;
		float: left;
		color: #3b3b3b;
		font-size: 48px;
		transition: 0.3s;
	}
	#contact #left #ls #fb p{
		font-family: 'Lobster', cursive;
		padding: 0px;
		margin-top: 0;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		position: relative;
		float: left;
		transition: 0.3s;
		color: #3b3b3b;
		font-size: 40px;
	}
	
	#contact #left #ls #instagram{
		cursor: pointer;
		background-color: #fff;
		border-radius: 15px;
		position: relative;
		padding: 10px;
		float: left;
		margin-bottom: 20px;
		clear: both;
		color: #3b3b3b;
		font-size: 40px;
		border: 3px solid #fff; 
	}
		#contact #left #ls #instagram i{
		
		position: relative;
		padding: 0px;
		float: left;
		color: #3b3b3b;
		font-size: 48px;
		transition: 0.4s;
	}
	#contact #left #ls #instagram p{
		font-family: 'Lobster', cursive;
		padding: 0px;
		margin-top: 0;
		margin-left: 20px;
		margin-right: 20px;
		transition: 0.3s;
		margin-bottom: 0;
		position: relative;
		float: left;
		color: #3b3b3b;
		font-size: 40px;
	}
	
		#contact #left #ls #adres{
		cursor: pointer;
		background-color: #fff;
		border-radius: 15px;
		position: relative;
		padding: 10px;
		float: left;
		margin-bottom: 20px;
		clear: both;
		color: #3b3b3b;
		font-size: 40px;
		border: 3px solid #fff; 
	}
		#contact #left #ls #adres i{
		
		position: relative;
		padding-top: 23px;
		padding-bottom: 23px;
		padding-left: 13px;
		float: left;
		color: #3b3b3b;
		font-size: 48px;
		transition: 0.4s;
	}
	#contact #left #ls #adres p{
		font-family: 'Lobster', cursive;
		padding: 0px;
		margin-top: 0;
		margin-left: 25px;
		margin-right: 25px;
		transition: 0.3s;
		margin-bottom: 0;
		position: relative;
		float: left;
		color: #3b3b3b;
		font-size: 40px;
	}
	
	#contact #left #ls #phone:hover i{
		transition-delay: 0.2s;
		transition: 1.2s;
		transform: rotateZ(360deg);
	}
	#contact #left #ls #mail:hover i{
		transition-delay: 0.2s;
		transition: 1.2s;
		transform: rotateZ(360deg);
	}
	#contact #left #ls #fb:hover i{
		transition-delay: 0.2s;
		transition: 1.2s;
		transform: rotateZ(360deg);
	}
	#contact #left #ls #instagram:hover i{
		transition-delay: 0.2s;
		transition: 1.2s;
		transform: rotateZ(360deg);
	}
	#contact #left #ls #adres:hover i{
		transition-delay: 0.2s;
		transition: 1.2s;
		font-size: 48px;
		margin-top: -3px;
	}
	
	
	#contact #left #ls #phone:hover P{
		transition-delay: 0.2s;
		transition: 0.8s;
		margin-left: 30px;
		margin-right: 30px;
	}
	#contact #left #ls #mail:hover P{
		transition-delay: 0.2s;
		transition: 0.8s;
		margin-left: 30px;
		margin-right: 30px;
	}
	#contact #left #ls #fb:hover P{
		transition-delay: 0.2s;
		transition: 0.8s;
	margin-left: 30px;
		margin-right: 30px;
	}
	#contact #left #ls #instagram:hover P{
		transition-delay: 0.2s;
		transition: 0.8s;
		margin-left: 30px;
		margin-right: 30px;
	}
	#contact #left #ls #adres:hover P{
		transition-delay: 0.2s;
		transition: 0.8s;
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#contact #right form{
		font-family: 'Acme', sans-serif;	
		
		position: relative;
		padding: 30px;
		padding-right: 60px;
		background-color: #28686db8;
		border-radius: 15px;
		
		height: auto;
		min-height: 200px;
		width: 80%;
		float: right;
		text-align: center;
		
	}
	#contact #right form p{
		margin-top: 0px;
		font-family: 'Acme', sans-serif;	
		font-size: 48px;
		color: #fff;
		text-align: center;
		
	}
	#contact #right form input{
		margin-bottom: 20px;
		text-indent: 10px;
		font-family: 'Acme', sans-serif;	
		clear: both;
		outline: none;
		width: 80%;
		padding: 7px;
		border: 3px solid #fff;
		font-size: 26px;
		color: #fff;
		background-color: transparent;
		transition: 0.3s;
	}
	#contact #right form input:focus{
		border: 5px solid #fff;
		transition: 0.5s;
	}
	#contact #right form textarea:focus{
		border: 5px solid #fff;
		transition: 0.5s;
	}
	
	#contact #right form textarea{
		padding: 10px;
		padding-left: 20px;
		font-family: 'Acme', sans-serif;	
			margin-bottom: 20px;
		clear: both;
		outline: none;
		width: 90%;
		min-height: 200px;
		height: auto;
		border: 3px solid #fff;
		font-size: 26px;
		color: #fff;
		background-color: transparent;
		transition: 0.3s;
		
	}
	
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eeeeed;
  opacity: 0.6; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #eeeeed;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #eeeeed;
}
		
	
		#contact #right form .send{
			font-family: 'Acme', sans-serif;	
		cursor: pointer;
		text-align: center;
		clear: both;
		width: 30%;
		outline: none;
		border: 3px solid #fff;
		color: #fff;
		font-size: 26px;
		transition: 0.2s;
		transition-delay: 0.3s;
		background-color: transparent;
		
	}
	
	#contact #right form .send:hover{
		cursor: pointer;
		text-align: center;
		clear: both;
		width: 40%;
		border: 3px solid #fff;
		font-size: 30px;
		transition: 0.6s;
		color: #1d1d1d;
		font-weight: bold;
		background-color: #fff;
		font-family: 'Acme', sans-serif;	
	}
	
	#galery{
		
		background-color: rgb(50,50,50);
		min-height: 700px;
		height: auto;
		width: 100vw;
		position: relative;
		display: inline-block;
		text-align: center;
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
		z-index: 1;
		margin-left: 0px;
		
	}
	
	#footer{
			font-family: 'Lobster', cursive;
		color: #fff;
		background-color: #1d1d1d;
		padding: 30px;
		letter-spacing: 2px;
		text-align: center;
		overflow: hidden;
		border-top: 2px solid #fff;
	}
	
	#osiagniecia{
		
		background-image: url("../images/tloMedale_HD.jpg");
		min-height: 500px;
		height: auto;
		 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
		
		position: relative;
		display: inline-block;
		
	}
	
	.list{
		font-family: 'Lobster', cursive;
		color: #fff;
		width: auto;
		min-height: 300px;
		max-height: 900px;
		height: auto;
		max-width: 100%;
		margin-left: 0px;
		padding: 70px;
		display: inline-block;
		margin-bottom: 50px;
		overflow: hidden;
		
	}
	.list > li > .medalG{
		content: '';
		background-size: cover;
		width: 150px;
		height: 150px;
		float: left;
		margin-left: -43px;
		margin-top: -43px;
		margin-right: 20px;
		margin-bottom: 20px;
		
	}
	.list > li{
		float: left;
		padding: 20px;
		background-color: rgba(34,34,34,0.7);
		list-style: none;
		width: 40%;
		height: 150px;
		margin-bottom: 3%;
		border-radius: 5px;
		max-width: 560px;
		display: inline-block;
		margin-right: 40px;
		-webkit-box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
	}
	.list > li > h1{
		clear: right;
		letter-spacing: 2px;
		text-shadow: -4px 3px 3px rgba(20, 20, 20, 0.95);
	}
	.list > li > h1:nth-of-type(1){
		clear: right;
		letter-spacing: 2px;
		text-shadow: -4px 3px 3px rgba(20, 20, 20, 0.95);
		margin-top: -5px;
	}
	#galery > #contenerM {
		display: none;
	}
	
	#galery > #contener{
		
		    z-index: -1;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
	}
	#galeryNav{
		width: 100%;
		min-height: 140px;
		height: auto;
		background-image: url("../images/background/honey.webp");
		text-align: center;
		
		z-index: 5;
	}
	#navigator{
		margin-top: -25px;
		margin-bottom: 50px;
		content: "";
		width: auto;
		display: inline-block;
		text-align: center;
		min-height: 130px;
		height: auto;
	}
	#navigator > ul{
		width: 100vw;
		height: 50px;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		display: grid;
		justify-items: center;
		align-items: center;
		grid-template-columns: repeat(7,1fr);
	}
	#navigator > ul > li{
			
		padding: 15px;
		list-style: none;
		position: relative;
		background-color: #850f24;
		display: inline-block;
		width: 300px;
		color: #fff;
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
		font-family: 'Lobster', cursive;
		font-size: 30px;
		letter-spacing: 2px;
		height: 80px;
		cursor: pointer;
		transition: 0.6s;
		-webkit-box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.75);
	}
	#navigator > ul > li:hover{
		transition: 0.6s;
		background-color: #b51733;
	}
	#photos{
		float: left;
		margin-bottom: 0px;
		width: 155vw; 
		height: 1000px;
		content: '';
		margin-right: -500px;
		position: initial;
		margin-top: -10px;
		margin-bottom: -8px;
		clear: right;
		margin-left: 0px;
		overflow: hidden;
		border-left: 4px solid #fff;
		animation-name: animacja;
		animation-duration: 3s;
		}
		
		@keyframes animacja{
			from{
				margin-left: 1590px;
				margin-right: -1810px;
			}
			to{
			margin-left: 0px;
			margin-right: -500px;
			}
			
		}
	#player{
		float: left; 
		box-sizing: border-box;
		margin-left: 50px;
		padding: 60px;
		margin-top: 120px;
		margin-right: 0px;
		width: 32%;
		overflow: hidden;
		
	}
	
	#photos  > #conTener> .con1{
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(2deg);
		height: 1030px; 
		width: 700px;
		overflow: hidden;
		float: left;
		clear: right;
		margin-top: -10px;
		margin-right: -3px;
		transition: 1.2s;
		cursor: pointer;
	}
	
	#photos  > #conTener> .con1:first-child:hover{
		transition: 0.8s;
		width: 900px;
		margin-left: -20px;
		height: 1020px;
		transition-delay: 0.4s;
	}
	#photos  > #conTener> .con1:first-child{
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(2deg);
		height: 1020px; 
		width: 700px;
		overflow: hidden;
		float: left;
		clear: right;
		margin-left: -20px;
		margin-right: -3px;
		transition: 0.8s;
		transition-delay: 0.4s;
		cursor: pointer;
	}
	#photos  > #conTener> .con1:hover{
		transition: 0.8s;
		width: 900px;
		margin-left: -300px;
		height: 1020px;
		transition-delay: 0.4s;
	}
	#photos  > #conTener> .con1 > .con2{
		transform: rotate(-2deg); 
		height: 1020px;
		width: 1100px; 
		margin-left: -200px;
		margin-top: -10px;
		background-size: auto 1020px;
		background-position: -230px 0px;
		position: absolute; 
		z-index: -1;
		transition: 0.8s;
	
	}
		#photos  > #conTener> .con1:first-child > .con2{
		transform: rotate(-2deg); 
		height: 1020px;
		width: 1100px; 
		margin-left: -200px;
		margin-top: -10px;
		background-size: auto 1020px;
		position: absolute; 
		z-index: -1;
		transition: 0.8s;
	transition-delay: 0.4s;
	}
	
	#photos > #conTener > .con1:hover .con2{
		margin-left: -100px;
		background-size: auto 1020px;
		width: 1100px;
		height: 1020px;
		transition: 0.8s;
		transition-delay: 0.4s;
	}
		
	#photos > #conTener > .con1:hover #photoResize{
					transition: 0.8s;
					opacity: 1;
					visibility: visible;
					display: grid;
				}
	#photos > #conTener > .con1:first-child:hover #photoResize{
					transition: 0.8s;
					opacity: 1;
					visibility: visible;
					display: grid;
				}
	
	#photos > #btn12{
		width: 80px;
		margin-right: 10px;
		float: right;
		height: 100%;
		margin-top: 0;
		right: 10px;
		top: 0;
		position: absolute;
		align-items: center;
		justify-items: center;
		
	}
	#photos > #btn12 > #btn1{
		top: 50%;
		position: absolute;
	}
	#photos > #btn22 > #btn2{
		top: 50%;
		position: absolute;
	}
	#photos > #btn22{
		width: 80px;
		margin-left: 10px;
		float: left;
		height: 100%;
		margin-top: 0;
		left: 10px;
		top: 0;
		position: absolute;
		align-items: center;
		justify-items: center;
	}
	#photos > #btn12 > #btn1 > i{
		height: 25px; 
		width: 25px; 

		z-index: 3;
		border-radius: 50%;
		content: ''; 
		padding: 20px;
		color: #fff;
		background-color: #850f24;
		opacity: 0.9;
		font-size: 22px;
		transition: 0.6s;
		cursor: pointer;
	}
	#photos > #btn12 > #btn2:hover > i{
		font-size: 26px;
	transition: 0.4s;
	}
	
	#photos > #btn22 > #btn2 > i{
		height: 25px; 
		width: 25px; 
		border-radius: 50%;
		content: ''; 
		padding: 20px;
		color: #fff;
		background-color: #850f24;
		opacity: 0.9;
		font-size: 22px;
		transition: 0.6s;
		cursor: pointer;
		opacity: 0;
		margin-top: 0px;
		margin-left: 0px;
		visibility: hidden;
	}
	
	#photos > #btn22 > #btn2:hover > i{
		font-size: 26px;
		
	transition: 0.4s;
	}
	
	
	#header > #menu > #menuIcon{
		content:'';
		float: left;
		width: 100%;
		margin-left: 10px;
		margin-top: -35px;
		margin-bottom: -15px;
		color: #fff;
		font-size: 30px;
		text-align: left;
		opacity: 0;
		visibility: hidden;
		cursor: pointer;
		height: 50px;
	}
		#header > #menu > #menuIcon > i{
			margin-top: 0px;
				font-size: 30px;
				margin-left: 10px;
				transition: 0.6s;
		}
		#header > #menu > #menuIcon > i:hover{
				margin-top: -5px;
				font-size: 40px;
				margin-left: 5px;
				transition: 0.6s;
		}
			 
			 #friends{
				
				 background-image: url("../images/background/honey.webp");
				min-height: 800px;
				height: auto;
				 width: 100vw;
				 margin: 0px 0px 0px 0px;
				 padding: 0px;
				 border-bottom: 2px solid #fff;
				 margin-top: 4px;
				 
				 float: right;
				 box-sizing: border-box;
			 }
			   #friends > .contener{
			   display: grid;
						grid-template-columns: repeat(3, 1fr);
						justify-items: center;
						align-items: center;
						width: 100vw;
						margin-left: 0px;
						
			   }
			  	
			  
				 #friends > .contener > .cont{
				 
					width: 680px;
					height: 680px;
					min-weight: 680px;
					float: left;
					display: inline-block;
					margin-left: 0px;
					margin-bottom: 90px;
					padding: 30px;
					box-sizing: border-box;
					background-color: #850f24;
					z-index: 0;
					box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.75);				
	}
				 
				  #friends > .contener > .cont2{
				 
					width: 680px;
					height: 680px;
					min-weight: 680px;
					float: left;
					display: inline-block;
					margin-left: 0px;
					padding: 30px;
					margin-top: -89px;
					box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.75);
					box-sizing: border-box;
					background-color: #850f24;
					z-index: 0;
				 }
				 
				 #friends > .contener > .cont > .img{
				 
					width: 100%;
					height: 100%;
					padding: 0px;
					background-size: cover;
					margin: 0px;
					position: relative;
					box-sizing: border-box;
					z-index: 1;
				 }
				 
				  #friends > .contener > .cont2 > .img{
				 
					width: 100%;
					height: 100%;
					padding: 0px;
					background-size: cover;
					margin: 0px;
					position: relative;
					box-sizing: border-box;
					z-index: 2;
					
				 }
				 
				  #friends > .contener > .cont > .imgW{
				 
					width: 500px;
					height: 620px;
					padding: 0px;
					background-size: 100%;
					margin: 0px;
					position: absolute;
					z-index: 1;
					transition: 1.2s;
					box-sizing: border-box;
					
				 }
				 #friends > .contener > .cont > .imgW > h3{
				 
				 position: relative; 
				 color: black; 
				 font-size: 16px; 
				 text-align: right;
				 padding: 20px; 
				 width: 90px;
				 float: right; 
				 margin-top: 50px;
				 margin-right: 30px;
				 transform: rotate(33deg);
				 transition-delay: 0.1s;
				 transition-duration: 0.4s;
				  visibility: hidden;
				 font-family: 'Lobster', cursive;
				 }
				 #friends > .contener > .cont:hover > .imgW{
				 
					width: 500px;
					height: 620px;
					padding: 0px;
					background-size: 620px auto;
					margin-left: 500px;
					position: absolute;
					z-index: 0;
					transition: 2s;
					box-sizing: border-box;
				 }
				 
				  #friends > .contener > .cont:hover > .imgW > h3{
				 
				 position: relative; 
				 color: black; 
				 font-size: 24px; 
				 text-align: right;
				 padding: 20px; 
				 transform: rotate(33deg);
				 transition-delay: 0s;
				 visibility: visible;
				 transition-duration: 3s;
				 }
				 
				 
				 
				  #friends > .contener > .cont2 > .imgW{
				 
					width: 500px;
					height: 620px;
					padding: 0px;
					background-size: 100%;
					margin: 0px;
					background-position: 0px -100px;
					position: absolute;
					z-index: 1;
					transition: 1.2s;
					box-sizing: border-box;
					
				 }
				 #friends > .contener > .cont2 > .imgW > h3{
				 
				 position: relative; 
				 color: black; 
				 font-size: 16px; 
				 text-align: right;
				 padding: 20px; 
				 transform: rotate(33deg);
				 transition-delay: 0.1s;
				 transition-duration: 0.4s;
				 font-family: 'Lobster', cursive;
				 }
				 #friends > .contener > .cont2:hover > .imgW{
				 
					width: 500px;
					height: 620px;
					padding: 0px;
					background-size: 100%;
					background-position: 0px -100px;
					margin-left: -500px;
					position: absolute;
					z-index: 2;
					transition: 2s;
					box-sizing: border-box;
				 }
				 
				  .cont > #cont2img2{
				 
					width: 620px;
					height: 620px;
					padding: 0px;
					background-size: 100%;
					background-position: 50px 0px;
					margin-left: -620px;
					position: absolute;
					z-index: 2;
					transition: 2s;
					box-sizing: border-box;
				 }
				 
				  .cont > #cont2img2 > h3{
				  position: relative; 
				 color: black; 
				 font-size: 16px; 
				 text-align: right;
				 padding: 20px; 
				 margin-top: -10px;
				 transform: rotate(33deg);
				 transition-delay: 0.1s;
				 transition-duration: 0.4s;
				 font-family: 'Lobster', cursive;
				  }
				 
				  #friends > .contener > .cont:hover > .imgW{
				  z-index: 1;
				  }
				   #friends > .contener > .cont:hover > .img{
				  z-index: 1;
				  }
				  #friends > .contener > .cont:hover .cont2{
				  z-index: 0;
				  }
				  
				  
				  #friends > .contener > .cont:hover .cont2{
				  z-index: 0;
				  }
				  #friends > .contener > .cont:hover .cont2 > .imgW{
				  z-index: 0;
				  }
				 
				 
				  #friends > .contener > .cont2:hover > .img{
				  z-index: 2;
				  }
				  
				  #friends > .contener > .cont2:hover .cont{
				  z-index: 0;
				  }
				  #friends > .contener > .cont2:hover .cont > .imgW{
				  z-index: 0;
				  }
				  
				   #friends > .contener > #cont1:hover {
				  z-index: 2;
				  }
				  #friends > .contener > #cont1:hover #cont2{
				  z-index: 0;
				  }
				   #friends > .contener > #cont1:hover #cont3{
				  z-index: 0;
				  }
				  
				  #friends > .contener >  #cont2:hover{
				  z-index: 2;
				  }
				  #friends > .contener > #cont2:hover #cont3{
				  z-index: 0;
				  }
				   #friends > .contener > #cont2:hover #cont1{
				  z-index: 0;
				  }
				  
				    #friends > .contener > .cont2:hover #cont3{
				  z-index: 2;
				  }
				  #friends > .contener > .cont2:hover #cont2{
				  z-index: 0;
				  }
				   #friends > .contener > .cont2:hover #cont1{
				  z-index: 0;
				  }
				 
				 #friends > .contener > .cont2 > .imgW > h3{
				 
				 position: relative; 
				 color: black; 
				 font-size: 15px; 
				 text-align: left;
				 padding: 20px; 
				 width: 90px;
				 transform: rotate(-33deg);
				 transition-delay: 0s;
				 transition-duration: 1.4s;
				 visibility: hidden;
				 }
				 
				  #friends > .contener > .cont2:hover > .imgW > h3{
				 
				 position: relative; 
				 color: black; 
				 font-size: 24px; 
				 text-align: left;
				 padding: 20px; 
				 transform: rotate(-33deg);
				 transition-delay: 0s;
				 transition-duration: 1.4s;
				  visibility: visible;
				 }
				 
				 #friends > .contener > .cont2:hover > .img > .mask{
				 
					position: relative;
					width: 100%;
					height: 100%;
					opacity: 1;
					transition: 0.6s;
					background-color: rgba(13,13,13,0.75);
					border: 0.5px solid #fff;
					box-sizing: border-box;
				 }
				 #friends > .contener > .cont2 > .img >.mask{
				 box-sizing: border-box;
					position: relative;
					width: 100%;
					height: 100%;
					opacity: 0;
					transition: 0.8s;
					background-color: rgba(13,13,13,0.7);
					cursor: default;
				 }
				  #friends > .contener > .cont2 > .img > .mask > p{
					color: #fff;
					font-family: arial, verdana;
					font-size: 21px;
					position: relative;
					overflow: hidden;
					padding: 60px;
					box-sizing: border-box;
					margin-top: 0px;
					cursor: default;
				  }
				 
				 
				 
				 
				 #friends > .contener > .cont:hover > .img > .mask{
				 
					position: relative;
					width: 100%;
					height: 100%;
					opacity: 1;
					transition: 0.6s;
					background-color: rgba(13,13,13,0.75);
					border: 0.5px solid #fff;
					box-sizing: border-box;
				 }
				 #friends > .contener > .cont > .img >.mask{
				 box-sizing: border-box;
					position: relative;
					width: 100%;
					height: 100%;
					opacity: 0;
					transition: 0.8s;
					background-color: rgba(13,13,13,0.7);
					cursor: default;
				 }
				  #friends > .contener > .cont > .img > .mask > p{
					color: #fff;
					font-family: arial, verdana;
					font-size: 21px;
					position: relative;
					overflow: hidden;
					padding: 60px;
					box-sizing: border-box;
					margin-top: 0px;
					cursor: default;
					
				  }
				#triangle{
					content: '';
					background-image: url("../images/background/aboutmePhoto.webp");
					background-size: 100%;
					background-repeat: no-repeat;
					width: 100vw;
					height: 0;
					height: 200px;
					width: 100%;
					margin-top: -10px;
					overflow: hidden;
				}
				.cert{
					
					background-size: 352.5px 250px;
					width:352.5px;
					height: 250px;
					margin-right: 10px;
					margin-left: 10px;
					margin-top: 15px;
					margin-bottom: 10px;
					float: left;
					transition: 0.6s;
				}
				.cert2{
					
					background-size:250px 352.5px;
					width: 250px;
					height: 352.5px;
					margin-right: 10px;
					margin-left: 10px;
					margin-top: 15px;
					float: left;
					margin-bottom: 10px;
					transition: 0.6s;
				}
				
				.cert:hover{
					width: 366.6px;
					background-size: 366.6px 260px;
					height: 260px;
					margin-top: 10px;
					margin-bottom: 5px;
					transition: 0.6s;
				}
				
				.cert2:hover{
					width: 260px;
					height: 366.6px;
					background-size: 260px 366.6px;
					transition: 0.6s;
					margin-top: 10px;
					margin-bottom: 3px;
				}
				
				#cert1{
					background-image: url("../images/cert/mid/cf1.jpg");
					
					
				}
				#cert2{
					background-image: url("../images/cert/mid/cf2.jpg");
				
				}
				#cert3{
					background-image: url("../images/cert/mid/cf3.jpg");
					
				}
				#cert4{
					background-image: url("../images/cert/mid/cf5.jpg");
					
				}
				#cert5{
					background-image: url("../images/cert/mid/cf4.jpg");
					
				}
				#cert6{
					background-image: url("../images/cert/mid/cf6.jpg");
					
				}
				#cert7{
					background-image: url("../images/cert/mid/cf7.jpg");
				
					
				}
				#cert8{
					background-image: url("../images/cert/mid/cf8.jpg");
				
					
				}
				#cert9{
					background-image: url("../images/cert/mid/cf9.jpg");
				
					
				}
					#cert10{
					background-image: url("../images/cert/mid/cf10.jpg");
				
					
				}
				#certsR{
					width: 100vw;
					float: left;
					text-align: center;
					display: grid;
					margin-left: 0px;
					margin-right: 0px;
					grid-template-columns: repeat(6, 1fr);
					text-align: center;
					justify-items: center;
					align-items: center;
					padding: 10px;
					padding-left: 0px;
					padding-right: 0px;
					clear: both;
				}
				#tabelaTreningi > tbody > tr > th{
					border: 2px solid #fff;
					padding: 10px;
					margin: 0, 0, 0,0;
				}
				#tabelaTreningi > tbody > tr > td{
					border: 2px solid #fff;
					padding: 10px;
					margin: 0, 0, 0,0;
				}
				
				#tabelaTreningi{
					font-family: 'Anton';
					font-size: 24px;
					letter-spacing: 2px; 
					color: #fff;
					text-align: center;
					border: 3px solid #fff;
					width: 75%; 
					height: auto;
					margin-top: 30px;
					margin-bottom: 20px;
					margin-left: auto;
					margin-right: auto;
				}
				
				.map{
					clear: both;
					position: absolute;
					margin-left: -300px;
					margin-top: 500px;
				}
				.resizeCert{
					width: 100%;
					height: 100%;
					background-color: rgba(0,0,0,0.3);
					opacity: 0;
					transition: 0.3s;
					color: #fff;
					text-align: center;
					align-items: center;
					justify-items: center;
					display: grid;
				}
				.cert:hover > .resizeCert{
				transition: 0.6s;
				opacity: 1;
				}
				.cert2:hover > .resizeCert{
					transition: 0.6s;
				opacity: 1;
				}
				
				#plans > .plansNav > #Plans6 > .iclas2{
					display: none;
				}
				#plans > .plansNav > #Plans6 > .iclas1{
					display: none;
				}
				
				#Resizer{
					position: fixed;
					opacity: 0;
					visibility: hidden;
					background-color: rgba(0,0,0,0.4);
					z-index: 100;
					transition: 0.8s;
					padding: 30px;
					width: 100vw;
					height: 100vh;
					display: none;
					margin-top: 0px;
					margin-left: 0px;
				}
				
				#Resizer > #ResizeExit{
					position: absolute;
					z-index: 12;
					float: right;
					top: 30px;
					right: 130px;
					font-size: 60px;
					cursor: pointer;
					width: 50px;
					height: 50px;
					content: '';
					color: #fff;
					transition: 0.6s;
				}
				
				#Resizer > #ResizeExit > i{
					color: #fff;
					transition: 0.3s;
				}
				#Resizer > #ResizeExit:hover > i{
					color: tomato;
					transition: 0.3s;
				}
				#Resizer > #Content{
					width: 90%;
					height: 90%;
					background-size: 90% 95%;
					margin-left: 2000px;
					margin-top: 2.5%;
					background-repeat: no-repeat;
					position: absolute;
					z-index: 11;
					content: '';
					display: block;
					
				}
				#photoResize{
					text-align: center; 
					opacity: 0;
					transition: 0.3s;
					display: grid;
					font-size: 80px; 
					width: 100%; 
					height: 100%;
					justify-items: center;
					align-items: center; 
					text-shadow: 3px 3px 4px #000000;
					color: #fff;
					visibility: hidden;
				}
				#Logo{
					background-image: url("../images/logo/favicon96.png");
					width: 5vh;
					height: 5vh;
					background-size: 5vh 5vh;
					position: absolute;
					margin-left: 30px;
				}
				.menuHref{
					
					text-decoration: none;
					color: #fff;
					font-size: 40px;
					letter-spacing: 2px;
					cursor: pointer;
					transition: 0.4s;
					font-family: 'Lobster', cursive;
					background-color: #363636;
					border-radius: 10px;
					padding: 15px;
					margin-bottom: -10px;
					clear: both;
				}
				.menuHref:hover{
					letter-spacing: 3px;
					
					text-shadow: -3px 3px 3px #850F24;
					transition: 0.6s;
					
				}
				
				#osiagniecia > #triangle >h1{
					position: absolute;
					color: #fff;
					text-align: center;
					z-index: 1;
					width: 100%;
					padding-top: 40px;
					font-size: 40px;
					font-family: 'Lobster', cursive;
					letter-spacing: 2px;
				}
				
				#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(1){
					
				font-family: 'Anton';
				font-size: 24px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px; 
				margin-top: 10px;
				width: 75%; 
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				
				}
				
				#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
				font-family: 'Anton';
				font-size: 30px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px;
				margin-top: 0px; 
				width: 90%;
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				}
				
				
				
				#plans #contenerMOBILE #cont1 #dwa2 #speak h3:nth-of-type(1){
					
				font-family: 'Anton';
				font-size: 24px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px; 
				margin-top: 10px;
				width: 75%; 
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				
				}
				
				#plans #contenerMOBILE2 #cont2 #dwa2 #speak h3:nth-of-type(1){
					
				font-family: 'Anton';
				font-size: 24px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px; 
				margin-top: 10px;
				width: 75%; 
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				
				}
				
				
				#plans #contenerMOBILE #cont1 #dwa2 #speak h3:nth-of-type(3){
				font-family: 'Anton';
				font-size: 30px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px;
				margin-top: 0px; 
				width: 90%;
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				}
				#plans #contenerMOBILE2 #cont2 #dwa2 #speak h3:nth-of-type(3){
				font-family: 'Anton';
				font-size: 30px; 
				letter-spacing: 2px; 
				color: #fff;
				margin-bottom: 0px;
				margin-top: 0px; 
				width: 90%;
				margin-left: auto;
				margin-right: auto; 
				font-weight: normal;
				}
				
				
				
		#plans #contener #cont1 #dwa1 h3{
			font-family: 'Anton';
			font-size: 30px;
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px; 
			margin-top: 50px; 
		}
		
		#plans #contenerMOBILE #cont1 #dwa1 h3{
			font-family: 'Anton';
			font-size: 30px;
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px; 
			margin-top: 50px; 
		}
		#plans #contenerMOBILE2 #cont1 #dwa1 h3{
			font-family: 'Anton';
			font-size: 30px;
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px; 
			margin-top: 50px; 
		}
		
		#plans #contener #cont1 #dwa1 h4{
			font-family: 'Anton'; 
			font-size: 70px;
			letter-spacing: 3px;
			color: #fff; 
			margin-bottom: 70px;
			margin-top: 30px;
		}
		
		#plans #contenerMOBILE #cont1 #dwa1 h4{
			font-family: 'Anton'; 
			font-size: 70px;
			letter-spacing: 3px;
			color: #fff; 
			margin-bottom: 70px;
			margin-top: 30px;
		}
		#plans #contenerMOBILE2 #cont1 #dwa1 h4{
			font-family: 'Anton'; 
			font-size: 70px;
			letter-spacing: 3px;
			color: #fff; 
			margin-bottom: 70px;
			margin-top: 30px;
		}
		
		#plans #contener #cont1 #dwa2 h3:nth-of-type(2){
		font-family: 'Anton';
		font-size: 16px; 
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: 0px; 
		margin-top: 0px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		font-weight: normal;
		}
		
		#plans #contenerMOBILE #cont1 #dwa2 h3:nth-of-type(2){
		font-family: 'Anton';
		font-size: 16px; 
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: 0px; 
		margin-top: 0px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		font-weight: normal;
		}
		#plans #contenerMOBILE2 #cont2 #dwa2 h3:nth-of-type(2){
		font-family: 'Anton';
		font-size: 16px; 
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: 0px; 
		margin-top: 0px;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		font-weight: normal;
		}
		
		#plans #contenerMOBILE #cont1 #dwa3 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		#plans #contenerMOBILE2 #cont3 #dwa3 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont1 #dwa3 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		
		#plans #contener #cont1 #dwa3 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa3 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		#plans #contenerMOBILE2 #cont3 #dwa3 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		
		#plans #contener #cont1 #dwa3 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa3 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont3 #dwa3 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont1 #dwa3 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa3 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont3 #dwa3 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont1 #dwa3 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa3 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont3 #dwa3 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		#galeryNav > #navigator > ul > #li3{
			font-size: 23px;
		}
		#galeryNav > #navigator > ul > #li4{
			font-size: 23px;
		}
		#galeryNav > #navigator > ul > #li5{
			font-size: 23px;
		}
		
		#plans #contener #cont2 #dwa4 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa4 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont4 #dwa4 h3:nth-of-type(1){
		font-family: 'Anton';
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont2 #dwa4 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa4 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont4 #dwa4 h3:nth-of-type(2){
			font-family: 'Anton'; 
			font-size: 30px; 
			letter-spacing: 2px; 
			color: #fff;
			margin-bottom: -30px;
			margin-top: 50px;
		}
		
		#plans #contener #cont2 #dwa4 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa4 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont4 #dwa4 h3:nth-of-type(3){
		font-family: 'Anton';
		font-size: 30px; 
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont2 #dwa4 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont2 #dwa4 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont4 #dwa4 h3:nth-of-type(4){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contener #cont2 #dwa4 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		
		#plans #contenerMOBILE #cont2 #dwa4 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE2 #cont4 #dwa4 h4{
		font-family: 'Anton'; 
		font-size: 70px; 
		letter-spacing: 3px;
		color: #fff; 
		margin-bottom: 70px;
		margin-top: 50px;
		}
		
		
		#plans #contener #cont2 #dwa5 h1{
			font-size: 37px;
		}
		
		#plans #contenerMOBILE #cont3 #dwa5 h1{
			font-size: 37px;
		}
		#plans #contenerMOBILE2 #cont5 #dwa5 h1{
			font-size: 37px;
		}
		
		#plans #contener #cont2 #dwa5 h3:nth-of-type(1){
			font-family: 'Anton'; 
			font-size: 30px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px; 
			width: 90%; 
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		
		#plans #contenerMOBILE #cont3 #dwa5 h3:nth-of-type(1){
			font-family: 'Anton'; 
			font-size: 30px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px; 
			width: 90%; 
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		#plans #contenerMOBILE2 #cont5 #dwa5 h3:nth-of-type(1){
			font-family: 'Anton'; 
			font-size: 30px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px; 
			width: 90%; 
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		
		#plans #contener #cont2 #dwa5 h3:nth-of-type(2){
			font-family: 'Anton';
			font-size: 24px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px;
			width: 90%;
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		
		#plans #contenerMOBILE #cont3 #dwa5 h3:nth-of-type(2){
			font-family: 'Anton';
			font-size: 24px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px;
			width: 90%;
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		#plans #contenerMOBILE2 #cont5 #dwa5 h3:nth-of-type(2){
			font-family: 'Anton';
			font-size: 24px;
			letter-spacing: 2px;
			color: #fff;
			margin-bottom: 0px;
			margin-top: 0px;
			width: 90%;
			margin-left: auto; 
			margin-right: auto;
			font-weight: normal;
		}
		
		
		#plans #contener #cont2 #dwa5 h3:nth-of-type(3){
			 font-family: 'Anton';
			 font-size: 16px;
			 letter-spacing: 2px; 
			 color: #fff;
			 margin-bottom: 0px;
			 margin-top: 0px;
			 width: 75%;
			 margin-left: auto; 
			 margin-right: auto; 
			 font-weight: normal;
		}
		
		#plans #contenerMOBILE #cont3 #dwa5 h3:nth-of-type(3){
			 font-family: 'Anton';
			 font-size: 16px;
			 letter-spacing: 2px; 
			 color: #fff;
			 margin-bottom: 0px;
			 margin-top: 0px;
			 width: 75%;
			 margin-left: auto; 
			 margin-right: auto; 
			 font-weight: normal;
		}
		
		#plans #contenerMOBILE2 #cont5 #dwa5 h3:nth-of-type(3){
			 font-family: 'Anton';
			 font-size: 16px;
			 letter-spacing: 2px; 
			 color: #fff;
			 margin-bottom: 0px;
			 margin-top: 0px;
			 width: 75%;
			 margin-left: auto; 
			 margin-right: auto; 
			 font-weight: normal;
		}
		
		
		#plans #contener #cont2 #dwa6 h3:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		#plans #contenerMOBILE #cont3 #dwa6 h3:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		#plans #contenerMOBILE2 #cont6 #dwa6 h3:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: -30px;
		margin-top: 50px;
		}
		
		
		#plans #contener #cont2 #dwa6 h2:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 50px; 
		letter-spacing: 5px; 
		color: #fff;
		margin-bottom: -10px;
		
		}
		
		#plans #contenerMOBILE #cont3 #dwa6 h2:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 50px; 
		letter-spacing: 5px; 
		color: #fff;
		margin-bottom: -10px;
		
		}
		#plans #contenerMOBILE2 #cont6 #dwa6 h2:nth-of-type(1){
		font-family: 'Anton'; 
		font-size: 50px; 
		letter-spacing: 5px; 
		color: #fff;
		margin-bottom: -10px;
		
		}
		
		#plans #contener #cont2 #dwa6 h3:nth-of-type(2){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 0px;
		
		}
		
		#plans #contenerMOBILE #cont3 #dwa6 h3:nth-of-type(2){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 0px;
		
		}
		#plans #contenerMOBILE2 #cont6 #dwa6 h3:nth-of-type(2){
		font-family: 'Anton'; 
		font-size: 30px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 0px;
		
		}
		
		#plans #contener #cont2 #dwa6 h4:nth-of-type(1){
		font-family: 'Anton';
		font-size: 18px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 20px;
		margin-top: 40px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		
		}
		
		#plans #contenerMOBILE #cont3 #dwa6 h4:nth-of-type(1){
		font-family: 'Anton';
		font-size: 18px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 20px;
		margin-top: 40px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		
		}
		#plans #contenerMOBILE2 #cont6 #dwa6 h4:nth-of-type(1){
		font-family: 'Anton';
		font-size: 18px;
		letter-spacing: 2px; 
		color: #fff;
		margin-bottom: 20px;
		margin-top: 40px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		
		}
		
		#plans #contener #cont2 #dwa6 h4:nth-of-type(2){
		 font-family: 'Anton';
		 font-size: 50px;
		 letter-spacing: 3px;
		 margin-bottom: 90px;
		 margin-top: 10px;
		 color: #fff;
		
		}
		
		#plans #contenerMOBILE #cont3 #dwa6 h4:nth-of-type(2){
		 font-family: 'Anton';
		 font-size: 50px;
		 letter-spacing: 3px;
		 margin-bottom: 90px;
		 margin-top: 10px;
		 color: #fff;
		
		}
		#plans #contenerMOBILE2 #cont6 #dwa6 h4:nth-of-type(2){
		 font-family: 'Anton';
		 font-size: 50px;
		 letter-spacing: 3px;
		 margin-bottom: 90px;
		 margin-top: 10px;
		 color: #fff;
		
		}
		
		
		
		#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 40px;
					}
		
			#plans #contenerMOBILE #cont1 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 40px;
					}		
					#plans #contenerMOBILE2 #cont2 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 40px;
					}	
			
		#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 40px;
					}
					
		#plans #contenerMOBILE #cont3 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 40px;
					}
		
		#plans #contenerMOBILE2 #cont5 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 40px;
					}
					
					
		
		#friends > h2:nth-of-type(1){
			font-family: 'Lobster', cursive;
			width: 100%;
			height: auto;
			font-size: 40px;
			text-align: center;
			align-items: center;
			justify-items: center;
			
			display: grid;
			margin-top: 40px;
			background-color: rgba(255,255,255,0.7);
			padding-top: 30px;
			margin-bottom: 52px;
			padding-bottom: 30px;
			border-top: 3px solid #fff;
			border-bottom: 3px solid #fff;
			color: #fff;
			
			-webkit-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 27px -3px rgba(0,0,0,0.75);
text-shadow: 3px 3px 1px rgba(150, 150, 150, 1);
			
		}
		
		
		.restOfFriends{
			display: grid;
			width: 100%;
			height: auto;
			min-height: 450px;
			justify-items: center;
			align-items: center;
			grid-template-columns: repeat(6, 1fr);
			margin-bottom: 50px;
			
		}
		.restOfFriends > .photo{
			background-size: auto 400px;
			background-repeat: no-repeat;
			width: 240px;
			height: 400px;
			align-items: center;
			justify-items: center;
			-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.75);
			transition: 0.6s;
		}
		.restOfFriends > .photo:hover{
			width: 270px;
			height: 450px;
			margin-left: -15px;
			margin-top: -25px;
			box-shadow: 0px 0px 16px 5px rgba(133,15,36,1);
			transition: 0.8s;
		}
				
				
				
		#MENUBACKGROUND{
				display: none;
				position: absolute;
				z-index: 100;
				background-color: rgba(0,0,0,0.7);
				transition: 0.6s;
				visibility: hidden;
				width: 100vw;
				height: 100vh;
				align-items: center;
				justify-items: center;
				text-align: center;
				
			}
			#MENUBACKGROUND > #content{
				display: grid;
			align-items: center;
				justify-items: center;
				text-align: center;
				width: 80%;
				height: 80%;
				
			}
			#MENUBACKGROUND > #content > #exitBtn{
				font-size: 30px;
				float: right;
				position: absolute;
				z-index: 3;
				top: 10px;
				right: -100px;
				color: #fff;
				
					transition: 0.8s;
			}
			#MENUBACKGROUND > #content > #exitBtn > i:hover{
				color: tomato;
				transition: 0.6s;
				cursor: pointer;
			}
			
			#MENUBACKGROUND > #content > a{
				font-size: 60px;
				padding: 10px;
				padding-left: 50px;
				border-radius: 7px;
				padding-right: 50px;
				background-color: rgba(133,15,36);
				font-family: 'Lobster', cursive;
				transition-duration: .6s;
				margin-left: -800px;
				cursor: pointer;
			}		
				
					
				
				/*SKALOWANIE HEADER I INFO*/
				

				
			/*ABOUTME 1 I 2*/
			
			@media screen and (max-width: 2319px){
				#aboutme2 > #certsR > .cert{
					background-size: 300px 212.12px;
					width: 300px;
					height: 212.12px;
					
				}
				#aboutme2 > #certsR > .cert2{
					background-size: 212.12px 300px;
					width: 212.12px;
					height: 300px;
					
				}
				
				
			
			}
			@media screen and (max-width: 2034px){
				#aboutme2 > #certsR > .cert{
					background-size: 250px 176.77px;
					width: 250px;
					height: 176.77px;
					
				}
				#aboutme2 > #certsR > .cert2{
					background-size: 176.77px 250px;
					width: 176.77px;
					height: 250px;
					
				}
			
			}
			
			@media screen and (max-width: 2367px){
					#galeryNav > #navigator > ul{
					grid-template-columns: repeat(7, 1fr);
					margin-left: 0px;
						margin-right: 0px;
				}
				#galeryNav > #navigator > ul > li{
					font-size: 25px;
					width: 247px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(3){
					font-size: 23px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(4){
					font-size: 23px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(5){
					font-size: 23px;
					width: 226px;
				}
			}
			
			@media screen and (max-width: 1921px){
				#galeryNav > #navigator > ul{
					grid-template-columns: repeat(7, 1fr);
					margin-left: 0px;
						margin-right: 0px;
				}
				#galeryNav > #navigator > ul > li{
					font-size: 22px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(3){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(4){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(5){
					font-size: 19px;
					width: 226px;
				}
				
			}
			
			@media screen and (max-width: 1843px){
				#galeryNav > #navigator{
					height: 240px;
				}
				#galeryNav > #navigator > ul{
					grid-template-columns: repeat(6, 1fr);
				}
				#galeryNav > #navigator > ul > li{
					font-size: 22px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(3){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(4){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(5){
					font-size: 19px;
					width: 226px;
				}
				
			}
			@media screen and (max-width: 1583px){
				#galeryNav > #navigator{
					height: 240px;
				}
				#galeryNav > #navigator > ul{
					grid-template-columns: repeat(5, 1fr);
					margin-left: 0px;
						margin-right: 0px;
				}
				#galeryNav > #navigator > ul > li{
					font-size: 22px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(3){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(4){
					font-size: 20px;
					width: 226px;
				}
				#galeryNav > #navigator > ul > li:nth-of-type(5){
					font-size: 19px;
					width: 226px;
				}
				
			}
			
			@media screen and (max-width: 1786px){
				#aboutme2 > #certsR > .cert{
					background-size: 200px 141.41px;
					width: 200px;
					height: 141.41px;
					
				}
				#aboutme2 > #certsR > .cert2{
					background-size:  141.41px 200px;
					width:141.41px;
					height:  200px;
					
				}
			
			}
			
			@media screen and (max-width: 1456px){
				#aboutme2 > #certsR{
					grid-template-columns: repeat(6, 1fr);
					margin-left: 0px;
					margin-right: auto;
					width: 100vw;
					justify-items: center;
					align-items: center;
					padding: 0px;
				}
			
			}
			
			@media screen and (max-width: 2160px){
				
				#osiagniecia > #triangle >h1{
					font-size: 35px;
				}
			
			}
			@media screen and (max-width: 2020px){
				
				#osiagniecia > #triangle >h1{
					font-size: 30px;
				}
			
			}
			@media screen and (max-width: 1800px){
				
				#osiagniecia > #triangle >h1{
					font-size: 25px;
					padding-top: 35px;
				}
			
			}
			@media screen and (max-width: 1530px){
				
				#osiagniecia > #triangle >h1{
					font-size: 25px;
					padding-top: 20px;
				}
			
			}
			
			@media screen and (max-width: 2127px){
				
				#osiagniecia > #triangle{
					height: 220px;
                     width: 100vw;
				}
				
			
			}
			@media screen and (max-width: 2919px){
				
				#osiagniecia > #triangle{
					height: 230px;
                     width: 100vw;
				}
				
			
			}
			@media screen and (max-width: 3050px){
				
				#osiagniecia > #triangle{
					height: 240px;
                     width: 100vw;
				}
				
			
			}
			@media screen and (max-width: 3186px){
				
				#osiagniecia > #triangle{
					height: 250px;
                     width: 100vw;
				}
				
			
			}

			/*Osiagniecia */
			
				@media screen and (max-width: 1878px){
					.list > li > h1 {font-size: 31px;
					}
				}
			@media screen and (max-width: 1839px){
					.list > li > h1 {font-size: 30px;
					}
				}
				@media screen and (max-width: 1800px){
					.list > li > h1 {font-size: 29px;
					}
				}
				@media screen and (max-width: 1772px){
					.list > li > h1 {font-size: 26px;
					}
				}
				@media screen and (max-width: 1438px){
					.list > li {
						min-width: 446px;
					}
				}
				@media screen and (max-width: 1438px){
					#osiagniecia{
						background-position: 0px 0px;
						transition: 1.2s;
					}
					.list > li {min-width: 320px;
					
					}
					.list > li > h1 {font-size: 25px;
					}
				}
			
				@media screen and (max-width: 1403px){
					.list > li > h1 {font-size: 23px;
					}
				}	
				
				/*PLANY */
		
				
				
				@media screen and (max-width: 2300px){
					
					#plans #contener #cont1 .dwa{
						min-width: 500px;
						height: 720px;
					}
					
					
					#plans #contener #cont1 .dwa #speak h1{
						font-size: 45px;
						
					}
					#tabelaTreningi{
						font-size: 20px;
						
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(1){
						font-size: 20px;
						
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
						font-size: 22px;
						
					}
					#plans #contener #cont2{
						justify-items: center;
						align-items: center;
						margin-left: auto;
						margin-right: auto;
						
					}
					#plans #contener #cont2 .dwa{
						margin-left: auto;
						margin-right: auto;
						min-width: 500px;
						height: 720px;
					}
					
					#plans #contener #cont2 .dwa #speak h1{
						font-size: 45px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h1{
						font-size: 32px;
						
					}
					#plans #contener #cont2 #dwa5 #tabelaTreningi{
						font-size: 20px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1){
						font-size: 23px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2){
						font-size: 24px;
						margin-top: -15px;
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(3){
						font-size: 16px;
						margin-top: -17px;
					}
					
					
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(1){
						font-size: 16px;
						
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(2){
						margin-top: -10px;
						margin-bottom: 115px;
						
					}
					
				}
				
				
				
				@media screen and (max-width: 2070px){
				#friends > .contener > .cont{
					width: 600px;
					height: 600px;
					
				}
				#friends > .contener > .cont > .imgW{
					width: 540px;
					height: 540px;
					
				}
				
				#friends > .contener > .cont2{
					width: 600px;
					height: 600px;
					
				}
				#friends > .contener > .cont2 > .imgW{
					width: 540px;
					height: 540px;
					
				}
				#friends > .contener > .cont > .img > .mask > p{
					font-size:18px;
					
					
				}
				#friends > .contener > .cont2 > .img > .mask > p{
					font-size: 18px;
					
					
				}
				
				#friends > .contener > .cont2:hover > .imgW{
					width: 540px;
					height: 540px;
					
				}
				#friends > .contener > .cont:hover > .imgW{
					width: 540px;
					height: 540px;
					
				}
				
				
				}
				
				
				
				
				@media screen and (max-width: 1870px){
					#plans{
						height: 500px;
						min-height: 680px;
					}
					#plans #contener{
						max-height: 680px;
						min-height: 500px;
					}
					#plans #contener #cont1{
						
						height: 680px;
						
					}
					#plans #contener #cont1 .iclas1{
						margin-left: -46px;
						
					}
					
					
					#plans #contener #cont2{
						height: 680px;
					}
					
					#plans #contener #cont1 .dwa{
						min-width: 450px;
						height: 600px;
					}
					#plans #contener #cont2 .dwa{
						min-width: 450px;
						height: 600px;
					}
					
					
					#plans #contener #cont1 .dwa #speak h1{
						font-size: 39px;
						
					}
					
					#plans #contener #cont1 #dwa1 #speak h3:nth-of-type(1){
						font-size: 22px;
						
					}
					#plans #contener #cont1 #dwa1 #speak h4:nth-of-type(1){
						font-size: 52px;
						margin-bottom: 102px;
						
					}
					
					#tabelaTreningi{
						font-size: 14px;
						
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(1){
						font-size: 13px;
						
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(2){
						font-size: 12px;
						
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
						font-size: 18px;
						
					}
					
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(1){
						font-size: 22px;
						
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(2){
						font-size: 22px;
						
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(3){
						font-size: 22px;
						
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(4){
						font-size: 22px;
						
					}
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						font-size: 52px;
						margin-bottom: 153px;
						
					}
					#plans #contener #cont2 .dwa #speak h1{
						font-size: 39px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h1{
						font-size: 26px;
						
					}
					#plans #contener #cont2 #dwa5 #tabelaTreningi{
						font-size: 14px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1){
						font-size: 17px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2){
						font-size: 20px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(3){
						font-size: 16px;
						
					}
					
					
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(1){
						font-size: 16px;
						
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(1){
						margin-top: 3px;
						
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(2){
						margin-top: -30px;
						margin-bottom: 196px;
						
					}
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(2){
						
							font-size: 23px;
						
					}
					
					
					
					
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(1){
						font-size: 22px;
						
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(2){
						font-size: 22px;
						
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(3){
						font-size: 22px;
						
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(4){
						font-size: 22px;
						
					}
					#plans #contener #cont2 #dwa4 #speak h4:nth-of-type(1){
						font-size: 52px;
						margin-bottom: 153px;
					}
					
					#friends > .contener > .cont{
						width: 500px;
						height: 500px;
					}
					#friends > .contener > .cont2{
						width: 500px;
						height: 500px;
					}
					#friends > .contener > .cont > .imgW{
						width: 440px;
						height: 440px;
					}
					#friends > .contener > .cont2 > .imgW{
						width: 440px;
						height: 440px;
					}
					#friends > .contener > .cont:hover > .imgW{
						width: 440px;
						height: 440px;
						margin-left: 390px;
						background-size: 440px auto;
					}
					#friends > .contener > .cont2:hover > .imgW{
						width: 440px;
						height: 440px;
						margin-left: -440px;
						
					}
					#friends > .contener > .cont > .img > .mask > p{
						padding-top: 30px;
						font-size: 15px;
					}
					#friends > .contener > .cont2 > .img > .mask > p{
						font-size: 15px;
					}
				}
				
				
				
				@media screen and (max-width: 1550px){
					
					#plans #contener #cont1 .dwa{
						min-width: 400px;
						height: 600px;
					}
					
					
					#plans #contener #cont1 .dwa #speak h1{
						font-size: 30px;
						
					}
					#plans #contener #cont1 #dwa1 #speak h3{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa1 #speak h4{
						font-weight: normal;
					}
						#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(1){
						font-size: 11px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(2){
						font-size: 12px;
						margin-top: -11px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 17px;
						padding: 4px;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 19px;
						font-weight: lighter;
					}
					
					
					
					
					
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
						font-size: 33px;
						margin-top: -13px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 32px;
						font-weight: normal;
					}
					
					
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						font-size: 46px;
						font-weight: normal;
					}
					
					#plans #contener #cont1 #dwa3 #speak h3{
						font-weight: lighter;
						 
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(2){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(3){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(4){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						margin-bottom: 205px;
					}
					
					#plans #contener #cont2{
						justify-items: center;
						align-items: center;
						margin-left: auto;
						margin-right: auto;
						
					}
					#plans #contener #cont2 .dwa{
						margin-left: auto;
						margin-right: auto;
						min-width: 400px;
						margin-top: -18px;
						height: 600px;
					}
					
					#plans #contener #cont2 .dwa #speak h1{
						font-size: 29px;
						
					}
					
					#plans #contener #cont2 #dwa4 #speak h4:nth-of-type(1){
						font-size: 46px;
						font-weight: lighter;
						margin-bottom: 205px;
					}
					
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(2){
						margin-top: 25px;
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(3){
						margin-top: 25px;
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(4){
						margin-top: 25px;
					}
					
					#plans #contener #cont2 #dwa4 #speak h3{
						font-weight: lighter;
					}
					
					
					#plans #contener #cont2 #dwa5 #speak h1{
						font-size: 19px;
						
					}
					#plans #contener #cont2 #dwa5 #tabelaTreningi{
						font-size: 15px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1){
						font-size: 34px;
							margin-top: -17px;
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1) i{
						font-size: 28px;
						
					}
					
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2){
						font-size: 20px;
						margin-top: -13px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 20px;
						
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(3){
						font-size: 15px;
						margin-top: -10px;
					}
					
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 16px;
						padding: 4px;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 19px;
						font-weight: lighter;
					}
					
					
					
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(1){
						font-size: 16px;
						font-weight: lighter;
						
					}
					#plans #contener #cont2 #dwa6 #speak h2:nth-of-type(1){
						font-size: 39px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(2){
						font-size: 18px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(2){
						margin-top: -10px;
						margin-bottom: 256px;
							font-weight: lighter;
							font-size: 42px;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(1){
					
							font-weight: lighter;
					}
					
					#plans #contener #cont2 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont2 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont1 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont1 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					#plans #contener #cont2 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont2 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					#friends > .contener > .cont{
						width: 450px;
						height: 450px;
					}
					#friends > .contener > .cont2{
						width: 450px;
						height: 450px;
					}
					#friends > .contener > .cont > .imgW{
						width: 390px;
						height: 390px;
					}
					#friends > .contener > .cont2 > .imgW{
						width: 390px;
						height: 390px;
					}
					#friends > .contener > .cont:hover > .imgW{
						width: 390px;
						height: 390px;
						margin-left: 340px;
						background-size: 390px auto;
					}
					#friends > .contener > .cont2:hover > .imgW{
						width: 390px;
						height: 390px;
						margin-left: -390px;
						
					}
					#friends > .contener > .cont > .img > .mask > p{
						padding-top: 30px;
						font-size: 13px;
					}
					#friends > .contener > .cont2 > .img > .mask > p{
						font-size: 13px;
					}
					
					
				}
				
				@media screen and (max-width: 1520px){
					#friends > .restOfFriends > .photo{
						width: 200px;
						height: 300px;
					}
					
				
				}
				@media screen and (max-width: 1440px){
					
					#contact #left #ls #mail p{
						font-size: 30px;
						
					}
					#contact #left #ls #adres p{
						font-size: 33px;
						
					}
				#contact #right form p{
					font-size: 37px;
				}
				#contact #right form{
					padding-right: 30px;
				}
				#contact #right{
					padding: 99px;
					padding-left: 50px;
					padding-right: 50px;
				}
				}
				
				
				
				@media screen and (max-width: 1370px){
					
					#aboutme{
						height: 161px;
						margin-top: -466px;
					}
					#aboutme > h3{
						font-size: 54px;
						
					}
					#aboutme2 > #left{
						font-size: 20px;
					}
					
					#aboutme2 > #certsR{
						grid-template-columns: repeat(6,1fr);
						width: 1346px;
						margin-left: 0px;
						margin-right: 0px;
					}
					
					#osiagniecia{
						background-position: 0px 0px;
					}
					#osiagniecia > .list{
						margin-top: -80px;
					}
					
					#navigator > ul{
						width: 1346px;
						margin-left: 10px;
						margin-right: 10px;
						height: 10px;
						padding-left: 0px;
						display: grid;
						grid-template-columns: repeat(7, 1fr);
						text-align: center;
						align-items: center;
						justify-items: center;
						
					}
					
					#navigator > ul > li{
						width: 147px;
						margin-right: 0px;
						margin-left: 0px;
						font-size: 16px;
						height: 52px;
						
					}
					#galeryNav{
						max-height: 100px;
						min-height: 200px;
					}
					
					#galeryNav > #navigator > ul > #li3{
			font-size: 17px;
		}
		#galeryNav > #navigator > ul > #li4{
			font-size: 19px;
		}
		#galeryNav > #navigator > ul > #li5{
			font-size: 17px;
		}
					
					
					
					
					#plans #contener #cont1 .dwa{
						min-width: 380px;
						height: 545px;
					}
					
					
					#plans #contener #cont1 .dwa #speak h1{
						font-size: 30px;
						
					}
					#plans #contener #cont1 #dwa1 #speak h3{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(2){
						margin-top: -11px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 20px;
						padding: 4px;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 22px;
						font-weight: lighter;
					}
					
					
					
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
						font-size: 15px;
						margin-top: -13px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 32px;
						font-weight: normal;
					}
					
					
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						font-size: 46px;
						font-weight: normal;
					}
					
					#plans #contener #cont1 #dwa3 #speak h3{
						font-weight: lighter;
					}
					
					
					#plans #contener #cont2{
						justify-items: center;
						align-items: center;
						margin-left: auto;
						margin-right: auto;
						
					}
					#plans #contener #cont2 .dwa{
						margin-left: auto;
						margin-right: auto;
						min-width: 380px;
						margin-top: -71px;
						height: 545px;
					}
					
					#plans #contener #cont2 .dwa #speak h1{
						font-size: 30px;
						
					}
					
					#plans #contener #cont2 #dwa4 #speak h4:nth-of-type(1){
						font-size: 46px;
					}
					
					#plans #contener #cont2 #dwa4 #speak h4:nth-of-type(1){
						font-weight: lighter;
					}
					#plans #contener #cont2 #dwa4 #speak h3{
						font-weight: lighter;
					}
					
					
					#plans #contener #cont2 #dwa5 #speak h1{
						font-size: 22px;
						
					}
					#plans #contener #cont2 #dwa5 #tabelaTreningi{
						font-size: 15px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1){
						font-size: 17px;
							margin-top: -17px;
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1) i{
						font-size: 28px;
						
					}
					
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2){
						font-size: 20px;
						margin-top: -13px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 20px;
						
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(3){
						font-size: 16px;
						margin-top: -10px;
					}
					
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 20px;
						padding: 4px;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 22px;
						font-weight: lighter;
					}
					
					
					
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(1){
						font-size: 16px;
						font-weight: lighter;
						
					}
					#plans #contener #cont2 #dwa6 #speak h2:nth-of-type(1){
						font-size: 39px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(2){
						font-size: 18px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(2){
						margin-top: -10px;
						margin-bottom: 206px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(1){
					
							font-weight: lighter;
					}
					
					#plans #contener #cont2 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont2 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont1 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont1 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					#plans #contener #cont2 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont2 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					#contact{
						width: 100vw;
						height: auto;
						background-image: url("../images/tloContact_HD.jpg");
						
					}
					
					#contact #right{
						background-position: -390px;
						padding-bottom: -26px;
						width: 39%;
						
					}
						#contact #right form{
						padding-right: 30px;
						}
					
					
					#contact #right form p{
						font-size: 31px;
					}
					#contact #right form input{
						font-size: 18px;
					}
					#contact #right form textarea{
						min-height: 162px;
						height: 162px;
						font-size: 18px;
					}
					#contact #right form .send{
						text-indent: 3px;
						min-width: 160px;
					}
					
					#contact #left #ls #phone a i{
						font-size: 39px;
						margin-top: 1px;
					}
					#contact #left #ls #phone p {
						font-size: 31px;
						margin-top: 1px;
					}
					
					#contact #left #ls a #fb i{
						font-size: 39px;
						margin-top: 3px;
					}
					#contact #left #ls a #fb p{
						font-size: 33px;
					}
					
					#contact #left #ls a #instagram i{
						font-size: 39px;
						margin-top: 3px;
					}
					#contact #left #ls a #instagram p{
						font-size: 33px;
					}
					
					#contact #left #ls a #mail i{
						font-size: 39px;
						margin-top: 3px;
					}
					#contact #left #ls a #mail p{
						font-size: 30px;
					}
					
					#contact #left #ls a #adres i{
						font-size: 39px;
						margin-top: 3px;
					}
					#contact #left #ls a #adres p{
						font-size: 31px;
					}
					
					#friends{
						padding: 0px;
						float: left;
					}
					
					#friends > .contener{
						align-items: center;
						justify-items: center;
						margin-top: 20px;
						margin-bottom: 20px;
					}
					
					#friends > .contener > .cont2{
						width: 350px;
						height: 350px;
						padding: 15px;
						margin-left: 0px;
						margin-bottom: 0px;
						margin-top: 0px;
					}
					#friends > .contener > .cont{
						width: 350px;
						height: 350px;
						padding: 15px;
						margin-left: 0px;
						margin-bottom: 0px;
					}
					#friends > .contener > .cont > .imgW{
						height: 320px;
						width: auto;
						background-repeat: no-repeat;
					}
					#friends > .contener > .cont2 > .imgW{
						height: 320px;
						width: auto;
						background-repeat: no-repeat;
					}
					
					#friends > .restOfFriends > .photo{
						width: 160px;
						height: 286px;
					}
					#friends > .contener > .cont > .img > .mask > p{
						padding: 30px;
						display: inline-block;
						font-size: 11px;
					}
					#friends > .contener > .cont2 > .img > .mask > p{
						padding: 41px;
						display: inline-block;
						font-size: 11px;
					}
					
					
					#friends > .contener > .cont2 > .imgW{
						width: 320px;
						height: 320px;
						background-position: 0px -70px;
						margin-left: 0px;
					}
					#friends > .contener > .cont > .imgW{
						width: 320px;
						height: 320px;
						background-position: 0px 0px;
						margin-left: 0px;
					}
					
					
					#friends > .contener > .cont2:hover > .imgW{
						width: 320px;
						height: 320px;
						background-position: 0px -70px;
						margin-left: -320px;
					}
					#friends > .contener > .cont:hover > .imgW{
						width: 320px;
						height: 320px;
						background-position: 0px 0px;
						background-size: 100%;
						margin-left: 320px;
					}
					
					
					#galery {
						min-height: unset;
						width: 101vw;
					}
					#galery > #contener > #photos{
					
						height: 600px;
						
					}
					#galery > #contener > #photos > #conTener > .con1{
						height: 620px;
						width: 450px;
						
					}
					#galery > #contener > #photos > #conTener > .con1:first-child > .con2{
						height: 620px;
						width: 460px;
						margin-left: 0px;
						background-size: auto 620px;
						
					}
					#galery > #contener > #photos > #conTener > .con1 > .con2{
						height: 620px;
						width: 500px;
						margin-left: -12px;
						background-size: auto 620px;
						
					}
					
					
					#galery > #contener > #photos > #conTener > .con1:first-child:hover{
						height: 620px;
						width: 520px;
						margin-left: 0px;
					}
					
					#galery > #contener > #photos > #conTener > .con1:first-child:hover > .con2{
						height: 620px;
						width: 550px;
						margin-left: 0px;
						background-size: auto 620px;
						
					}
					
					
					#galery > #contener > #photos > #conTener > .con1:hover{
						height: 620px;
						width: 520px;
						margin-left: -45px;
					}
					
					
					#galery > #contener > #photos > #conTener > .con1:hover > .con2{
						height: 620px;
						width: 560px;
						margin-left: 0px;
						background-size: auto 620px;
						
					}
					
					
				}
				
				
				
				
				
				@media screen and (max-width: 1330px){
					
					#plans #contener #cont1 .dwa{
						min-width: 325px;
						height: 545px;
					}
					
					
					#plans #contener #cont1 .dwa #speak h1{
						font-size: 27px;
						
					}
					#plans #contener #cont1 #dwa1 #speak h3{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa1 #speak h4{
						font-weight: normal;
					}
						#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(1){
						font-size: 11px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(2){
						font-size: 12px;
						margin-top: -11px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 17px;
						padding: 4px;
					}
					#plans #contener #cont1 #dwa2 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 19px;
						font-weight: lighter;
					}
					
					
					
					
					
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3){
						font-size: 25px;
						margin-top: -13px;
						font-weight: normal;
					}
					#plans #contener #cont1 #dwa2 #speak h3:nth-of-type(3) i{
						font-size: 32px;
						font-weight: normal;
					}
					
					
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						font-size: 46px;
						font-weight: normal;
					}
					
					#plans #contener #cont1 #dwa3 #speak h3{
						font-weight: lighter;
						 
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(2){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(3){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h3:nth-of-type(4){
						margin-top: 25px;
					}
					#plans #contener #cont1 #dwa3 #speak h4:nth-of-type(1){
						margin-bottom: 205px;
					}
					
					#plans #contener #cont2{
						justify-items: center;
						align-items: center;
						margin-left: auto;
						margin-right: auto;
						
					}
					#plans #contener #cont2 .dwa{
						margin-left: auto;
						margin-right: auto;
						min-width: 325px;
						margin-top: -71px;
						height: 545px;
					}
					
					#plans #contener #cont2 .dwa #speak h1{
						font-size: 27px;
						
					}
					
					#plans #contener #cont2 #dwa4 #speak h4:nth-of-type(1){
						font-size: 46px;
						font-weight: lighter;
						margin-bottom: 205px;
					}
					
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(2){
						margin-top: 25px;
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(3){
						margin-top: 25px;
					}
					#plans #contener #cont2 #dwa4 #speak h3:nth-of-type(4){
						margin-top: 25px;
					}
					
					#plans #contener #cont2 #dwa4 #speak h3{
						font-weight: lighter;
					}
					
					
					#plans #contener #cont2 #dwa5 #speak h1{
						font-size: 17px;
						
					}
					#plans #contener #cont2 #dwa5 #tabelaTreningi{
						font-size: 15px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1){
						font-size: 26px;
							margin-top: -17px;
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(1) i{
						font-size: 28px;
						
					}
					
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2){
						font-size: 20px;
						margin-top: -13px;
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(2) i{
						font-size: 20px;
						
						
					}
					#plans #contener #cont2 #dwa5 #speak h3:nth-of-type(3){
						font-size: 15px;
						margin-top: -10px;
					}
					
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi{
						font-weight: normal;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > td{
						font-weight: lighter;
						font-size: 16px;
						padding: 4px;
					}
					#plans #contener #cont2 #dwa5 #speak #tabelaTreningi > tbody > tr > th{
						padding: 4px;
						font-size: 19px;
						font-weight: lighter;
					}
					
					
					
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(1){
						font-size: 16px;
						font-weight: lighter;
						
					}
					#plans #contener #cont2 #dwa6 #speak h2:nth-of-type(1){
						font-size: 39px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h3:nth-of-type(2){
						font-size: 18px;
							font-weight: lighter;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(2){
						margin-top: -10px;
						margin-bottom: 256px;
							font-weight: lighter;
							font-size: 42px;
					}
					#plans #contener #cont2 #dwa6 #speak h4:nth-of-type(1){
					
							font-weight: lighter;
					}
					
					#plans #contener #cont2 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont2 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 200px solid #24211f;
						margin-bottom: -100px;
					}
					#plans #contener #cont1 .dwa .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 200px solid #24211f;
					}
					
					#plans #contener #cont1 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont1 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					#plans #contener #cont2 .dwa:hover .styl1{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-left: 240px solid #24211f;
						transition: 1s;
					}
					#plans #contener #cont2 .dwa:hover .styl2{
						border-top: 150px solid transparent;
						border-bottom: 150px solid transparent;
						border-right: 240px solid #24211f;
						transition: 1s;
					}
					
					
					
					
				}
				
				
				
				@media screen and (max-width: 1350px){
				
				#aboutme2 > #certsR{
						grid-template-columns: repeat(3,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
					
					#galeryNav{
						max-height: 200px;
						height: 200px;
					}
					#galeryNav > #navigator > ul{
						grid-template-columns: repeat(4,1fr);
						width: 100vw;
					}
					
					
				}
				
				
				
				@media screen and (max-width: 1160px){
				
				
				#plans > .plansNav{
					display: grid;
					width: 100vw;
					align-items: center;
					justify-items: center;
					text-align: center;
					margin-top: -30px;
					margin-bottom: 30px;
				}
				#plans > .plansNav > #Plans3{
					display: grid;
					width: 30vw;
					align-items: center;
					justify-items: center;
					grid-template-columns: repeat(3, 10vw);
				}
				
				
				
					#plans > .plansNav > #Plans3 > .btn{
						content: '';
						width: 30px;
						height: 30px;
						border-radius: 50%;
						background-color: #850f24;
					}
					
					#plans > .plansNav > #Plans3 > .btn > .btnIN{
						content: '';
						width: 25px;
						height: 25px;
						margin-left: 2.5px;
						margin-top: 2.5px;
						border-radius: 50%;
						background-color: #fff;
					}
					
					#plans > .plansNav > #Plans3 > .btn > .btnIN > .btnIN2{
						content: '';
						width: 15px;
						height: 15px;
						position: absolute;
						margin-left: 5px;
						margin-top: 5px;
						border-radius: 50%;
						background-color: #850f24;
					}
					
					#plans > .plansNav > #Plans3 > .btn > .btnIN > #btnIN1{
						transition: 0.6s;
						background-color: #850f24;
					}
					#plans > .plansNav > #Plans3 > .btn > .btnIN > #btnIN2{
							transition: 0.6s;
						background-color: #fff;
					}
					#plans > .plansNav > #Plans3 > .btn > .btnIN > #btnIN3{
							transition: 0.6s;
						background-color: #fff;
					}
					
					
				
				
				#plans > .plansNav > #Plans6{
					display: none;
				}
				
				#plans > #contener{
					display: none;
					
				}
				#plans > #contenerMOBILE{
					display: block;
					
				}
				
				
				#plans #contenerMOBILE #cont1 #dwa1 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE #cont1 #dwa1 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				
				
				#plans #contenerMOBILE #cont2 #dwa3 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE #cont2 #dwa3 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				#plans #contenerMOBILE #cont2 #dwa4 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE #cont2 #dwa4 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				
				#plans #contenerMOBILE #cont3 #dwa6 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE #cont3 #dwa6 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				
				
				
				
				#plans #contenerMOBILE #cont1 #dwa1 #speak h3{

						font-size: 17px;
						font-weight: normal;
					
				}
				#plans #contenerMOBILE #cont1 #dwa1 #speak h4{

						font-size: 40px;
						font-weight: normal;
						margin-bottom: 140px;
				}
				
				#plans > #contenerMOBILE > #cont1 >#dwa2 >#speak>h3:nth-of-type(1){

						font-size: 12px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				
				#plans > #contenerMOBILE >#cont1 >#dwa2>#speak >#tabelaTreningi > tbody > tr > th{

						padding: 5px;
					
				}
				#plans > #contenerMOBILE >#cont1 >#dwa2>#speak >#tabelaTreningi > tbody > tr > td{

						padding: 5px;
					
				}
				
				#plans > #contenerMOBILE >#cont1 >#dwa2 >#speak>h3:nth-of-type(2){

						font-size: 14px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				#plans > #contenerMOBILE >#cont1 >#dwa2> #speak>h3:nth-of-type(3){

						font-size: 32px;
						font-weight: normal;
						margin-top: -13px;
					
				}
				
				#plans > #contenerMOBILE >#cont2 > .iclas1{

						margin-left: 0px;
					
				}
				#plans > #contenerMOBILE >#cont1 > .iclas1{

						margin-left: 0px;
					
				}
				
				#plans > #contenerMOBILE >#cont2 > .iclas2{

						margin-left: 0px;
					
				}
				#plans > #contenerMOBILE >#cont3 > .iclas2{

						margin-left: 0px;
					
				}
				
				
					#plans > #contenerMOBILE >#cont2 > .dwa > #speak > h1{
						
						font-size: 30px;
					
					}
				
				#plans > #contenerMOBILE >#cont2 > #dwa3 > #speak > h3{
						
						font-size: 20px;
						font-weight: normal;
					}
				
				#plans > #contenerMOBILE >#cont2 > #dwa3 > #speak > h3:nth-of-type(1){
						font-family: 'Anton';
						font-size: 20px;
						font-weight: normal;
						color: #fff;
						letter-spacing: 2px;
						margin-top: 58px;
					}
					
					#plans > #contenerMOBILE >#cont2 > #dwa3 > #speak > h3:nth-of-type(2){
						margin-top: 0px;
					}
				
				
				
				#plans > #contenerMOBILE >#cont2 > #dwa3 > #speak > h4{
						
						font-size: 52px;
						font-weight: normal;
						margin-bottom: 170px;
					}
				
				
				
					#plans > #contenerMOBILE >#cont2 > #dwa4 > #speak > h3{
						
						font-size: 20px;
						font-weight: normal;
					}
				
				#plans > #contenerMOBILE >#cont2 > #dwa4 > #speak > h3:nth-of-type(1){
						
						font-size: 20px;
						font-weight: normal;
						margin-top: 58px;
					}
				
				
				
				#plans > #contenerMOBILE >#cont2 > #dwa4 > #speak > h4{
						
						font-size: 52px;
						font-weight: normal;
						margin-bottom: 170px;
					}
					
					
					
					
					#plans #contenerMOBILE #cont3 #dwa5 #speak h1{

						font-size: 21px;
						
					
				}
				
				#plans > #contenerMOBILE > #cont3 >#dwa5 >#speak>h3:nth-of-type(1){

						font-size: 29px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				
					#plans > #contenerMOBILE > #cont3 >#dwa5 >#speak>h3:nth-of-type(2){

						font-size: 18px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				#plans > #contenerMOBILE > #cont3 >#dwa5 >#speak>h3:nth-of-type(2) > a > i{

						font-size: 20px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				
				#plans > #contenerMOBILE > #cont3 >#dwa5 >#speak>h3:nth-of-type(3){

						font-size: 13px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				
				
				#plans > #contenerMOBILE >#cont3 >#dwa5>#speak >#tabelaTreningi > tbody > tr > th{

						padding: 5px;
					
				}
				#plans > #contenerMOBILE >#cont3 >#dwa5>#speak >#tabelaTreningi > tbody > tr > td{

						padding: 5px;
					
				}
				

						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h1{
							font-size: 30px;
						}							
					
						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h3:nth-of-type(1){
							font-size: 17px;
							font-weight: normal;
						}	
						
						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h2:nth-of-type(1){
							font-size: 35px;
							font-weight: normal;
						}	
						
						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h3:nth-of-type(2){
							font-size: 28px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 0px;
						}	
						
						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h4:nth-of-type(1){
							font-size: 14px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 20px;
						}

						#plans > #contenerMOBILE >#cont3 > #dwa6> #speak > h4:nth-of-type(2){
							font-size: 40px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 230px;
						}		
						
						#plans > #contenerMOBILE >#cont3 > .dwa{
							min-width: 358px;
						}
						#plans > #contenerMOBILE >#cont2 > .dwa{
							min-width: 358px;
						}
						#plans > #contenerMOBILE >#cont1 > .dwa{
							min-width: 358px;
						}
						
				
				}
				
				
				
				
				
				
				@media screen and (max-width: 890px){
				
				
				#plans > .plansNav{
					display: grid;
					width: 100vw;
					align-items: center;
					justify-items: center;
					text-align: center;
					margin-top: -30px;
					margin-bottom: 30px;
				}
				#plans > .plansNav > #Plans6{
					display: grid;
					width: 100vw;
					align-items: center;
					justify-items: center;
					grid-template-columns: repeat(8, 20vw 10vw 10vw 10vw 10vw 10vw 10vw 20vw);
				}
					#plans > .plansNav > #Plans6 > .btn{
						content: '';
						width: 30px;
						height: 30px;
						border-radius: 50%;
						background-color: #850f24;
					}
					#plans > .plansNav > #Plans6 > .iclas2{
					display: block;
				}
				#plans > .plansNav > #Plans6 > .iclas1{
					display: block;
				}
					#plans > .plansNav > #Plans6 > .btn > .btnIN{
						content: '';
						width: 25px;
						height: 25px;
						margin-left: 2.5px;
						margin-top: 2.5px;
						border-radius: 50%;
						background-color: #fff;
					}
					
					#plans > .plansNav > #Plans6 > .btn > .btnIN > .btnIN2{
						content: '';
						width: 15px;
						height: 15px;
						position: absolute;
						margin-left: 5px;
						margin-top: 5px;
						border-radius: 50%;
						background-color: #850f24;
					}
					
					#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN1{
						transition: 0.6s;
						background-color: #850f24;
					}
					#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN2{
							transition: 0.6s;
						background-color: #fff;
					}
					#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN3{
							transition: 0.6s;
						background-color: #fff;
					}
					
						#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN4{
						transition: 0.6s;
						background-color: #fff;
					}
					#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN5{
							transition: 0.6s;
						background-color: #fff;
					}
					#plans > .plansNav > #Plans6 > .btn > .btnIN > #btnIN6{
							transition: 0.6s;
						background-color: #fff;
					}
				
				#plans{
					background-position: -383px;
				}
				
				#plans > .plansNav > #Plans3{
					display: none;
				}
				
				#plans > #contener{
					display: none;
					
				}
				#plans > #contenerMOBILE{
					display: none;
					
				}
				
				#plans > #contenerMOBILE2{
					display: block;
					
				}
				#plans > #contenerMOBILE2 > #cont1 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				#plans > #contenerMOBILE2 > #cont2 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				#plans > #contenerMOBILE2 > #cont3 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				#plans > #contenerMOBILE2 > #cont4 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				#plans > #contenerMOBILE2 > #cont5 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				#plans > #contenerMOBILE2 > #cont6 >.dwa{
					max-width: 420px;
					min-width: 315px;
					max-height: 460px;
				}
				
				#plans #contenerMOBILE2 #cont1 #dwa1 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE2 #cont1 #dwa1 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				#plans #contenerMOBILE2 #cont3 #dwa3 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE2 #cont3 #dwa3 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				#plans #contenerMOBILE2 #cont4 #dwa4 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE2 #cont4 #dwa4 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				
				#plans #contenerMOBILE2 #cont6 #dwa6 .styl1 {
    content: '';
    border-top: 150px solid transparent;
    border-left: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    transition-duration: 2s;
    transition-delay: 0.2s;
    margin-top: -30px;
    margin-bottom: -85px;
				}
				
				#plans #contenerMOBILE2 #cont6 #dwa6 .styl2 {
    content: '';
    border-top: 150px solid transparent;
    border-right: 200px solid #24211f;
    border-bottom: 150px solid transparent;
    height: 0px;
    width: 0px;
    float: right;
    transition-duration: 2s;
    transition-delay: 0.2s;
				}
				
				
				#plans .plansNav #Plans6 .iclas2 #iclas2{

						font-size: 30px;	
						color: #fff;
				}
				#plans .plansNav #Plans6 .iclas1 #iclas1{

						font-size: 30px;	
						color: #fff;
				}
				
				
				#plans #contenerMOBILE2 #cont1 #dwa1 #speak h1{

						font-size: 23px;
					
				}
				
				#plans #contenerMOBILE2 #cont1 #dwa1 #speak h3{

						font-size: 17px;
						font-weight: normal;
					
				}
				#plans #contenerMOBILE2 #cont1 #dwa1 #speak h4{

						font-size: 40px;
						font-weight: normal;
						margin-bottom: 120px;
				}
				#plans > #contenerMOBILE2 > #cont2 >#dwa2 >#speak>h1{
					font-size: 24px;
				}
				#plans > #contenerMOBILE2 > #cont2 >#dwa2 >#speak>h3:nth-of-type(1){

						font-size: 11px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				
				#plans > #contenerMOBILE2 >#cont2 >#dwa2>#speak >#tabelaTreningi > tbody > tr > th{

						padding: 5px;
					
				}
				#plans > #contenerMOBILE2 >#cont2 >#dwa2>#speak >#tabelaTreningi > tbody > tr > td{

						padding: 5px;
					
				}
				
				#plans > #contenerMOBILE2 >#cont2 >#dwa2 >#speak>h3:nth-of-type(2){

						font-size: 10px;
						font-weight: normal;
						margin-top: -10px;
					
				}
				#plans > #contenerMOBILE2 >#cont2 >#dwa2> #speak>h3:nth-of-type(3){

						font-size: 16px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				#plans > #contenerMOBILE2 >#cont2 >#dwa2> #speak>h3:nth-of-type(3) i{

						font-size: 16px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				
				
					#plans > #contenerMOBILE2 > #cont3 > .dwa > #speak > h1{
						font-size: 25px;				
					}
					#plans > #contenerMOBILE2 > #cont4 > .dwa > #speak > h1{
						font-size: 25px;				
					}
				
				
				#plans > #contenerMOBILE2 > #cont3 > #dwa3 > #speak > h3{
						
						font-size: 20px;
						font-weight: normal;
						margin-top: 35px;
					}
				
				#plans > #contenerMOBILE2 >#cont3 > #dwa3 > #speak > h3:nth-of-type(1){
						font-family: 'Anton';
						font-size: 20px;
						font-weight: normal;
						color: #fff;
						letter-spacing: 2px;
						margin-top: 35px;
					}
					
					#plans > #contenerMOBILE2 >#cont3 > #dwa3 > #speak > h3:nth-of-type(2){
						margin-top: 35px;
					}
				
				
				
				#plans > #contenerMOBILE2 >#cont3 > #dwa3 > #speak > h4{
						
						font-size: 42px;
						margin-top: 28px;
						font-weight: normal;
						margin-bottom: 260px;
					}
				
				
				
					#plans > #contenerMOBILE2 >#cont4 > #dwa4 > #speak > h3{
						
						font-size: 20px;
						font-weight: normal;
						margin-top: 35px;
					}
				
				#plans > #contenerMOBILE2 >#cont4 > #dwa4 > #speak > h3:nth-of-type(1){
						
						font-size: 20px;
						font-weight: normal;
						margin-top: 35px;
					}
				
				
				
				#plans > #contenerMOBILE2 >#cont4 > #dwa4 > #speak > h4{
						
						font-size: 42px;
						font-weight: normal;
						margin-bottom: 260px;
						margin-top: 28px;
					}
					
					
					
					
					#plans #contenerMOBILE2 #cont5 #dwa5 #speak h1{

						font-size: 16px;
						
					
				}
				
				#plans > #contenerMOBILE2 > #cont5 >#dwa5 >#speak>h3:nth-of-type(1){

						font-size: 15px;
						font-weight: normal;
						margin-top: 0px;
					
				}
				
					#plans > #contenerMOBILE2 > #cont5 >#dwa5 >#speak>h3:nth-of-type(2){

						font-size: 18px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				#plans > #contenerMOBILE2 > #cont5 >#dwa5 >#speak>h3:nth-of-type(2) > a > i{

						font-size: 20px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				
				#plans > #contenerMOBILE2 > #cont5 >#dwa5 >#speak>h3:nth-of-type(3){

						font-size: 13px;
						font-weight: normal;
						margin-top: -15px;
					
				}
				
				
				
				#plans > #contenerMOBILE2 >#cont5 >#dwa5>#speak >#tabelaTreningi > tbody > tr > th{

						padding: 5px;
					
				}
				#plans > #contenerMOBILE2 >#cont5 >#dwa5>#speak >#tabelaTreningi > tbody > tr > td{

						padding: 5px;
					
				}
				

						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h1{
							font-size: 25px;
						}							
					
						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h3:nth-of-type(1){
							font-size: 17px;
							font-weight: normal;
							margin-top: 20px;
						}	
						
						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h2:nth-of-type(1){
							font-size: 35px;
							font-weight: normal;
						}	
						
						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h3:nth-of-type(2){
							font-size: 19px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 0px;
						}	
						
						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h4:nth-of-type(1){
							font-size: 14px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 20px;
						}

						#plans > #contenerMOBILE2 >#cont6 > #dwa6> #speak > h4:nth-of-type(2){
							font-size: 40px;
							font-weight: normal;
							margin-top: 0px;
							margin-bottom: 290px;
						}		
						
						#plans > #contenerMOBILE2 >#cont6 > .dwa{
							min-width: 315px;
						}
						#plans > #contenerMOBILE2 >#cont5 > .dwa{
						min-width: 315px;
						}
						#plans > #contenerMOBILE2 >#cont4 > .dwa{
						min-width: 315px;
						}
						
						#plans > #contenerMOBILE2 >#cont3 > .dwa{
						min-width: 315px;
						}
						#plans > #contenerMOBILE2 >#cont2 > .dwa{
							min-width: 315px;
						}
						#plans > #contenerMOBILE2 >#cont1 > .dwa{
							min-width: 315px;
						}
						
				
				}

				
				@media screen and (max-width: 1099px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(3,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 10px;
					}
					#galeryNav{
						min-height: 300px;
						height: 300px;
					}
				}
				
				@media screen and (max-width: 917px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(3,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
				}
				
				@media screen and (max-width: 800px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(3,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
					#galeryNav > #navigator > ul > li{
						width: 190px;
						font-size: 18px;
					}
					
					#galeryNav > #navigator > ul > #li3{
						width: 190px;
						font-size: 17px;
					}
					#galeryNav > #navigator > ul > #li4{
						width: 190px;
						font-size: 17px;
					}
					#galeryNav > #navigator > ul > #li5{
						width: 190px;
						font-size: 17px;
					}
				}
				
				@media screen and (max-width: 686px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(2,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
					#galeryNav{
						max-height: 405px;
						height: 405px;
					}
					#galeryNav > #navigator > ul > #li3{
						font-size: 16px;
						
					}
					#galeryNav > #navigator > ul > #li5{
						font-size: 16px;
						
					}
					
					
					
					#galery > #contener {
						
						display: none;
						
					}
					
					#galery > #contenerM {
						
						display: inline-block;						
						width: 100vw;
						margin: 0;
						padding: 0;
						
					}
					
					#galery > #contenerM > #photosNAV{
						display: grid;
						grid-template-columns: repeat(3, 20vw 60vw 20vw);
						margin-top: 10px;
						justify-items: center;
						align-items: center;
						width: 100vw;
						content: '';
					
					}
					
					#galery > #contenerM > #photosNAV > .iclas2{
						color: #fff;
						font-size: 30px;
					
					}
					#galery > #contenerM > #photosNAV > .iclas1{
						color: #fff;
						font-size: 30px;
					
					}
					
					#galery > #contenerM > #photosNAV > #navSelectors{
						display: grid;
						grid-template-columns: repeat(6, 10%);
						justify-items: center;
						grid-row-gap: 5px;
						align-items: center;
						width: 100%;
						content: '';
					}					
					
					#galery > #contenerM > #photosNAV > #navSelectors > .btn{
						content: '';
						width: 30px;
						height: 30px;
						border-radius: 50%;
						background-color: #850f24;
					}
					
					#galery > #contenerM > #photosNAV > #navSelectors > .btn > .btnIN{
						content: '';
						width: 25px;
						height: 25px;
						margin-left: 2.5px;
						margin-top: 2.5px;
						border-radius: 50%;
						background-color: #fff;
                        display: grid;
                        justify-items: center;
                        align-items: center;
                        
					}
					
					#galery > #contenerM > #photosNAV > #navSelectors> .btn:nth-of-type(1) > .btnIN > .btnIN2{
						content: '';
						width: 15px;
						height: 15px;
						position: relative;
						margin-left: 0px;
						margin-top: 0px;
						border-radius: 50%;
						background-color: #850f24;
						transition: 0.2s;
					}
					
					#galery > #contenerM > #photosNAV > #navSelectors> .btn > .btnIN > .btnIN2{
						content: '';
						width: 15px;
						height: 15px;
						position: relative;
						margin-left: 0px;
						margin-top: 0px;
						border-radius: 50%;
						background-color: #fff;
						transition: 0.2s;
					}
					
					
					
				}
				@media screen and (max-width: 446px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(2,1fr);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
					#galeryNav > #navigator > ul > li{
						font-size: 16px;
						
						width: 145px;
						
					}
					#galeryNav > #navigator > ul > #li3{
						font-size: 14px;
						
						width: 145px;
						
					}
					#galeryNav > #navigator > ul > #li4{
						font-size: 15px;
					
						width: 145px;
						
					}
					#galeryNav > #navigator > ul > #li5{
						font-size: 13px;
					
						width: 145px;
					}
					
					
					
				}
				
				@media screen and (max-width: 374px){
				#galeryNav > #navigator > ul{
						grid-template-columns: repeat(2,50%);
						width: 100vw;
						margin-left: 0px;
						margin-right: 0px;
					}
					#galeryNav > #navigator > ul > li{
						font-size: 12px;
						height: 40px;
						width: 112px;
						
					}
					#galeryNav > #navigator > ul > #li3{
						font-size: 10px;
						height: 40px;
						width: 112px;
						
					}
					#galeryNav > #navigator > ul > #li4{
						font-size: 12px;
						height: 40px;
						width: 112px;
						
					}
					#galeryNav > #navigator > ul > #li5{
						font-size: 12px;
							padding-top: 6px;
						padding-bottom: 24px;
						height: 40px;
						width: 112px;
						
					}
					#galeryNav{
						max-height: 360px;
						height: 360px;
					}
				}
				
				
				
				@media screen and (max-width: 728px){
				#aboutme2 > #certsR{
					grid-template-columns: repeat(2, 1fr);
					margin-left: 0px;
				}
			
			}
			@media screen and (max-width: 487px){
				#aboutme2 > #certsR > .cert{
					width: 150px;
					height: 106.06px;
					background-size: 150px 106.06px;
				}
				#aboutme2 > #certsR > .cert2{
					width: 106.06px;
					height: 150px;
					background-size: 106.06px 150px;
				}
			
			}
			@media screen and (max-width: 342px){
				#aboutme2 > #certsR > .cert{
					width: 150px;
					height: 106.06px;
					background-size: 150px 106.06px;
					
					margin-left: -10px;
					margin-right: -10px;
				
				}
					#aboutme2 > #certsR > .cert2{
					width: 106.06px;
					height: 150px;
					background-size: 106.06px 150px;
					
					margin-left: -10px;
					margin-right: -10px;
				
				}
			
			}	
				
				
				@media screen and (max-width: 1280px){
				
				#osiagniecia > #triangle >h1{
					font-size: 25px;
					padding-top: 5px;
                     width: 100vw;
				}
			
			}
			@media screen and (max-width: 1070px){
				
				#osiagniecia > #triangle >h1{
					font-size: 20px;
					padding-top: 3px;
					margin-top: 0px;
                    width: 100vw;
				}
				#aboutme2 > #certsR{
					padding-bottom: 30px;
					margin-left: 0px;
				}
			
			}
			@media screen and (max-width: 800px){
				
				#osiagniecia > #triangle >h1{
					font-size: 20px;
					padding-top: 3px;
					margin-top: -15px;
                     width: 100vw;
				}
				#aboutme2 > #certsR{
					padding-bottom: 50px;
					margin-left: 0px;
				}
			
			}
			@media screen and (max-width: 536px){
				
				#osiagniecia > #triangle >h1{
					font-size: 20px;
					padding-top: 3px;
					margin-top: -20px;
                     width: 100vw;
				}
				#aboutme2 > #certsR{
					padding-bottom: 50px;
					margin-left: 0px;
				}
			
			}
			@media screen and (max-width: 420px){
				
				#osiagniecia > #triangle >h1{
					font-size: 20px;
					padding-top: 3px;
					margin-top: -30px;
                     width: 100vw;
				}
				#aboutme2 > #certsR{
					padding-bottom: 70px;
					margin-left: 0px;
				}
			
			}
			@media screen and (max-width: 380px){
				
				#osiagniecia > #triangle >h1{
					font-size: 20px;
					padding-top: 3px;
					margin-top: -50px;
                     width: 100vw;
				}
				#aboutme2 > #certsR{
					padding-bottom: 70px;
					width: 100vw;
					margin-left:-1px;
					min-width: 320px;
					grid-template-columns: repeat(2,1fr);
				}
				
			}
				
				
				@media screen and (max-width: 880px){
				#aboutme{
					align-items: center;
					justify-items: center;
					display: grid;
					height: 140px;
				}
				#aboutme > h3{
					font-size: 70px;
					margin-top: 0px;
					margin-bottom: 0px;
					padding: 0px;
					
				}
			
			}
			@media screen and (max-width: 700px){
				#aboutme2 > #left{
					font-size: 20px;
				}
			
			}
			
			@media screen and (max-width: 550px){
				#aboutme{
					align-items: center;
					justify-items: center;
					display: grid;
					height: 100px;
				}
				#aboutme > h3{
					font-size: 50px;
					margin-top: 0px;
					margin-bottom: 0px;
					padding: 0px;
					
				}
			
			}
				
				
				
				
				
				
				
				
				@media screen and (max-width: 1337px){
					.list > li > h1 {font-size: 21px;
					}
				}
				@media screen and (max-width: 1270px){
					.list > li > h1 {font-size: 19px;
					}
				}
				@media screen and (max-width: 1138px){
					.list{
						display: grid;
						grid-template-columns: repeat(2, 1fr);
					}
				}
				@media screen and (max-width: 1027px){
					#osiagniecia > .list{
						display: grid;
						grid-template-columns: repeat(2, 50%);
						margin-top: -160px;
						max-height: none;
						width: 100vw;
					}
					.list > li{
						margin-bottom: 30px;
						height: 100px;
					}
					.list > li >.medalG{
						height: 100px;
						width: 100px;
						
					}
					#osiagniecia{
						background-position: 0px 0px;
						transition: 1.2s;
					}
					.list > li > h1 {font-size: 17px;
					}
				}
				
				@media screen and (max-width: 890px){
					#osiagniecia > .list{
						grid-template-columns: repeat(2, 300px);
						grid-column-gap: 40px;
						
					}
					#osiagniecia > .list > li{
						min-width: 260px;
						
					}
					}
				
				@media screen and (max-width: 768px){
					#osiagniecia{
						background-position: 0px 0px;
					}
					}
				
				
					@media screen and (max-width: 720px){
					#osiagniecia > .list{
						grid-template-columns: repeat(2, 260px);
						grid-column-gap: 40px;
						
					}
					#osiagniecia > .list > li{
						min-width: 212px;
						
					}
					#osiagniecia > .list > li > h1{
						font-size: 15px;
					}
					}
					
					
					@media screen and (max-width: 720px){
					#osiagniecia > .list{
						grid-template-columns: repeat(1, 80vw);
						grid-column-gap: 40px;
						
					}
					#osiagniecia > .list > li{
						min-width: 324px;
						margin-bottom: 56px;
					}
					#osiagniecia > .list > li > h1{
						font-size: 19px;
					}
					}
					
					
				@media screen and (max-width: 480px){
					#osiagniecia > .list{
						margin-top: -200px;
					}
					
					.list > li{
						min-width: 166px;
						margin-left: 0px;
						height: 74px;
						margin-bottom: 60px;
						
						padding-top: 20px;
						padding-left: 28px;
						padding-right: 10px;
					}
					.list > li > .medalG{
						margin-left: -71px;
						margin-top: -46px;
						margin-right: -5px;
						margin-bottom: 0px;
					}
					#osiagniecia{
						background-position: -500px 0px;
						transition: 1.2s;
					}
					.list > li > h1 {font-size: 12px;
					margin-left: 48px;
					}
					.list > li:nth-of-type(1) > h1 {font-size: 12px;
					margin-left: 48px;
					margin-top: 0px;
					}
					.list > li:nth-of-type(2) > h1 {font-size: 12px;
					margin-left: 48px;
					margin-top: -10px;
					}
					
					.list > li:nth-of-type(3) > h1 {font-size: 12px;
					margin-left: 48px;
					margin-top: -10px;
					}
				}
				
				
				@media screen and (max-width: 450px){
					#osiagniecia > .list{
						margin-top: -200px;
						grid-template-columns: repeat(1, 80vw);
						grid-column-gap: 40px;
						
					}
					#osiagniecia > .list > li{
						min-width: 200px;
						margin-bottom: 56px;
					}
					#osiagniecia > .list > li > h1{
						font-size: 13px;
					}
					}
				
				
				
				@media screen and (max-width: 1120px){
					
					
					#friends .contener {
						display: grid;
						grid-template-columns: repeat(3, 1fr);
					}
					
					#friends .contener .cont{
						width: 300px;
						height: 300px;
					}
					
					#friends .contener #cont1 .img .mask p{
						padding: 18px;
						font-size: 10px;
					}
					
					#friends .contener #cont2 .img .mask p{
						padding: 18px;
						font-size: 10px;
					}
					
					#friends .contener #cont1 .imgW h3{
						margin-top: 30px;
						margin-right: 10px;
					}
					#friends .contener #cont2 .imgW h3{
							margin-top: 30px;
						margin-right: 10px;
					}
					
					
					
					#friends .contener #cont3 .img .mask p{
						padding: 28px;
						font-size: 10px;
					}
					
					#friends .contener .cont .imgW{
						width: 270px;
						height: 270px;
					}
					
					#friends .contener .cont2{
						width: 300px;
						height: 300px;
					}
					
					#friends .contener .cont2 .imgW{
						width: 270px;
						height: 270px;
					}
					
					
					#friends .contener .cont:hover .imgW{
						width: 270px;
						height: 270px;
						margin-left: 270px;
					}
					#friends .contener .cont2:hover .imgW{
						width: 270px;
						height: 270px;
						margin-left: -270px;
					}
					
				}
				
				@media screen and (max-width: 1250px){
					#friends .restOfFriends{
						grid-template-columns: repeat(3, 33.33vw);
						grid-row-gap: 50px;
						width: 100vw;
						margin-top: 50px;
					}
				}
				
				@media screen and (max-width: 1230px){
					#header > #menu > ul{
						display: none;
						
                    }
					#header > #menu > #menuIcon{
						opacity: 1;
						visibility: visible;
						font-size: 50px;
						cursor: pointer;
						margin-top: 0px;
						
						
					}
					#header > #menu > #menuIcon > i{
						font-size: 50px;
						cursor: pointer;
						
					}
					#header > #menu > #Logo{
						width: 25%;
						transition: 1.5s;
						text-align: center;
						position: relative;
						height: 70px;
						margin-left: auto;
						background-repeat: no-repeat;
						background-position: center;
						margin-right: auto;
					}
				}	
			
			@media screen and (max-width: 973px){
				#friends .contener{
					grid-template-columns: repeat(2, 1fr);
					grid-row-gap: 50px;
				}
				
				#friends .contener #cont1{
					grid-area: 1 / 1 / 2 / 2;
				}
				#friends .contener #cont2{
				grid-area: 1 / 2 / 2 / 3;
				}
				#friends .contener #cont3{
						grid-area: 2 / 1 / 3 / 3;
				}
				
				#friends .contener #cont2:hover .imgW{
					margin-left: -270px;
				}
				#friends .contener #cont3:hover .imgW{
					margin-left: 0px;
					margin-top: 270px;
				}
				
				#friends .contener .cont .img .mask p{
					padding-top: 10px;
					font-size: 10px;
				}
				#friends .contener #cont2 .img .mask p{
					padding: 15px;
					font-size: 10px;
				}
				#friends .contener #cont3 .img .mask p{
					padding-top: 30px;
					font-size: 10px;
				}
			}
			
			@media screen and (max-width: 620px){
				#friends > h2:nth-of-type(1){
					margin-top: 30px;
				}
				#friends .contener{
					grid-template-columns: repeat(1, 1fr);
					grid-row-gap: 50px;
					margin-top: 30px;
				}
				
				#friends .contener #cont1{
					grid-area: unset;
					width: 380px;
					height: 380px;
				}
				#friends .contener #cont2{
			grid-area: unset;
			width: 380px;
					height: 380px;
				}
				#friends .contener #cont3{
					grid-area: unset;
					width: 380px;
					height: 380px;
				}
				
				#friends .contener #cont1 .img{
					width: 350px;
					height: 350px;
					
				}
				
				#friends .contener #cont1 .img > .mask > p{
					font-size: 12px;
				}
				
				#friends .contener #cont2 .img{
					width: 350px;
					height: 350px;
					
				}
				#friends .contener #cont3 .img{
					width: 350px;
					height: 350px;
					
				}
				
				#friends .contener #cont3 .img > .mask > p{
					font-size: 13px;
				}
				
				#friends .contener #cont1:hover .imgW{
					margin-left: 0px;
					margin-top: 350px;
				}
				#friends .contener #cont2:hover .imgW{
					margin-left: 0px;
					margin-top: 350px;
				}
				#friends .contener #cont3:hover .imgW{
					margin-left: 0px;
					margin-top: 350px;
				}
				
				#friends .contener #cont1 .imgW{
					width: 350px;
					height: 350px;
				}
				#friends .contener #cont2 .imgW{
					width: 350px;
					height: 350px;
				}
				#friends .contener #cont3 .imgW{
					width: 350px;
					height: 350px;
				}
				
			
			}
			
			
			
			@media screen and (max-width: 420px){
				#friends > h2:nth-of-type(1){
					margin-top: 30px;
					font-size: 28px;
				}
				#friends .contener{
					grid-template-columns: repeat(1, 1fr);
					grid-row-gap: 50px;
					margin-top: 40px;
				}
				
				#friends .contener #cont1{
					grid-area: unset;
					width: 310px;
					height: 310px;
					
				}
				#friends .contener #cont2{
			grid-area: unset;
			width: 310px;
					height: 310px;
				}
				#friends .contener #cont3{
					grid-area: unset;
					width: 310px;
					height: 310px;
					
				}
				#friends .contener #cont3:hover{
				min-height: 591px;
				}
				#friends .contener #cont1 .img{
					width: 280px;
					height: 280px;
					
				}
				
				#friends .contener #cont1 .img > .mask > p{
					font-size: 10px;
					padding-top: 10px;
				}
				
				#friends .contener #cont2 .img{
					width: 280px;
					height: 280px;
					
				}
				#friends .contener #cont3 .img{
					width: 280px;
					height: 280px;
					
				}
				#friends .contener #cont2 .img > .mask > p{
					font-size: 10px;
					padding-top: 10px;
				}
				#friends .contener #cont3 .img > .mask > p{
					font-size: 11px;
					padding-top: 10px;
				}
				
				#friends .contener #cont1:hover .imgW{
					margin-left: 0px;
					margin-top: 280px;
				}
				#friends .contener #cont2:hover .imgW{
					margin-left: 0px;
					margin-top: 280px;
				}
				#friends .contener #cont3:hover .imgW{
					margin-left: 0px;
					margin-top: 280px;
				}
				
				#friends .contener #cont1 .imgW{
					width: 280px;
					height: 280px;
				}
				#friends .contener #cont2 .imgW{
					width: 280px;
					height: 280px;
				}
				#friends .contener #cont3 .imgW{
					width: 280px;
					height: 280px;
				}
				
			
			}
			
			
			
			
			
			
			
			
			@media screen and (max-width: 1333px){
				#contact{
					width: 100vw;
					height: 800px;
				}
				#contact #right{
					padding-left: 0px;
					max-height: 803px;
					min-height: 803px;
				}
				
			}
			
			@media screen and (max-width: 1227px){
				
			}
			
			@media screen and (max-width: 1307px){
				#contact #left #ls a #mail p{
					font-size: 25px;
				}
				#contact #left #ls a #adres p{
					font-size: 26px;
				}
			}
			@media screen and (max-width: 1151px){
				#contact #left #ls a #mail p{
					font-size: 23px;
					margin-top: 5px;
				}
				#contact #left #ls a #adres p{
					font-size: 24px;
					margin-top: 10px;
				}
			}
			
			
			
			
			
			
			@media screen and (max-width: 1096px){
				#contact #left #ls a #mail p{
					font-size: 22px;
					margin-top: 5px;
				}
				#contact #left #ls a #adres p{
					font-size: 23px;
					margin-top: 10px;
				}
			}
			@media screen and (max-width: 1069px){
				#contact #left #ls a #mail p{
					font-size: 21px;
					margin-top: 5px;
				}
				#contact #left #ls a #adres p{
					font-size: 22px;
					margin-top: 10px;
				}
			}
			
			@media screen and (max-width: 1042px){
				#contact #left #ls a #mail p{
					font-size: 20px;
					margin-top: 5px;
				}
				#contact #left #ls a #adres p{
					font-size: 21px;
					margin-top: 10px;
				}
			}
			@media screen and (max-width: 1027px){
				#contact #left #ls a #instagram p{
					font-size: 32px;
				
				}
				
			}
			
			@media screen and (max-width: 1016px){
				#contact #left #ls a #adres p{
					font-size: 20px;
				
				}
				
			}
			
			@media screen and (max-width: 1007px){
				#contact #left #ls a #instagram p{
					font-size: 31px;
				
				}
				
			}
				@media screen and (max-width: 1000px){
				#contact{
					background-position: -510px;
					height: auto;
				}
				#contact #left{
					width: 100vw;
					margin-left: auto;
					margin-right: auto;
					display: grid;
					padding: 0px;
					align-items: center;
						justify-items: center;
					padding-bottom: 0px;
					padding-top: 100px;
				}
				#contact #left #ls{
					display: grid;
					grid-template-columns: repeat(1, 1fr);
					margin-right: 0px;
						align-items: center;
						justify-items: center;
						width: 50vw;
					
				}
				#contact #left #ls a > #mail > p{
				
					font-size: 27px;
				}
				#contact #left #ls a > #adres > p{
				
					font-size: 26px;
				}
				
				#contact #right{
					width: 100vw;
					margin-right: 0;
					margin-left: 0;
					padding-right: 0;
					padding-left: 0;
					align-items: center;
					display: grid;
					justify-items: center;
					padding-top: 0;
				}
				
				#contact #right form{
				
					display: grid;
					align-items: center;
					justify-items: center;
				
				}
				#contact #right form input{
				
					max-width: 500px;
				
				}
				#contact #right form textarea{
				
					max-width: 500px;
				
				}
				
				
			}
			
			
				@media screen and (max-width: 776px){
					#contact{
						background-position: -735px;
					}
				#contact #left #ls a > #mail > p{
				
					font-size: 24px;
				}
				#contact #left #ls a > #adres > p{
				
					font-size: 23px;
				}
				}
			
					@media screen and (max-width: 716px){
				#contact #left #ls a > #mail > p{
				
					font-size: 22px;
				}
					}
			
				@media screen and (max-width: 702px){
				#contact #left #ls a > #mail > p{
				
					font-size: 22px;
				}
				#contact #left #ls a > #adres > p{
				
					font-size: 23px;
				}
				}
				
				
					@media screen and (max-width: 685px){
				#contact #left #ls a > #mail > p{
				
					font-size: 20px;
				}
				#contact #left #ls a > #adres > p{
				
					font-size: 22px;
				}
				}
				
				
				@media screen and (max-width: 665px){
					#contact{
						background-position: -870px;
					}
					
					#contact #left{
						width: 100vw;
					}
					#contact #left #ls{
						margin-right: 0px;
						align-items: ceter;
						justify-items: center;
						width: 50vw;
					}
					#contact #left #ls #phone{
						display: grid;
						grid-template-columns: repeat(1, 0.25fr 1fr);
						align-items: center;
						justify-items: center;
						text-align: center;
						
					}
					
					#contact #left #ls a > #fb{
						display: grid;
						grid-template-columns: repeat(1, 1fr);
						align-items: center;
						justify-items: center;
						text-align: center;
						
					}
					#contact #left #ls a > #instagram{
						display: grid;
						grid-template-columns: repeat(1, 1fr);
						align-items: center;
						justify-items: center;
						text-align: center;
						
					}
					
					#contact #left #ls a > #mail{
						display: grid;
						grid-template-columns: repeat(1, 1fr);
						align-items: center;
						justify-items: center;
						text-align: center;
						
					}
					
					#contact #left #ls a > #adres{
						display: grid;
						grid-template-columns: repeat(1, 1fr);
						align-items: center;
						justify-items: center;
						text-align: center;
						
					}
					#contact #left #ls a > #adres > i{
						padding-left: 0px;
					}
				#contact #left #ls a > #mail > p{
					margin-left: 0;
					margin-right: 0;
					font-size: 25px;
				}
				#contact #left #ls a > #adres > p{
					margin-left: 0;
					margin-right: 0;
					font-size: 27px;
				}
				#contact #left #ls a > #adres > i{
					padding-top: 0;
					padding-bottom: 0;
				}
				
				
				
				
				}
				
				@media screen and (max-width: 553px){
					#contact #left{
						padding-bottom: 0px;
					}
					#contact #rigt{
						padding-top: 0px;
					}
					#contact #left #ls{
						width: 100vw;
						padding: 0;
						background-color: transparent;
						grid-row-gap: 10px;
					}
					
						#contact #left #ls #phone{
						width: 100vw;
						padding: 0;
						padding-top: 20px;
						padding-bottom: 20px;
						border-radius: 0;
						background-color: rgba(255,255,255,0.8);
						}
						
						#contact #left #ls a > #fb{
							width: 100vw;
						padding: 0;
						padding-top: 20px;
						padding-bottom: 20px;
						border-radius: 0;
						background-color: rgba(255,255,255,0.8);
					}
					#contact #left #ls a > #instagram{
							width: 100vw;
						padding: 0;
						padding-top: 20px;
						padding-bottom: 20px;
						border-radius: 0;
						background-color: rgba(255,255,255,0.8);
					}
					
					#contact #left #ls a > #mail{
							width: 100vw;
						padding: 0;
						padding-top: 20px;
						padding-bottom: 20px;
						border-radius: 0;
						background-color: rgba(255,255,255,0.8);
					}
					
					#contact #left #ls a > #adres{
							width: 100vw;
						padding: 0;
						padding-top: 20px;
						padding-bottom: 20px;
						border-radius: 0;
						background-color: rgba(255,255,255,0.8);
					}
					
					#contact{
						background-position: -1100px;
					}
					
				}
				
				
				
				
				@media screen and (max-width: 485px){
					#MENUBACKGROUND > #content > a{
						
						font-size: 35px;
					margin-bottom: 13px;
					}
					
				
				}
				
				#scroller {
					display: none;
					opacity: 0;
					transition: 0.6s;
				}
			#scroller > div{
				position: fixed;
				display: none;
				transition: 0.6s;
				opacity: 0;
				bottom: 20px;
				right: 40px;
				float: right;
				width: 30px;
				height: 30px;
				z-index: 99;
				padding: 15px;
				background-color: rgba(133, 15, 36, 0.9);
				border-radius:6px;
				color: #fff;
				
			}
			#scroller > div > i{
				font-size: 22px;
				color: #fff;
			
			}
			
				
				
				
				@media screen and (max-width: 500px){
					#friends > .restOfFriends{
						display: none;
					}
					#friends{
						min-height: 1000px;
						transition: 0.6s;
					}
					#friends > .contener > .cont2:hover{
						min-height: 730px;
						transition: 0.6s;
					}
					
					#scroller > div{
						width: 15px;
						height: 17px;
						right: 20px;
						padding: 15px;
						padding-top: 13px;
						display: grid;
						justify-items :cetner;
						align-items: cetner;
					}
					#scroller > div > i{
						font-size: 20px;
						margin-left: -6px;
					}
					
				}
				
				
		
			#galery > #contenerM > #contener{
				display: inline-block;
				width: 100vw;
				height: 400px;
				margin-left: 0%;
				margin-top: 10px;
			}
			#galery > #contenerM > #contener > .photo{
				
				width: 100vw;
				display: grid;
				grid-template-columns: 1fr;
				justify-items: center;
				align-items: center;
				overflow: hidden;
				height: 400px;
			}
			#galery > #contenerM > #contener >.photo> .photo2{
				
				width: 80%;
				display: grid;
				content: '';
				border: 4px solid #fff;
				grid-template-columns: 1fr;
				justify-items: center;
				align-items: center;
				
			}
			#galery > #contenerM > #contener >.photo> .photo2 > a{
				width: 100%;
				height: 100%;
				text-decoration: none;
				display: grid;
				grid-template-columns: 1fr;
				justify-items: center;
				align-items: center;
				font-size: 60px;
				color: #fff;
				text-shadow: 3px 3px 3px #000000;
			}