/* - - - 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("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("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: 100%;
	margin-top: 0px;
	margin-left: 0px;
	min-height: 800px;
	min-width: 1200px;
}
	
	
/* q u o t e s */
.quotes {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.quote1 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 15%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: 0px;
}	
	
.quote2 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 50%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: -117px;
}
	
.quote3 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 85%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: -234px;
}

.quote-text {
	position: absolute;
	text-align: center;
	top: 20px;
	left: 50%;
	width: 200px;
	height: auto;
	margin-left: -100px;
}


/* t i t l e */	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 43%;
	width: 310px;
	height: auto;
	margin-left: -155px;
	margin-top: -70px;
}

	
	
/* p a r t i t i o n s */		
	
.parts {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 57%;
	width: 680px;
	height: auto;
	margin-left: -340px;
	margin-top: -60px;
}
	

	
/* c o n t a c t s */	
	
.contacts {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 240px;
	height: auto;
	margin-left: -120px;
	margin-top: -250px;
}

.aboutme {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 0px;
	width: 160px;
	height: auto;
	margin-left: -80px;
}

.divider {
	position: absolute;
	background: #fff;
	left: 50%;
	top: 57px;
	width: 70px;
	height: 5px;
	margin-left: -35px;
}

.contactme {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 90px;
	width: 240px;
	height: auto;
	margin-left: -120px;
}


	
/* s t a r m a r k s */	
	
.starmarks {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-top: -250px;
}
	
.starmark1 {
	position: absolute;
	left: 15%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: 0px;
}

.starmark2 {
	position: absolute;
	left: 85%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: -234px;
}
	
.stars {
	position: absolute;
	background-image: url(stars.svg);
	left: 50%;
	top: 5px;
	width: 144px;
	height: 23px;
	margin-left: -72px;
}

.star-text {
	position: absolute;
	text-align: center;
	top: 50px;
	left: 50%;
	width: 230px;
	height: auto;
	margin-left: -115px;
}	

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







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1200px) {
	
.container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	min-height: 720px;
	min-width: 800px;
}
		

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

.quote1 {
	left: 3%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: 0px;
}
	
.quote3 {
	left: 97%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: -234px;
}

.contacts {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 240px;
	height: auto;
	margin-left: -120px;
	margin-top: -200px;
}

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

.starmark1 {
	position: absolute;
	left: 3%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: 0px;
}

.starmark2 {
	position: absolute;
	left: 97%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: -234px;
}


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











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

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

/* q u o t e s */
.quotes {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 530px;
	height: auto;
	margin-left: -265px;
}

.quote1 {
	left: 0px;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: 0px;
}	
	
.quote2 {
	left: 290px;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: 0px;
}
	
.quote3 {
	left: 50%;
	top: 180px;
	width: 234px;
	height: 118px;
	margin-left: -117px;
}

.quote-text {
	position: absolute;
	text-align: center;
	top: 20px;
	left: 50%;
	width: 200px;
	height: auto;
	margin-left: -100px;
}


/* t i t l e */	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 110px;
	width: 240px;
	height: auto;
	margin-left: -120px;
}
	
/* p a r t i t i o n s */		
	
.parts {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 200px;
	width: 580px;
	height: auto;
	margin-left: -290px;
}


/* c o n t a c t s */	
	
.contacts {
	position: absolute;
	left: 50%;
	top: 25%;
	width: 500px;
	height: auto;
	margin-left: -250px;
	margin-top: 0px;
}

.aboutme {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 0px;
	width: 160px;
	height: auto;
	margin-left: -80px;
	margin-top: 0px;
}

.divider {
	position: absolute;
	background: #fff;
	left: 50%;
	top: 53px;
	width: 70px;
	height: 5px;
	margin-left: -35px;
	margin-top: 0px;
}

.contactme {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 90px;
	width: 500px;
	height: auto;
	margin-left: -250px;
	margin-top: 0px;
}

/* s t a r m a r k s */	

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

.starmark1 {
	position: absolute;
	left: 5%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: 0px;
}

.starmark2 {
	position: absolute;
	left: 95%;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: -234px;
}





p1 {
	Font-family: ExtraBold;
	Font-weight: normal;
	Font-size: 56px;
	Color: #fff;
    line-height: 1.2;
	letter-spacing: -2px;
	font-kerning: normal;
}
	
p2 {
	Font-family: ExtraBold;
	Font-weight: normal;
	Font-size: 26px;
	Color: #fff;
    line-height: 1.0;
	letter-spacing: 0px;
	font-kerning: normal;
}


/* 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: 100%;
	margin-top: 0px;
	margin-left: 0px;
	min-height: 1430px;
	min-width: 320px;
}

/* q u o t e s */
.quotes {
	position: absolute;
	left: 50%;
	top: 600px;
	width: 240px;
	height: auto;
	margin-left: -120px;
}

.quote1 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 50%;
	top: 0px;
	width: 234px;
	height: 118px;
	margin-left: -117px;
}	
	
.quote2 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 50%;
	top: 160px;
	width: 234px;
	height: 118px;
	margin-left: -117px;
}
	
.quote3 {
	position: absolute;
	background-image: url(quote_branches.svg);
	left: 50%;
	top: 320px;
	width: 234px;
	height: 118px;
	margin-left: -117px;
}

.quote-text {
	position: absolute;
	text-align: center;
	top: 20px;
	left: 50%;
	width: 200px;
	height: auto;
	margin-left: -100px;
}
	
	
/* t i t l e */	
	
.title {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 40px;
	width: 240px;
	height: auto;
	margin-left: -120px;
	margin-top: 0px;
}

	
	
/* p a r t i t i o n s */		
	
.parts {
	position: absolute;
	text-align: left;
	left: 50%;
	top: 135px;
	width: 200px;
	height: auto;
	margin-left: -90px;
	margin-top: 0px;
}
	

	
/* c o n t a c t s */	
	
.contacts {
	position: absolute;
	left: 50%;
	top: 380px;
	width: 240px;
	height: auto;
	margin-left: -120px;
	margin-top: 0px;
}

.aboutme {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 0px;
	width: 160px;
	height: auto;
	margin-left: -80px;
}

.divider {
	position: absolute;
	background: #fff;
	left: 50%;
	top: 53px;
	width: 70px;
	height: 5px;
	margin-left: -35px;
}

.contactme {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 90px;
	width: 240px;
	height: auto;
	margin-left: 0px;
}


	
/* s t a r m a r k s */	
	
.starmarks {
	position: absolute;
	left: 50%;
	top: 1110px;
	width: 240px;
	height: 320px;
	margin-left: -120px;
	margin-top: 0px;
}
	
.starmark1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 234px;
	height: 120px;
	margin-left: -0px;
}

.starmark2 {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 234px;
	height: 120px;
	margin-left: -0px;	
}
	
.stars {
	position: absolute;
	background-image: url(stars.svg);
	left: 50%;
	top: 5px;
	width: 144px;
	height: 23px;
	margin-left: -72px;
}

.star-text {
	position: absolute;
	text-align: center;
	top: 50px;
	left: 50%;
	width: 220px;
	height: auto;
	margin-left: -110px;
}	

	
/* 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, .quotes, .title, .parts, .contacts, .starmarks, .switcher {
    -webkit-transition: all 0.1s ease, font-size 0.1s ease;
    -moz-transition: all 0.1s ease, font-size 0.1s ease;
    -o-transition: all 0.1s ease, font-size 0.1s ease;
    -ms-transition: all 0.1s ease, font-size 0.1s ease;
    transition: all 0.1s ease, font-size 0.1s ease;
}