html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

body {
	width: 100%;
	margin: 0 auto;
}

body * {
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

textarea {
	resize: none;
}

button {
	cursor: pointer;
}

.overlay-background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
}

.overlay-box {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #fff;
	padding: 10px;
	z-index: 999;
	width: 390px;
	margin-left: -205px;
}

.overlay-box.large {
	width: 80%;
	margin-left: -40%;
}

.overlay-box a.close-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	margin-top: 15px;
	padding: 5px;
	background-color: #98bf0e;
	color: #fff;
	cursor: pointer;
}

header {
	border-bottom: 1px solid #EAEAEA;
	float: left;
	width: 100%;
}

header div {
	float: left;
}

header .breadcrumb {
	height: 100px;
	line-height: 100px;
	padding: 0 40px;
	width: auto;
	color: #B4D306;
	font-size: 16px;
	text-transform: uppercase;
}

header .logo {
	border-right: 1px solid #EAEAEA;
	padding: 21px 40px;
	width: 10%;
	text-align: center;
}

header .logo img {
	width: 100%;
	max-height: 56px;
	max-width: 155px;
}

header nav {
	width: 35%;
	min-width: 623px;
	height: 100px;
	float: right;
}

header nav ul {
	height: 100%;
	float: right;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #C2C2C2;
}

header nav ul li a:hover {
	color: #B4D306;
}

header nav ul li.active a {
	color: #B4D306;
}

header nav ul li {
	line-height: 100px;
	padding: 0 30px;
	border-right: 1px solid #EAEAEA;
}

header nav ul li:last-child {
	border-right: 0;
}

header nav ul li:first-child {
	border-left: 1px solid #EAEAEA;
}

section.content-wrapper {
	width: 80%;
	margin: 0 auto;
	clear: both;
	padding-top: 50px;
	margin-bottom: 150px;
}

.search-result-box .result-box-title {
	float: left;
	width: 40px;
	font-size: 30px;
	color: #B4CD27;
}

.search-result-box .result-box-results {
	float: left;
	margin-top: 30px;
	border-top: 1px solid #EAEAEA;
	padding-top: 15px;
}

.search-result-box {
	float: left;
	margin: 20px 0;
	width: 320px;
}

.search-result-box .result-box-results ul {
	width: 245px;
}

.search-result-box .result-box-results ul li a {
	color: #86878A;
	font-size: 14px;
}

.search-box[search="landingpages"] input {
	width: 70%;
	margin: 0 auto;
	display: block;
	padding: 10px;
	font-size: 24px;
	border: 1px solid #EAEAEA;
	margin-bottom: 30px;
}

div.label {
	color: #86878A;
	font-size: 22px;
	border-bottom: 1px solid #E1E1E1;
	margin: 20px 0;
	padding: 10px 0;
}

.detail-wrapper input[type="text"],
.detail-wrapper input[type="number"],
.detail-wrapper textarea {
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	color: #838383;
	padding: 10px;
}

.detail-wrapper label {
	font-size: 14px;
	color: #838383;
	display: block;
	padding: 10px 0;
}

.settings-box div.field {
	float: left;
	margin-right: 50px;
}

.settings-box div.field input[type="text"] {
	width: 400px;
}

.settings-box div.field textarea {
	width: 400px;
	height: 70px;
}

.settings-box div.field button {
	border: 1px solid #E1E1E1;
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	color: #B4CD27;
	font-size: 14px;
	margin-top: 40px;
}

.settings-box div.field button:hover {
	background-color: #B4CD27;
	color: #fff;
}

.box-wrapper {
	clear: both;
}

.product-content-wrapper section {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 1px solid #E1E1E1;
	margin-right: 20px;
	width: 31.333333%;
}

.product-content-wrapper section:last-child {
	border-right: 0;
}

section.box .box-header {
	font-size: 20px;
	color: #B4CD27;
	padding: 0 0 20px;
}

ul.subpages li {
	width: 500px;
	height: 35px;
	margin-left: 3px;
}

ul.subpages li a {
	color: #838383;
}

.subpage-settings textarea[name=pageText] {
	width: 100%;
	height: 350px;
}

section.box .box-header.choosen {
	padding: 0;
	font-size: 18px;
	color: #838383;
	font-weight: 300;
	clear: both;
}

.choosen-article input[type="text"] {
	width: 80%;
}

section.box .search-box input {
	width: 80%;
	font-size: 14px;
	color: #838383;
}

.choosen-article ul li {
	margin: 15px 0;
}

.seo-settings .box {
	float: left;
	width: 31.333333%;
	margin-right: 20px;
}

.seo-settings .box:last-child {
	margin-right: 0;
}

.seo-settings .box .box-header {
	font-size: 14px;
	color: #838383;
	padding: 10px 0;
}

.seo-settings .box input[type="text"] {
	width: 80%;
	margin-bottom: 25px;
}

.seo-settings .box textarea {
	width: 80%;
	height: 230px;
}

.field-wrapper.button {
	clear: both;
	padding: 20px 0;
}

button.form-send-btn,
button.button,
.choosen-article button {
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	color: #B4CD27;
	font-size: 14px;
	padding: 10px 25px;
}

.choosen-article button {
	padding: 7px 15px;
}

button.form-send-btn:hover,
.choosen-article button:hover {
	background-color: #B4CD27;
	color: #fff;
}

