.boldGlass {
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	font-weight: bold;
	text-align: center;
}

#messagesContent {
	position: relative;
	width: 75.5vw;
	height: 75vh;
	top: 6.25vh;
	left: 12.25vw;
}

#conversationsContent {
	position: absolute;
	width: 18.75vw;
	height: 75vh;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#conversationWrapper {
	width: 21.25vw;
	height: 75vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.conversationContainer {
	position: relative;
	font-size: 0.75em;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 5px;
	border-radius: 3px;
	width: 18vw;
	left: 0.35vw;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

#conversationsList {
	list-style: none;
}

#conversationsList a {
	color: rgba(255, 255, 255, 0.33);
	text-decoration: none;
	text-align: center !important;
}

#conversationsList li:first-child {
	background-color: rgba(0, 0, 0, 0.33);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}





#conversationsList p:last-child {
	margin-left: -.25vw;
}

#conversationsList li:first-child p {
	text-align: center;
}




.conversationContainer p {
	position: relative;
	font-size: 1.25em;
	width: 18vw;
	left: 0vw;
	top: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.33);
	border: none;
	cursor: pointer;
}

/*.conversationContainer p:first-child {*/
/*}*/

.conversationContainer p {
	padding-left: 5px;
	padding-right: 5px;
}

.conversationContainer p:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}



#messageListTitle {
	background-color: rgba(0, 0, 0, 0.66);
}


/*///////////////////////////////////////////////////////////////////////////////END CONVERSATIONS/*/


#messageContent {
	position: absolute;
	width: 56.25vw;
	height: 63vh;
	top: 0;
	left: 19.25vw;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#messageWrapper {
	width: 57.5vw;
	height: 62.85vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.messageContainer {
	position: relative;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 5px;
	border-radius: 3px;
	text-indent: 15px;
	width: 19.16vw;
	left: 0.25vw;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	cursor: pointer;
}

.senderMessage {
	left: 36.75vw;
	color: rgba(25, 115, 255, 0.5);
}

.senderMessage p {
	color: rgba(25, 115, 255, 0.66);
}

.messageContainer p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.messageContainer p:nth-child(odd) {
	padding-left: 2.5px;
	padding-right: 2.5px;
	text-align: left;
}
/*////////////////////////////////////////////////////////////////////////////////////END MESSAGES/*/


#messageInputContent {
	position: absolute;
	width: 56.25vw;
	height: 11.44vh;
	top: 63.5vh;
	left: 19.25vw;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#messageForm {
	position: relative;
	width: 53.4375vw;
	height: 5.72vh;
	top: 2.86vh;
	left: 1.40625vw;
	border-radius: 10px;
	border: 3px ridge silver;
	background-color: rgba(0, 0, 0, 0.15);
}

#messageForm ul {
	width: 53.4375vw;
	height: 5.72vh;
	list-style: none;
}

#messageForm li {
	float: left;
	height: 5.72vh;
}

#messageForm li:first-child {
	width: 40.078125vw;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#messageForm li:nth-child(2) {
	width: 13.36vw;
	background-color: rgba(0, 0, 0, 0.66);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#messageForm input[type=text] {
	width: 40.078125vw;
	background-color: transparent !important;
	border: none !important;
	height: 5.72vh;
	text-align: justify;
	padding-left: 5px;
}

#messageForm input[type=submit] {
	width: 13.36vw;
	height: 5.72vh;
	background-color: transparent !important;
	border: none !important;
	height: 5.72vh;
	text-align: center;
	cursor: pointer;
}
/*///////////////////////////////////////////////////////////////////////////////////////END INPUT/*/





