@charset "utf-8";

/* CSS Document */


/**Fonts Montserrat***/

@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
	src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#of-nav {
  float: left;
  font-size: 20px;
  padding: 0 !important;
  position: relative;
  width: 25%;
}

.sections {
	box-sizing: border-box !important;
	float: right;
	padding: 0 31px;
	width: 74.8%;
}

.section table tr {
	border-bottom: 1px solid #eaeaea;
}

.section table tr:first-child {
	border-top: 1px solid #eaeaea;
}

.section table tr:last-child {
	border: none;
}

#of-nav li a {
	color: #ffffff;
	display: inline-block;
	margin: 53px 0 0;
	text-decoration: none;
}

#of-nav li a:focus {
	box-shadow: none
}

#of-nav li:first-child a {
	margin: 0 0 0 0;
}

#of-nav li a:hover {
	color: #0073aa;
}

.sections > h3 {
	color: #454545;
	font-size: 16px !important;
	text-transform: uppercase;
}

.theme-page-main-wrapper {
	border-radius: 5px;
	max-width: 1024px;
	min-width: 700px;
	overflow: hidden;
	background: #fff;
}

.table-header-title {
	display: block;
	overflow: hidden;
}

.table-header-content {
	background: #d53f05 none repeat scroll 0 0;
	overflow: hidden;
	padding: 20px;
}

.table-header-title a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}

.admin-theme-links ul {
	margin: 0;
}

.sections h3 i {
	font-size: 40px;
	margin-right: 13px;
	vertical-align: middle;
}

.admin-theme-links li {
	display: inline-block;
	font-family: 'montserratregular';
	font-size: 15px;
	margin: 0 25px 0 0;
}

.admin-theme-links li:last-child {
	margin: 0;
}

.admin-theme-links {
	float: right;
	margin-top: 1rem;
	text-align: right;
}

.admin-theme-logo {
	float: left;
}

.table-header-bottom p {
	margin: 0;
	padding: 0;
	text-align: right;
}
.section.panel {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 1024px;
}
.table-header-bottom {
	background: #454545 none repeat scroll 0 0;
	padding: 10px 17px;
}

.admin-primary-link {
	background: #ffffff none repeat scroll 0 0 !important;
	border: medium none !important;
	border-radius: 8px !important;
	color: #454545 !important;
	display: inline-block !important;
	padding: 5px 18px !important;
	cursor: pointer;
	font-family: 'montserratregular' !important;
	font-size: 12px !important;
}

.table-header-bottom button i {
	margin-right: 16px;
}

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none !important;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background-color: #45c234;
	color: #FFFFFF;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.option-wrapper {
	float: left;
	width: 34%;
}

.desc-section-wrap {
	float: left;
	width: 66%;
	color: #acacac;
}

.main-theme-content {
	overflow: hidden;
	position: relative;
}

#pu_text_section table label {
	color: #444444 !important;
}

#of-nav li a {
	color: #4d4d4d;
	display: block !important;
	margin: 0 !important;
	padding: 25px 10px 25px 20px !important;
}

#of-nav li a:focus {
	color: #db4105;
}


 #admin-menu-back {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+1,f9f9f9+36,f2f2f2+65,f0f0f0+100 */
	background: #fcfcfc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0', GradientType=0);
	/* IE6-9 */
  bottom: 0;
  position: absolute;
	 border: 1px solid #c3c3c3;
  top: 0;
  width: 25%;
}


.setting-link-wrap i {
	font-size: 26px;
}

#of-nav li {
	margin: 0;
	font-size: 14px;
	font-family: 'montserratregular' !important;
	border-bottom: 1px solid #d5d5d5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+1,f9f9f9+36,f2f2f2+65,f0f0f0+100 */
	background: #fcfcfc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 1%, #f9f9f9 36%, #f2f2f2 65%, #f0f0f0 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0', GradientType=0);
	/* IE6-9 */
}

#of-nav li:hover {
	background: #fff;
}

.admin-active {
	background: #fff !important;
}

.setting-link-wrap {
	display: inline-block !important;
	float: left;
}

.select_style {
	overflow: hidden;
}

#of-nav li i {
	font-size: 18px;
	margin-right: 15px;
}

.select_style select {
	-moz-appearance: none;
	background: #f4f4f4 url("../admin-images/dropdown-select.png") no-repeat scroll 96% center;
	border: 1px solid #e1e1e1;
	outline: medium none;
	text-indent: 1px;
	text-overflow: "";
	width: 130px;
}

#pu_text_section .select_style select::-ms-expand {
	display: none !important;
}

.text-full {
	margin: 0 0 8px;
}

#of-nav ul {
	margin: 0;
}

.desc-section-full {
	color: #acacac;
}

.text-full > input {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	color: #32373c;
}

.text-full textarea {
	height: 108px;
	width: 357px;
	background: #f4f4f4;
	color: #32373c;
	resize: vertical;
}

.theme-page-main-wrapper .theme-footer-wrapper {
	background: #454545 none repeat scroll 0 0;
	overflow: hidden;
	padding: 15px;
}

.theme-page-main-wrapper .theme-footer-wrapper p {
	padding: 0;
	margin: 0;
}

.theme-page-main-wrapper .theme-footer-wrapper a {
	color: #757575;
	display: inline-block;
	font-family: "montserratregular";
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}

.theme-page-main-wrapper .theme-footer-wrapper i {
	margin-right: 10px;
}

.box-shadow-default {
	box-shadow: 0 0 8px #919192;
}

.text-full input[type="button"] {
	background: #f4f4f4 url("../admin-images/upload.png") no-repeat scroll center center;
	margin-left: 10px;
	width: 56px;
}

.text-full input[type="button"]:focus,
.text-full input[type="button"]:hover {
	background-color: #fff !important;
	background: #f4f4f4 url("../admin-images/upload.png") no-repeat scroll center center;
	border-color: none !important;
}