body {
	margin:0;
	padding:0;
	width:100%;
	float:left;
	font-size:14px;
	background:none #f5f5f5 !important;
}

body, select, textarea, input, button {
	font-family:'Open Sans';
}

select, textarea, input, button {
	font-size:100%;
}

.demo {
/*
	width:600px;
	padding-left:50%;
	margin-left:-300px;
	float:left;
*/
}
.new-message {
    text-align: -webkit-center;
    min-height: 335px;
}
@media all and (max-width: 750px){
	.demo {
		margin:0;
		padding:20px;
		width:100%;
		box-sizing:border-box;
	}
}

.demo h1 {
	text-align:center;
}

.messages, 
.messages .message, 
.new-message {
	width:100%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	margin:0 0 10px 0;
	position:relative;
}

.new-message {
	margin-top:50px;
}

.message {
	background:none #fff;
}

.new-message {
/*
	background:none #e5e5e5;
	padding-right:75px;
	position:relative;
*/
    min-height: 305px;
}

/*
.new-message button {
	position:absolute;
	right:10px;
	top:10px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:0 none;
	background:none #ac1800;
	color:#fff;
	font-size:160%;
	cursor:pointer;
}
*/
.myTimer{
	min-height:50px;
}
.clear_btn, .submit_btn{
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: none #ac1800;
    font-size: 16px;
    color: #fff;
        margin-bottom: 5px;
    border: 0;
    padding: 8px;
}

.modal .btn{
    text-align: center;
    cursor: pointer;
    background: none #ac1800;
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 8px;
}

.modal .btn:hover{
    background: none #751303;
    color:#fff;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
}
.new-message button {
    /* position: absolute; */
    position: relative;
    /* right: 10px; */
    /* top: 10px; */
    width: 200px;
    height: 200px;
    line-height: 50px;
    text-align: center;
    border: 0 none;
    background: none #ac1800;
    color: #fff;
        font-size: 40px;
    border-radius: 50%;
    cursor: pointer;
/*
    left: 33%;
*/
    top: 35px;
}
.new-message button:hover {
	background:none #751303;
}

.new-message button.recording {
	background:none #d00;
}

.new-message button,
.new-message .message-box,
.messages .message {
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}

.new-message button,
.new-message .message-box,
.audio-control .playtoggle {
	outline:none;
}

.new-message .message-box {
text-align: center;
    min-height: 50px;
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:12px;
	margin:0;
	border:0 none;
	background:none #fff;
	font-size:120%;
	resize:none;
	overflow:visible;
	height:50px;
	position:relative;
}

/*
.new-message:after,
.messages .message:after {
	content:' ';
	position:absolute;
	z-index:1000;
	top:0;
	right:-6px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0 0;
	border-color:#fff transparent transparent transparent;
}
*/

/*
.new-message:after {
	top:10px;
	right:69px;
}
*/
#recordingsList,#recordingsListOld{
	list-style: none;
	    padding: 0;
}
#recordingsList li,#recordingsListOld li{
    background: #fff;
        margin-bottom: 10px;
    padding: 10px 10px 4px;
}
#recordingsList li audio,#recordingsListOld li audio{
        width: 100%;
    background-color: #f1f3f4;
}
.audio-control {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:0 100px 0 50px;
	height:50px;
	position:relative;
}

.audio-control.loading {
	opacity:0.3;
}

.audio-control .playtoggle {
	width:50px;
	height:50px;
	font-size:160%;
	text-align:center;
	line-height:50px;
	border:0 none;
	background:none transparent;
	color:#000;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	margin:0;
	padding:0;
}

.audio-control .playtoggle::-moz-focus-inner {
	border:0 none;
	padding:0;
	margin:0;
}

.audio-control .timer {
	width:80px;
	line-height:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
}

.audio-control .timer:after {
	content:'s';
}

.audio-control.loading .timer:after {
	content:'';
}

