body {
	/*background: transparent url(../images/bg-pattern.png) left top repeat;*/
	background: #eee;
	padding-left: 60px;
}
body > .container {
	width: 100%;
	position: relative;
}
.toggle:hover, .toggle:focus {
	color: #fff;
}
#hidden {
	display: none !important;
}
/*.actionButtons {
	border-radius: 0px;
}*/

.margin-bottom-5 {
	margin-bottom: 5px;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover {
	outline: 0px !important;
	-webkit-appearance: none;
}
body .drop-hover {
	border: 3px dashed #919898;
	height: 150px;
	background: #F7F7F7;
}
#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #eee;
	z-index: 100000;
	text-align: center;
	font-size: 16px;
	color: #A3A3A3;
}
#loader > img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 250px auto 10px;
}
body .btn-warning {
	background-color: #F39C12;
}
body .btn-warning:hover {
	background-color: #F4A62A;
}
body .fileinput .fileinput-preview {
	cursor: default !important;
}
body .btn-file > input[type="file"] {
	position: absolute !important;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
/* header */

header {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	background: #eee;/*background: #2c2c2e url(../images/bg-pattern.png) left top repeat;*/
}
header.affix {
	left: 0;
	padding-left: 50px;
	padding-right: 2.3%;
	width: 100%;
	z-index: 100;
 	padding-right: 2.4%%;
	border-bottom: 1px solid #DFDFDF;
}
header .modes {
	margin: 10px 0px 0px;
	width: 460px;
	text-align: center;
	margin-left: 0;
}
header.affix .modes {
	margin-left: 50px;
}
header .modes #modeContent {
	display: none;
}
header .modes > b {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
}
header .modes > label {
}
header .modes > label.radio.primary {
	display: inline-block;
	margin-top: 0px !important;
}
header .modes > label {
	margin-right: 20px;
	cursor: pointer;
}
header .modes > label:last-child {
	margin-right: 0px;
}
/* end header */



/* style editor */

.styleEditor {
	height: 100% !important;
	width: 300px;
	background: #f9f9f9;
	z-index: 1000;
	padding: 20px;
	overflow-y: auto;
	overflow-x: visible;
	display: none;
}
.styleEditor .tab-content {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
.styleEditor .nav-tabs li span {
	font-size: 12px;
	color: #34495E;
}
.styleEditor form {
	width: 100%;
	overflow: visible;
	position: relative;
	margin-bottom: 20px;
}
.styleEditor > a.close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 20px;
}
.styleEditor h3 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
}
.styleEditor .control-label {
	line-height: 20px;
	padding-top: 6px;
	font-size: 13px;
	float: left;
	width: 55%;
}
.styleEditor .form-group {
	position: relative;
	margin-bottom: 10px;
	min-height: 40px;
}
.styleEditor .form-group > input {
	float: right;
	width: 42%;
	text-overflow: ellipsis;
}
.styleEditor .form-group > .btn-group.select {
	float: right;
	width: 42%;
}
.styleEditor .form-group > .btn-group.select > .btn {
	width: 100%;
}
.styleEditor .form-group > .btn-group.select .dropdown-menu {
	right: 0px;
	left: auto;
}
.styleEditor .form-group > .sp-replacer {
	float: right;
	width: 42%;
	border: 2px solid #bdc3c7;
	height: 35px;
	background: #fff;
	padding: 6px;
}
.styleEditor .form-group .sp-preview {
	width: 75%;
	border: 0px;
}
body .sp-container {
	border: 2px solid #bdc3c7;
}
body .sp-container .sp-palette-container {
	border-right: 2px solid #bdc3c7;
}
body .sp-container .sp-picker-container {
	border-left: 0px;
}
body .sp-container button, body .sp-container button:hover {
	background-image: none;
	background-color: #1ABC9C;
	color: #fff;
	border-radius: 0px;
	border: 0px;
	font-family: "Lato", ​Helvetica, ​Arial, ​;
	font-weight: normal;
	padding: 0px 12px;
	text-shadow: none;
	line-height: 31px;
	text-transform: uppercase;
}
body .sp-input {
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ccc;
}
.styleEditor .form-group > input.active {
	position: absolute;
	right: 0px;
	width: 100%;
}
.styleEditor div#styleElements {
	margin-bottom: 0px;
}
.styleEditor ul.breadcrumb {
	background: #E1E0E0;
	border-radius: 0px;
	font-size: 14px;
}
.styleEditor .breadcrumb > li:after {
	color: #1D87FF;
}
.styleEditor .breadcrumb .active {
	color: #1D87FF;
	font-weight: bold;
}
.styleEditor .nav-tabs > li > a {
	padding: 7px 15px 8px;
}
.styleEditor .sideButtons {
	margin: 0px 0px 10px;
	width: 100%;
}
.styleEditor .sideButtons > * {
	float: left;
	width: 32%;
	margin: 0px 3px 8px 0;
}
.styleEditor p.or {
	color: #7F8C8D;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid #BDC3C7;
	line-height: 0px;
	margin-bottom: 25px;
}
.styleEditor p.or span {
	background: #F9F9F9;
	padding: 0px 10px;
}
.styleEditor .link_Tab .btn-group {
	margin-bottom: 25px;
}
.styleEditor .link_Tab .btn-group, .styleEditor .link_Tab .btn-group button {
	width: 100%;
}
.styleEditor .link_Tab .btn-group .dropdown-menu {
	right: 0px;
	left: auto;
}
.styleEditor .link_Tab input {
	margin-bottom: 20px;
}
.styleEditor ul.nav-tabs li.active a {
	background-color: #f9f9f9;
	border-color: #e1e4e7 #e1e4e7 #f9f9f9;
}
.styleEditor .fileinput .thumbnail {
	border-radius: 0px;
}
.styleEditor .imageFileTab > input {
	margin-bottom: 20px;
}
.styleEditor .imageFileTab > .form-group {
	margin-bottom: 20px;
}
.styleEditor #icons_chosen {
	width: 100% !important;
	margin-bottom: 30px;
}
/* end style editor */



