@media screen and (max-width:592px) {
	/*NAVBARS*/
    html, body{
    	max-width: 100%;
        overflow-x: hidden;
        overflow:auto;
		overflow:initial;
	}
	#IsDesktop, #IsDesktopLogin{
		display:none;
	}
	#IsMobile{
		display:inherit;
	}
  #spacerBar{
    margin-top: 7px;
    height: 50px;
  }

	#labelProfile{
		display:none;
	}
	#headerDIV{
		width:95%;
		text-align:left;
	}
	#AHEADER, #AHEADER1{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 0px;
		margin-top: -50px;


	}
  #indexCont{
    display: inline-block;
    width:calc(100% - 285px);
  }
	#titleimg1{
		width:100%;
	}

	#AHEADER{
		margin-top: 10px;
	}
	#AHEADER1{
		display:none;
	}
	#labelProfileM{
		display:inherit;
		margin-top:20px;
		margin-left: calc(2.5%);
		font-size: 19px;
		background-color:#FF9600;
		color:white;
		width:95%;
		padding-top:8px;
		padding-bottom:8px;
		text-align: center;
	}
	#profileDesktop{
		display:inline;
		background-color: #ffffff;
		position: relative;
		margin-top: 90px;
		margin-left: 0px;
	    box-shadow: 0px 0px 49px -18px rgba(0,0,0,0);
	    padding-top: 0px;
	    padding: 0px;
		width:100%;
		padding-bottom: 0px;
	}
	.profileDesktop{
		display:inline;
	}
	#profile{
		display:inherit;
	}
	.profile{
		display:inherit;
	}


	#navI{
		-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
		display:block;
		background-color: white;
		color:#6F6F6F;
		padding-left: 5px;
		padding-right: 8px;
		padding-bottom: 2px;
		padding-top: 2px;
		font-size: 15px;
	}
	#navBTN{
		-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
		float:right;
		position:relative;
		height:auto;
		max-width: 1000px;
		min-width: 0px;
		margin-top: 73px;
		margin-right: 10px;
		z-index: 99;
		padding:0;
		display:none;
		background-color: white;
		border: 1px solid #D6D6D6;
        box-shadow: 0px 0px 49px -12px rgba(0,0,0,.7);
	}
	#triangle-up {
	    content: '';
	    display: block;
	    position: absolute;
	    top: -9px;
	    right:12px;
	    width: 17px;
	    height: 17px;
	    background: #FFFFFF;
	    z-index: -1;
	    border-right:1px solid #D6D6D6;
	    border-bottom:1px solid #D6D6D6;
	    -moz-transform:rotate(-135deg);
	    -webkit-transform:rotate(-135deg);
	}
	#shadowBan{
		z-index:20;
		position: fixed;
		width: 100%;
		height: 55px;
		box-shadow: 0px -2px 18px 2px rgba(0,0,0,1);
	}
	#Borderban{
	position:fixed;
	width: 100%;
	height: 55px;
	z-index: 25;
	border-bottom: 2px solid #BDBDBD;

}

	#BARA2{
		-o-transition:.4s;
	  	-ms-transition:.4s;
	  	-moz-transition:.4s;
	  	-webkit-transition:.4s;
	  	transition:.4s;
	  	font-size: 16px;
	  	line-height: 35px;
	  	color:#535353;
		font-weight: 100;
		width:100%;
	}
	#BARA2:hover{
		color:#FF5A00;
	}
	#rectban{
		z-index: 99999;
		position: fixed;
		width: 100%;
		height: 55px;
		min-height: 45px;
		margin-right: 0px;
		background: #FFFFFF;
		box-shadow: none;
    	border:none;
    }
    #searchBarBan{
    	z-index: 99999;
		position: fixed;
		width: 100%;
		height: 65px;
		min-height: 55px;
		margin-right: 0px;
		background: #FF9600;
		box-shadow: none;
    	border:none;
    	margin-top: 55px;
    	display:none;
    }
    #toper{
		background-color: white;
		height:10px;
		width:5px;
		margin-bottom: 0px;
    }



    #ULBTN{
		margin-top:0px;
    }

    #ULBTN2{
		margin-left:0px;

    }

    #myprofilebanner{
		margin-left: 0px;
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
		margin-top: -20px;
		display:inline-block;
		font-size:12px;
    }
    #loginbanner{
    	font-size: 12px;
    }

    header h1{
      background: url(../img/logo.png) no-repeat;
    	text-indent: -9999px;
    	background-size: 195px 50px;
    	width : 195px;
    	height:60px;
    	float: left;
    	margin-left: 10px;
    	margin-top: 4px;
    }
    #BurgerBar,#SearchIconM{
    	position:relative;
    	cursor:pointer;
		margin-top: -7px;
		width:35px;
    	height:35px;
    	-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		margin-right: 0px;
    }
    #BurgerBar:hover{
    }
    #SearchIconM{
    	margin-top: -7px;
    	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
    }
    #SearchIconM:hover{
    	background-color: #FF9600;
    }
	#barBTN{
		font-family: "SGO";
		font-size:1em;
		font-weight: 500;
		-webkit-font-smoothing: antialiased;
		text-shadow: rgba(0,0,0,.01) 0 0 1px;
	}
	#SearchTop,#SearchTop2{
		height:31px;
		border-radius: 13px;
		width:170px;

	}
	#SearchTop2{
	background-color: white;
	  float:none;
	  margin-left: 0px;
	  border: 1px solid #6A6969;
	  margin-top:15px;
	  width:95%;
	  height:36px;
	  border-radius: 15px;
	}
	#Postban{
		margin-top: 7px;
		background-color: transparent;
		width: calc(100% - 195px);
		height: 31px;
		margin-left:75px;
    }
    .searchbar{
		border: 1px solid #6A6969;
		margin-top:0px;
	 	font-size: 17px;
	 	height: 40px;
	 	margin-left: 0px;
	 	padding-left: 15px;
	 	width:100%;
	 	font-family:Tahoma, Verdana, Segoe, sans-serif;
	 	background: none;
	    background-size: none;
    }
    .searchbar:focus{
		border: 1px solid #000000;
		margin-top:0px;
	 	font-size: 17px;
	 	padding-left: 15px;
	 	width:100%;
	 	height: 40px;
    }
    #FeaturedHead{
    	display:none;
    }
    /*-----------------Featured Stuff-----------------*/
   	#pageimg{
   		margin-top: 0px;
   		margin-left: 0px;
		padding-bottom: 20px;
		width:50px;
		height:50px;
	}
	#EverythingUnderBarIndex{
		width: 100%;
		background-color: transparent;
		margin-left: 0px;
    }
	#PageTitle{
		position:relative;
		margin-top: 0px;
		margin-left: 10px;
		vertical-align: center;
		text-transform: uppercase;
		color:#535353;
		font-weight: 100;
	}
	#iconCont{
		padding-bottom: 15px;
		background-color: transparent;
	}
    #rect0{
    	width:calc(100% - 40px);
    	position: relative;
		margin-top: 55px;
		padding-top: 20px;
	  	overflow:hidden;
	  	margin-bottom: 0px;
	  	min-height: 0px;
	  	margin-left: 0;
	}
	#rectCatResults{
		position: relative;
		margin-top: 70px;
		margin-left: -0px;
		background: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		width: calc(100% - 40px);
	}
	#FeaturedContainer{
    	margin-top: 0px;
		margin-bottom: 30px;
		width:100%;
		height:auto;
		transition: opacity .5s ease-in-out;
	    -moz-transition: opacity .5s ease-in-out;
	    -webkit-transition: opacity .5s ease-in-out;

	}
	#ThatFade,#ThatFadeEmail{
		position:relative;
		width:100%;
		height:auto;
		margin-bottom: 0px;
		transition: opacity .5s ease-in-out;
	    -moz-transition: opacity .5s ease-in-out;
	    -webkit-transition: opacity .5s ease-in-out;
	    opacity:255;
	}
	#extraDetail{
		display:inherit;
		width:95%;
		max-width: 1000000px;
		height:auto;
		margin-left: 0px;
		overflow: hidden;
	    margin:0 auto;
	    margin-top: -20px;
	}


	#newHeading{
		color:black;
		position: relative;
		font-family:'Ablack',fallback,"Arial";
		font-weight:normal;
		font-size:22px;
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	text-transform: capitalize;
	}
	#newHeading:hover{
		color:#2338FD;
	}

	#extraDetailDesc{
		display:inline-block;
		word-wrap:break-word;
	    font-family:'Calibiri2',fallback,Sans-serif;
		font-size:18px;
		line-height: 22px;
	}

	#extraDetailP{
		overflow:visible;
		margin-top: 10px;
	}
	#extraDetailViews{
		margin-top: 10px;
		color:black;
		font-size: 18px;
	}
	#extraDetailsName{
		font-size: 18px;
		color:#90908F;
	}
	#featuredImage{
		width:100%;
	}

 /*----------------------MidBar-----------------*/
	 #MidBar{
		width: 95%;
		height:auto;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #ffffff;
		margin-top: -20px;
	}
	#hobbylink{
		display:inline-block;
		height:30px;
		margin-top: 9px;
		padding-left: 5px;
		padding-right:5px;
		padding-bottom: 4px;
		padding-top: 4px;
		color: #313131;
		font-family: "SGO";
		font-size:11px;
		border: none;
		outline:none;
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	}

	#hobbylink34{
		display:inline-block;
		height:30px;
		margin-top: 9px;
		padding-left: 5px;
		padding-right:5px;
		padding-bottom: 6px;
		padding-top: 4px;
		color:#0285FF;
		font-family: "SGO";
		font-size:11px;
		border: none;
		outline:none;
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	}
	#prevImgCanvas{
		display:none;
	}
	#canvasDiv{
		display:none;
	}
