@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic,800,800italic);
/* main */
a:hover { text-decoration: none}
.p20 { padding:20px}
.pt5 { padding-top:5px}
.ml45 { margin-left:45px;}
.mtmb20 { margin:20px 0}
.mb15 { margin-bottom:15px}
.mt1ml5 { margin-top:1px; margin-left:5px;}
.mt15 { margin-top:15px}
.btn-danger { word-wrap:break-word !important; white-space:normal}

.mt30 { margin-top:30px;}
.mr5 { margin-right:5px}
#dlbtn, #toolbar-info {
	display: none;
}
.btn {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.switch { margin-right:25px; }
.panel-title{
	background-color: #fff;
}
.panel-heading { 
	padding:0px;
	border:none;
}
.panel-body {
  border-top: 0;
}
.panel {
	border: 0;
}
.panel-title header{
	margin: 0;
  overflow: auto;
  padding: 15px 20px;
  overflow: auto;
}
.checkbox-grey label span,
.checkbox-green label span,
.checkbox-blue label span,
.checkbox-transparent label span {
	display:inline-block;
	background-color:#e5e5ea;
	color:#000;
	padding:4px 10px;
	border-radius:4px;
}

.checkbox-green label span {
	background-color:#4ed73b;
	color:#fff;	
}

.checkbox-transparent label span {
	background-color:transparent;
	color:#8e8e93;	
}

.checkbox-blue label span {
	background-color:#2aaeff;
	color:#fff;	
}

header > div {
  padding: 8px 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  float: left;
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#top-panel {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	background-color: #007aff; /* Old browsers */
	width:100%;
	height:60px;
	max-height:60px;
	position: fixed;
	z-index:9999;	
	text-align:center;
	padding:15px;
	padding-top: 0px;
}
/* typografy */
.font11 {
	font-size: 11px !important;
}
.font14 {
	font-size: 14px !important;
}
.font16 {
	font-size: 16px !important;
}

.font9 {
	font-size: 9px !important;
	margin-top:4px;
}

/* left panel */
#left-panel {
    height: 100%;
	background-color:#fff;
	font-size:11px;
	padding-top:60px;
}
#startup-help { 
	position: fixed;
	z-index:1040;	
	left:260px;
	top:100px; 
	width:200px;
	background: #007aff;
	color:#fff; 
	border-radius:8px;padding:15px; 
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
	-webkit-box-shadow: 0 10px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0 10px 5px 2px rgba(0,0,0,0.15);
} 
	 #startup-help:after { 
		right: 100%; 
		top: 50%; 
		border: solid transparent; content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-right-color: #007aff; 
		border-width: 10px; 
		margin-top: -10px; 
	}
	
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(20px, 0);}
    65% {-webkit-transform:translate(35px, 0);}
    to {-webkit-transform: translate(20px, 0);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(20px, 0);}
    65% {-moz-transform:translate(35px, 0);}
    to {-moz-transform: translate(20px, 0);}    
}
.fileUpload {
	position: relative;
	overflow: hidden;
	text-align:center;
	margin:0 0 0 -10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* center-panel */
#center-panel {
	padding:120px 0;	
}
/* download-result */
#download-loading {
	width:500px;	
	top:-550px;
	z-index:949;
	text-align:center;
	position:fixed;
	height:500px;
	left:50%;
	margin-left:-250px;
	font-size:11px;
}

	#download-loading i {
		font-size:100px;
		margin-bottom:20px;
	}

#download-result {
	z-index:997;
	text-align:center;
	position: absolute;

	font-size:11px;
	overflow:auto;
	display:none;
	opacity:0;
}

#download-result.static {
	top:0;
	position:relative;
	left:auto;
	margin-left:0;
	margin-top:50px;
	text-align:center;
	font-size:11px;
	overflow:visible;
	display:block;
}

	i.il {
		font-size:100px;
		padding: 20px;
		border-radius: 50%;
		color: white;
		background-color: #45b6fb;
		font-size:60px;
		display:block;
		height:100px;
		width:100px;
		text-align:center;
		margin:10px auto;
	}
	
	i.fa-spin.il {
		padding: 0px;
	}
	
	#download-result input, .redir input{
		font-size:22px;
		height:auto;
		text-align:center;
		margin:0 auto;
		padding:20px;
	}
	

	#download-result a {
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
	}