.audio-control .duration {
	position:relative;
	width:100%;
	height:2px;
	background:none #000;
	margin:23px 0 0;
}

.audio-control .duration .duration-played {
	width:0%;
	position:absolute;
	top:-1px;
	left:0;
	height:4px;
	background:#ac1800;
}

.new-message .onair {
	color:#d00;
	font-weight:900;
}

.new-message .timer:after {
	content:'s';
}

.message .timestamp {
	font-size:80%;
	font-weight:900;
	color:#ddd;
}
.hidden{
	display:none;
}

button.audio.recording{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.coustom_def audio{
	width:100%;
	background-color: #f1f3f4;
}
#submit_area{
	margin-bottom: 20px;
}

.no-side-padding{
	padding-left:0px !important;
	padding-right:0px !important;
}
.no-side-margin{
	margin-left:0px !important;
	margin-right:0px !important;
}
.navigation_icon {
    padding: 12px 23px;
    position: absolute;
    height: 0;
    right: 0;
        z-index: 1111111111;

}

.set-heght-min{
	    height: 600px;
    overflow: auto;
}


/*
scroll css
*/

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.navigation_icon img {
    animation: zoominoutsinglefeatured 1s infinite;
    width: 45px;
}

.home_page img {
    animation: zoominoutsinglefeatured 1s infinite;
}

/*
//backgrounds*/

