img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

/* - - - P a g e   a d a p t i v e   e l e m e n t s - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 9000px) { 

/* s w i t c h e r */
	
.switcher {
	z-index: 66;
	position: absolute;
	left: 100%;
	top: 20px;
	width: 20px;
	height: 20px;
	margin-left: -40px;
	background-image: url("../../images/switcher-2a.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}	
	
.switcher:hover {	
	background-image: url("../../images/switcher-2b.png");
}
	
	
/* m a i n  c o n t a i n e r */		
	
.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
		
.logo {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
}	
	
.navi {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 150px;
	width: 350px;
	height: auto;
	margin-left: -175px;
}	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 250px;
	width: 400px;
	height: auto;
	margin-left: -200px;
}

.photo {
	position: absolute;
	left: 50%;
	top: 400px;
	width: 280px;
	height: 280px;
	margin-left: -140px;
}	
	
.text-grid {
	position: absolute;
	left: 50%;
	top: 445px;
	width: 1300px;
	height: auto;
	margin-left: -650px;
}	
	
.text1 {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 460px;
	height: auto;
	margin-left: 0px;
}

.text2 {
	position: absolute;
	text-align: right;
	left: 100%;
	top: 0px;
	width: 460px;
	height: auto;
	margin-left: -460px;
}	
	
.contacts {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 770px;
	width: 500px;
	height: auto;
	margin-left: -250px;
}
	
.fullcv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.divider {
	position: absolute;
	background-color: white;
	left: 50%;
	top: 70px;
	width: 150px;
	height: 5px;
	margin-left: -75px;
}
	
.email {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: auto;
}

.footer {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 1030px;
	width: 200px;
	height: 115px;
	margin-left: -100px;
}	
	
	
/* e n d   o f   m e d i a   s c r e e n */	
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1680px) { 


.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
		
.logo {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
}	
	
.navi {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 120px;
	width: 350px;
	height: auto;
	margin-left: -175px;
}	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 190px;
	width: 400px;
	height: auto;
	margin-left: -200px;
}

.photo {
	position: absolute;
	left: 50%;
	top: 300px;
	width: 280px;
	height: 280px;
	margin-left: -140px;
}	
	
.text-grid {
	position: absolute;
	left: 50%;
	top: 320px;
	width: 1000px;
	height: auto;
	margin-left: -500px;
}	
	
.text1 {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 320px;
	height: auto;
	margin-left: 0px;
}

.text2 {
	position: absolute;
	text-align: right;
	left: 100%;
	top: 0px;
	width: 320px;
	height: auto;
	margin-left: -320px;
}	
	
.contacts {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 630px;
	width: 500px;
	height: auto;
	margin-left: -250px;
}
	
.fullcv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.divider {
	position: absolute;
	background-color: white;
	left: 50%;
	top: 70px;
	width: 150px;
	height: 5px;
	margin-left: -75px;
}
	
.email {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: auto;
}

.footer {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 900px;
	width: 200px;
	height: 115px;
	margin-left: -100px;
}	
	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1100px) { 

.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
		
.logo {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 70px;
	height: 70px;
	margin-left: -35px;
}	
	
.navi {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 120px;
	width: 350px;
	height: auto;
	margin-left: -175px;
}	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 190px;
	width: 400px;
	height: auto;
	margin-left: -200px;
}

.photo {
	position: absolute;
	left: 50%;
	top: 300px;
	width: 280px;
	height: 280px;
	margin-left: -140px;
}	
	
.text-grid {
	position: relative;
	left: 50%;
	top: 620px;
	width: 80%;
	height: auto;
	margin-left: -40%;
}	
	
.text1 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.text2 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 30px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}	
	
.contacts {
	position: relative;
	text-align: center;
	left: 50%;
	top: 720px;
	width: 500px;
	height: auto;
	margin-left: -250px;
}
	
.fullcv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.divider {
	position: absolute;
	background-color: white;
	left: 50%;
	top: 70px;
	width: 150px;
	height: 5px;
	margin-left: -75px;
}
	
.email {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	text-align: center;
	left: 50%;
	top: 970px;
	width: 200px;
	height: 115px;
	margin-left: -100px;
}

	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 580px) { 

.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
}

.logo {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
}

p1 {
	Font-size: 56px;
}	
	
p2 {
	Font-size: 26px;
}
	
p3 {
	Font-size: 16px;
}	
	
p4 {
	Font-size: 16px;
	line-height: 1.4;
}	
	
.navi {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 100px;
	width: 300px;
	height: auto;
	margin-left: -150px;
}	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 160px;
	width: 260px;
	height: auto;
	margin-left: -130px;
}

.photo {
	position: absolute;
	left: 50%;
	top: 240px;
	width: 200px;
	height: 200px;
	margin-left: -100px;
}	
	
.text-grid {
	position: relative;
	left: 50%;
	top: 470px;
	width: 90%;
	height: auto;
	margin-left: -45%;
}	
	
.text1 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.text2 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 20px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}	
	
.contacts {
	position: relative;
	text-align: center;
	left: 50%;
	top: 550px;
	width: 90%;
	height: auto;
	margin-left: -45%;
}
	
.fullcv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.divider {
	position: absolute;
	background-color: white;
	left: 50%;
	top: 50px;
	width: 150px;
	height: 5px;
	margin-left: -75px;
}
	
.email {
	position: relative;
	left: 0px;
	top: 85px;
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	text-align: center;
	left: 50%;
	top: 690px;
	width: 200px;
	height: 80px;
	margin-left: -100px;
}


	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - A n i m a t i o n - - - - - - - - - - - - - */

.container, .logo, .navi, .title, .photo, .text-grid, .text1, .text2, .contacts, .footer, p1, p2, p3, p4, .switcher {
    -webkit-transition: all 0.2s ease, font-size 0.2s ease;
    -moz-transition: all 0.2s ease, font-size 0.2s ease;
    -o-transition: all 0.2s ease, font-size 0.2s ease;
    -ms-transition: all 0.2s ease, font-size 0.2s ease;
    transition: all 0.2s ease, font-size 0.2s ease;
}