/* side */

.sidebar-block {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 10000;
	width: 300px;
	background: #f9f9f9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	overflow-x: hidden;
}
.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 1000;
}
.menu .toggle {
	background: #f9f9f9;
	color: #34495E;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	right: -50px;
	top: 0px;
	box-shadow: 5px 0px 0px rgba(0,0,0,0.1);
}
.menu .main {
	background: none repeat scroll 0 0 #f9f9f9;
	height: 100% !important;
	overflow-y: auto;
	padding-top: 20px;
	width: 300px;
	height: 100%;
	float: left;
}
.menu .main h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: block;
	margin: 0px 20px 10px;
	letter-spacing: 1px;
}
.menu .main h3 > span {
	font-size: 15px;
}
.menu .main > ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.menu .main > ul > li {
	list-style: none;
	list-style-type: none;
}
.menu .main > ul > li > a {
	color: #444444;
	display: block;
	line-height: 40px;
	-webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	font-size: 16px;
	padding-left: 40px;
}
.menu .main > ul > li > i {
	padding: 11px 25px;
	color: #C0C0C0;
}
.menu .main > ul#elements > li > a:hover, .menu .main > ul#elements > li > a.active {
	color: #1f2e3c;
	background: #DFE1E3;
}
.main > .sideButtons {
	margin-left: 20px;
	width: 170px;
	margin-bottom: 20px;
}
.main > .sideButtons > * {
	margin: 0 3px 8px 0;
}
.main > hr {
	border-top: 1px dashed #C5CED0 !important;
}
.menu .second {
	background: #f9f9f9;
	width: 300px;
	height: 100%;
	float: left;
	display: none;
	z-index: 1000;
	/*overflow-y: auto !important;*/
	position: absolute;
	left: 0;
}
.menu .second .hideSecond {
	display: block;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 5px;
	text-transform: uppercase;
}
.menu .second ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.menu .second ul li, li.element {
	list-style: none;
	list-style-type: none;
	padding: 15px 15px 0px;
}
.menu .second ul li, li.element > img {
	width: 100%;
	max-width: 100%;
	cursor: move;
}

.menu .second ul li.element > img { 
	border: solid 1px #F0F0F0;
}