/* iphone */
#iphone {
	margin:0 auto;
	width:456px;	

}

	#iphone #top {
		background-image:url('../images/top.png');
		width:456px;
		height:141px;	
		z-index: 501
	}
	
	#iphone #center {
		background:url('../images/center.png') 0 0 no-repeat,url('../images/center-continue.png') 0 0 repeat-y;	
	}

	
		#iphone #center #msg {
			width:390px;
			margin:0 auto;
			padding-left:6px;
		}
			#iphone #center .col-md-4 {
				padding:0;
				margin:0;
			}
	
			#iphone #center #msg #msg-top {
				height:76px;
				border-bottom:solid 1px rgba(212,212,212,1)	;
				font: 12px Helvetica, Arial, sans-serif;
				color:#101010;
				padding:6px 7px;
				background-color:rgba(247,247,247,0.95);
				width:384px;
				height:75px;
				position:absolute;
				z-index:998

			}
			
			#iphone #center #msg #msg-top #connection {
				padding:0;
			}
			
			#iphone #center #msg #msg-top #operator {
				padding:1px 5px;
				text-shadow: 1px 1px 0 #fff;
			}
			
			#iphone #center #msg #msg-top #connection-type {
				padding:0 2px;
				text-shadow: 1px 1px 0 #fff;
				height:16px;
				overflow:hidden;
			}
			
			#iphone #center #msg #msg-top #clock {
				font-weight:bold;
				text-shadow: 1px 1px 0 #fff;
			}
			
			#iphone #center #msg #msg-top #battery {
				background-image:url('../images/battery.png');
				width:30px;
				height:13px;
				padding:2px 1px;
			}
			
			#iphone #center #msg #msg-top #battery #battery-percent {
				background-image:url('../images/battery-percent.jpg');
				border:solid 1px #eee;
				width:50%;
				max-width:25px;
				height:9px;
			}
			
			#iphone #center #msg #msg-top #battery #battery-percent.red {
				background-image:none;
				background-color:#ff3b30;
			}
			
			#iphone #center #msg #msg-top #txt-messages {
				color:#0079ff;
				font-family: 'Open Sans', sans-serif;
				text-shadow: 1px 1px 0 #fff;
				font-size:19px;
				margin:13px 7px;
			}
			
				#iphone #center #msg #msg-top #txt-messages i {
					font-size:40px;
					margin-top:-6px;
				}
			
			#iphone #center #msg #msg-top #txt-name {
				color:#000;
				font-family: 'Open Sans', sans-serif;
				font-weight:600;
				text-shadow: 1px 1px 0 #fff;
				font-size:19px;
				margin-top:14px;
				background-color:#f7f7f7;
				text-align:center;
				white-space:nowrap;
				overflow:hidden;
				text-overflow: ellipsis;
				margin-left:0px;
				-webkit-transition: all 0.4s ease-in-out;
				-moz-transition: all 0.4s ease-in-out;
				-o-transition: all 0.4s ease-in-out;
			}
				
				#iphone #center #msg #msg-top #txt-name.active {
					width:270px;
					margin-left:-97px;
				}
			
			#iphone #center #msg #msg-top #txt-contact {
				color:#0079ff;
				font-family: 'Open Sans', sans-serif;
				text-shadow: 1px 1px 0 #fff;
				font-size:19px;
				margin:13px 0;
				text-align:right;
			}
		
		#iphone #center #msgs {
			background-color: #fff;
			overflow:visible;
			padding:0;
			margin:0;
			min-height:544px;
			padding-top:76px;
			padding-bottom:20px;
			overflow:hidden;
		}
		
			#iphone #center #msgs-wrapper {
				overflow:hidden;	
			}
			
				#iphone #center #msgs.fixed {
					position:relative;
					width:401px;
					height:640px;
					z-index:997;
				}

					
		
		#iphone #center #msgs .msg-img {
			margin:9px 0;
			margin-left:19px;
			clear:both;
			overflow:visible;
			float:left;
			width:212px;
			padding:0;
		}
		
		#iphone #center #msgs .msg-img .img-borders {
			display:none;
		}

		
		#iphone #center #msgs .msg-img .top-left-border {
			background-image:url('../images/top-left-border.png');
			width:20px;
			height:20px;
			margin-top:-1px;
			margin-left:-1px;
			position:absolute;
			border:0;
			z-index:88;
		}
		
		#iphone #center #msgs .msg-img .top-right-border {
			background-image:url('../images/top-right-border.png');
			width:20px;
			height:20px;
			margin-top:-1px;
			margin-left:193px;
			position:absolute;
			border:0;
			z-index:88;
		}
		
		#iphone #center #msgs .msg-img .bottom-left-border {
			background-image:url('../images/bottom-left-border.png');
			width:20px;
			height:20px;
			margin-left:193px;
			position:absolute;
			border:0;
			z-index:88;
		}
		
		#iphone #center #msgs .msg-img .bottom-right-border {
			background-image:url('../images/bottom-right-border.png');
			width:20px;
			height:20px;
			margin-left:-1px;
			position:absolute;
			border:0;
			z-index:88;
		}
		
		#iphone #center #msgs .msg-timestamp {
			text-align:center;
			font-size:11px;
			color:#8e8e93;
			width:383px;
			float:left;
			margin:15px 0 -5px 0;
			font-weight:300;
		}
		
		#iphone #center #msgs .msg-timestamp span {
			font-weight:600;
		}
		
		#iphone #center #msgs .msg-img img {
			max-width:212px;	
			-moz-border-radius:20px!important; /* Firefox */
			-webkit-border-radius:20px!important; /* Safari and Chrome */
			border-radius: 20px!important;    /* CSS3 */
			-khtml-border-radius: 20px;      /* Linux Browsers */		
		}
		
		#blurred-result, #image-result {
			padding:2px;
			border:dashed 2px rgba(0,0,0,0.2);
			background-color:rgba(255,255,255,0.5);
		}
		
		
		#iphone #center #msgs li {
			list-style:none;
			padding:0;
			display:block;
			margin:0;
		}
		
		#iphone #center #msgs li:hover {
			cursor:move;
		}
					
		#iphone #center #msgs .msg {
			background-color:#e5e5ea;
			width:250px;
			border-radius:20px;
			border-bottom-left-radius:16px;
			padding:9px 0;
			margin:5px;
			margin-left:19px;
			color:#070707;
			clear:both;
			overflow:visible;
			float:left;
			padding-bottom:0px;
		}
			
			
			#iphone #center #msgs .msg .sep {
				margin-top:-25px;
				min-height:38px;
				background-image:url('../images/msg-grey-bottom.jpg');
				background-position:bottom left;
				background-repeat:no-repeat;
				position:relative;
				margin-left:-11px;
			}
		
		
			#iphone #center #msgs .msg.green {
				background-color:#4fd73b;
				border-bottom-left-radius:20px;
				color:#fff;
				float:right;
				margin-left:5px;
				margin-right:19px;
				overflow: visible;
				padding-bottom:0px;
				
			}
			
				#iphone #center #msgs .msg.green .sep {
					width:257px;
					background-image:url('../images/msg-green-bottom.jpg');
					background-position:bottom left;
					background-repeat:no-repeat;
					margin-left:0px;
				}
			
			#iphone #center #msgs .msg.blue {
				background-color:#49b9fb;
				border-bottom-left-radius:20px;
				border-bottom-right-radius:16px;
				color:#fff;
				float:right;
				margin-left:5px;
				margin-right:19px;
				padding-bottom:0px;
			}
			
				#iphone #center #msgs .msg.blue .sep {
					width:257px;
					background-image:url('../images/msg-blue-bottom.jpg');
					background-position:bottom left;
					background-repeat:no-repeat;
					position:relative;
					margin-left:0;
				}

					
			#iphone #center #msgs .msg .content {
				font-family: 'Open Sans', sans-serif;
				font-size:18px;
				line-height:130%;
			}
			
			
				#iphone #center #msgs .msg .content p {
					padding:0 14px;
					margin:0;
					text-shadow: 1px 1px 0 #fff;
					position:relative;
					z-index:999;
				}
				
				#iphone #center #msgs .msg.green .content p,
				#iphone #center #msgs .msg.blue .content p {
					text-shadow: 0 0 0;
				}
				
			#iphone #center #msgs .msg .bubble {
				background-image:url('../images/msg-grey-bubble.png');
				width:33px;
				height:13px;
				position:absolute;
				margin-left:-9px;
				margin-top:-4px;
			}
			
			#iphone #center #msgs .msg.green .bubble {
				background-image:url('../images/msg-green-bubble.jpg');
				margin-left:225px;
				margin-top:-1px;
			}
			
			#iphone #center #msgs .msg.blue .bubble {
				background-image:url('../images/msg-blue-bubble.jpg');
				margin-left:226px;
			}
			
			
			#iphone #center #msgs .delete {
				border-top-left-radius:20px;
				border-top-right-radius:20px;
				position:absolute;
				margin-left:50px;
				background-color:#000;
				opacity:0.6;
				z-index:999;
				margin-left:0px;
				color:#fff;
				text-align:center;
				z-index:999;
			}
			
			#iphone #center #msgs .delete:hover {
				cursor:pointer;
				opacity:0.8;
			}
			
			
			
		#iphone #center #msgs-bottom {
			background-image:url('../images/msgs-bottom.jpg');
			width:384px;
			height:53px;
		}
		
			#iphone #center #msgs-bottom #text-textmessage-result {
				color:#c7c7cd;
				font-family: 'Open Sans', sans-serif;
				text-shadow: 1px 1px 0 #fff;
				font-size:18px;
				padding:13px 0 12px 60px;
				float:left;
			}
			
			#iphone #center #msgs-bottom #text-send-result {
				color:#85858b;
				font-family: 'Open Sans', sans-serif;
				font-weight:600;
				text-shadow: 1px 1px 0 #fff;
				font-size:18px;
				padding:12px 12px;
				float:right;
				text-align:right;
				background-image:url('../images/bg-send.jpg');
				background-repeat:no-repeat;
				background-position:-3px 7px;
				min-width:71px;
			}

	
	#iphone #bottom {
		background-image:url('../images/bottom.png');
		width:456px;
		height:152px;	
	}

