@media screen and (max-width: 1200px) {

#some_nav {
	display: none;
}
	
#some_names {
	display: none;
}

#some_nav_mobi {
	position: fixed;
	float:left;
	bottom: 0px;
	width: 600px;
	margin-left:30px;
	margin-bottom:30px;
	z-index:100;
	display:block;
}	
	
#some_nav_mobi a {
    position: relative;
	float:left;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
    width: 30px;
	height: 17px;
    text-decoration: none;
    font-size:0.9em;
    color: #FFFFFF;
    text-align:center;
    border-left: 1px solid #FFFFFF;
	cursor:pointer;
}
	
#some_nav_mobi a:hover {
	text-decoration:underline;
	font-weight:bold;
} 
	
#some_fb_mobi, #some_in_mobi, #some_tw_mobi, #some_tu_mobi, #some_yt_mobi {
	position: fixed;
	float:left;
	clear:both;
	left: 0px;
	width: 600px;
	height: auto;
	margin-left: 30px;
	bottom: 0px;
	display:block;
}
	
#some_fb_mobi a, #some_in_mobi a, #some_tw_mobi a, #some_tu_mobi a, #some_yt_mobi a {
	position:relative;
	float:left;
	clear:both;
	width:10px;
	height:auto;
	text-decoration: none;
    font-size:0.9em;
    color: #FFFFFF;
    background-color: none;
	text-align:center;
	word-break: break-all;
	margin-bottom: -200px;
	
}

#facebook_mobi {
	/* height:116px; */
	margin-left:131px;
}
	
#instagram_mobi {
	/* height:130px;*/
	margin-left:172px;
}

#twitter_mobi {
	/* height:101px;*/
	margin-left:214px;
}

#tumblr_mobi {
	/* height:87px;*/
	margin-left:254px;
}

#youtube_mobi {
	/* height:101px;*/
	margin-left:295px;
}

.someforwards_mobi {
	-webkit-animation: someforwardmobi 1s;
	animation: someforwardmobi 1s;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	animation-play-state: paused;
	-webkit-animation-play-state: paused; 
	animation-fill-mode: forwards; 
	-webkit-animation-fill-mode: forwards; 
}
	
.somebackwards_mobi {
	-webkit-animation: somebackwardmobi 1s; 
    animation: somebackwardmobi 1s;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-play-state: paused;
    -webkit-animation-play-state: paused; 
    animation-fill-mode: backwards; 
    -webkit-animation-fill-mode: backwards; 
}

@keyframes someforwardmobi {
    from {margin-bottom: -200px;}
    to {margin-bottom: 75px;}
}

@-webkit-keyframes someforwardmobi {
    from {margin-bottom: -200px;}
    to {margin-bottom: 75px;}
}
	
@-webkit-keyframes somebackwardmobi {
    from {margin-bottom: 75px;}
    to {margin-bottom: -200px;}
}

@keyframes somebackwardmobi {
    from {margin-bottom: 75px;}
    to {margin-bottom: -200px;}
}
	
#some_five_mobi {
	border-right: 1px solid #FFFFFF;
}
	
#some_text_one_mobi {
	float:left;
	font-weight: bold;
	width:105px;
	margin-right:10px;
	margin-top:7px;
}

#some_text_two_mobi {
	float:left;
	font-weight:normal;
	width:160px;
	margin-left:350px;
	margin-top:-23px;
}


	
	
}