/*
home page
*/
.home_page_background {

/*
    background-size: contain; 
*/

    background: url(/img/background/background.jpg);
    height: -webkit-fill-available;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media only screen and (max-width: 992px){
	.home_page_background {
/*
    background-size: contain; 
*/
    background: url(/img/background/background_md.jpg) !important;
    height: -webkit-fill-available;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
}
@media only screen and (max-width: 768px){
	.home_page_background {
/*
    background-size: contain;
*/
    background: url(/img/background/background_sm.jpg) !important;
    height: -webkit-fill-available;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.set-heght-min{
	    height: 500px;
}
}

@media only screen and (max-width: 480px){
	.home_page_background {
/*
	background-size: contain;
*/
    background: url(/img/background/bg_mobi.jpg) !important;
/*
    height: -webkit-fill-available;
*/
    background-size: 100% 100% !important;
/*
    min-height: 20px;
*/
    background-repeat: no-repeat !important;
}
}

/*
all pages background
*/

.page_background {
/*
    background-size: contain; 
*/
    background: url(/img/background/background_all.jpg);
    height: -webkit-fill-available;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media only screen and (max-width: 992px){
	.page_background {
/*
    background-size: contain; 
*/
    background: url(/img/background/background_md_all.jpg) !important;
    height: -webkit-fill-available;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
}
@media only screen and (max-width: 768px){
	.page_background {
/*
    background-size: contain;
*/
    background: url(/img/background/background_sm_all.jpg) !important;
    height: -webkit-fill-available;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
}

@media only screen and (max-width: 480px){
	.page_background {
/*
	background-size: contain !important;;
*/
    background: url(/img/background/bg_mobi_all.jpg) !important;
/*
    height: -webkit-fill-available;
*/
    background-size: 100% 100%!important;
/*
    min-height: 620px;
*/
    background-repeat: no-repeat !important;
}
}


/*
set home page flags
* */

.class_game01_notify {
    position: relative;
    top: 239px;
    left: 67%;
    height: 0px;
    width: 149px;
}
.class_game02_notify {
    position: relative;
    top: 400px;
    left: 61%;
    height: 0px;
    width: 149px;
}
.class_game03_notify {
    position: relative;
    top: 324px;
    left: 22%;
    height: 0px;
    width: 149px;
}
.class_game04_notify {
    position: relative;
    top: 453px;
    left: 82%;
    height: 0px;
    width: 149px;
}
.class_game05_notify {
    position: relative;
    top: 187px;
    left: 39%;
    height: 0px;
    width: 149px;
}


@media only screen and (max-width: 992px){
	.class_game01_notify {
		top: 317px;
		left: 67%;
	}
	.class_game02_notify {
		top: 440px;
		left: 61%;
	}
	.class_game03_notify {
		top: 355px;
		left: 22%;
	}
	.class_game04_notify {
		top: 485px;
		left: 82%;
	}
	.class_game05_notify {
		top: 288px;
		left: 39%;
	}
}


@media only screen and (max-width: 768px){
	.class_game01_notify {
		top: 298px;
		left: 67%;
	}
	.class_game02_notify {
		top: 409px;
		left: 57%;
	}
	.class_game03_notify {
		top: 341px;
		left: 18%;
	}
	.class_game04_notify {
		top: 480px;
		left: 78%;
	}
	.class_game05_notify {
		top: 288px;
		left: 39%;
	}
}

@media only screen and (max-width: 480px){
	
	.class_game01_notify {
		top: 150px;
    left: 60%;
    width: 100px;
	}
	.class_game02_notify {
		top: 230px;
    left: 25%;
    width: 100px;
	}
	.class_game03_notify {
		top: 330px;
		left: 1%;
		width: 100px;
	}
	.class_game04_notify {
		    top: 401px;
    left: 53%;
    width: 100px;
	}
	.class_game05_notify {
		top: 100px;
		left: 23%;
		width: 100px;
	}
	
}


.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #560c00;
    color: #fff;
}

img.gif {
	visibility: hidden;
} 

.jsgif {
	position: relative;
}
.gifcontrol.paused {
    background: rgba(255, 255, 255, 0.25);
}
.gifcontrol.playing {
}
.gifcontrol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: background 0.25s ease-in-out;
    z-index: 100;
}
.gifcontrol {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
  z-index: 100;
}
.gifcontrol:after {
  transition: background 0.25s ease-in-out;
  position: absolute;
  content: "";
  display: block;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.gifcontrol.loading {
  background: rgba(255, 255, 255, 0.25);
}
.gifcontrol.loading:after {
  background: #ac1800;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.gifcontrol.playing {
  /* Only show the 'stop' button on hover */
}
.gifcontrol.playing:after {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    border-left: 13px solid #ac1800;
    border-right: 13px solid #ac1800;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}
.gifcontrol.playing:hover:after {
  opacity: 1;
}
.gifcontrol.paused {
  background: rgba(255, 255, 255, 0.25);
}
.gifcontrol.paused:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #ac1800;
}

.gifcontrol {	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	&:after {
		transition: background 0.25s ease-in-out;
		position: absolute;
		content: ""; 
		display: block;
		left: calc(50% - 25px);
		top: calc(50% - 25px);
	}

	&.loading {
		background: rgba(255, 255, 255, 0.25);
		&:after {
			background: #ac1800;
			width: 50px;
			height: 50px;		
			border-radius: 50px;
		}
	}

	&.playing {
		&:after {
			opacity: 0;
			transition: opacity 0.25s ease-in-out;
			border-left: 20px solid #ac1800;
			border-right: 20px solid #ac1800;
			width: 50px;
			height: 50px;
      box-sizing: border-box;
		}
		&:hover:after {
			opacity: 1;
		}
	}

	&.paused {
		background: rgba(255, 255, 255, 0.25);
		&:after {
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 25px 0 25px 50px;
			border-color: transparent transparent transparent #ac1800;
		}
	}

	transition: background 0.25s ease-in-out;
	z-index: 100;

}
.jsgif {
    text-align: center;
}
.gifcontrol.paused:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 35px;
    border-color: transparent transparent transparent #ac1800;
}
.gifcontrol:after {
    transition: background 0.25s ease-in-out;
    position: absolute;
    content: "";
    display: block;
    left: calc(52% - 25px);
    top: calc(50% - 25px);
}
.new-message-img{
	padding-top: 20px;
}	