/* right panel */
#right-panel {
    height: 100%;
    background-color: #fff;
	font-size:11px;
	overflow:hidden;
	padding:20px 0;
	padding-top:60px;
}

/* FOOTER */
footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #999;
}

.footer {
	padding: 5px 0;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.footer a{ text-decoration:none}

#iphone #center #msgs .msg-img.img_right {
	float:right !important;
	margin-right:19px;
	text-align:right !important
}
#iphone #center #msgs .msg-img.img_right .content{
	text-align:right
}


#works { margin-top:120px;}
#works .thumbnail {
  position: relative;
  min-height: 360px;
}
#works .filter_holder {
	margin-bottom:30px; 
}

#gallery .thumbnail {
position: relative;
  min-height: 360px;
}

#emoji_list .emoji:hover { cursor:pointer}
#emoji_list_modal .emoji:hover { cursor:pointer}
#emoji_list_modal .tab-pane { padding:15px;}
#emoji_list_modal .emoji {height:27px; width:27px}

#emojiModal { top:120px;}

.messages-wrapper {
  padding-top: 10px;
  position: relative;
  border: 1px solid #ddd;
  border-top: 0 none;
}
.message {
    border-radius: 20px 20px 20px 20px;
    margin: 0 15px 10px;
    padding: 15px 20px;
    position: relative;
}
.message.to {
    background-color: #2095FE;
    color: #fff;
    margin-left: 80px;
}
.message.from {
    background-color: #E5E4E9;
    color: #363636;
    margin-right: 80px;
}
.message.to + .message.to,
.message.from + .message.from {
  margin-top: -7px;
}
.message:before {
    border-color: #2095FE;
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 0 20px;
    bottom: 0;
    clip: rect(20px, 35px, 42px, 0px);
    content: " ";
    height: 40px;
    position: absolute;
    right: -50px;
    width: 30px;
    z-index: -1;
}
.message.from:before {
    border-color: #E5E4E9;
    left: -50px;
    transform: rotateY(180deg);
}

@media (min-width: 767px) and (max-width: 980px) {
}
@media (min-width: 0px) and (max-width: 767px) {
	#top-panel h3 { font-size:18px;}
}
@media (min-width: 1400px) {
}