/*** mooz themes front page ***/

/*--------------------
1. General
--------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #F7F7F8;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 145%;
	letter-spacing: 0px;	
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -0.8px;
	font-family: "Montserrat", Sans-serif;
	color: #232323;
	line-height: 23px;
}

p, ul li, ol li {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0px;
	color: #424242;
}

a {
	color: #cb0000;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	text-decoration: none;
}

::selection {
	text-shadow: none;
	background: #fed136;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 20px 0 20px;
}

.clearfix:before, .clearfix:after, .container-fluid:before, .container-fluid:after, .container:before, .container:after, nav:before, nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .row:before, .row:after {
	display: table;
	content: " ";
}

.clearfix:after, .container-fluid:after, .container:after, nav:after, .navbar:after, .navbar-header:after, .row:after {
	clear: both;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9, .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-9 {
		width: 75%;
		float: left;
	}
	.col-md-8 {
		width: 66.66666667%;
		float: left;
	}
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-md-3 {
		width: 25%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1300px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.text-center {
	text-align: center;
}
.center {
	text-align: center;
}
.white-bg {
    background-color: #fff;
}
/*** buttons ***/

.button {
	background-color: #3b3b3b;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
	padding: 15px 30px;
	box-shadow: inset 0 0 0 100px transparent;
	border-radius: 5px;
}

.button:hover {
	color: #fff;
	background-color: #3b3b3b;
	box-shadow: inset 0 0 0 100px rgba(255,255,255,.2);
}

/*** Google Search styling ***/
.gsc-input-box {
	border: 1px solid #6a6c71;
	background: #fff;
	height: 40px;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border-color: #a5a5a5;
	background-color: #CECECE;
	background-image: none;
	filter: none;
	height: 40px;
}

/*** Cookie LAW ***/
#myCookieConsent {
	z-index: 1001;
	min-height: 70px;
	padding: 20px 20px;
	background: rgb(0 0 0 / 71%);
	overflow: hidden;
	position: fixed;
	color: #FFF;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
#myCookieConsent div {
	padding: 5px 0 0;
}
#myCookieConsent a {
	color: #ffba55;
	display: inline-block;
	padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	background: #37a052;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 30px;
	float: right;
	border-radius: 3px;
}
#myCookieConsent a#cookieButton:hover {
	background: #6bc583;
	color: #fff;
}

/*** header ***/

.header {
	background-color: #2d2d2f;
	margin-top: 0px;
}

.header-logo {
	padding: 40px 0;
}

.header-728x90 {
	padding: 26px 0;
	float: right;
}
.desktop-header {
	height: 133px;
}
/*** info boxes ***/
.info-box {
	padding: 20px 50px;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 2px;
}

.info-box.green {
	background-color: #58CA6B;
	border: 1px solid #4EB960;
	color: #fff;
}

.info-box.red {
	background-color: #cc0000;
	border: 1px solid #4EB960;
	color: #fff;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-gutter {
    margin-left: -25px;
    margin-right: -25px;
}

.col-gutter {
	padding-left: 25px;
	padding-right: 25px;
}

.content-area {
	min-height: 100%;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}


/*--------------------
3.2. Main Navigation
--------------------*/

/*--------------------
Orange Navigation
--------------------*/

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.navbar-header h1 {
	font-size: 21px;
	font-weight: 700;
	margin: 8px 0 0 0;
	text-align: center;
}

.navbar-header h1 a {
	color: #1a1a1a;
}

@media (min-width: 768px) {
	.navbar-header h1 a {
		color: #f8f8f8;
	}
	.ot-dark-text .navbar-header h1 a {
		color: #1a1a1a;
	}
}

.navbar-header .description {
	font-size: 13px;
	color: #dadada;
}

.ot-dark-text .navbar-header .description {
	color: #1a1a1a;
}

.navbar-fixed-top {
	margin-bottom: 20px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
}

.navbar-fixed-bottom {
	bottom: 0;
}

.container-fluid>.navbar-header, .ot-container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar nav ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

.menu > li > a {
	position: relative;
	line-height: 20px;
	display: block;
	padding: 10px 15px;
}

.menu > li {
    position: relative;
    display: block;
}

.navbar .menu li.menu-item-has-children i {
	display: none;
}

.navbar .menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 1;
	min-width: 180px;
	white-space: nowrap;
	background-color: #fff;
    /* -webkit-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2); */
    -moz-box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2);
    /* box-shadow: -1px 2px 8px 0px rgba(0,0,0,0.2); */
    box-shadow: inset 1px 0 0 #292929, inset -1px 0 0 #292929, inset 0 -1px 0 #292929;
    border-radius: 0px 0px 3px 3px;
}

.navbar .menu li:hover > ul.sub-menu {
	display: block;
}

.sub-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.site-navigation-toggle {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 30px;
	cursor: pointer;
	border-right: 1px solid #dcdcdc;
	width: 85px;
	height: 70px;
}

.site-navigation-toggle i {
	color: #8e8e8e;
	width: 24px;
	height: 24px;
}

.mooz-offcanvas-wrap .close {
	cursor: pointer;
	font-size: 22px;
	display: block;
	padding: 20px 20px;
	border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
	.site-navigation-toggle {
		display: none;
	}
	.mobile-header-logo {
		display: none;
	}
	.navbar-header {
		float: left;
	}
	.container-fluid>.navbar-header, .ot-container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
	.menu-right {
		float: right!important;
		margin-right: -15px;
	}
	.nav .menu > li {
		float: left;
	}
	.navbar .menu > li.menu-item-has-children > a:after {
		display: inline-block;
		vertical-align: middle;
		font-family: 'Material Icons';
		content: '\e313';
		padding-left: 5px;
		font-size: 11px;
		line-height: 1;
		font-style: normal;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
}

.mooz-offcanvas-wrap {
	background-color: #fff;
	color: #000;
	position: fixed;
	width: 100%;
	left: -100%;
	height: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
	overflow-y: scroll;
}

.mooz-offcanvas-wrap ul.sub-menu {
	display: none;
}

.mooz-offcanvas-wrap nav ul li.menu-item-has-children i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}

.mooz-offcanvas-wrap nav ul li.show-sub-menu > i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mooz-offcanvas-wrap.active {
	left: 0;
}

/*** navbar customization ***/

.admin-bar .navbar-fixed-top {
	margin-top: 32px;
}
.admin-bar .navbar-fixed-top.navbar-shrink {
	margin-top: 32px;
}