/*//////////////////////////////////////////////////////////////////////////MEDIA QUERIES*/
/*///////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (orientation: portrait), only screen and (max-width:1024px) and (orientation: landscape)  {
	#messagesContent {
		position: absolute;
		width: 95vw;
		height: 84.5vh;
		top: 1.25vh;
		left: 2.5vw;
		background-color: rgba(255, 255, 255, 0.25);
		border: 1px solid black;
	}

	#conversationsContent {
		width: 23.75vw;
		height: 84.5vh;
		top: 0;
		left: 0;
	}

	#conversationWrapper {
		width: 25vw;
		height: 84.5vh;
		top: 0;
	}

	.conversationContainer {
		position: relative;
		font-size: 0.75em;
		background-color: rgba(0, 0, 0, 0.5);
		margin-top: 5px;
		border-radius: 3px;
		width: 23.25vw;
		left: 0.25vw;
		border-radius: 5px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.conversationContainer input {
		font-size: 1em;
		width: 23.25vw;
	}
/*///////////////////////////////////////////////////////////////////////////////END CONVERSATIONS/*/


	#messageContent {
		width: 71.25vw;
		height: 73vh;
		top: 0;
		left: 24vw;
	}

	#messageWrapper {
		width: 75vw;
		height: 73vh;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.messageContainer {
		margin-top: 5px;
		border-radius: 3px;
		text-indent: 15px;
		width: 25vw;
		left: 0.25vw;
		border-radius: 5px;
		overflow-y: auto;
		overflow-x: hidden;
		cursor: pointer;
	}

	.messageContainer:nth-child(even) {
		left: 1.5vw;
	}

	.messageContainer:nth-child(odd) {
		left: 45vw;
		color: rgba(25, 115, 255, 0.5);
	}

	.messageContainer p {
	}

	.messageContainer p:nth-child(odd) {
		text-align: right;
		padding-top: 5px;
	}
/*////////////////////////////////////////////////////////////////////////////////////END MESSAGES/*/


	#messageInputContent {
		width: 71.25vw;
		height: 11vh;
		top: 73.25vh;
		left: 24vw;
	}

	#messageForm {
		width: 66.25vw;
		height: 8vh;
		top: 1.25vh;
		left: 1.40625vw;
	}

	#messageForm ul {
		width: 66.25vw;
		height: 8vh;
	}

	#messageForm li {
		float: left;
		height: 8vh;
	}

	#messageForm li:first-child {
		width: 49.6875vw;
	}

	#messageForm li:last-child {
		width: 16.5625vw;
	}

	#messageForm input[type=text] {
		width: 49.6875vw;
		height: 8vh;
		line-height: 8vh;
	}

	#messageForm input[type=submit] {
		width: 16.5625vw;
		height: 8vh;
		line-height: 8vh;
	}
/*///////////////////////////////////////////////////////////////////////////////////////END INPUT/*/
}/*end portrait*/




@media only screen and (orientation: landscape) {

}/*end landscape*/


















/*MEDIUM SCREENS*/
@media only screen and (max-width: 1024px) {

}/*end 1024px*/





/*small screens*/
@media only screen and (max-width:768px) {
	.conversationContainer h3{
		font-size: 1.25em;
	}

	.conversationContainer p {
		font-size: 0.75em;
	}
}/*end 768px*/





/*Iphone 6*/
@media only screen and (max-width:627px) {
	.conversationContainer h3{
		font-size: 1em;
	}

	.conversationContainer p {
		font-size: 0.66em;
	}

	.messageContainer p {
		font-size: 0.75em;
	}

	#messageForm input[type=text] {
		position: relative;
		padding-left: 5px;
	}

	#messageForm input[type=submit] {
		position: relative;
		cursor: pointer;
	}

	.conversationContainer input {
		font-size: 0.75em;
		width: 23.25vw;
	}
}/*end 627px*/


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

}/*end 480px*/


@media only screen and (max-width : 320px) {
	.conversationContainer h3{
		font-size: 0.75em;
	}

	.conversationContainer p {
		font-size: 0.5em;
	}
}/*end 320px*/









/*Smartphone*/
@media only screen and (max-width:568px) and (orientation: landscape) {

}/*end 568px landscape*/


@media only screen and (max-width:675px) and (max-height: 500px) {

}/*end 350px landscape*/