@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin,greek-ext,greek,vietnamese,latin-ext);

body {
	font-size: 75%;
	background: #f8f8f8;
	font-family: sans-serif;
	color: #5a5a5a
}
html>body {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
img {
	border: none;
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: #3F3F3F;
	font-weight: bold;
	line-height: 100%;
	padding: 0 0;
}
h1 {
	font-size: 28px;
	line-height: 40px
}
h2 {
	font-size: 24px;
	line-height: 30px
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 15px;
	line-height: 20px
}
h6 {
	font-size: 13px;
	line-height: 18px
}
.divider {
	background: url('../images/sep.png') repeat-x bottom;
	padding-bottom: 12px;
}
pre{
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap; 
}
.clear {
	clear: both;
}
.admin-panel {	
	max-width: 100%;
	margin: 40px auto;
	direction: ltr;
	text-align: left;	
	font-family: "Open Sans","Lucida Grande",Sans-serif;
	background-color: #444343;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#444343 0,#595858 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#444343),color-stop(100%,#595858));
	background-image: -webkit-linear-gradient(top,#444343 0,#595858 100%);
	background-image: -ms-linear-gradient(top,#444343 0,#595858 100%);
	background-image: -o-linear-gradient(top,#444343 0,#595858 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444343', endColorstr='#595858', GradientType=0);
	background-image: linear-gradient(top,#444343 0,#595858 100%);
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 1px 0 #fff inset,0 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 #fff inset,0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 0 #fff inset,0 1px 5px rgba(0,0,0,.1);
	overflow: hidden;
}
#logo img {
	max-height:50px;
}
.admin-panel * {
}
.clear {
	clear: both;
}
.admin-panel-head {
	height: 100px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #FFF;
	display: none;
}
.admin-panel-content h2 {
	margin-bottom: 50px;
	font-size: 20pt;
	border-bottom: double 4px #ccc;
	padding-bottom: 8px;
	margin-top: 10px;
	float: left;
	font-family: Roboto Slab,'Trebuchet MS', Helvetica, sans-serif;
	font-weight: 400;
}
.admin-panel-head .left-block {
	float: left;
	padding: 20px;
	text-align: center;
}
dd {
	margin-bottom: 10px
}
.back-to-top{
	margin-left: 15px;
	font-size: 11px;
}
.top-nav {
	margin-top: 25px;
	margin-bottom: 25px
}
#logo {
	display: block;
	margin: 6px 10px 0 0;
	/*width:143px;
	height:44px;*/
	/*background:url(../images/logo.png)*/
}
.meta-info p, .admin-panel-footer p {
	color: #fff;
}
.meta-info, .admin-panel-footer {
	text-align: right
}
.admin-panel-footer {
	padding-top: 10px;
	padding-right: 30px;
}
.meta-info p:first-child {
	margin-bottom: 0
}
.tabs-wrap.row {
	margin-left: 0px
}
.admin-panel-tabs {
	padding-bottom: 25px;
	position: relative;
	z-index: 10;
	margin-left:-15px;
	margin-right:-15px;
}
.admin-panel-tabs ul {
	margin-left: 0;
	padding-left: 0;
	z-index:2;
}
.admin-panel-tabs li {
	list-style: none;
}
.admin-panel-tabs li a {
	padding: 12px 20px;
	display: block;	
	color: #c8c8c8;
	cursor: pointer;
	border: 0;
	outline: none;
	text-decoration: none;
	-webkit-transition: background ease-in-out 0.2s, padding ease-in-out 0.2s;
	-moz-transition: background ease-in-out 0.2s, padding ease-in-out 0.2s;
	-o-transition: background ease-in-out 0.2s, padding ease-in-out 0.2s;
	transition: background ease-in-out 0.2s, padding ease-in-out 0.2s;
	font-size: 14px;
	font-family: Roboto Slab,'Trebuchet MS', Helvetica, sans-serif;
}
.admin-panel-tabs li a:hover, .admin-panel-tabs li.active a {
	background-color: #5b5b5b;	
}
.admin-panel-tabs li.active {
	position: relative;
	border: 0 none;
}
.admin-panel-tabs li.active a{
	margin-right: 0px;
	color: white;
	text-shadow: 1px 1px 1px black;
}
.admin-panel-tabs li a span {
	display: inline-block;
	float: left;
	margin-right: 8px;
	margin-top: 0px;	
}
.admin-panel-tabs li a {
	line-height: 26px;
	border-bottom:1px solid #545454;
}

.admin-panel-content {
	min-height: 965px;
	position: relative;
	padding-bottom: 85px;
	overflow: hidden;
}
.admin-panel-content.full-content {
	float: none;
	width: auto
}
.admin-panel-content.full-content h2 {
	float: none
}
.admin-panel-content p {
	margin: 0;
	padding: 5px 0;
	clear: both;
}
dd, p, li {
	line-height: 24px
}
div.option-item {
	clear: both;
	padding: 8px 15px;
	overflow: hidden;
	position: relative;
}
div.option-item:last-child {
	background: transparent;
}
.themetechpanel-item label {
	display: inline-block;
	padding-top: 4px;
	font-size: 11pt;
}
.inner-meta {
	padding: 4px 0px;
	margin: 4px 0 0 0
}
.inner-meta li {
	display: inline-block;
	margin-right: 30px;
}
.mo-help {	
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: help;
	position: absolute;
	top: 19px;
	right: 10px;
}
.panel-content {
	padding: 0px 12px
}
.themetech-options li {
	float: left;
	margin: 5px 21px;
}
.themetech-options img {
	background: white;
	padding: 4px;
	margin: 0 0 5px;
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.themetech-options img:hover {
	background: #33B5E5 !important;
}
.themetech-options .selected img {
	background: #ffc000 !important;
}
.themetech-options li input {
	display: none;
}
.img-preview {
	margin: 10px 0;
	text-align: left;
	border: 4px solid #CCC;
	float: right;
	clear: both;
	position: relative;
	line-height: 0;
}
.img-preview img {
	max-width: 100%;
}
.img-preview .del-img {
	position: absolute;	
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.themetechpanel-item {
	margin: 0 0 20px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	overflow: hidden;
	clear: both;
	position: relative;
}
.themetechpanel-item h3 {
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%);
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 8px 10px;
	cursor: default !important;
	font-size: 14px;
}
.list {
	padding-left: 20px
}
.next-section {
	float: right;	
	padding-right: 20px
}
.prev-section {
	float: left;
	padding-left: 20px
}
iframe {
	max-width: 100%
}
frame {
	border: none
}
.alert-block, .alert {
	margin: 10px
}
.sep-list li {
	margin-bottom: 10px
}
.ol-type1 {
	counter-reset: li;
	margin-left: 5px;
	padding-left: 0;
	margin-top: 20px;
}
.ol-type1 > li {
	color: #666;
	list-style: none outside none;
	margin: 0 0 20px 20px;
	padding: 4px 8px 4px 30px;
	position: relative;
}
.ol-type1 > li:before {
	-moz-box-sizing: border-box;
	color: #333;
	content: counter(li, decimal);
	counter-increment: li;
	font-size: 24px;
	left: -1em;
	margin-right: 8px;
	margin-top: 4px;
	position: absolute;
	text-align: center;
	width: 36px;
	border: dotted 1px #bbb;
	padding-top: 10px;
	padding-bottom: 7px
}
.biglist{
	padding:15px 40px 0;
}
.biglist > li{
	padding-bottom:15px;
}
.toggle-wrapper {
	margin-bottom: 10px
}
.toggle-trigger {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
	padding: 13px 12px;
	background: #f8f8f8 url('../images/open.png') 98% center no-repeat;
	cursor: pointer;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	display: block;
	text-decoration: none;
}
.toggle-trigger:hover {
	text-decoration: none
}
.toggle-trigger.open {
	color: #fff;
	background: #666 url('../images/close.png') 98% center no-repeat;
}
.toggle-container {
	margin: 0px 0px 10px 0px;
	padding: 10px 12px;
	border: 1px solid #e8e8e8;
	border-top: none;
}


/* Header */
.header{
	background: #333;
	border-bottom: 1px solid #545454;
	/*-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;*/
	background-image: -ms-linear-gradient(top,#333,#1c1c1c);
	background-image: -moz-linear-gradient(top,#333,#1c1c1c);
	background-image: -o-linear-gradient(top,#333,#1c1c1c);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#333),to(#1c1c1c));
	background-image: -webkit-linear-gradient(top,#333,#1c1c1c);
	background-image: linear-gradient(top,#333,#1c1c1c);
	/*-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;*/
}
.admin-panel-content{
	background: #FCFCFC;	
	border-left: 1px solid #D8D8D8;
	padding: 10px 20px;
	moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
}
.border{
	border: 1px solid #EBEBEB;
}
.themetechpanel-item h4{
	margin:25px 0 5px 0;
}
code{
	white-space: normal;
}

#question-list{
	border: 1px solid rgb(215, 215, 215);
	padding: 20px 5px;
	background: rgb(247, 247, 247);
}
#question-list h4{
	margin-top: 0;
}

#tab1 img{
	  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	    border: 1px solid #D3D3D3;
}


/* Flex slider */
.admin-panel-content p.flex-caption {
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
#tab1 .flexslider img {
    box-shadow: none;
	border: none;
}
.flex-viewport {
	border: 2px solid #D3D3D3;
}

.shortcode-page h4 small {
    font-size: 14px;
    font-family: "Couriner New", Monospace;
}
.flexslider ul.flex-direction-nav li {
	line-height: 37px;
}

/* Responsive Device */

@media (min-width: 1400px) {
.container {
    width: 1200px;
}
}
@media (min-width: 1600px) {
.container {
    width: 1400px;
}
}