.navbar {
	border-color: transparent
}
.navbar .navbar-header {
	padding: 13px 15px;
	transition: all ease-in-out .3s;
}

.menu li a {
	font-family: "Poppins",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 15px 15px 15px 30px;
	color: #1a1a1a;
}
.menu li a {
	border-right: 1px solid #3d3d3e;
}
.menu li .sub-menu a {
	border-right: none;
}
.navbar .menu li a {
	padding: 19px 15px;
	color: #ffffff;
}

.members-button {
	background-color: #9f56d9;
}

.navbar .menu li.menu-item-has-children:hover > a {
	color: #1a1a1a;
	background: #fff;
	box-shadow: inset 1px 0 0 #292929, inset -1px 0 0 #292929;
}

.navbar .menu li:hover > a {
	background: rgba(105, 105, 105, 0.25);
}

.navbar .menu li.menu-item-has-children:hover > a:before {
	display: block;
	content: '';
	position: absolute;
	background: #fff;
	top: -7px;
	left: 0;
	width: 100%;
	height: 7px;
	box-shadow: inset 1px 0 0 #292929, inset -1px 0 0 #292929, inset 0 1px 0 #292929;
	border-radius: 3px 3px 0 0;
}

.ot-dark-text .navbar .nav li a:hover,.ot-dark-text .navbar .nav li a:focus {
	color: #1a1a1a;
	outline: 0
}

.sub-menu {
	background-color: #fff;
	border: none;
	padding: 0px;
	margin: 0px;
}

.navbar .sub-menu {
	background-color: rgba(37, 37, 37, 0.9);
}

.ot-dark-text .sub-menu {
	background-color: #fff;
}

.sub-menu>li>a {
	padding: 15px 15px 15px 45px;
}

.navbar .sub-menu>li>a {
	padding: 15px 20px;
	color: #1a1a1a;
}

.nav ul {
	padding: 0px
}

.nav ul li {
	padding: 0px;
}

.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.ot-dark-text .navbar .navbar-nav>.active>a, .ot-dark-text .navbar .navbar-nav>.active>a:focus, .ot-dark-text .navbar .navbar-nav>.active>a:hover {
	color: #1a1a1a;
}

@media (min-width:768px) {
	ul.menu li.dropdown:hover > ul.sub-menu {
		display: block;
	}

	.sub-menu>li>a:hover {
		background-color: rgba(0, 0, 0, 0.08);
	}

	.navbar
	{
		margin-bottom: 0px;
		padding: 0px;
		z-index: 1000;
		border-top: 1px solid #3d3d3e;
	}
	.navbar .navbar-header {
		padding: 0px 0px;
	}
	.navbar-fixed-top.navbar-shrink {
		background-color: rgba(33, 34, 35, 0.9);
		padding: 0px;
	}
	.navbar-fixed-top.navbar-shrink .navbar-header {
		padding: 0px;
	}
	.ot-dark-text .navbar-fixed-top.navbar-shrink {
		background-color: #fff;
	}
}

@media (max-width:768px) {
	.navbar {
		box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
		border-top: 1px solid #dfdfdf;
	}
}

/*** main slider ***/

.main-slider {
	position: relative;
	padding: 0px 0;
	background-color: #f8f8f8;
	border-bottom: 1px solid #EAEAEA;
}

.ot-theme-info .main-slider {
	padding: 55px 0 0 0;
	height: 900px;
}

.intro-text {
	text-align: center;
	width: 50%;
	/* margin-bottom: 100px; */
	-webkit-transform: translate(50%,0);
	-ms-transform: translate(50%,0);
	transform: translate(50%,0);
}

.intro-text h1 {
	color: #4D4D52;
	font-weight: 300;
	line-height: 130%;
	font-size: 32px;
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24); */
}

.intro-text h1 span {
	font-weight: 400;
	color: #000;
}

.button.themes {
	background-color: #777781;
	padding: 17px 42px;
	font-size: 15px;
}

.intro-text p {
	color: #8C8D94;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 140%;
	/* text-shadow: 0 1px 1px rgba(0,0,0,0.58); */
	/* background-color: #F3F3F3; */
	/* display: inline-block; */
	padding: 5px;
}
@media (max-width:768px) {
	.intro-text {
		text-align: center;
		width: 100%;
		-webkit-transform: translate(0%,0);
		-ms-transform: translate(0%,0);
		transform: translate(0%,0);
	}
	.intro-text h1 {
		font-size: 27px;
		font-weight: 700;
	}
}

