/*///////////////////////////////// Yahoo reset and base (modified) /////////////////////////////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }  h1 { font-size:138.5%; } h2 { font-size:123.1%; } h3 { font-size:108%; } h1,h2,h3 { margin:1em 0; } h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } abbr,acronym { border-bottom:1px dotted rgba(0,0,0,0.3); cursor:help; } em { font-style:italic; } blockquote,ul,ol,dl { margin:1em; } ol,ul,dl { margin-left:2em; } ol li { list-style: decimal outside; } ul li { list-style: disc outside; } dl dd { margin-left:1em; } th,td { border:1px solid #EEE; padding:10px; } th { font-weight:bold; text-align:center; } caption { margin-bottom:.5em; text-align:center; }
iframe{border:0px;}

button:active,.submit:active,
button,.submit{
 -webkit-appearance:none !important;
}

/* //////////      Core      ///////////// */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}


body{
	font-family:'Open Sans',arial,verdana,sans-serif;
	font-size:14px;
}

p {
	line-height:160%;
}

p + *{
	margin-top:15px;
}

.fullwidth{
	width:100%;
}

h1{
	color:#222;
	font-weight:bold;
	font-size:36px;
	letter-spacing:-0.02em;
	margin-top:0;
	margin-bottom:18px;
	line-height:110%;
	}
* + h1{
	margin-top:30px;
}
h2{
	color:#888;
	font-weight:normal;
	font-size:28px;
	letter-spacing:-0.02em;
	margin-bottom:15px;
	margin-top:0px;
	}
* + h2{
	margin-top:30px;
}
h3{
	color:#999;
	font-size:18px;
	margin-bottom:12px;
	margin-top:0px;
	font-weight:normal;
	}
* + h3{
	margin-top:20px;
}


a{
	color:#00aee0;
	text-decoration:none
	}
a:hover{
	color:#0096c1;
	text-decoration:underline
	}

.clear{
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	}

.right{float:right}
.left{float:left}


/* //////////      Layout      ///////////// */

html, body {
	text-align:center;
	min-width:960px;
	}
html{
	height: 100%;
}
body{
	min-height: 101%;
}

.centered{
	display:block;
	margin:0 auto;
	width:960px;
	text-align:left;
	}

/* //////////      More      ///////////// */


.error{
	padding:10px;
	color:#fff;
	border:1px solid #FF3B32;
	background:#FF3B32;
	margin-bottom:10px;
	}
.info{
	padding:10px;
	color:#fff;
	border:1px solid #33a6ff;
	background:#33a6ff;
	margin-bottom:10px;
	}
.error a,
.info a{
	color:#FFF;
	opacity: 0.7;
	}
.error a:hover,
.info a:hover{
	color:#FFF;
	opacity: 1;
	text-decoration: none;
	}

/* //////////      Forms      ///////////// */

.fieldlabel{
	display:block;
	margin:15px 0 5px;
	font-size:120%;
	color:#888;
}
.first_field  .fieldlabel{
	margin-top:0;
}

.submit_field{
	margin-top:15px;
}

.radio_div{margin:3px 0}

.sayt_suggestions_holder{
		z-index:999;
		z-index:1200;
	}
	.sayt_suggestions{
		background:#FFF;
		font-size:90%;
		border-top:0;
		box-shadow:1px 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
		overflow-y:auto;
		border:1px solid #BBB;
		max-height:250px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		}
		.sayt_result{
			padding:7px;
			text-align:left;
			cursor:pointer;
		}
		.sayt_result.selected{
			background:#EEE;
		}
		.sayt_result + .sayt_result{
			border-top:1px solid #EEE;
		}
		.sayt_no_results{
			padding:7px;
			color:#444;
		}

.text,.password,.textarea,.select,.date,.sayt{
	padding:5px;
	background:#FFF;
	border:1px solid #AAA;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	outline:none;
	}

.select option{
	padding:5px;
}

.text_counter, .textarea_counter{
	font-size:80%;
	color:#AAA;
}

textarea{
	font-size:inherit;
	font-family:inherit;
}

input:disabled,select:disabled{
	border-color:#CCC;
	color:#CCC;
	background:#f5f5f5;
}



