/* font-family: 'Questrial', sans-serif;
font-family: 'Arvo', serif;
font-family: 'News Cycle', sans-serif;
font-family: 'Lora', serif;
font-family: 'Lobster', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Bree Serif', serif;
font-family: 'Lobster Two', cursive;
font-family: 'Bevan', serif; */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: lighter;
    font-style: normal;
}
body {
  font-family: 'Helvetica', 'Arial';
  background-color: #f7f7f7;
}

textarea {
display:none;
}
* {
margin:0;
padding:0;
}
 .selected, .ui-draggable-dragging, .ui-resizable-resizing {
  border: 1px dashed blue;
 }
#image-select{
 	display:none;
 	position:absolute;
 	color: #333;
  z-index:999999;
 }
 .image{
 	color: white;
 	overflow: hidden;
 	margin: 4px;
 }
 
 .image img {
 -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
 }
 .image {
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgba(0, 112, 255, 0.13);
 }
 .close {
 	display:block;
 	z-index:1;
 	position: absolute;
 	top: 0;
 	right: 0;
  font-size: 15px;
  font-family: 'Helvetica';
 }
 	.ui-resizable-helper { border: 1px dotted gray; }
 #code {
 display:none;
 position: absolute;
 }
 .text-area {
 display:block;
 width:100%;
 height:100%;
 }
 .text {
 word-wrap: break-word;
 overflow:hidden;
 }
 ul#edit_nav{
 	position:fixed;
 	top:0;
 	width: 100%;
 	z-index: 999999;
 	padding: 2px;
 	background: rgb(68,68,68); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(28,28,28,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
padding-left: 20px;
 }
 ul#edit_nav li {
 float:left;
 margin: 0 3px;
 }
 
  ul#edit_nav li:first-child {
 float:left;
 margin: 0 40px 0 0;
 opacity:0.7;
 }
  ul#edit_nav li a{
color:#fff;
 opacity:0.5;
 }
 ul#edit_nav li a:hover{
 opacity:1;
 }
 #link {
 top: 40px;
position: absolute;
z-index: 999999;
 }
 h2 {
 letter-spacing: 0.1em;
 margin-top: 4px;
 font-weight:200;
 color: #f2f2f2;
 font-family: 'ChunkFiveRegular';
 }

 #save, #save_go {
 display:none;
 }
 #text-more{
 position: fixed;
top: 36px;
z-index: 99999;
background-color: 
#333;
width: 100%;
padding: 5px 20px 5px;
display:none;
 }
 
 
 #wrapper{
  margin:75px;
  width: 1024px;
  height: 768px;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
  background-color: white;
  border: 1px solid #e0e0e0;
  background-color:white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
 }

 img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 }

.iosSlider {

  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;

  width: 1024px  !important;
  height: 768px  !important;
}

.iosSlider .slider {
  width: 1024px;
  height: 768px  !important;
}


.iosSlider .slider .slide {

  float: left;

  width: 1024px !important;
  height: 768px !important;
}
.slide {
position: relative;
}
#hugrid {
  pointer-events: none;
}