/*** main frame ***/
.main-content {
	float: left;
	width: 905px;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.sidebar {
	float: left;
	width: 365px;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 50px;
}

@media (max-width: 1200px) {
	.main-content {
		width: 100%;
	}
	.sidebar {
		display: none;
	}
}

/*** breadcrumbs ***/
.site-breadcrumbs {
	margin: 5px 0 0 0;
}

.breadcrumbs {
	font-size: 14px;
	color: #A7A7A7;	
}

.breadcrumbs a, .breadcrumbs .last-item {
	color: #585858;
	font-size: 14px;
}
.breadcrumbs {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.breadcrumbs li {
	display: inline-block;
	margin-right: 2px;
	line-height: 100%;
}

/*** top-bar ***/

.top-bar {
	text-align: center;
	background-color: #ececf5;
	padding: 9px 0 10px 0;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 2000;
}

.top-bar h5 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.top-bar h5 span {
	font-size: 18px;
	font-weight: 900;
}

.top-bar .cta-button {
	background-color: #9acf60;
	color: #fff;
	padding: 6px 20px;
	margin-left: 20px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 50px;
}

.top-bar .cta-button:hover {
	background-color: #b0d48b;
}

.grad-1 {
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-115deg, #8856ca, #f76f8e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-115deg, #8856ca, #f76f8e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-115deg, #8856ca, #f76f8e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-115deg, #8856ca, #f76f8e);
}

.grad-2 {
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-115deg, #5d20ad, #6f79f7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-115deg, #5d20ad, #6f79f7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-115deg, #5d20ad, #6f79f7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-115deg, #5d20ad, #6f79f7);
}

@media (max-width: 992px) {
	.top-bar {
		display: none
	}
	.header {
		margin-top: 0px;
	}
}

/*** header-bar ***/
.header-bar {
	background-color: #fff;
	padding: 30px 0;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-bar h1 {
	margin: 10px 0 0 0;
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 21px;
	color: #313131;	
}

.header-bar .lead {
	margin: 5px 0 0px 0;
	font-size: 14px;
	color: #8d8f9a;
}

.header-bar-text {
	float: left;
}

.header-bar-ad {
	float: right;
	color: #fff;
	margin: 8px 0;
}

.header-bar-ad div {
	display: inline-block;
	vertical-align: top;
}

.header-bar-ad .ad-price {
	font-size: 37px;
	line-height: 70%;
}

.header-bar-ad .ad-price span {
	font-size: 19px;
	vertical-align: super;
}

.header-bar-ad .ad-text {
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0px 20px;
}

.header-bar-ad .button {
	border-radius: 30px;
	padding: 10px 30px;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ffffff;
}

.section-light-bg {
	background-image: url(/images/header-title-bg.png);
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.section-light {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*** adverts ***/
.sidebar-300x250 {
	margin-bottom: 10px;	
}

/*** items on front page ***/

.mz-item-grid {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 15px;	
}

.mz-item-box {
	padding: 0px;
	text-align: center;
	margin-bottom: 40px;
	width: 370px;
	height: 500px;
}

.mz-item-box img {
	/*	border: 1px solid #B6B6B9;	*/
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.mz-item-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.mz-item-box .hover-title {
	opacity: 0;
	position: absolute;
	top: 200px;
	z-index: 100;
	/* top: auto; */
	/* left: auto; */
	/* margin: 0 auto; */
	/* text-align: center; */
	width: 100%;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.mz-item-box .hover-title h2 {
	font-size: 26px;
	font-weight: 900;
}

.mz-item-box .hover-title p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.mz-item-box:hover .hover-title {
	opacity: 1;
}
.mz-item-box:hover .overlay {
	opacity: 0.8;
}
.mz-item-box:hover img {
	opacity: 1;
}

/*-----------------
----- mz-item -----
-----------------*/

.mz-item .intro-text {
	text-align: left;
	margin: 0;
}
.mz-item-description {
	margin-bottom: 50px;
}
.mz-item-description h1 {
	font-size: 26px;
	letter-spacing: -0.4px;
	font-weight: 700;
	margin-bottom: 20px;
}

.mz-item-description p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 20px;
}

.mz-item .item-buttons {
	padding: 40px 0;
	text-align: center;
}

/*** sidebar posts ***/
.widget-post {
	display: table;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted;
	border-color: #D8D8D8;
	padding-bottom: 20px;
	width: 100%;
}
.widget-post:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin: 0px;
}
.widget-post .post-image {
	float: left;
	width: 90px;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}
.widget-review .post-image {
	width: 70px;
	margin-right: 15px;
}
.widget-post .post-body {
	overflow: hidden;
}
.widget-post h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.widget-post h2 a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #4F4F52;
}

.widget-post h2 a:hover {
	color: #8F8F96;
}

/*** buttons ***/
.btn-primary {
border-color: rgba(46, 109, 164, 0);
    color: #fff;
    background-color: #4285f4;
    border-radius: 2px;
    padding: 12px 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.btn-xl {
	padding: 15px 50px;
	font-size: 14px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #646467;
	border-color: #646467;
}
.btn-primary i {
	margin-right: 5px;
	font-size: 21px;
	vertical-align: middle;
}

.mz-item .btn, .item-buttons .btn {
	margin-right: 0px;
}
.mz-item .btn:last-child {
	margin-right: 0px;
}

.btn-preview {
	background-color: #48a937;
	border-color: #3db332;
	padding: 17px 50px;
	display: inline-block;
	font-size: 18px;
	text-transform: initial;
}

.btn-inhosting {
	background-color: #3750a9;
	border-color: #3750a9;
	padding: 10px 30px;
	display: inline-block;
	font-size: 15px;
}

.btn-docs {
	background-color: #4c86bd;
	border-color: #4c86bd;
}

.btn-download {
	background-color: #EFD100;
	border-color: #EFD100;
}

.btn-hosting {
	padding: 0px;
}
.btn-hosting .hosting-wrapper {
	background-color: #4285f4;
	border-color: #4285f4;
	position: relative;
	padding: 12px 70px 12px 30px;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.btn-hosting:hover .hosting-wrapper {
	background-color: rgb(108, 158, 241);
	border-color: #4285f4;
}

.btn-hosting .hosting-title {
	display: inline-block;
}

.btn-hosting .hosting-price {
	display: inline-block;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.26);
	position: absolute;
	right: 0px;
	top: 0px;
	height: 41px;
	font-size: 17px;
	line-height: 180%;
}
.btn-hosting .hosting-price sup {
	font-size: 12px;
	font-weight: 300;
}

.mz-theme-text p {
	margin: 30px 0 20px;
}
.mz-theme-featured {
	color: #353535;
	margin: 0 0 10px;
	letter-spacing: -0.4px;
	font-size: 19px;
	font-weight: 700;
}
.product-url-button {
	display: block;
	margin-top: 15px;
}
.mz-theme-featured a {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mz-item ul {
	font-size: 15px;
}

.mz-item li {
	padding-bottom: 3px;	
}
.mz-module-image {
	text-align: center;
}

/* Author
---------------------------------- */
.ot-author {
	background: #E4E4E4;
	margin-bottom: 58px;
	overflow:auto;
}

.author-image {
	float: left;
	width: 100px;
	margin: 35px 35px;
	background: #FFFFFF;
	color: #B7B7B7;
	vertical-align: middle;
	text-align: center;
	line-height: 90px;
	position: relative;
	overflow: hidden;
	border-radius: 50px;	
}

.author-text-body {
	padding: 18px 35px 20px 0px;
	overflow: hidden;
}

.author-text-body h3 {
	text-align: left;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 15px;
}

.author-text-body h3 a {
	color: #000;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.author-text-body h3 a:hover {
	color: #CC0000;
}

.author-text-body h3 span {
	font-size: 14px;
	font-weight: 400;
	color: #9E9E9E;
	padding-left: 10px;
}

.ot-author p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	padding-top: 0px;
}

/** Social Icons **/
.author-social {
	text-align:left;
}

.author-social a:first-child {
	margin-left:0;
	padding-left:0;
}
.author-social a:last-child {
	margin-right:0;
}

.author-social a i {
	text-align: center;
	line-height: 27px;
	color: #999999;
	margin: 0 15px 6px 0;
	font-size: 14px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.author-social a:hover > i {
	color: #cc0000;
}

.section-title {
	text-align: center;
	margin: 30px 0 30px;
	font-size: 31px;
	font-weight: 900;
}

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #fff;
	line-height: 50px;
	text-align: center;
}

.featured-text {
	text-align: left;
	margin-left: 85px;
}

.featured-text h3 {
	color: #353535;
	margin: 0 0 10px;
	letter-spacing: -0.4px;
	font-size: 15px;
	font-weight: 700;
}

.featured-text p {
	color: #949494;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.mz-download {
	background-color: #DCDCDC;	
}
.mz-download .socials {
	font-size: 18px;
	margin: 0 15px;
	font-weight: 800;
	color: #BB0000;
}
.mz-download .item-buttons {
	margin: 50px 0;
}

/* NEW categories 30.04.2021 */

.mz-cat2-container {
	display: inline-block;
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.mz-cat2-image {
	display: inline-block;
	color: #000;
	height: 200px;
	width: 200px;
	position: relative;
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid;
	border-color: #e2e2e2;
	margin-bottom: 15px;
	box-shadow: 3px 3px 8px 0px rgb(176 176 176 / 28%);
}
.mz-cat2-image img {
	border-radius: 100px;
}
.mz-cat2-item h2 {
	position: absolute;
	bottom: 10px;
	right: 50px;
	background: #fff;
	padding: 5px 9px;
	text-align: right;
	font-size: 16px;
}
.mz-cat2-item {

}
/* categories */
.mz-categories-grid {
	margin-left: -15px;
	margin-right: -15px;
}
.categories-title {
}

.mz-categories-container {
	display: inline-block;
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.mz-categories-item {
	display: inline-block;
	color: #000;
	min-height: 135px;
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid;
	border-color: #e2e2e2;
	padding: 10px 20px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 8px 0px rgb(176 176 176 / 28%);
}
.mz-categories-item .external-link {
	position: absolute;
	right: 7px;
	top: 5px;
	color: #e25a15;
}
.mz-categories-item .external-link i {
	font-size: 16px;
}
.mz-categories-item:hover {
	border: 1px solid;
	border-color: #c5c5c5;
	color: #000;
}
.mz-categories-item .cat-thumb {
	display: inline-block;
	float: left;
	width: 100px;
}
.mz-categories-item .cat-thumb img {
	max-height: 110px;
}
.mz-categories-item .cat-title {
	display: inline-block;
	float: left;
	width: 260px;
	padding: 10px 0px 5px 20px;
}
.mz-categories-item .cat-title a {
	color: #000;
}
.mz-categories-item .cat-title h2 {
	padding: 0px;
	margin:0px;
	font-size: 18px;
	font-weight: normal;
}
.mz-categories-item .cat-details {
	font-size: 12px;
	margin-top: 5px;
	color: #737373;
}

.mz-cat-column {
	display: inline-block;
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.mz-cat-container {
	width: 100%;
}
.subcat-list ul {
	padding: 0px;
	margin: 0px;
}
.subcat-list li {
	list-style: none;
	padding: 5px 15px;
	margin: 0px;
}
.subcat-list li a {
	color: #000;
}

.mz-cat-item {
	display: inline-block;
	min-height: 135px;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 3px 0 rgb(176 176 176 / 22%);
}

.related-lists {
	margin: 0 -15px 30px -15px;
}
.related-lists .section-title {
	text-align: center;
	margin: 10px 0 20px;
	font-size: 31px;
	font-weight: 900;
}

/* list item */
.mz-list-item {

}
.mz-list-title h3 {

}
/* list item */

/* suggested lists */
.suggested {
	padding: 30px 20px;
	background: #66a3ff;
	margin-bottom: 50px;
}
.suggested-lists {
	padding: 15px 0 0 0;
}
.suggested h3 {
	color: #fff;
	font-size: 25px;
	padding: 0px;
	margin: 0px 0 0 15px;
}
.suggested a {
	color: #000;
}
.suggested-item {
	display: inline-block;
	min-height: 170px;
	width: 29%;
	position: relative;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	padding: 10px 20px;
	margin: 16px;
}
.suggested-thumb img {
	max-height: 200px !important;
	max-width: 180px !important;
}
.suggested-title {
	font-weight: 700;
	font-family: 'Montserrat';
	margin: 15px 0 0 0;
	line-height: 135%;
}

/* suggested lists END */

.mz-collection {
	padding: 20px 73px 5px 74px;
	background-color: #fff;
}

.mz-collection .post-header {
	margin-top: 60px;
	margin-bottom: 50px;
}

.mz-collection h1 {
	font-size: 46px;
	line-height: 110%;
	font-weight: 900;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	font-family: "Montserrat", Sans-serif;
	letter-spacing: -0.8px;
}
.mz-collection h1 span {
	color: #c53312;
}
.mz-collection h1 b {
	color: #c53312;
	font-size: 22px;
}
.mz-collection .post-meta {
	font-size: 12px;
	color: #aeafb3;
	font-weight: 500;
	height: 23px;
}

.mz-collection h2 {
	font-size: 26px;
	line-height: 140%;
	font-weight: 800;
	margin-bottom: 20px;
	color: #4A4A4A;
}

.mz-collection-thumb img {
	margin: 30px 0 10px !important;
}

.mz-collection img {
	margin: 30px 0 30px;
}

.mz-collection p {
    margin-bottom: 30px;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.mz-collection b, .mz-collection strong {
    font-weight: bold;
	color: #000;
}

.mz-media-regular {
	text-align: center;
}

.mz-article-share {
	padding: 15px 60px 50px;
	background-color: #fff;
}
.mz-article-text {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255);
	border: 1px solid #cccccc;
	width: 100%;
	padding: 50px 75px;
}
.mz-article-text p {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: 0.1px;
	margin-bottom: 35px;
}
.share-button {
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 3px;
	margin-right: 5px;
}
.share-button:hover {
	color: #fff;
	opacity: 0.8;
}

.elements-ad {
	position: relative;
	background: #3e3e3e;
	padding: 40px 70px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}
.elements-ad p {
color: #fff;
    margin: 0px;
    font-size: 35px;
    line-height: 113%;
}
.elements-ad .title {
position: absolute;
    top: -17px;
    background: #ff5200;
    padding: 5px 25px;
    font-size: 25px;
    left: 30px;
    border-radius: 5px;
}
.elements-ad b {
	color: #b3ff4e;
}

.elements-ad i {}

.elements-ad a {
display: inline-block;
    background: #cb0000;
    color: #fff;
    padding: 15px 30px;
    font-size: 19px;
    margin-top: 25px;	
}
.elements-ad a:hover {
	opacity: 0.8;
}

.mz-collection-title {
	border-top: 1px dotted #dfdfdf;
	margin-top: 50px;
	padding: 20px 0px;
}

.mz-collection-item {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #9e9e9e;
}

.mz-collection-item h2:first-child {
	margin-top: 60px;
}

.mz-collection .item-buttons {
	text-align: center;
	margin-bottom: 40px;
}

.mz-collection-item .item-buttons {
	text-align: center;
	margin-bottom: 0px;
}

.mz-collection-item .hosting-advert {
	text-align: center;
	margin-top: 10px;	
}

/*** modules ***/

.mz-module {
	
}

.key-features-list {
	margin: 0px;
	padding: 0px
}
.key-features-list li {
	color: #333;
	font-weight: 700;
}
.key-features-list li b {
	color: #7d7d7d;
	font-weight: normal;
}

@media (min-width: 1200px) {
	.mz-module-details {
		display: inline-block;
		width: 100%;
		margin: 10px 0 15px 0;
		background-color: #f1f3f7;
		padding: 10px 20px;
		border: 1px solid #dddde2;
	}
	.mz-module-specs {
		width: 100%;
	}
	.mz-module-specs .key-features-list li {
		color: #000;
		width: 50%;
		display: inline-block;
		text-align: left;
		padding-bottom: 6px;
		font-size: 14px;
		font-weight: 500;
		line-height: 12px;
		letter-spacing: 0px;
	}
}

/*** list style B ***/

.list-style-b .mz-module {
	margin-bottom: 50px;
	min-height: 325px;
}

.list-style-b .mz-collection {
	padding: 0px 0px 5px 0px;
	background-color: initial;
}
.list-style-b .post-header {
	margin-top: 25px;
	margin-bottom: 20px;
	min-height: 222px;
}
.list-style-b h1 {
	min-height: 139px;
}
.list-style-b .mz-module-body {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px rgb(255 255 255);
	border: 1px solid #cccccc;
	width: 100%;
}

.list-style-b .mz-module.is-features .mz-module-body {
	/* border-bottom: none; */
	/* border-bottom-left-radius: 0px; */
	/* border-bottom-right-radius: 0px; */
	min-height: 325px;
}

.list-style-b .mz-features {
	display: none;
	background-color: #e3e4e6;
	padding: 25px 50px 15px;
	border: 1px solid #cbccd2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}
.list-style-b .mz-features h4 {
	font-size: 18px;
	margin: 10px 0 25px;
}
.list-style-b .mz-features .features-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list-style-b .mz-features li {
	font-size: 15px;
	color: #494e52;
	margin-bottom: 20px;
	font-weight: 400;
	margin-left: 10px;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}

.list-style-b .mz-features li:before {
	font-family: 'Material Icons';
	content: '\e86c';
	margin: 0 9px 0 -22px;
	color: #ffab12;
}

.list-style-b .mz-features .features-more-info {
	font-size: 14px;
	color: #525252;
}

.list-style-b .mz-collection-title {
	line-height: 140%;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	letter-spacing: -0.4px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.list-style-b .mz-collection-subtitle {
	margin: 0 0 20px 0;
	font-size: 13px;
	color: #8e8e8e;
}

.list-style-b .mz-collection img {
	margin: 0px;
	max-height: 260px;
}
.list-style-b .btn-preview {
	border-color: initial;
	padding: 13px 42px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	width: 235px;
	height: 46px;
	bottom: 20px;
	right: 20px;
	border-radius: 30px;
	text-transform: initial;
	background: #c64626;
	background: linear-gradient(90deg,rgb(197 58 26) 19%,rgb(247 130 35) 100%);
	box-shadow: 1px 1px 3px 0 rgb(181 181 181 / 62%);
}
.list-style-b .btn-preview:hover {
	background: #ec6d0e;
	background: linear-gradient(90deg,rgb(212 94 25) 19%,rgb(249 148 66) 100%);
}
.list-style-b .btn-preview i {
	margin: 0 0 0 7px;
}
.list-style-b .manufacturer {
	font-size: 14px;
	color: #444444;
}
.list-style-b .manufacturer b {
	color: #444444;
}
.list-style-b .slidedown-button {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 45%;
	padding: 5px 10px;
	display: inline-block;
}
.list-style-b .slidedown-button span {
	font-size: 18px;
	vertical-align: middle;
}

/*** list-style-1 ***/
.list-type-1 .mz-module-body {
	position: relative;
    background-color: initial;
    border-radius: 5px;
    box-shadow: initial;
    border: initial;
    width: 100%;
}
.list-type-1 .mz-collection-top {
	position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 23%);
    border: 1px solid #cccccc;
    position: relative;
    min-height: 300px;
}
.list-type-1 .mz-collection-top .arrow-down {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    left: 30px;
    bottom: -40px;	
}
.list-type-1 .mz-collection-top .arrow-down:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: -10px;
    left: 12px;
    box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 47%);
}
.list-type-1 .mz-collection-img {
    float: left;
    width: 320px;
    padding: 30px 15px 10px 35px;
    display: inline-block;
    text-align: center;
}
.list-type-1 .mz-collection-title a {
	color: #c90808;
	text-decoration: underline;
	font-weight: bold;
}
.list-type-1 .mz-collection-title a:hover {
	opacity: 0.8;
}
.list-type-1 .mz-collection-buttons {
	float: initial;
    width: inherit;
    padding: 15px 0px;
    display: inline-block;
}
.list-type-1 .main-feature p {
    font-size: 16px;
}
.list-type-1 .mz-collection-buttons .btn-preview {
    position: inherit;
    bottom: initial;
    right: initial;
}
.list-type-1 .mz-collection-body {
	padding: 25px 0px;

}

/*** -------------- ***/


.main-feature {
	position: relative;
	font-family: 'Lato', sans-serif;
	color: #494e52;
	border-top: 1px solid #dbdce0;
	padding-top: 20px;
	margin: 25px 0 35px 0;
	display: inline-block;
}
.main-feature p {
	font-size: 14px;
	font-weight: 400;
	line-height: 145%;
	margin: 0px;
	color: #555556;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}
.main-feature-title {
	position: absolute;
	top: -13px;
	background-color: #f1f1f3;
	border: 1px solid #dbdce0;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	padding: 0px 10px;
	border-radius: 3px;
}
.mz-module-score {
	display: inline-block;
	padding: 10px 0px;
	position: absolute;
	top: -10px;
	right: 3%;
	z-index: 2000;
}

.hex111:before {
	content: " ";
	width: 0;
	height: 0;
	border-bottom: 20px solid #ffb75d;
	border-left: 37px solid transparent;
	border-right: 37px solid transparent;
	position: absolute;
	top: -20px;
}

.hex {
	margin-top: 0px;
	width: 75px;
	height: 60px;
	background-color: #888888;
	position: relative;
	padding-top: 10px;
}

.hex:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: -20px;
	border-top: 20px solid #888888;
	border-left: 38px solid transparent;
	border-right: 37px solid transparent;
}

.mz-module-score .score-number {
	display: block;
	margin: 0px;
	padding: 2px 10px 0px;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	font-family: "Lato";
	letter-spacing: -1px;
	z-index: 2000;
	text-align: center;
}
.mz-module-score .score-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-family: "Lato";
	letter-spacing: 0px;
	text-align: center;
}
.mz-collection-counter {
    position: absolute;
    top: 15px;
    left: -25px;
    background-color: #ffffff;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 220%;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    border-radius: 30px;
    border: 1px solid #404146;
    z-index: 1000;
}
.mz-collection-img {
	float: left;
	width: 310px;
	padding: 10px 15px 10px 35px;
	display: inline-block;
}
.list-image {
	min-height: 235px;
	min-width: 260px;
}
.mz-collection-header {
	float: left;
	width: 470px;
	padding: 30px 15px;
	display: inline-block;
}
.mz-collection-buttons {
	float: left;
	width: 220px;
	padding: 15px 0px;
	display: inline-block;
}
.mz-badges {
	margin-top: 20px;
	height: 50px;
}
.mz-badge {
	width: 50px;
	height: 50px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #dfdfdf;
	color: #dfdfdf;
	display: inline-block;
	line-height: 100%;
	border-radius: 6px;
}
.mz-badge.active {
	color: #222223;
	border: 1px solid #222223;
}
.mz-badges .material-icons {
	font-size: 33px;
	width: 33px;
	height: 33px;
}
.product-scores {
	margin: 0px 0 30px 0;	
}
.product-score {
	position: relative;
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #555556;
	font-family: 'Lato', sans-serif;
	padding: 0px 10px 0 0;
}
.score-title {}
.score-value {
	float: right;
	font-weight: bold;
}
.adv-disclosure-text {
	height: 35px;
}
.adv-disclosure-text p {
color: #636363;
    font-size: 13px;
    /* font-weight: 400; */
    line-height: 120%;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.sidebar-lists {
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid;
	border-color: #e8e8e8;
	border-radius: 4px;
	height: 60px;
}
.sidebar-lists .external-link {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #a7a19f;
	transform: scale(0.75);
}
.sidebar-lists .external-link i {
	font-size: 12px;
}
.sidebar-lists .post-image {
	float: left;
	width: 15%;
	text-align: center;
}
.sidebar-lists .post-image img {
	max-height: 50px;
}
.sidebar-lists .post-body {
	float: left;
	width: 85%;
	padding-left: 8px;
}
.sidebar-lists .post-body {
	font-size: 13px;
	color: #000;
	line-height: 135%;
	padding: 4px 10px 5px 15px;
}
.sidebar-lists:hover .post-body {
	opacity: 0.8;
}
.sidebar-lists:hover .external-link {
	color: #000;
}
.sidebar-lists:hover {
	border-color: #c5c5c5;
}

/* sidebar related */
.sidebar-related {
	background: #dcdfe4;
	padding: 10px 15px;
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid;
	border-color: #d0d1d6;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 15px;
}
.sidebar-related .external-link {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #a7a19f;
}
.sidebar-related .external-link i {
	font-size: 12px;
}
.sidebar-related .trending-badge {
	position: absolute;
	right: 0px;
	top: 25px;
	color: #ffffff;
	background: #2b2b2b;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar-related .trending-badge i {
	font-size: 13px;
	color: #ffd400;
	padding-right: 4px;
}
.sidebar-related .post-image {
	text-align: center;
	display: inline-block;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
}
.sidebar-related .post-image img {
	max-width: 180px;
	max-height: 250px;
}
.sidebar-related .post-body {
	text-align: center;
}
.sidebar-related h4 {
	font-size: 17px;
	color: #000;
	line-height: 135%;
	padding: 0px;
	margin: 10px 0 0 0;
}
.sidebar-related p {
	font-size: 13px;
	color: #3e3e3e;
	line-height: 135%;
	padding: 0px 20px 5px;
	text-align: left;
}
.sidebar-related:hover .external-link {
	color: #000;
}

.sidebar-button {
	display: inline-block;
	background: #dc4b18;
	padding: 3px 25px;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
}
.sidebar-button i {
	font-size: 13px;
	vertical-align: middle;
}
.sidebar-button:hover {
	opacity: 0.8;
	color: #fff;
}

#stickycontainer {
	width: 300px;
}

/*** responsive ***/
@media screen and (max-width : 760px){
	/* mobile version */
	.mz-collection-header {
		float: left;
		width: 100%;
		padding: 20px 15px;
		display: inline-block;
	}
	.mz-collection-buttons {
		width: 100%;
	}
	.list-style-b .mz-collection {
		padding: 0px 5px 5px 5px;
		background-color: initial;
	}	
	.list-style-b .slidedown-button {
		left: 35%;
	}
	.mz-collection-counter {
		left: -10px;
	}
	.list-style-b .mz-collection-img {
		float: left;
		width: 100%;
		text-align: center;
		padding: 20px 10px 0px 10px;
	}
	.list-style-b .mz-collection-buttons {
		width: 100%;
		padding: 45px 0 55px 0px;
	}
	.list-style-b .btn-preview {
		padding: 14px 30px;
		font-size: 16px;
		bottom: 50px;
		right: 27px;
		border-radius: 30px;
		box-shadow: 2px 2px 4px 0 rgb(115 115 115 / 67%);
	}
	.list-style-b .main-feature {
		margin: 11px 0 0px 0;
	}
	.list-style-b .product-scores {
		margin: 0px 0 0px 0;
	}
	.list-style-b .mz-badges {
		display: none;
	}
	.list-style-b .mz-collection-subtitle {
		margin: 0 0 10px 0;
	}
	.list-style-b .mz-module {
		margin-bottom: 30px;
	}
	.product-score {
		font-size: 12px;
		line-height: 135%;
	}
	.adv-disclosure-text {
		height: 60px;
	}
}

/*** related products ***/

.related-product {
	display: inline-block;
	width: 32.9%;
	background-color: #dfdfdf;
	padding: 15px;
	vertical-align: top;	
}

.related-product .post-body a {
	color: #000;
	font-size: 19px;
}

/*** mooz browser ***/
.mz-browser {
	padding: 0 4px 4px;
	background-color: #cdcdcd;
	margin-bottom: 40px;
}

.mz-browser img {
	margin: 0px;
}

.mz-coll-grid {
	margin-bottom: 70px;
	box-shadow: 1px 1px 3px 0 rgba(176, 176, 176, 0.22);
/**
	box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12) , 1px 0 2px 0 rgba(0,0,0,0.12) , 0 1px 1px 0 rgba(0,0,0,0.24);
	padding: 20px;
	background-color: #fff;
	border-radius: 2px;
**/
}

.mz-coll-grid h2 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin: 10px 0 20px 0;
}

.mz-coll-grid h2 a {
	color: #000;
}

.mz-coll-grid h2 a:hover {
	color: #8F8F96;
}

.mz-coll-grid p {
	font-size: 14px;
	line-height: 170%;
	font-weight: 300;
	color: #75747b;
	margin: 10px 0 40px 0;
	text-align: left;
}

.mz-coll-grid .btn-primary {
	color: #ffffff;
	background-color: #3b9adf;
	border: 1px solid;
	border-radius: 43px;
	border-color: #3b9adf;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: none;
}

.mz-coll-grid .btn-primary:hover {
	color: #fff;
	background-color: #EFD100;
	border-color: #EFD100;
}

.mz-coll-body {
	background-color: #fff;
	padding: 20px 30px 40px 30px;
	text-align: center;
	min-height: 272px;
}

.mz-fullpage {
    background-color: #fff;
    padding: 50px;
}

.mz-fullpage h2 {
	text-align: center;
	font-size: 31px;
	font-weight: 900;
	color: #232323;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.mz-fullpage p {
	margin-bottom: 65px;
}

/* mooz themes docs */
.mz-docs {
    background-color: #fff;
    padding: 50px;
}

.mz-docs h1, .mz-docs h2, .mz-docs h3, .mz-docs h4, .mz-docs h5, .mz-docs h6 {
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #232323;
	margin: 30px 0 20px;
}

.mz-docs h1 {
	text-align: center;
	margin-bottom: 10px;
}
.mz-docs h2 {
	margin: 70px 0 30px;
}

.mz-docs  p {
	margin: 10px 0 20px;
}

.header-disclosure p {
	color: #636363;
	font-size: 15px;
	font-weight: normal;
	line-height: 120%;
}

.mz-disclosure {
	background-color: #fff;
	padding: 25px 30px 10px 30px;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}

.mz-disclosure-box {
	background-color: #f5e5e5;
	border: 1px solid #da565d;
	border-radius: 10px;
	padding: 10px 20px;
}

.mz-coll-advert-footer {
	padding-top: 30px;
}

.mz-contact {
	margin: 50px 0;
	text-align: center;
}

.mz-contact input:not(.btn), textarea, select {
	padding: 10px 10px;
	width: 80%;
	border: 1px solid #bbbcc7;
	border-radius: 3px;
}

.mz-contact textarea {
	height: 310px;
	padding: 5px 7px;
}

fieldset {
	border: 0;
}

.mz-field {
	margin: 20px 0;
}
.mz-field label {
	width: 15%;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	/* color: #2f2f2f; */
	float: left;
}

.mz-field label span {
	color: #989898;
	font-size: 12px;
}

.sidebar-module {
	margin-bottom: 50px;
}

.sidebar-title {
	margin: 15px 0 25px 0;
	padding: 0 0 5px 0px;
	box-shadow: #A6A7B1 0 -1px 0 inset;
	font-size: 13px;
	font-weight: 900;
	color: #40424A;
	letter-spacing: 0;
	text-transform: uppercase;
}


.sidebar-title span {
	box-shadow: #AB2F5D 0 -2px 0 inset;
	display: inline-block;
	padding: 5px 7px 5px 10px;
	margin-bottom: -5px;
}

.widget-socials a {
	text-align: center;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 5px;
	padding: 15px;
	background-color: #fff;
	color: #fff;
	border-radius: 3px;
}

/*** Pagination ***/
.pagination {
	display: block;
	text-align: center;
	margin: 0;
}

.page-numbers
{
	margin: 0;
	padding: 20px 0 70px 0;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}

.page-numbers li {
	display: inline-block;
	margin-right: 5px;
}

.page-numbers li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 18px;
	color: #4E4E4E;
	background-color: #FFF;
	font-size: 17px;
	font-weight: 400;
	border: 1px solid;
	border-color: #DEDEDE;
}

.page-numbers .dots {
	padding: 10px 14px;
}

.page-numbers .current
{
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 18px;
	color: #FFFFFF;
	background-color: #EFD100;
	font-size: 17px;
	font-weight: 400;
	border: 1px solid;
	border-color: #EFD100;
}

.page-numbers li a:hover {
	color: #fff;
	background-color: #EFD100;
	border-color: #EFD100;
}

/*** Back to top button ***/
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #EFD100;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media (max-width : 480px) {
	#back-top {
		position: fixed;
		bottom: -5px;
		right: 10px;
	}
	#back-top a {
		width: 40px;
		height: 40px;
	}
	#back-top i {
		margin-top: 7px;
		font-size: 20px;
	}
}