.product-content-wrapper.box-wrapper {
	float: left;
	width: 100%;
}

li .choose-article span:first-child {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

li .choose-article span:last-child {
	display: inline-block;
	width: 90%;
}

.breadcrumb .arrow {
	padding: 0 10px;
}

.search-result-box ul li {
	margin: 15px 0;
}

.choosen-article .choose-article span:last-child a {
	color: #838383;
}

.choosen-article .choose-article span a {
	cursor: pointer;
}

.login-wrapper {
	padding-top: 100px;
	clear: both;
}

.login-box {
	width: 350px;
	margin: 0 auto;
	border: 1px solid #eaeaea;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.login-box .box-label {
	display: block;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 5px;
}

.login-box input {
	border: 1px solid #dcdcdc;
	padding: 5px 20px;
	font-size: 15px;
}

.login-box button {
	border: 1px solid #B4D35B;
	background-color: #fff;
	color: #000;
	margin-top: 15px;
	padding: 10px;
	font-size: 15px;
	width: 212px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.login-box button:hover {
	background-color: #B4D35B;
	color: #fff;
}

.field.meta-info {
	clear: both;
}

input[name="domain"],
input[name="shopUrl"] {
	width: 400px !important;
}

.overlay-box.large .box-wrapper {
	text-align: center;
	float: left;
	width: 100%;
}

.overlay-box .field-wrapper {
	border: 1px solid #eaeaea;
	padding: 10px;
	margin: 10px;
}

.overlay-box .field-wrapper.textarea-field {
	float: left;
	padding: 10px 20px;
}

.overlay-box .field-wrapper label {
	vertical-align: top;
	font-size: 17px;
}

.overlay-box .field-wrapper textarea {
	display: block;
	width: 450px;
	height: 150px;
	resize: none;
	margin-top: 10px;
	border: 1px solid #dcdcdc;
	font-size: 15px;
	padding: 10px;
	color: #838383;
}

.overlay-box .input-field-wrapper {
	float: left;
	margin: 10px;
}

.overlay-box .input-field-wrapper .field-wrapper {
	margin-top: 0;
}

.overlay-box .field-wrapper.button-field {
	border: 0;
	clear: both;
}

.overlay-box .field-wrapper.input-field input {
	display: block;
	margin: 10px;
	padding: 8px 10px;
	border: 1px solid #eaeaea;
	width: 200px;
	font-size: 15px;
	color: #838383;
}

.overlay-box .field-wrapper.button-field button {
	display: block;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	margin-top: 15px;
	padding: 5px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border: 1px solid #98bf0e;
	font-size: 15px;
}

.overlay-box .field-wrapper.button-field button:hover {
	background-color: #98bf0e;
	color: #fff;
}

.lp-form-wrapper {
	text-align: center;
}

.lp-form-wrapper input {
	border: 1px solid #dcdcdc;
	padding: 5px 10px;
	font-size: 15px;
	margin: 5px 0;
	width: 300px;
}

.lp-form-wrapper button {
	margin-top: 15px;
	border: 1px solid #98BF0E;
	background-color: #fff;
	padding: 5px 15px;
	width: 320px;
	font-size: 15px;
	color: #000;
}

.lp-form-wrapper button:hover {
	color: #fff;
	background-color: #98BF0E;
}

.ass-logged-in {
	float: right;
	text-align: right;
	margin-top: 10px;
	color: #B4D306;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 20px;
}

.settings-box textarea,
.settings-box input,
.seo-settings textarea,
.seo-settings input {
	font-size: 14px;
}

.content-wrapper .center-box {
	width: 40%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
}

.content-wrapper .center-box .btns {
	margin-top: 35px;
}

.content-wrapper .center-box .btns a {
	border: 1px solid #EAEAEA;
	padding: 5px 20px;
	border-radius: 7px;
	margin: 0 15px;
	width: 80px;
	display: inline-block;
	color: #C6D406;
}

.content-wrapper .center-box .btns a:hover,
a.delete-btn:hover {
	background-color: #B4D306;
	color: #fff !important;
}

a.delete-btn {
	border: 1px solid #EAEAEA;
	padding: 2px 6px;
	vertical-align: middle;
	margin-left: 15px;
	border-radius: 5px;
	color: #C6D406 !important;
}

.clear {
	clear: both;
}

.detail-wrapper .checkbox-field label {
	display: inline-block;
}

.detail-wrapper .checkbox-field input {
	margin-left: 10px;
}

a.preview-link {
	color: #B4D35B;
	vertical-align: text-bottom;
	margin-left: 5px;
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 18px;
	border: 1px solid #EAEAEA;
	padding: 5px 20px;
	border-radius: 7px;
}

a.preview-link:hover {
	color: #fff;
	background-color: #B4D35B;
}

div.settings-box {
	position: relative;
}

.center-box .box .colored {
	color: #B4D306;
}

.search-result-box .result-box-results ul li a:first-child {
	width: 200px;
	display: inline-block;
}

.clear {
	clear: both;
}

.loading {
	font-size: 14px;
	text-align: center;
	display: none;
}

.loader {
	background-image: url(../images/ajax-loader.gif);
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	margin: 10px auto;
}

a.landingpage.inactive {
	text-decoration: line-through;
}