.buttona {
	display:inline-block;
	font-size:120%;
	padding:10px 20px;
	background:#00c4f5;
	color:#fff;
	border:1px solid #00bae9;
	text-shadow:1px 1px 2px #00bae9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
		background: #00c4f5; /* Old browsers */
		background: -moz-linear-gradient(top,  #00c4f5 0%, #00b3e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c4f5), color-stop(100%,#00b3e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00c4f5 0%,#00b3e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00c4f5 0%,#00b3e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00c4f5 0%,#00b3e5 100%); /* IE10+ */
		background: linear-gradient(top,  #00c4f5 0%,#00b3e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4f5', endColorstr='#00b3e5',GradientType=0 ); /* IE6-9 */
	}
.buttona:hover {
	color:#FFF;
	background:#00bae9;
	text-decoration:none;
	cursor:pointer;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	}



.submit, .buttonb {
	display:inline-block;
	font-size:120%;
	padding:10px 20px;
	background:#ff7800;
	color:#fff;
	border:1px solid #ff6600;
	text-shadow:1px 1px 2px #ff5e0f;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
		background: #ff6600; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff6600 0%, #ff5e0f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff5e0f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff6600 0%,#ff5e0f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff6600 0%,#ff5e0f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff6600 0%,#ff5e0f 100%); /* IE10+ */
		background: linear-gradient(top,  #ff6600 0%,#ff5e0f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff5e0f',GradientType=0 ); /* IE6-9 */
	}
.submit:hover, .buttonb:hover {
	color:#fff;
	background:#ff5e0f;
	text-decoration:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	}

.notexthighlight{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#en_pre_admbar {
	height:45px;
}
#en_admbar{
	background: #f5f5f5;
	position: fixed;
	top: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 15px;
	text-shadow: 1px 1px 1px #FFF;
	overflow: hidden;
	color: #999;
	border-bottom: 1px solid #eee;
	z-index: 10000;
	font-size: 13px;
	}
	#en_admbar a.en_adm_button{
		display:inline-block;
		padding:0 15px;
	}
	#en_admbar a.en_adm_button span{
		color:#999;
	}
	#en_admbar a.en_adm_button + .en_adm_button{
	}
	#en_admbar a.en_adm_button:hover{
		background:#EEE;
		text-decoration:none;
	}


#form_add_admin .fieldlabel{
	margin-top:0;
	}
	#field_add_admin_email{
		margin-right:20px;
	}
	#field_add_admin_password,#field_add_admin_email{
		float:left;
	}

.edit_content_block{
	font-size:10px;
	color:#777;
	background:#EEE;
	display:inline-block;
	padding:5px 7px;
}
.edit_content_block{
	color:#222;
	}



.sayt{
	background:url('../img/sayt/sayt-searchbackground.png') no-repeat right center #FFF;
}
.sayt_searching{
	padding:5px;
	text-align:center;
	color:#aaa;
	font-size:90%;
}



.GBXuploader_box{
}
.GBXuploader_hidden{
	display:none;
}
form.GBXuploader{
	padding:20px !important;
	background:#fafafa !important;
	border:1px solid #e7e7e7 !important;
	text-align:center;
}
.GBX_filetile{
	padding:0 50px 0 10px;
	border:1px solid #CCC;
	line-height:40px;
	position:relative;
	display:block;
	text-align:left;
	font-size:90%;
	background:#f5f5f5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
	margin:-5px;
}
.GBX_upload_error{
	display: block;
	padding: 10px;
	text-align: left;
	background: rgb(255, 202, 202);
	margin-bottom: 10px;
	border: 1px solid rgb(255, 132, 132);
	color: rgb(177, 0, 0);
}
.GBX_filetile_image{
	vertical-align:middle;
	display:inline-block;
	overflow:hidden;
	position:relative;
	left:-10px;
	line-height:0;
	background:#EEE;
	width:50px;
}
.GBX_filetile_image img{
	vertical-align:middle;
}
.GBX_filetile_name{
	display:inline-block;
	vertical-align:middle;
}
.GBX_filetile_delete{
	display:inline-block;
	color:red;
	width:40px;
	text-align:center;
	position:absolute;
	right:0;
	height: 120px;
	line-height: 120px;
	top: 50%;
	margin-top: -60px;
}
.GBX_filetile_delete:hover{
	background:#eee;
}




.GRBX_floatinguploader{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
	padding:20px;
	z-index:2000;
	display:none;
}

.GRBX_floatinguploader_popup{
	margin:0 auto;
	background:#FFF;
	max-width: 350px;
	text-align: left;
	padding:30px;
	box-shadow: 1px 1px 5px #000;
	position: relative;
}

.GRBX_floatinguploader_form{
	position: relative;
}
.GRBX_multifile_error{
	background:red;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
}

.GRBX_floatinguploader_close{
	position: absolute;
	top:0;
	right:0;
	text-decoration: none !important;
	color:#AAA;
	font-size:120%;
	text-align: center;
	width:30px;
	line-height:30px;
	cursor:pointer;
}

.GRBX_multifilepicker_files{
	border:1px solid #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.GRBX_muliuploadfile{
	background:#fafafa;
	height:50px;
	position: relative;
	padding-right:50px;
}
.GRBX_muliuploadfile +
.GRBX_muliuploadfile{
	border-top:1px dotted #CCC;
}
.GRBX_muliuploadfile a{
	display:block;
	padding:0 20px;
	line-height:50px;
}
.GRBX_muliuploadfile a:hover{
	background:#FFF;
}
.GRBX_multifilepicker_delete{
	position: absolute;
	top:0;
	right:0;
	width:50px;
	text-align: center;
	color:red;
}
.GRBX_multifilepicker_add{
	display:inline-block;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px dashed #DDD;
	margin-top:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.GRBX_multifilepicker_add:hover{
	background:#e5e5e5;
	border:1px solid #CCC;
	text-decoration: none;
}
.GRBX_multifile_editdelete{
	font-size:90%;
	color:red !important;
	padding:5px;
	margin-top:20px;
	display:block;
}