/*** social share ***/
.ot-follow-share {
	display: block;
	position: fixed;
	top: 20%;
	left: 20px;
	z-index: 20;
}

.ot-follow-share a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	border: 2px solid transparent;
	font-size: 15px;
	position: relative;
}

.ot-follow-share a:before {
	position: absolute;
	display: block;
	line-height: inherit;
	left: 0;
	padding-left: 0;
	font-size: 0;
	color: #232323;
	content: attr(data-h-title);
	white-space: nowrap;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.ot-follow-share a.ot-color-facebook {
	background-color: #3b5998;
}

.ot-follow-share a.ot-color-facebook:hover {
	border-color: #3b5998;
	color: #3b5998;
}

.ot-follow-share a.ot-color-twitter {
	background-color: #00aced;
}
.ot-follow-share a.ot-color-twitter:hover {
	border-color: #00aced;
	color: #00aced;
}

.ot-follow-share a.ot-color-google-plus {
	background-color: #dd4b39;
}
.ot-follow-share a.ot-color-google-plus:hover {
	border-color: #dd4b39;
	color: #dd4b39;
}

.ot-follow-share a.ot-color-rss {
	background-color: #f60;
}
.ot-follow-share a.ot-color-rss:hover {
	border-color: #f60;
	color: #f60;
}

.ot-follow-share a:hover {
	background-color: transparent!important;
}

.ot-follow-share a:hover:before {
	left: 100%;
	padding-left: 20px;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*** footer ***/

.footer {
	background-color: #36363b;
	color: #dadada;
	font-size: 14px;
}
.footer-cta {
	padding: 80px 0;
	text-align: center;
	background-color: #c5d764;
}

.footer-cta p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.footer-cta p span {
	font-weight: 600;
}

.footer-cta-button {
	background-color: #3b3b3b;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
	padding: 15px 30px;
	margin: 22px 0px 0 0;
	box-shadow: inset 0 0 0 100px transparent;
	border-radius: 5px;
}

.footer-cta-button:hover {
	color: #fff;
	background-color: #3b3b3b;
	box-shadow: inset 0 0 0 100px rgba(255,255,255,.2);
}

.footer-widget {
	padding: 60px 0;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
}

.footer-widget li {
	list-style: none;
	padding: 0 0 10px;
	font-size: 13px;
	font-weight: 500;
}

.footer-widget li a {
	color: #dadada;
	letter-spacing: 0.4px;
	font-family: "Lato", Sans-serif;
}

.footer-widget li a:hover {
	color: #8F8F96;
}

.footer-widget .sidebar-title {
	margin: 0px 0 20px 0;
	box-shadow: none;
	color: #ffffff;
}

.footer-copyright {
	background-color: #36363b;
	padding: 35px 0;
	text-align: center;
}

.footer-copyright p {
	font-size: 13px;
	color: #bfbfbf;
	margin: 0px;
}

.footer-copyright a {
	color: #dfdfdf;
}

.footer-copyright a:hover {
	color: #fec503;
}

.footer-disclosure {
	padding: 25px 35px 25px;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
}
@media screen and (max-width : 760px){
/* mobile version */
	.main-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.mz-collection {
		padding: 20px 15px 5px 15px;
	}
	.top-bar, .header-728x90 {
		display: none;
	}
	.header-logo {
		text-align: center;
		padding: 15px 0;
	}
	.mz-collection-item {
		margin-bottom: 30px;
	}
	.mz-collection-item h2:first-child {
		margin-top: 40px;
		margin-top: 40px;
		text-align: center;
		font-size: 31px;
	}
	.intro-text {
		text-align: center;
		width: 100%;
		-webkit-transform: translate(0%,0);
		-ms-transform: translate(0%,0);
		transform: translate(0%,0);
	}
	.footer-widget {
		padding: 15px 0;
	}
	.mz-collection p {
		margin-bottom: 30px;
		color: #272727;
		font-size: 18px;
		font-weight: 400;
		line-height: 160%;
	}
	.mz-collection h1 {
		font-size: 30px;
		line-height: 110%;
		font-weight: 800;
		margin: 0 0 5px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #dfdfdf;
		font-family: "Montserrat", Sans-serif;
		letter-spacing: -0.8px;
	}
	.mz-collection h1 span {
		color: #c53312;
	}
	.mz-collection .post-header {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header-disclosure p {
		font-size: 12px;
	}
	.mz-collection-title {
		border-top: 1px dotted #dfdfdf;
		margin-top: 15px;
		padding: 10px 0px;
		text-align: center;
	}
	.mz-collection img {
		margin: 5px 35px;
		max-width: 80%;
	}
	.btn-preview {
		background-color: #48a937;
		border-color: #3db332;
		padding: 10px 40px;
		display: inline-block;
		font-size: 14px;
		margin: 0px;
	}
	.mz-collection .item-buttons {
		text-align: center;
		margin-bottom: 25px;
	}
	.site-breadcrumbs {
		margin: 0px 0 0 0;
	}
	.breadcrumbs a, .breadcrumbs span {
		color: #585858;
		font-size: 10px;
		line-height: 100%;
	}
}

/*** google search ***/

.gsc-input-box {
border: 2px solid #dfdfdf;
}

input.gsc-input {
border: 2px solid #dfdfdf;
}

.facebook {
	background-color: #3b5998 !important
}
.twitter {
	background-color: #55acee !important
}
.google-plus {
	background-color: #dd4b39 !important
}
.linkedin {
	background-color: #007bb5 !important
}
.pinterest {
	background-color: #cb2027 !important
}
.vk {
	background-color: #45668e !important
}
.youtube {
	background-color: #bb0000 !important
}
.instagram {
	background-color: #e95950 !important
}

.mz-footer-pop-up {
	position: fixed;
	bottom: -250px;
	right: 135px;
	z-index: 1000;
}

.mz-subscribe-window {
	background-color: #4c4c5a;
	color: #fff;
	overflow: hidden;
	text-align: center;
	padding: 5px 25px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mz-subscribe-window h4, .mz-subscribe-window h5 {
	color: #fff;
	margin: 5px 0 5px;
}

.mz-subscribe-window h4 span {
	display: inherit;
	font-weight: 900;
	color: #ffcc08;
}

.pop-up-discount-price {
	font-size: 48px;
	font-weight: 900;
	color: #ffcc08;
}

.pop-up-discount-price span {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	vertical-align: super;
}

.mz-subscribe-window p {
	color: #b5b5b5;
	font-size: 13px;
	line-height: 100%;
}

.mz-subscribe-window .close-button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	background-color: #de3e3e;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mz-subscribe-window .click-here {
	padding: 7px 20px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #5ea455;
	color: #fff;
	text-align: center;
	margin: 5px 0 20px 0;
	display: inline-block;
	border-radius: 3px;
}

@media (max-width:998px) {
	.mz-footer-pop-up {
		display: none;
	}
}

/*** from OT ***/

.g-recaptcha {
    display: inline-block;
    margin: 0 0 30px;
}