/*--------------------------------------TRENDING--------------------------------------*/
	#rect2{
		position: relative;
		margin-top: 30px;
		width: calc(100% - 40px);
		height: auto;
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		background: #ffffff;
	}
	#feature0, #feature01, #featureArt{
		position:relative;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		height: auto;
		vertical-align: top;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;

	}
	#featureArt{
		max-width:calc(100%);
		height:auto;
		padding-bottom: 0px;
		display:inline-block;
		vertical-align: top;
		margin-right: 0px;
	}
	#feature0{
		margin-top: 0px;
	}
	#feature2_1,#feature2_1ART{
		overflow:visible;
		padding:10px;
		padding-bottom: 0px;
		padding-right: 20px;
		margin-left: 10px;
		position:relative;
		width: calc(100% - 50px);
	}
	#titleImg, #titleimgArt{
		position:relative;
		image-rendering: crisp-edges;
		width:100%;
	}
	#titleimgArt{
		width:60%;
		height:auto;
	}
	#feature2_2{
	    margin-top: 15px;
        overflow:visible;
		margin-left: 0px;
		margin-right: 00px;
		width: calc(100% - 20px);
	}
	#titletext{
		font-family:'Ablack',fallback,"Arial";
		color: #000000;
		font-size:22px;

	}
	#titletext:hover{
	color: #1C57FF;
	font-size:22px;
    }
	#twitterIcon{
		margin-top: 0px;
		margin-left: 13px;
	}
	#FacebookIcon{
		margin-top: 0px;
		margin-left: 5px;
	}
	#resultp2{
		overflow:visible;
		font-size: 16px;
		word-wrap:break-word;
		line-height: 16px;
		max-height: 100px;
		overflow: hidden;
		margin-top: 10px;
		display:none;
	}

	#resultuser{
		font-size: 16px;
		line-height: 16px;
		font-style: italic;
		color:#5B5B5A;
	}
	#resultuserArt{
		font-size: 12px;
		line-height: 12px;
		font-style: italic;
		color:#5B5B5A;
	}
	.FBI{
      width:15px;
	  height:15px;
	}
	.TBI{
	  width:15px;
	  height:15px;
	}

	/*SearchResults stuff-------------------------------*/
	#sortban{
		margin-top: 60px;
		background-color: #ffffff;
		height: 44px;
		display: table;
		width:calc(100%);
		margin-left: 0px;
		margin-right: 0px;
    }
    .sortbtn{
		display: inline-block;
		border-radius: 17px;
		background: #0052B7;
		color: #ffffff;
		font-size: 8px;
		font-family:Arial;
		position: relative;
		margin-left: 0px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 4px;
		padding-top: 4px;

	  	margin-left:04px;
        margin-top:12px;
    }
    #rectsearchresults, #rectsearchresultsSearch{
		position: relative;
		margin-top: 0px;
		background: #ffffff;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
		padding-top: 0px;
		width:100%;
		margin-right: 0px;
    }
     #rectsearchresultsTimeline{
		position: relative;
		margin-top: 70px;
		background: #ffffff;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
		padding-top: 20px;
		width:95%;
    }
    #rectsearchresultsMessages{
	    position: relative;
		margin-top: 70px;
		margin-left: -0px;
		background: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		width: calc(100% - 40px);
		margin-bottom: 0px;
	    box-shadow: 0px 0px 49px -18px rgba(0,0,0,0);

	}
    #pagenationlink{
		background-color: #FF9600;
		color: white;
		padding:10px;
		margin-left: 10px;
		font-size: 20px;
	}
	#pagenationlink:hover{
		margin-left: 10px;
		font-size: 10px;
		color: white;
		background-color: #FF7800;
		padding:10px;
	}

	#rectabout{
		position: relative;
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		background: #ffffff;
		width: calc(95% - 40px);

    }
    #rectabout p{
		font-size: 15px;
		line-height: 17px;
	}
	#rectabout li{
		font-size: 15px;
		line-height: 17px;
	}
    .jack1{
		margin-top: 0px;
		margin-bottom: 30px;
		width:95%;

	}
	.about h3{
		font-size: 12px;
		border-bottom: 1px solid #d1d1d1;
		padding-bottom: 20px;
		text-align: center;
		margin-bottom: 15px;
		line-height: 40px;
	}

	.about h4{
		color: #787878;
		text-align: center;
		font-size: 12px;
	}

	.about p{
		text-align: center;
		line-height: 12px;
		font-size: 12px;
	}
	.about textarea{
		margin-left: 5px;
		margin-top: 20px;
		font-size: 12px;
	}
	.about li{
		font-size: 12px;
		line-height: 36px;
	}




	.textfields{
		-webkit-border-radius: 0;
		-webkit-appearance: none;
		border: 1px solid #A8A8A8;
		outline: none;
		font-size: 26px;
		padding-left: 5px;
		height: 50px;
		width:calc(100% - 6px);
	}
	.textfields:focus{
		-webkit-border-radius: 0;
		-webkit-appearance: none;
		border: 1px solid #4C4C4C;
		outline: none;
		font-size: 26px;
		padding-left: 5px;
		height: 50px;
		width:100%;

	}
	#failed{
		background-color: #CE2929;
		width: calc(95% - 0px);
		text-align: center;
		height: 30px;

		margin-bottom: 0px;
		padding-top:10px;
	}
	.Post2, .Post4{
		-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		display:inline-block;
		margin-top: -3px;
		padding-left: 29px;
		padding-right: 29px;
		padding-bottom: 4px;
		padding-top: 4px;
		background: #FF9600;
		color: #ffffff;
		font-size: 28px;
	  	top: 50%;


	}
	.Post4{
		background-color: transparent;
		color:#0054FF;
	}
	#LOGINTXTFIELD{
		height:46px;
		width:calc(100% - 6px);
		font-size: 19px;
		line-height: 19px;
		border-radius: 0px;
		padding-left: 20px;
		border-top:none;
		border-left: none;
		border-right: none;
    }
	#LOGINTXTFIELD2{
	    height:46px;
		font-size: 19px;
		line-height: 19px;
		border-radius: 27px;
		padding-left: 20px;
		width:calc(100% - 26px);
	}
	#LoginP{
		color:red;
		font-size: 34px;
	}
	#rectarticletop{
		position: relative;
		margin-top: 60px;
		margin-left: 0px;
		margin-right: 0px;
		background: #ffffff;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-top: 0px;
		word-wrap:break-word;
		width: calc(100% - 0px);

	}
	#WrittenStuff{
		width:100%;
		margin:0 auto;
		margin-top: 10px;
	}
	#LIKESSTUFF{
		margin-top: 7px;
		margin-bottom:0px;
		margin-left:0px;
		max-height:20px;
	}
	#likebtn{
		position: relative;
		padding-top: 40px;
		margin-left:6px;

	}
	#dislikes{
		position: relative;
		background:#676767;
		height:5px;
		width:150px;
		margin-left:40px;
		margin-top:0px;
		display:none;
    }
    #breaker{
    	display:block;
    }
    #likes{
		display:none;
    }

	#dislikebtn{
		position: relative;
		margin-top: 44px;
		margin-left:6px;
	}
	#dislikesnum{
		color:#999999;
		margin-bottom:-09px;
		margin-left:40px;
		font-size:15px;
		-webkit-text-size-adjust:none;
	 	-ms-text-size-adjust:none;
	 	-moz-text-size-adjust:none;
	 	text-size-adjust:none;
	}

	#likesnum{
		color:#999999;
		margin-top: -26px;
		margin-left:90px;
		font-size:15px;
		-webkit-text-size-adjust:none;
	 	-ms-text-size-adjust:none;
	 	-moz-text-size-adjust:none;
	 	text-size-adjust:none;
	}

	#delete1{
		display:inline-block;
		float:none;
		width:20px;
		height:20px;
		content:url("../img/delete.png");
	}
	#delete1:hover{
		display:inline-block;
		float:none;
		width:20px;
		height:20px;
		content:url("../img/delete1.png");
	}
	#recommend1{
		width:20px;
		height:20px;
		display:inline-block;
		float:none;
		margin-left: 10px;
		content:url("../img/recommend.png");
	}
	#recommend1:hover{
		width:20px;
		height:20px;
		margin-left: 10px;
		content:url("../img/recommend1.png");
	}
	#details{
		margin-left: -10px;
		margin-top: 50px;
		width: 100%;
    }
	#UserName{
		margin-top: 0px;
		margin-left: 0px;
		font-family: Segoe UI;
		font-size: 17px;
		color: #505050;
	}
	#Rank{
		margin-top: -10px;
		margin-left: 0px;
		font-family: Segoe UI;
		font-size: 16px;
		color: #000000;
	}
	#viewdiv{
        margin-left:20px;
        margin-right: 15px;
	    float:right;
	    margin-top: 80px;

	}
	#dataContainer{
		margin-top: 0px;
		width:100%;
		min-height: 20px;
		margin-bottom: 20px;
    }
    #dataContainer_Mobile{
    	margin-top: 0px;
		width:100%;
    }
	#views{
		display:inline-block;
		line-height: 32px;
		height:32px;
		font-size:18px;
		color: #505050;
		margin-left:220px;
		margin-top: -70px;
		text-align: left;
		-webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
	 	-moz-text-size-adjust:none;
	 	text-size-adjust:none;
	}
	.jack{
		margin-top: -20px;
		margin-bottom: 10px;
		width:100%;

	}
	#ArtTitle{
		color: #232323;
		font-family:SGO;
		font-size:20px;
		word-wrap:break-word;
	}
	.articleBody{
	}
	#twitterIcon2{
		display:inline-block;
		margin-left: 0px;
		padding-right: 5px;
		margin-top: -58px;
		margin-right: 0px;
		float:none;
		clear:none;

	}
	#FacebookIcon2{
		display:inline-block;
		margin-right: 0px;
		float:none;
		clear:none;
	}
	#border1,#border1_comment,#border1_comment_mobileOnly{
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-left: 0px;
		width:100%;
    	border-bottom: 1px solid #d1d1d1;
    }
    #border1_comment,#border1_comment_mobileOnly{
    	margin-bottom: 0px;
    }
    #border1_comment_mobileOnly{
    	display:inline-block;
    }
    #ComImgMe{
		margin-top: -10px;
		width:60px;
		height:60px;
    }

	#commentSection{
		position:relative;
		margin-top: 9px;
		height:auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		background: #ffffff;
		width: calc(100% - 20px);
	}
	#TOTCOMMENT{
		 -webkit-text-size-adjust:none;
		 -ms-text-size-adjust:none;
		  -moz-text-size-adjust:none;
		  text-size-adjust:none;
		  font-size: 15px;
		  line-height: 32px;
	}
	#commentName{
		background-color:#FF9600;
		font-size:15px;
		color:#ffffff;
		font-family:'Calibiri2',fallback,Sans-serif;padding-top: 3px;padding-bottom: 3px;padding-left: 63px;padding-right: 63px;display:table;
	}
	#comment{
		min-height: 60px;
		height:auto;
	 	font-size: 15px;
	 	margin-top: -10px;
	}
	#comment:focus{
		min-height: 60px;
		height:auto;
	 	font-size: 15px;
	}
	#postbtn{
	   	margin-left:0;
	   	font-size:15px;
	   	font-family:'Calibiri2',fallback,Sans-serif;
	   	padding-top: 3px;
	   	padding-bottom: 3px;
	   	display:table;
    }
    #postbtn1{
	   margin-left:0;
	   	font-size:15px;
	   	font-family:'Calibiri2',fallback,Sans-serif;
	   	padding-top: 3px;
	   	padding-bottom: 3px;
	   	padding-left: 0px;
	   	padding-right:0px;
	   	display:table;
    }
    #comment1{
		min-height: 60px;
		height:auto;
		font-size: 15px;
		margin-top: -10px;
    }
	#comment1:focus{
		min-height: 60px;
		height:auto;
		font-size: 15px;
	}
	#borderG{
		display:none;
	}
	#loadmore,#loadmore1{
   	    margin-bottom:20px;
   	    margin-top:10px;
   	    font-size:15px;
   	    font-family:'Calibiri2',fallback,Sans-serif;
   	    padding-top: 3px;
   	    padding-bottom: 3px;
   	    padding-left: 4px;
   	    padding-right: 4px;
   	    width:50%;
    }
    #loadmore{
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width:100%;
	}
	#loadmoreMessages{
		width:calc(100% - 40px);
	}
    #video-container {
		position: relative;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
		background-color: red;
    }
    #video-container:-webkit-full-screen {
	margin-left: 0px;
	margin-top: -0px;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
	background-color: #000000;
	vertical-align: center;
    }

    .jack7{
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		width:100%;

	}
	#profile{
		background-color: #ffffff;
	    position: relative;
		margin-top: 60px;
		margin-left: 0px;
		background: #ffffff;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		width: calc(100% - 20px);
		display:none;
		box-shadow: 0px 0px 49px -18px rgba(0,0,0,1);

	}
	.profile{
		background-color: #ffffff;
	    position: relative;
		margin-top: 10px;
		margin-left: 0px;
		background: #ffffff;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		width: calc(95% - 20px);
		/* Firefox */
		width: -moz-calc(95% - 20px);
		/* WebKit */
		width: -webkit-calc(95% - 20px);
		/* Opera */
		width: -o-calc(95% - 20px);
	}
	#profilegrey{
		background:#C6C6C6;
		width:100%;
		height:125px;
		margin-right:300px;
		margin-top:-20px;
	}
	#profileOrg{
		margin-left:0px;
		margin-top:57px;
		overflow-x:hidden;
	}
	#loginh1{
		color:#000000;
		font-style:normal;
		font-family:'Calibiri2',fallback,Sans-serif;
		font-weight:300;
		font-size:20px;
		margin-top:9px;
		margin-bottom:-0px;
		margin-left:0px;
		max-width: 100%;
		overflow:hidden;
	}
	#imgborder1{
	    border-top: 3px solid #ffffff;
		border-left: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
		box-shadow: 0 0 15px 1px #141414;
	    margin-top:0px;
	    image-rendering:auto;
	    width:100px;
	    height:100px;
	}
	#imgborder2{
	    border-top: 3px solid #ffffff;
		border-left: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
	    margin-top:-20px;
	    image-rendering:auto;
	    width:100px;
	    height:100px;
	}
	#overlay{
		display:inline-block;
		color:white;
		width:30px;
		height:30px;
		margin-left: -105px;
		z-index: 999;
		margin-top: -60px;

	}
	#profileDesc{
		font-family:Arial;
		font-weight:300;
		font-size:15px;
		margin-left:0px;
		margin-top:0px;
		max-width: calc(100% - 0px);
		width: calc(100% - 0px);
		word-wrap:break-word;
	}
	#profileDescEdit{
		font-family:Arial;
		font-weight:300;
		font-size:15px;
		margin-left:0px;
		margin-top:13px;
		width:100%;
		max-width: calc(100% - 5px);
		word-wrap:break-word;
	}
	#profileFollowers{
		padding-top:0px;
		color:#ffffff;
		font-size:17px;
		font-family:Segoe UI;
	}
	#profileFollowersDiv{
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	font-size:17px;
	  	margin-left:0px;
	  	margin-top: -77px;
	  	width:156px;
	  	height:0px;
	  	padding-top: 4px;
	  	padding-bottom: 4px;
		display:table;
	  	-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		background: #FF9600;
		color: #ffffff;
		float:right;
		text-align: center;
	}
	#profileRealname{
		font-family:Arial;
		font-weight:300;
		font-size:20px;
		margin-left:3px;
		margin-top:13px;
		width:calc(100% - 5px);
		max-width: 100%;

	}
	#profileDescName{
		font-family:Arial;
		font-weight:500;
		font-size:16px;
		margin-right:0px;
	}
	#profileNameName{
		font-family:Arial;
		font-weight:500;
		font-size:16px;
		margin-right:0px;
	    margin-top:0px;
	}
	#DetailsDiv{
		margin-top:0px;
		margin-left: 30px;
		width:100%;
		max-width: calc(100% - 60px);
	}
	#loginbtn{
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	margin-left:0px;
	  	padding-left:30px;
	  	padding-right:30px;
	}
	#loginbtn:hover{
		border-radius: 17px;
	}
	#viewAllBtn{
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	font-size:17px;
	  	margin-left:0px;
	  	margin-top: 18px;
	  	padding-left:25px;
	  	padding-right:26px;
	  	padding-bottom: 4px;
		padding-top: 4px;
		display:table;
	  	-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		background: #FF9600;
		color: #ffffff;
	}
	#viewAllBtn:hover{
		border-radius: 17px;
	}
	.viewAllBtn{
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	font-size:17px;
	  	margin-left:0px;
	  	margin-top: 18px;
	  	padding-left:25px;
	  	padding-right:26px;
	  	padding-bottom: 4px;
		padding-top: 4px;
		display:table;
	  	-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		background: #FF9600;
		color: #ffffff;
	}
	.viewAllBtn:hover{
		border-radius: 17px;
		color: #ffffff;

	}
	#FBLink{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	#FBImg{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	#TWLink{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	#TWImg{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	#PTLink{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
	}
	#PTImg{
		display:inline-block;
		margin-top:0px;
		margin-left:0px;
        margin-right:0px;
	}
	#SocialLinks{
		float:right;
		display:inline-block;
		margin-right: 0px;
	}
	#cameraIconProfile{
		width:30px;
		display:inline-block;
		margin-top:30px;
		margin-left:20px;
	}
	#DetailImage{
		margin-top: 14px;
		display:inline-block;
		position:relative;
		width:100px;
		clear:both;
		background-color: red;
	}
	#socialedit{
		font-family:Arial;
		font-weight:300;
		margin-top: 13px;
		font-size: 20px;
		max-width:206px;
	}
	#socialedit2{
		font-family:Arial;
		font-weight:300;
		margin-top: 13px;
		font-size: 20px;
		max-width:156px;

	}
	#emailEdit{
		font-family:Arial;
		font-weight:300;
		margin-top: 13px;
		font-size: 18px;
		margin-left: 0px;
		max-width:100%;
		width: calc(100% - 5px);
	    color:#585757;

	}
	#gear2{
		margin-top: 0px;
		margin-left: 0px;
		float:none;
		margin-right: 0px;
		width:30px;
		height:30px;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
	}
	#mail{
	width:35px;
	height:35px;
	margin-top: 8px;
	margin-left: 10px;
    }

	#follow{
		margin-top:10px;
		width: calc(95% - 51px);
		cursor:pointer;
		border:3px solid #FF9600;

	}
	#secondad,#secondadMobile{
		margin-top: 0px;
		margin-right: 0px;
		height:auto;
		background-color: transparent;
		width:auto;
		box-shadow: none;
	}

	#Artad1{
		display:none;
		height:auto;
		width:auto;
	}
	#Artad2{
	   display:inline;
	   height:auto;
	}
	.imageText{
		max-width:100%;
	}
	#editbtn{
		padding:6px;
		background-color: #FF9600;
		display:inline-block;
		margin-left:0px;
	    margin-top:10px;
	}
	#cancelbtn{
		display:inline-block;
		margin-left:50px;
		margin-top:-42px;
	}
	#cancelbtnIMG{
		padding:6px;
		background-color:#0C5E01;
		display:inline-block;
		margin-left:0px;
	    margin-top:0px;
		padding:6px;
		background-color:#920000;
	}
	#editError{
		background:#CE2929;
		margin-left:0px;
		margin-top:10px;
		width: 100%;
		height:30px;
	}
	#editError2{
		background:#CE2929;
		margin-left:0px;
		margin-top:10px;
		width: 95%;
		height:30px;
	}
	#rectsearchresults2{
		position: relative;
		margin-left: 0px;
	}
	#rectsearchresults3{
		position: relative;
		margin-left: 0px;
	}
	#postbg{
		background-color: #ffffff;
	    position: relative;
		margin-top: 0px;
		margin-left: 0px;
		background: #ffffff;
		padding-top: 20px;
		padding-left: 20px;
		padding-right:20px;
		width:calc(95% - 40px);
	}
	#postbg2{
		background-color: #ffffff;
	    position: relative;
		margin-top: 0px;
		margin-left: 0px;
		background: #ffffff;
		padding-top: 20px;
		padding-left: 20px;
		padding-right:20px;
		width:calc(95% - 40px);
	}
	#postTitleStyle{
		margin-top:30px;
		margin-left: 0px;
	 	font-size: 16px;
	   	width:95%;
	}
	#postTitleStyle:focus{
	    margin-top:30px;
		margin-left: 0px;
	 	font-size: 16px;
	}
	#postTextStyle{
		height:100px;
		margin-top:20px;
	   	width:95%;
	}

	#postTextStyle:focus{
		height:200px;
		margin-top:20px;
		margin-left: -0px;
	   	width:95%;
	}
	#postTagStyle{
		width:95%;
		margin-top:20px;
		margin-left: 0px;
	}
	#postTagStyle:focus{
		width:95%;
	    margin-top:20px;
		margin-left: 0px;
	}
	#WYSIWYGBTNS{
		margin-left:0px;
		background:#E1E0E0;
		width:95%;
		height:auto;
		min-height:20px;
		margin-top:08px;
		padding-bottom:10px;
		last
	}
	#richTextField{
		-webkit-appearance: none;
		-webkit-border-radius:0;
		border:#A8A8A8 1px solid;
		width:95%;
		height:300px;
    }
    #dropdown{
    	display:block;
		margin-left: 0px;
		margin-top: 10px;
	    padding-top: 6px;
	    padding-bottom: 5px;
	    padding-left: 24px;
	    padding-right: 24px;
	    height:30px;
	    margin-bottom: 10px;
	    width:95%;
    }
    #Postpost{
    	width:calc(95%);
    }
    .chooseNail{
    	display:block;
    	-webkit-appearance: none;
    	-webkit-border-radius: 0;
    	margin-left:-240px;
    	margin-top:70px;
    	display:none;
    }
	#labelthumb{
		display:block;
		width: calc(95% - 78px);
		height: 20px;
		padding-right:39px;
	    padding-left: 39px;
	}
	#labelthumb:hover{
		display:block;
		width: calc(95% - 78px);
		height: 20px;
	}
	#labelvideo{
		margin-top: 20px;
		margin-bottom: 20px;
		display:block;
		width: calc(95% - 78px);
		height: 20px;
		padding-right:39px;
	    padding-left: 39px;
	    margin-left: 11px;
	}
	#labelvideo:hover{
		display:block;
		width: calc(95% - 78px);
		height: 20px;
	}
	.articleBody img{
		max-width:95%;
	}

	.TheModal{
		position:fixed;
		color:black;
		background-color: #5577C3;
		width:95%;
		height:220px;
		top:50%;
		left:0;
		margin-top: -110px;
		margin-left: 2.5%;
	}
	.InsideModal{
		width:100%;
		height:100px;
		left:0%;
		top:.1%;
		margin-left:0px;
	}
	.ModalArea{
		width:95%;
		height:30px;
		margin-top:35px;
		margin-left:0px;
	}
	#ModalTitle{
		position:relative;
		color:white;
		margin-left:0%;
		margin-top:02%
	}
	.ModalButton{
		margin-top: 50px;
	}
	.ModalButton2{
	   	margin-top: 50px;
	}
	#FBLOGIN{
		font-size: 18px;
	    width: calc(100% - 6px);
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top:10px;
	    padding-bottom:8px;
	    border-radius: 3px;
	}
	#FBLOGIN:hover{
		background-color: #304777;
	}
	#loginbtn2{
		-o-transition:.3s;
	  	-ms-transition:.3s;
	  	-moz-transition:.3s;
	  	-webkit-transition:.3s;
	  	transition:.3s;
	  	margin-left:0px;
	  	padding-left:30px;
	  	padding-right:30px;
	  	padding-bottom: 8px;
	  	padding-top: 10px;
	  	font-size: 18px;
	  	width:calc(100% - 6px);
	  	height:36px;
	  	border-radius: 3px;
	}
	#loginbtn2:hover{
		border-radius: 3px;
	}
	#seek-bar {
		outline:none;
		width: 58%;
		-webkit-appearance:none;
		background:transparent;
    }
	#MSGdiv{
		max-width:calc(100%);
		height:auto;
		margin-top:10px;
		webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
		-moz-text-size-adjust:none;
		text-size-adjust:none;
	}

	#MSGIMG{
		width:30%;
		height:auto;
	}
	#MSGDIV2{
		margin-left:7px;
		max-width:calc(66%);
		display:inline-block;
		vertical-align:top;
	}
	#MSGname{
		vertical-align:top;
		font-size:26px;
		webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
		-moz-text-size-adjust:none;
		text-size-adjust:none;
		color: #FF5A00;
	}
	#boldComment{
	    color:black;
	}
	#MSGname2{
		display:inline-block;
		vertical-align:top;
		font-size:14px;
		webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
		-moz-text-size-adjust:none;
		text-size-adjust:none;
		color: black;
	}
	#MSGname2:hover{
		color:#0094FF;
	}
	#MSGcomment{
		display:block;
		vertical-align:top;
		webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
		-moz-text-size-adjust:none;
		text-size-adjust:none;
		font-size:13px;
	}
	#borderWithName{
		display:block;
		border-bottom: #C9C9C9 solid 1px;
		margin-top: 7px;
		margin-bottom:7px;
	}

	#dropdown2{
		max-width:100px;
		min-width:100px;
	}
	#footerbtn1{
		color: black;
		text-decoration: none;
		margin-left: 0px;
		position: relative;
		font-size: 15px;
		font-weight:100;
		padding: 10px;
	}

	#footerbtn2{
		color: black;
		text-decoration: none;
		margin-left: 0px;

		position: relative;
		font-size: 15px;
		font-weight:100;
		padding: 10px;

	}
	#footerbtn3{
		color: black;
		text-decoration: none;
		margin-left: 0px;

		padding: 10px;
		position: relative;
		font-size: 15px;
		font-weight:100;

	}
	#footerbtn4{
		color: black;
		text-decoration: none;
		margin-left: 0px;

		position: relative;
		font-size: 15px;
		font-weight:100;
		padding: 10px;
	}
	#borderPhone{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
		border-bottom: 1px solid #FF9600;
	}
	#ULDIV{
		position:fixed;
		height:100%;
		width: 182px;
		margin-top: 50px;
		margin-left: -182px;
		z-index: 99;
		padding:0;
		display:none;
		background-color: white;
		box-shadow: -0px 0px 28px 1px black;
		overflow-y:auto;
	}
	#divUserMid{
		width:25%;
		position:relative;
		display:inline-block;
		clear:both;
		margin-top: -90px;
	}
	#divUserParent{
		width:auto;
		min-width:300px;
		position:relative;
		display:inline-block;
		margin-left:10px;
	}
	#divUser{
		position:relative;
		display:inline-block;
		clear:both;
		margin-top: 30px;
		padding-left: 7px;
	}
	#UserImg{
		margin-top: -80px;
		width:100%;
	}
	#bottomArt{
		margin-left: -15px;
		padding-left: 0px;
		padding-right: 0px;
		width:calc(100% - 20px);
		horizontal-align:left;
	}

	#PostbtnDiv{
		float:none;
		width:100%;
		height:auto;
		display:inline-block;
		clear:none;
		vertical-align: none;
		margin-top: 10px;
		margin-right: 0px;
	}
	#subBTN{
     margin-left: 0px;
	 width: 100px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 margin-top:0px;
	 font-size:18px;
	}
	.PostNone{
		-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		display:inline-block;
		margin-top: 0px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 4px;
		padding-top: 4px;
		background: #86ABA7;
		color: #ffffff;
		font-size: 18px;
		font-family:Arial;
		border:none;
		outline:none;
		min-width:calc(95% - 6px);
		text-align: center;
		margin-left: 0px;
	}
	.Post22{
		padding-left: 3px;
		padding-right: 3px;
		min-width:calc(95% - 6px);
		width:100%;
		margin-left: 11px;
	}
	.Post2{
		padding-left: 3px;
		padding-right: 3px;
		min-width:calc(95% - 6px);
		width:100%;
		margin-left: 11px;
	}
	#SearchTypeDiv{
		margin-top: 80px;
		background-color: white;
		width:100%;
		padding:0px;
		padding-bottom: 0px;
	}
	.SearchType{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #0E7FFE;
		width:calc(100% / 6);
		height:30px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		padding-top: 10px;
	}
	.SearchType:hover{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #FF9600;
		padding-top: 10px;
		cursor:pointer;
	}
  .SearchTypeMessage{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #0E7FFE;
		width:calc(100% / 4);
		height:30px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		padding-top: 10px;
	}
	.SearchTypeMessage:hover{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #FF9600;
		padding-top: 10px;
		cursor:pointer;
	}
	.SearchType2{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #FF9600;
		width:calc(100% / 6);
		height:30px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
		padding-top: 10px;
	}
	.SearchType2:hover{
		display:inline-block;
		margin-bottom: 30px;
		border-top:3px solid #FF9600;
		padding-top: 10px;
		cursor:pointer;
	}
	.SearchTypeA{
		font-size: 14px;
		color:#0E7FFE;
		vertical-align: center;
		font-family: Arial;
	}
	.SearchTypeB{
		font-size: 14px;
		color:#FF9600;
		vertical-align: center;
		font-family: Arial;
	}
	.SearchTypeA:hover{
		font-size: 14px;
		color:#FF9600;
		vertical-align: center;
		font-family: Arial;
	}
	.SearchTypeB:hover{
		font-size: 14px;
		color:#FF9600;
		vertical-align: center;
		font-family: Arial;
	}
	#TotalSearch{

		width:100%;
		box-shadow: 0px 0px 49px -18px rgba(0,0,0,1);
	}
	#feature{
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 00px;
		width: calc(100% - 20px);
		height: 150px;
	}
	#ProfileImg{
		margin-top: 0px;
		padding-bottom:0px;
		image-rendering:auto;
		width:150px;
		display:inline-block;
	}
	#feature2{
		overflow:hidden;
		display:inline-block;
		margin-top: -140px;
		margin-left: 160px;
		margin-right: 00px;
		width: calc(97% - 150px);
	}
	#titletext2{
		font-family:'Ablack',fallback,"Arial";
		color: #000000;
		font-size:16px;

	}

	#titletext2:hover{
		color: #1C57FF;
		font-size:16px;
		display:inline-block;
	}
	#Followers{
		padding-top:3px;
		color:#5B5B5A;
		font-weight:500;
		font-size:14px;
		font-family:Segoe UI;
		font-style: italic;
	}
	#FeatureDesc{
		margin-top: -14px;
	}

	#rectangle {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-left:0px;
		background-color: white;
		position: relative;
		bottom: 0;
		margin-top: 16px;
		box-shadow: 0px 0px 39px -18px rgba(0,0,0,0);
	}

	#CommentDiv{
		max-width: calc(100%);
		overflow:hidden;
	}
	#AdArticle{
		width:100%;
	}
	#TotalWrapper{
		margin-top: 0px;
	}
	#articleImg{
		margin-top: 0px;
		width:100%;
	}
	#WrapperArtCont{
		width:100%;
		display:inline-block;
	}
	#sideRelated{
		width:auto;
		display:block;
		height:auto;
		padding:7px;
		padding-bottom: 0px;
		max-height: 3200px;
		margin-left: 0px;
		margin-top: 10px;
		vertical-align: none;
		background-color: white;
		width: calc(95% - 14px);
		padding-right: 7px;
		padding-left: 7px;
		height: auto;
	}
	#TotalWrapper{
		width:100%;
		margin-top: 0px;
		overflow:hidden;

	}
	#titletextArt{
		margin-top: 0px;
		font-size:15px;
		font-weight: 500;
		word-wrap: break-word;
		font-family:'Helvetica',fallback,Sans-serif;
	}
	#titletextArt:hover{
		color: #1C57FF;
		font-size:15px;
		font-family:'Helvetica',fallback,Sans-serif;
    }
    #feature2_1ART{
    	padding-left: 0px;
    	margin-left: 2px;
    	padding-right: 0px;
    	width:calc(40% - 10px);
    	overflow:hidden;
    	display:inline-block;
    	vertical-align: top;
    	padding-top: 0px;
    	margin-top: 0px;
    }
    #AmazonAd{
    	display:none;
    }
    #AmazonAd2{
    	width:10px;
    	height:10px;
    	display:inline;
   	    margin-top: 10px;
    }
    #ArtRel2{
    	background-color: white;
        box-shadow: 0px 0px 49px -18px rgba(0,0,0,0);
        width:auto;
        height:auto;
    }
    #DeleteEtc{
		display:block;
		margin-left: 10px;
		margin-top: 5px;
	}

	#SnippetHeader{
		color:#FF9600;
		margin-left: 0px;
		-o-transition:.4s;
		-ms-transition:.4s;
		-moz-transition:.4s;
		-webkit-transition:.4s;
		transition:.4s;
	}
	#SnippetHeader:hover{
		color:#FF9600;
		margin-left: 0px;
		font-size: 27px;
		cursor:pointer;
	}
	#loginOverlay{
    display:inline;
		width:100%;
		height:100%;
		z-index: 999;
		position:fixed;
		bottom:0;
		right:0;
		left:0;
		top:0;
	}
	#loginOverlayvis{
		position:fixed;
		width:100%;
		margin-left: 0px;
		left: 0;
		top:0;
		height:320px;
		max-height:320px;
		margin-top: 70px;
		vertical-align: center;
		o-transition:.1s;
		-ms-transition:.1s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition:.2s;
	}
	#loginOverlayvis.ison{
		position:fixed;
		width:100%;
		margin-left: 0px;
		left: 0;
		top:0;
		height:390px;
		max-height:390px;
		margin-top: 70px;
		vertical-align: center;
		o-transition:.1s;
		-ms-transition:.1s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition:.2s;
	}
	#loginCreate.on2{
		padding-top: 88px;
	}
	#login{
		height:calc(100% - 70px);
		width:calc(95% - 60px);
		max-width: 350px;
		position:relative;
		background-color: #ffffff;
		display:inline-block;
		overflow-y:hidden;
		overflow-x:hidden;
		margin-left: 0px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right:20px;
		padding-bottom: 20px;
		display:inline-block;
		o-transition:.1s;
		-ms-transition:.1s;
		-moz-transition:1.3s;
		-webkit-transition:1.3s;
		transition:1.3s;
	}

	#login_2{
		width:100%;
		margin-left: 0px;
		o-transition:.1s;
		-ms-transition:.1s;
		-moz-transition:1.3s;
		-webkit-transition:1.3s;
		transition:1.3s;
		margin-top: 0px;
	}
	#login_2.on2{
		margin-left: -800px;
	}
	#loginCreate{
		o-transition:.1s;
		-ms-transition:.1s;
		-moz-transition:1.8s;
		-webkit-transition:1.8s;
		transition:1.8s;
		display:inline-block;
		clear:both;
		margin-right: 800px;
		opacity:0;
	}
	#loginCreate.on2{
		opacity:1;
		margin-right: 00px;
		margin-top: -342px;
	}
	#rect2_follow{
		display:none;
	}
	#allTopicsRect{
		background-color: white;
		width:100%;
		height:150px;
		margin-top:20px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	#Topiccolumn1{
		width:30%;
		height:100%;
	}
	#Topiccolumn2{
		width:33%;
		height:100%;
	}
	#Topiccolumn3{
		width:30%;
		height:100%;
	}
	#topicItem{
		color:#585757;
		font-size: 13px;
		font-family:Arial;
		font-weight:300;
		display:block;
	}
	#mailingList{
		margin-left:0px;
		margin-top: 0px;
		margin-top: 20px;
	}
	#pinboard{
		padding:10px;
		width:calc(100% - 20px);
	}
	#pinboardh1{
		color:#D6BD88;
		font-size: 22px;
	}
	#pinboardtext{
		margin-top: -15px;
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		font-family:'Open Sans',Helvetica,Arial,sans-serif;

	}
	#textPane{
		margin-top: 20px;
		background-color:#FAE3B2;
		border:1px solid #D6BD88;
		padding: 10px;
		padding-right: 20px;
		padding-left: 20px;
		width:calc(100% - 42px);
	}
	#pinsItems{
		margin-top: 0px;
		width:calc(100% - 2px);
		display:block;
	}
	#pinDiv{
		border:1px solid #BEBEBE;
		width:calc(100% - 20px);
		padding: 10px;
		padding-bottom: 0px;
		margin-top: 20px;
	}
	#pinComment{
		padding-bottom: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		font-family:'Open Sans',Helvetica,Arial,sans-serif;
	}
	#pinUsername{
		font-family: arial;
		font-size: 18px;
		color:#0094FF;
	}
	#pagenationlinkPinboard{
		background-color: #FF9600;
		color: white;
		padding:10px;

		margin-left: 10px;
	}
	#pagenationlinkPinboard:hover{
		color: white;
		background-color: #FF7800;
		padding:10px;

		margin-left: 10px;
	}
	#pagenationDivPinboard{
		text-align: center;
		clear:both;
		display:block;
		margin-top: 20px;
	}
	#pinboardPageDiv{
		background-color:#FAE3B2;
		border:1px solid #D6BD88;
		padding: 10px;
		margin-top: 20px;
		max-width: 340px;
		width:calc(100% - 22px);
		display:block;
		vertical-align: none;
		float:none;
	}
	#mailupBTN2{
		width: 100%;
		margin-top:20px;
		padding-bottom: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 8px;
		font-family:'Open Sans',Helvetica,Arial,sans-serif;
		font-size: 17px;
	}
	#mailupBTN2{
		width:100%;
		margin-left: 0px;
		padding-bottom: 8px;
	}
	#pinboardComment{
		width:calc(100% - 12px);
	}
	#profileBody{
		background-color:#ffffff;
	}
	#leftProfileColumn{
		width:100%;
		margin-top: -50px;
		margin-left: 0px;
		display:inline-block;
		text-align: center;
	}
	#middleProfileColumn{
		background-color: white;
		display:block;
		margin-left: 0px;
		margin-top: 15px;
		vertical-align: none;
		width:100%;
    }
    #blankBackground{
    	width:100%;
    	border-bottom:3px solid #0E7FFE;
    	background-color: #B7B7B7;
    }
    #Realname{
    	font-size: 26px;
		font-weight: 400;
		line-height: 38px;
		font-family:Arial;
    }
    #DateProfile{
    	font-size: 18px;
		font-weight: 400;
		line-height: 38px;
		font-family:Arial;
    }
    #ProfileBorder{
    	border-top:1px solid #d1d1d1;
    }
    #parentEdit{
		text-align: center;
		width:100%;
	}
    #editMyProfile{
		margin-left: 0px;
		margin-top: 10px;
		border:2px solid #8B8989;
		color:#8B8989;
		width:174px;
		height:20px;
		padding:10px;
		padding-top: 5px;
		padding-bottom: 13px;
		font-size: 19px;
		font-family:'Open Sans',Helvetica,Arial,sans-serif;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
		margin-left:calc(50% - 97px);
	}
	#editMyProfile:hover{
		background-color: white;
		cursor:pointer;
		border:2px solid black;
		color:black;
	}

	#credentials{
		text-align: center;
		position:relative;
		display:block;
		height:auto;
		width:calc(100% - 40px);
		max-height: 10001px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#profileFollowers{
		padding-top:0px;
		color:#0E7FFE;
		font-weight:500;
		font-size:17px;
		font-family:Segoe UI;
	}
	#ProfileBorder{
    	border-top:1px solid #d1d1d1;
    }
	#profileFollowersDiv{
		background:white;
		height:55px;
		width:100%;
		margin-top:0px;
		margin-bottom: 0px;
		display:block;
		margin-left:0px;
		display: flex;
	    flex-flow: row wrap;
	    justify-content: space-around;
	}
	#searchTypeParent{
	    border-top:3px solid #0E7FFE;
	    text-align: center;
	}
	#mobileSearchTypeMover{
		margin-top: -3px;
	}
	#titleImgProfile{
		width:calc(100% - 0px);
		max-width: 337px;
	}
	#ArtDiv{
		width:100%;
	}
	#ArtDivItems{
		width:100%;
		max-width: 337px;
	}
	#feature0_prof{
		width:100%;
		margin-left: 10px;
    	max-width: 317px;
    }
    #titletextProf{
		font-size: 14px;
	}
	#titletextProf:hover{
		font-size: 14px;
	}
	#postpost_prof,#postpost_prof2{

	}
	#ThisIsTheBody{
		background-color: white;
	}
	#ThisIsTheBodyDG{
		background-color: #ffffff;
	}
	.Post_prof{
		-webkit-border-radius: 0;
		-webkit-appearance: none;
		position: relative;
		display:inline-block;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 4px;
		padding-top: 4px;
		background: white;
		border:2px solid #8B8989;
		color:#8B8989;
		font-size: 16px;
	  	margin-top: 20px;
	  	max-width:150px;
	  	width:100%;
	  	font-family:'Open Sans',Helvetica,Arial,sans-serif;
	}
	.Post_prof:hover{
		cursor:pointer;
		border:2px solid black;
		color:black;
	}
  #spacerBarIndex{
   float:right;
   margin-top: 6px;
 }
 #login_parent{
   position:fixed;
   padding-top: 1px;
   width:380px;
   background-color: white;
   box-shadow: 0px 0px 25px 1px #000000;
   top:50%;
   left:50%;
   margin-top: -200px;
   margin-left: -190px;
 }

}


@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {
    header h1{
      margin-top: 3px;
    background: url(../img/logo.png) no-repeat;
    background-size: 195px 50px;
    width : 195px;
    height:60px;
    float: left;
	}
	#BurgerBarImg{
		background: url(../img/barCrisp.png) no-repeat;
		background-size: 30px 30px;
	}
}