li.element {
	padding: 0px;
}
.menu .second ul li iframe {
	border: 0px;
	width: 270px;
	background: #fff;
}
.menu .second ul li iframe html {
	-ms-zoom: 0.25;
	-moz-transform: scale(0.25);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.25);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.25);
	-webkit-transform-origin: 0 0;
}
.menu .second ul li .zoomer-wrapper a {
	cursor: move;
}
#pages {
	margin-bottom: 15px;
}
#pages li {
	display: block;
	height: 35px;
	cursor: pointer;
}
#pages li.active {
	color: #1f2e3c;
	background: #DFE1E3;
}
#pages li input {
	float: left;
	font-size: 16px;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 60%;
	margin-left: 40px;
	border: 0px;
	color: #1f2e3c;
	background: none;
}
#pages li > a {
	float: left;
	color: #515151;
	line-height: 34px;
	font-size: 16px;
}
#pages li > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 8px;
	display: none;
}
#pages li.active > span {
	display: block;
}
#pages li > span a {
	color: #718698;
	float: right;
	margin-left: 10px;
	transform: color 0.7s;
}
#pages li > span a.btn {
	color: #fff;
	position: relative;
	top: -3px;
	display: none;
}
#pages li.active.edit > span a.btn {
	display: inline;
}
#pages li.active.edit > span .fileDel, #pages li.active.edit > span .fileEdit {
	display: none;
}
#pages li > span a:hover.fileDel {
	color: #E74C3C;
}
#pages li > span a:hover.fileEdit {
	color: #3498db;
}
/* end side */


#frame {
	display: block;
	border: 0px;
}
.screen {
	margin: 77px auto 30px;
	width: 97%;
}
.screen .zoomer-wrapper {
	background: #fff;
}
.screen .start {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.screen .start > span {
	display: block;
	padding: 50px 20px;
	width: 680px;
	color: #B3B3B3;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	margin: 85px auto 0px;
	border: dashed 3px #DFDFDF;
}
.screen .toolbar {
	background: #E1E0E0;
	height: 35px;
	padding: 0px 0px 0px 11px;
}
.screen .toolbar .buttons {
	float: left;
	height: 13px;
	margin-top: 11px;
}
.screen .toolbar .title {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-right: 80px;
	padding-top: 5px;
}
.screen .toolbar .left {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	border-radius: 13px;
	margin-right: 6px;
}
.screen .toolbar .left.red {
	background: #E74C3C;
}
.screen .toolbar .left.yellow {
	background: #F4A62A;
}
.screen .toolbar .left.green {
	background: #16A085;
}
.screen .frameWrapper {
	background: #fff;
	padding-top: 0px;
	position: relative;
}
.screen .frameWrapper.empty {
	min-height: 400px;
}
.screen .frameWrapper #pageList ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: none;
	height: 100%;
	min-height: 300px;
}
.screen .frameWrapper #pageList ul.active {
	display: block;
}
.screen .frameWrapper #pageList ul li {
	display: block;
	overflow: hidden;
	position: relative;
}
.screen .frameWrapper #pageList ul li .editorButtons {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
.screen .frameWrapper #pageList ul iframe {
	border: 0px;
	width: 100%;
}
.screen .frameWrapper #pageList ul li .zoomer-cover {
	cursor: move;
	overflow: hidden !important;
}
.screen .frameWrapper #pageList ul li .zoomer-small, .screen .frameWrapper #pageList ul li .zoomer-small iframe {
	overflow: hidden !important;
	overflow-y: hidden !important;
}
.screen .frameCover {
	position: absolute;
	top: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.screen .frameCover button.btn-danger, .screen .frameCover button.btn-warning, .screen .frameCover button.btn-inverse {
	border-radius: 0px;
	float: right;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	width: 100px;
}
.screen .frameCover:hover button.btn-danger, .screen .frameCover:hover button.btn-warning, .screen .frameCover:hover button.btn-inverse {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.screen .aceEditor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: solid 1px #EBEBEB;
}
/* modals */

.modal-content {
	border-radius: 0px;
	border: 0px;
}
.modal.small-modal > .modal-dialog, .modal.small-modal .modal-content {
	width: 400px;
}
.modal.small-modal > .modal-dialog {
	margin-top: 140px;
}
/* some flat ui resets */

/*.btn {
	border-radius: 0px;
}*/

.form-control {
	border-radius: 0px;
}
.alert {
	border-radius: 0px;
}
/* end modals */




/*Web3Builder*/

/*margins*/

.m-r-15 {
	margin-right: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.editCancelButton, .editSaveButton {
	border-radius: 0;
}
.modes {
	color: #80878C;
}
.checkbox.primary .icons, .radio.primary .icons {
	color: #80878C;
}
.checkbox.primary.checked, .radio.primary.checked {
	color: #3498db;
}
.checkbox.checked, .radio.checked {
	color: #3498db;
}
.checkbox.primary.checked .icons, .radio.primary.checked .icons {
	color: #3498db;
}
.checkbox.checked .second-icon, .radio.checked .second-icon {
	color: #3498db;
}
.logo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -25px;
}
.padding-bottom-xs {
	padding-bottom: 5px;
}
/*Sidebar*/

#left-sidebar {
	height: 100%;
	overflow: hidden;
}
#left-sidebar {
	float: left;
	width: auto;
	background-color: #fff;
	overflow: visible;
	-webkit-transition: left .2s ease-in-out;
	-o-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out
}
#left-sidebar:after, #left-sidebar:before {
	content: " ";
	display: table
}
#left-sidebar:after {
	clear: both
}
#left-sidebar #sidebar-toggler {
	position: absolute;
	top: 10px;
	left: 310px;
	display: none;
	font-size: 30px
}

@media (max-width: 1200px) {
#left-sidebar {
	left: -300px;
	z-index: 12
}
#left-sidebar #sidebar-toggler {
	display: block
}
}
#left-sidebar .close-icon {
	display: none
}
#left-sidebar.open {
	left: 0!important
}
#left-sidebar.open .close-icon {
	display: block
}
#left-sidebar.open .show-icon {
	display: none
}
#navigation-bar {
	height: 100%;
	float: left;
	background-color: #263238;
	width: 60px;
	padding-top: 10px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 10005;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#navigation-bar .nav-item {
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.nav-item.w3logo {
	padding-bottom: 5px;
}
.nav-item.w3logo img {
	max-width: 30px;
}
#navigation-bar .nav-item.active {
	background-color: #f9f9f9;
	color: #ff5722;
	position: relative
}
.icon-button {
	background-color: transparent;
	outline: 0;
	border: none;
	padding: 0
}
.sidebar-relative {
	position: relative;
	width: 100%;
	height: 100%;
}
.sidebar-block {
	left: -300px;/*hide initially*/	
}
.sidebar-block.show-always {
	left: 60px!important;
}
.bottom-nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.style-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 1000;
}
.sidebar-page {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 1000;
}
.html-pages {
	width: 300px;
	padding-top: 25px;
}
.html-pages > ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.html-pages h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: block;
	margin: 0px 20px 20px;
	letter-spacing: 1px;
}
.html-pages h3 > span {
	font-size: 15px;
}
.has-padding-h {
	padding-left: 25px;
	padding-right: 25px;
}
.has-padding-h {
	padding-top: 25px;
	padding-bottom: 25px;
}

.html-pages > ul > li > a, .html-pages > ul > li > input {
	padding-left: 40px;
}
/* Animation Duration */

#main, #second {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.builder-na {
	display: none;
	position: fixed;
	background: #F4F4F4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	vertical-align: middle;
	text-align: center;
}
.builder-na__text {
	font-size: 16px;
	margin-top: 100px;
	padding: 30px;
}

@media (max-width: 992px) {
body {
	overflow: hidden;
}
.builder-na {
	display: block;
}
}
.style-edit-empty p {
	border: dashed 2px #DEE5F0;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	color: #98A2B2;
}
.style-edit-contents {
	display: none;
}

.upload-wrap {
	font-size:14px;
}

.upload-wrap input {
	  margin: 0 auto;
  padding: 30px 70px;
  border: dashed 3px #D7D7D7;
}	

.text-w-space {
	margin-top:10px;
	margin-bottom:10px;	
	color:#6E6E6E;
}