@import "css/effects.css";
@import "css/theme-ui.css";

/* Fonts Styles Start */
@font-face {
	font-family: Montserrat-Regular;
	src: url(fonts/Montserrat-Regular_0.ttf) format("truetype");
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(fonts/Montserrat-Bold_0.ttf) format("truetype");
}
/*@font-face {
	font-family: Hind-Regular;
	src: url(fonts/Hind-Regular.ttf) format("truetype");
}
@font-face {
	font-family: Hind-Light;
	src: url(fonts/Hind-Light.ttf) format("truetype");
}
@font-face {
	font-family: Hind-Medium;
	src: url(fonts/Hind-Medium.ttf) format("truetype");
}
@font-face {
	font-family: Hind-Bold;
	src: url(fonts/Hind-Bold.ttf) format("truetype");
}
@font-face {
	font-family: Hind-Semibold;
	src: url(fonts/Hind-Semibold.ttf) format("truetype");
}*/
/* Fonts Styles End */

/* General Styles Start */
.container.supsysticContent {
	padding-top: 55px;
	padding-bottom: 100px;
}
body {
	font-family: Montserrat-Regular, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	background-color: #ffffff;
	color: #4D4C4C;
}
a {
	color: #33CACA;
	outline: 0!important;
	text-decoration: none;
}
a:hover, a:focus, a:active, a figcaption:hover, a figcaption:focus, a figcaption:active {
	color: #4ae8ea;
	text-decoration: none;

}
figcaption, a.supsysticCartLink {
	color: #4D4C4C;
}
a.supsysticCartLink:hover, a.supsysticCartLink:focus, a.supsysticCartLink:active {
	color: #4ae8ea;
}
p {
	margin: 10px 0;
	line-height: 25px;
}
.paragraph {
	margin: 10px 0;
}
hr {
	border-width: 2px;
	border-color: #E0E0E0;
	margin-top: 17px;
	margin-bottom: 30px;
}
hr.delimiter {
	margin-top: 55px;
	margin-bottom: 55px;
	border-top: 2px solid #eee;
}
hr.underline {
	width: 100px;
	margin: 15px auto 30px auto;
	border-top: 2px solid #56DADC;
}
hr.underline.header {
	margin-bottom: 60px;
}
hr.underline.full-width {
	width: 100%;
}
hr.underline.blogline {
	width: 200px;
	margin: 25px auto 25px auto;
}
hr.underline.menuline {
	width: 50px;
}
.aligncenter, .alignnone {	/* Make usually images responsive */
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: content-box;
}
.img-border {
	border: 1px solid #000000;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.float-left {
	float: left;
	padding-right: 20px;
}
.float-right {
	float: right;
	padding-left: 20px;
}
blockquote {
	background: none;
}
.sidebar {
	position: relative;
	font-weight: 400;
}
.sidebar .fixed-position {
	position: fixed;
	top: 50px;
}
div.sidebar.stick {
	margin-top: 60px;
}

.product-sidebar h3 {
	margin-top: 15px;
}
.breadcrumbs-wrapper {
	margin: 20px 0;
}
.single-product .breadcrumbs-wrapper {
	display: none;
}
/* General Form Styles End */


/* General Buttons Styles Start */
.btn, .btn-download, .btn-preview, .btn-pro, .btn-extension, .btn-black {
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
}
.btn {
	background: transparent;
	color: #4D4C4C;
	text-align: center;
	border: 2px solid #4D4C4C !important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	padding: 17px 45px !important;
}
input.btn:hover, input.btn:focus, input.btn.focus {
	background-color: #2098d1;
	color: #ffffff !important;
}
/*.single-blog .btn {
	color: #121212!important;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}*/
.btn-revert {
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.btn-free {
	position: relative;
	top: 20px;
	float: right !important;
	font-size: 16px !important;
	padding: 8px 0 !important;
}
.btn-default { /* Fx for posts / pages content buttons  */
	width: 100%;
	position: static;
}
.btn-full {
	width: 100%;
}
.btn-full-head-title {
	border: 1px solid #fff!important;
	background: #fff!important;
	transition: background .3s!important;
	-moz-transition: background .3s!important;
	-webkit-transition: background .3s!important;
	-o-transition: background .3s!important;
}
.btn-full-head-title:hover {
	background: #4ae8ea!important;
	border: 1px solid #4ae8ea!important;
}
.btn-blog {
	float: left;
	background-color: #4ae8ea;
	color: #ffffff;
	border: none !important;
	padding: 2px 8px !important;
	margin: 10px;
}
.btn-pro {
	border: 1px solid #4ae8ea!important;
	transition: background .3s!important;
	-moz-transition: background .3s!important;
	-webkit-transition: background .3s!important;
	-o-transition: background .3s!important;
	color: #4D4C4C!important;
	width: 85%;
	padding: 14px 19px!important;
	margin-top: 10px;
}
.btn-pro:hover {
	background: #4ae8ea!important;
}
.btn-download, .btn-preview {
	padding-left: 55px!important;
	padding-right: 25px!important;
	text-align: left!important;
	color: #4D4C4C!important;
}
.btn-download {
	border: 1px solid #4D4C4C!important;
	position: relative;
	white-space: normal!important;
}
.btn-download:before {
	position: absolute;
	width: 20px;
	height: 12px;
	top: 23px;
	background: url(img/pattern.png) -113px -49px no-repeat;
}
.btn-preview {
	border: 1px solid #4ae8ea!important;
	position: relative;
}
.btn-preview:before {
	position: absolute;
	width: 18px;
	height: 11px;
	top: 24px;
	background: url(img/pattern.png) -85px -42px no-repeat;
}
.btn-preview:hover {
	background: #4ae8ea!important;
}
.btn-black {
	background-color: #4D4C4C;
	color: #ffffff;
	padding: 12px 19px!important;
}
.btn-black, .btn-extension {
	border: none !important;
}
.btn-extension {
	margin: 10px 0;
	color: #4D4C4C!important;
	padding: 10px 19px!important;
}
.btn-extension a {
	color: #4D4C4C;
}
.btn-extension a:hover {
	color: #4ae8ea;
	text-decoration: none;
}
.btn-extension .price {
	color: #fa4e7f!important;
}
.btn-extension:hover {
	cursor: default!important;
}
.btn-easy {
	color: #4D4C4C!important;
	font-weight: 400!important;
	font-style: normal!important;
	font-size: 18px!important;
	border: 1px solid #e8eded!important;
}
.btn-info {
	padding: 12px 38px !important;
	background-color: #4ae8ea !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 18px !important;
}
.btn-buy {
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
	padding: 7px 20px!important;
}
/* General Buttons Styles End */


/* Blog Styles Start */
.blog_meta, .blog_thumbnail {
	margin-bottom: 10px;
	color: #808080;
}
.blog_meta {
	color: #808080;
}
.blog_title h2 {
	font-size: 35px !important;
	font-style: normal;
	margin-top: 60px;
	margin-bottom: 10px;
}
.blog_title:first-child h2 {
	margin-top: 0;
}
.blog_title h2 a:hover, .blog_title h2 a:focus, .blog-categories a:hover, .blog-categories a:focus, .blog-tags a:hover {
	text-decoration: none;
}
.content-title {
	display: inline-block;
}
.content-title h3 {
	font-size: 35px;
	font-weight: 300;
}
.blog_content_footer hr {
	border-color: #cccccc;
	margin-bottom: 0;
}
#single_blog .blog_content .blog_content_footer {
	font-size: 16px;
	font-style: normal;
}
.blog-nav ul {
	padding: 0;
}
.blog-nav li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
	list-style: none;
}
.page-nav li a, .blog-nav li a {
	color: #4D4C4C;
}
.page-nav li a:hover, .blog-nav li a:hover {
	color: #4ae8ea;
}
#single_blog .blog_content>.supsystic-social-sharing {
	font-size: 0.9em !important;
}
/* Blog Styles End */

/* Blog Navigation Start */
.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #bc360a;
}
.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}
.paging-navigation {
	padding-top: 40px;
}
.paging-navigation .nav-links {
	margin: 0 auto;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}
.paging-navigation a {
	font-size: 22px;
}
.paging-navigation .meta-nav {
	background-color: #4ae8ea;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 10px 0 15px 0;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 20px 0 23px;
	width: 70px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
/* Blog Navigation End */


/* Blog Comments Styles Start */
#comments #commentform {
	width: 70%;
}
#comments .comment-list .comment-body, #comments .comment-list .comment-body .comment-text {
	margin: 10px 0;
}
#comments .comment-form-comment input[type="text"], #comments .comment-form-email input[type="text"], #comments .comment-form-url input[type="text"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#comments .comment-form-comment label, #comments .comment-form-email label, #comments .comment-form-url label {
	display: block;
}
#comments #commentform .form-control, .contact-form input:not([type="submit"]), .contact-form .selecter-selected, .contact-form textarea {
	background-color: #FAFAFA !important;
	border: 1px solid #B1B1B1;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #4D4C4C !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: normal !important;
}
#comments #commentform input[type="text"], #comments #commentform input[type="email"], .contact-form input[type="text"], .contact-form input[type="email"], .contact-form .selecter {
	height: 45px;
	line-height: 45px;
}
#comments #commentform input[type="text"]:focus, #comments #commentform input[type="email"]:focus {
	border-top: 1px solid #4ae8ea!important;
	outline: 0!important;
	-webkit-box-shadow: 0 0 0 0 transparent!important;
	box-shadow: 0 0 0 0 transparent!important;
}
/* Blog Comments Styles End */


/* Common Styles Start */
.bbp-pagination-count {	/* hide the forum pagination */
	display: none;
}
.selecter-options {	/* selecter plugin - options list height */
	overflow: auto;
	max-height: 390px;
}
.table-striped>tbody>tr:nth-child(2n+1) {
	background-color: #f5f8f8!important;
}
.table-striped>tbody>tr.toe_order_row:nth-child(2n+1) {
	background-color: #d8d8d8!important;
}
/* Common Styles End */


/* Plugin Pages Styles Start */
.plugin-features-list, .plugin-features-list a {
	text-align: center;
	color: #4D4C4C;
}
.plugin-features-list a:hover, .plugin-features-list a:focus {
	color: #4ae8ea ;
}
/*.plugin-features-list p{
	display: none;
}
.plugin-features-list p.spn{
	display: inline;
}*/
.plugin-features-list .plugin-features-element {
	display: block;
	height: 150px;
	margin: 25px;
	font-size: 18px;
	text-align: center;
}
.forums-list li {
	position: relative;
	margin-bottom: 20px;
	list-style: none;
}
.images-border {
	padding-bottom: 20px;
}
.images-border img {
	display: block;
	width: auto;
	max-width: 100%;

	float: none;
	margin: 0 auto;
}
.ppTablePicture .images-border img {
	padding: 0;
}
.ppTablePicture .images-border img:hover {
	outline: #4ae8ea solid 2px;
	border-radius: 2px;
}
.sshTablePicture .images-border img:hover {
	outline: #4AE8EA solid 4px;
}
.galleryProductPageExamples .grid-gallery{
	font-size: 14px;
}
.galleryProductPageExamples #grid-gallery-90 .grid-gallery-photos p {
	color: #ffffff !important;
	padding-left: 0 !important;
}
#supsystic-jssor-slider-12 .slide-html-buttons a, #supsystic-jssor-slider-29 .slide-html-buttons a {
	font-size: 24px;
}
#supsystic-jssor-slider-12 .jssorb18 {
	left: 50%!important;
}
#publicationPopupExamplesContainer .publicationPopupExample {
	display: block;
	width: 25%;
	padding: 0 10px;
	float: left;
}
#publicationPopupExamplesContainer .publicationPopupExample .exampleTitle {
	display: block;
	text-align: center;
}
#publicationPopupExamplesContainer .publicationPopupExample .exampleImg {
	width: auto;
	height: 160px;
	margin-top: 0;
}
/* Plugin Pages List Styles End */


/* Plugin Features Table Styles Start */
#single_product .qa a.q.opened, #single_product .qa a.q:hover, .catitem .free-product-item a:hover, .user-sidebar .user-profile-menu li a:hover, .forums-list li a:hover {
	text-decoration: none;
}
#single_product .product_title, #single_product #examples, .blog_title h2 {
	font-size: 40px;
	font-weight: 400;
	color: #4D4C4C;
}
#single_product .toe-wrapper-table-plugin-options-compare {
	-webkit-box-shadow: 0 6px 15px -6px #777;
	-moz-box-shadow: 0 6px 15px -6px #777;
	box-shadow: 0 6px 15px -6px #777;
	margin-bottom: 20px;
	display: inline-block;
}
#single_product table.table-plugin-options-compare tr td {
	width: 86px;
}
#single_product table.table-plugin-options-compare tr td:first-child {
	width: 550px;
}
#single_product table.table-plugin-options-compare.theader {
	margin-bottom: 0 !important;
	box-shadow: 0 0 0 0 !important;
}
#single_product table.table-plugin-options-compare td {
	padding: 7px 7px 0 7px;
}
#single_product table.table-plugin-options-compare td h2 {
	font-size: 36px !important;
	font-weight: 300;
	font-style: normal;
	margin: 30px 0 15px;
	color: #4D4C4C;
}
#single_product table.table-plugin-options-compare .imgInfo {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	width: 15px;
}
#single_product table.table-plugin-options-compare .moreInfo {
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}
#single_product table.table-plugin-options-compare.theader {
	margin-bottom: 0!important;
	box-shadow: 0 0!important;
}
#single_product table.table-plugin-options-comparetd {
	padding: 7px 7px 0;
}
#single_product table.table-plugin-options-comparetd h2 {
	font-size: 36px!important;
	font-weight: 300;
	font-style: normal;
	margin: 30px 0 15px;
	color: #4D4C4C;
}
#single_product table.table-plugin-options-compare .center {
	text-align: center;
}
/* Plugin Features Table Styles End */


/* Home Page Styles Start */
#supsysticClientsRequest .block-title {
	font-size: 40px;
	margin-top: 0;
	text-align: center;
}
#supsysticJssorSliderContainer {
	background-image: url(img/bg_slider.png);
	background-size: cover;
}
#supsysticAboutUs, /*#supsysticPricingTemplate #supsysticBundleBlock,*/ .footer {
	background-image: url(img/bg_aboutus.png);
	background-size: cover;
}
#supsysticJssorSliderContainer h1 {
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 72px;
}
#supsysticJssorSliderContainer h1, #supsysticAboutUs {
	color: #ffffff;
}
#supsysticJssorSliderContainer h1 {
	font-size: 45px;
	text-align: center;
}
#supsysticPluginsList h1 {
	margin-top: 65px;
	font-size: 40px;
	color: #4D4C4C;
}
#supsysticAboutUs {
	/*padding: 95px 0 80px 0;*/
	padding: 65px 0 45px 0;
}
#supsysticAboutUs #supsysticInfoContainer, #supsysticAboutUs #supsysticSlidersContainer {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#supsysticAboutUs .aboutUsTitle {
	margin-top: 0;
	font-size: 40px;
}
#supsysticAboutUs .aboutUsDesc {
	line-height: 30px;
}
#supsysticAboutUs #supsysticSlidersContainer {
	text-align: center;
}
#supsysticAboutUs #supsysticSlidersContainer h1 {
	color: #56DADC;
	margin-top: 25px;
}
#supsysticAboutUs #supsysticSlidersContainer h2 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 35px;
}
#supsysticAboutUs #supsysticSlidersContainer h2:last-child {
	margin-bottom: 0;
}
#supsysticAboutUs #supsysticSlidersContainer .barContro_space,
#supsysticAboutUs #supsysticSlidersContainer #barsupsysticDounloadsSlider,
#supsysticAboutUs #supsysticSlidersContainer #barsupsysticUsersSlider {
	border-radius: 100px;
}
#supsysticAboutUs #supsysticSlidersContainer #barsupsysticDounloadsSlider,
#supsysticAboutUs #supsysticSlidersContainer #barsupsysticUsersSlider {
	background-color: #56DADC;
	box-shadow: 0 0 5px 0 #56DADC;
}
#supsysticAboutUs #supsysticSlidersContainer .barContro_space {
	background: #000000;
	box-shadow: 0 2px 2px 0 #515151;
}
#supsysticBundleBlock {
	padding: 70px 0 75px 0;
}
#supsysticBundleBlock .image-center {
	margin: 0 auto;
}
#supsysticBundleBlock .bundle-content {
	line-height: 30px;
	margin: 50px 0;
}
#supsysticClientsRequest {
	background-color: #FAFAFA;
	padding: 50px 0 80px 0;
}
#supsysticClientsRequest h1 {
	font-size: 40px;
	text-align: center;
}
#supsysticClientsRequest .request-description, #supsysticPluginsList h1 {
	color: #4D4C4C;
	text-align: center;
}
#supsysticClientsRequest .request-description p {
	line-height: 25px;
}
/* Home Page Styles End */


/* Home Page Searchform Styles Start */
.searchform {
	position: absolute;
	right: -30px;
	top: 30px;
}
.searchform span.fa {
	position: absolute;
	top: 11px;
	left: 2px;
	font-size: 20px;
}
.searchform input[type="text"] {
	background-color: transparent;
	/*background-image: url(img/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;*/
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}
::-webkit-input-placeholder {
	color: #4D4C4C;
}
::-moz-placeholder {
	color: #4D4C4C;	/* Firefox 19+ */
}
:-moz-placeholder {
	color: #4D4C4C;	/* Firefox 18- */
}
:-ms-input-placeholder {
	color: #4D4C4C;
}
.searchform input[type="text"]:focus {
	background-color: #fff;
	border: 2px solid #4D4C4C;
	cursor: text;
	outline: 0;
	width: 230px;
	z-index: 1000;
}
/* Home Page Searchform Styles Start */


/* Contact Form Template Styles Start */
.contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	padding: 5px 20px !important;
}
.contact-form textarea {
	height: 200px;
	padding: 20px !important;
}
.contact-form .cfsListSelect {
	padding: 0 !important;
}
.contact-form .cfsListSelectLabel {
	display: none;
}
.contact-form .selecter {
	margin: 0;
}
.contact-form .selecter-selected {
	padding: 0 20px 5px;
	margin: 0;
	height: 45px;
}
.contact-form input[type="submit"] {
	width: 33% !important;
	text-transform: none !important;
	background-color: #33CACA !important;
	padding: 13px 0 !important;
}
.contact-form input[type="submit"]:hover {
	background-color: #2098d1 !important;
	color: #ffffff !important;
}
.contact-form ::-webkit-input-placeholder {
	color: rgba(77, 76, 76, 1);
	font-style: normal;
}
.contact-form :-moz-placeholder {
	color: rgba(77, 76, 76, 1);
	font-style: normal;
}
.contact-form ::-moz-placeholder {
	color: rgba(77, 76, 76, 1);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	font-style: normal;
}
.contact-form :-ms-input-placeholder {
	color: rgba(77, 76, 76, 1);
	font-style: normal;
}
/* Contact Form Template Styles End */


/* Page Bundle Container Styles Start */
.supsysticPageBundleContainer {
	background-color: #56DADC;
	padding-top: 28px;
	padding-bottom: 28px;
}
.supsysticPageBundleContainer .bundle-text {
	padding-top: 5px;
	font-size: 25px;
	color: #ffffff;
}
.supsysticPageBundleContainer .bundle-btn a {
	font-size: 15px !important;
	padding: 10px 38px !important;
}
/* Page Bundle Container Styles End */


/* Pricing Template Styles Start */
/*#supsysticPricingTemplate #supsysticBundleBlock {
	color: #ffffff;
}*/
#supsysticPricingTemplate #supsysticBundleBlock, #supsysticPricingTemplate #supsysticPricingBlock {
	padding: 70px 0 65px 0;
}
#supsysticPricingTemplate .plugin {
	padding: 20px 0;
	margin-bottom: 40px;
	background-color: #FAFAFA;
	box-shadow: 0 1px 2px 1px #EFEFEF;
	-webkit-box-shadow: 0 1px 2px 1px #EFEFEF;
	-moz-box-shadow: 0 1px 2px 1px #EFEFEF;
}
#supsysticPricingTemplate .plugin > div {
	border-right: 1px solid #D7D7D7;
	height: 202px;
}
#supsysticPricingTemplate .plugin > div:last-child {
	border-right: none;
}
#supsysticPricingTemplate .plugin_title {
	float: left;
	text-align: center;
	font-size: 24px;
}
#supsysticPricingTemplate .plugin img {
	background-size: cover;
	width: auto;
	max-height: 150px;
	margin: 5% auto 0 auto;
}
#supsysticPricingTemplate .plugin .price {
	color: #4ae8ea;
	font-size: 70px;
	height: 60%;
	padding: 50px 0;
}
#supsysticPricingTemplate .onesite, #supsysticPricingTemplate .fivesites, #supsysticPricingTemplate .unlimitedsites {
	float: left;
	text-align: center;
	font-size: 24px;
}
#supsysticPricingTemplate .onesite h4 {
	color:#4ae8ea;
	font-size: 38px;
	font-weight: 700;
}
#supsysticPricingTemplate .fivesites h4 {
	color: #54b1ff;
	font-size: 38px;
	font-weight: 700;
}
#supsysticPricingTemplate .unlimitedsites h4 {
	color: #a17cff;
	font-size: 38px;
	font-weight: 700;
}
.product-sidebar .btn {
	font-size: 16px !important;
	padding: 12px 0 !important;
	margin-bottom: 15px;
}
.product-sidebar .btn-black, .right_menu .btn-black {
	margin-bottom: 15px;
}
/* Pricing Template Styles End */


/* Footer Styles Start */
.footer {
	padding: 35px 0 25px;
	color: #fff;
}
.footer hr {
	border-color: #686868;
}
.footer .container {
	position: relative;
}
.footer ul.menu li a:before {
	content: "\f101";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	position: absolute;
	top: -1px;
	left: 4px;
}
.footer .widget-title, .footer .widget-title a, .footer .copyright {
	margin-bottom: 32px;
	padding-left: 0;
	font-size: 36px;
	color: #4ae8ea !important;
	text-decoration: none;
}
.footer .credentials-container #copyright-container {
	font-size: 18px;
	padding: 35px 15px;
}
.footer .credentials-container #check-it-out-container div {
	text-align: center;
	margin-bottom: 12px;
}
.footer .copyright {
	margin-top: -10px;
	margin-bottom: 0;
}
.footer .copyright img {
	margin: 0 6px 0 -10px;
	width: 50px;
	height: auto;
}
.footer ul {
	padding-left: 0;
	margin-top: 20px;
}
.footer li, .comment-list li {
	list-style: none;
	margin-bottom: 14px;
}
.footer #menu-plugins-list li {
	width: 50%;
	float: left;
}
.footer li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	padding-left: 25px;
}
.footer li a.contact-form:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 12px;
	left: -1px;
	top: 6px;
	background: url(img/pattern.png) -96px -16px no-repeat;
}
.footer li a.facebook:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 16px;
	left: 4px;
	top: 2px;
	background: url(img/pattern.png) -130px -15px no-repeat;
}
.footer li a.twitter:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 13px;
	top: 6px;
	left: 0;
	background: url(img/pattern.png) -113px -15px no-repeat;
}
.footer li a.terms-conditions:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 18px;
	left: 0;
	top: 4px;
	background: url(img/pattern.png) -92px -95px no-repeat;
}
.footer #back-top {
	position: fixed;
	bottom: 30px;
	right: 3%;
}
.footer #back-top a {
	display: block;
	text-align: center;
	font: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #4D4C4C;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.footer #back-top a:hover {
	text-decoration: underline;
}
.footer #back-top span {
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: -14px;
	background: #000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.footer #social-buttons-for-widget-option>.supsystic-social-buttons {
	padding-left: 1.5em;
}
.footer #social-buttons-for-widget-option .supsystic-social-button {
	display: inline-block;
	background-color: #686868;
	border: none;
	border-radius: 100%;
	padding: 0.65em 0.84em 0.60em 0.84em;
	margin-top: 5px;
	margin-right: 1.25em;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	outline: none;
	position: relative;
	text-decoration: none;
}
.footer #social-buttons-for-widget-option .supsystic-social-button:nth-of-type(2) {
	background-color: #44BDBF;
	border-color: #44BDBF;
}
.footer #social-buttons-for-widget-option .supsystic-social-button i {
	color: #ffffff !important;
	line-height: inherit;
}
/* Footer Styles End */

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.header {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
}
.header .logo {
	display: block;
	margin-top: 24px;
	font-size: 30px;
	color: #4D4C4C;
	text-decoration: none;
}
.header .logo:hover {
	color: #4D4C4C !important;
}
.header .top-part {
	background: #fff;
}
.header .top-part .logo img {
	width: 55px;
}
.header .top-part h1 {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 82px;
	padding-left: 25px;
	display: inline-block;
	margin: 0!important;
}
.header .top-part .cart-mini, .header .top-part .search .s, .navigation a {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.header .top-part .search {
	margin-top: 13px;
}
.header .top-part .search .s {
	padding: 18px 10px;
	background: #f6f7f7;
	border: none;
	border-top: 1px solid #dfe4e4;
}
.header .top-part .cart-mini {
	padding: 12px 30px;
	border: 1px solid #4D4C4C;
	margin-left: 20px;
	margin-top: 13px;
	text-align: center;
}
.header .top-part .cart-mini a {
	color: #4D4C4C;
}
.header .top-part .cart-mini a:hover {
	color: #4ae8ea;
	text-decoration: none;
}
.header .top-part .cart-mini span {
	display: inline-block;
	border-left: 1px solid #e8eded;
	line-height: 32px;
	margin: 0 5px;
	width: 1px;
}
#main_nav {
	padding: 0!important;
}
#main_nav .navbar-right>a, #main_nav>a {
	padding: 15px 15px 15px 20px;
	line-height: 23px!important;
	position: relative;
	display: block;
}
#main_nav #getLogin:before, #main_nav .logout-link:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	top: 44px;
	left: 10px;
}
#main_nav #getLogin:before {
	background: url(img/pattern.png) -40px 0 no-repeat;
}
#main_nav #getLogin:hover:before {
	background-position: -40px -15px;
}
#main_nav .logout-link:before {
	background: url(img/pattern.png) -66px -16px no-repeat;
	left: 12px;
}
#main_nav .logout-link:hover:before {
	background-position: -80px -16px;
}
#main_nav .logout-link, #main_nav #getLogin {
	padding-left: 30px !important;
}
#main_nav li a, #main_nav .sub-menu.dropdown-menu>li>a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	padding: 15px 15px 15px 20px !important;
}
#main_nav ul>li>a, #main_nav a.navbar-right {
	padding: 40px 10px !important;
	margin-top: 0;
}
.navbar-right ul {
	display: inline-block;
	list-style: none;
}
.navigation {
	position: relative;
	z-index: 998;
}
.navigation #menu-top-menu {
	position: relative;
}
.navigation .container-fluid {
	padding: 0!important;
}
.navigation .navbar-default {
	background: 0 0;
	border: none;
	margin-bottom: 0!important;
}
.navigation .navbar-default #menu-top-menu>li:first-child>a {
	padding-left: 20px!important;
	position: relative;
	display: none;
}
.navigation .navbar-default #menu-top-menu>li:first-child>a:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 19px;
	background: url(img/pattern.png) no-repeat;
}
.navigation .navbar-default #menu-top-menu>li:first-child>a:hover:before {
	background-position: 0 -15px;
}
.navigation a {
	color: #4D4C4C!important;
	line-height: 23px!important;
}
.navigation a:hover .caret {
	background-position: -79px -4px;
}
.navigation .navbar-default .navbar-nav>.open>a {
	background: 0 0!important;
}
.sub-menu {
	display: none !important;
}
.open .sub-menu {
	display: block !important;
}
#searchform label, #searchform #searchsubmit {
	display: none;
}
.slide-pointer {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}
.slide-pointer a {
	font-size: 24px;
	color: #fff;
	text-decoration: none!important;
}
.slide-pointer img {
	margin: 0!important;
}
.section1 {
	background-image: url('img/dot.png');
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}
.section {
	position: relative;
	padding-top: 10px;
}
.section.section1 {
	padding-top: 30px;
}
.section.info-section .product-title {
	font-size: 50px;
	font-style: normal;
	margin-bottom: 5px;
	font-weight: 400;
}
.section.info-section .product-title h1 {
	margin-top: 50px;
}
.section.info-section .title {
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	padding-left: 15px;
	margin-bottom: 15px;
}
.section.info-section img {
	margin-right: 40px;
}
.section.info-section p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.section.info-section a.read-more {
	text-decoration: none;
	border-bottom: 0 solid #4ae8ea;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	margin-top: 10px;
	display: inline-block;
	color: #4D4C4C;
}
.section.info-section a.read-more2 {
	text-decoration: none;
	border-bottom: 0 solid #fff;
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
}
.section .downloads {
	position: absolute;
	bottom: 15px;
}
.downloads {
	text-align: center;
	width: 100%}
.downloads span.count {
	color: #e8eded;
	font-size: 106px;
	font-style: normal;
	line-height: 74px;
	font-family: Montserrat-Bold;
	font-weight: 400;
}
#backtop, .screen-nav li a {
	font-style: normal;
	line-height: 18px;
	text-decoration: none!important;
}
.downloads span.text {
	position: relative;
	margin-bottom: -50px;
	display: block;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
}
.nav-container {
	position: relative;
}
#backtop {
	background: 0 0!important;
	padding-right: 0!important;
	text-align: center!important;
	position: fixed;
	right: 0;
	bottom: 35px;
	font-size: 18px;
	z-index: 999;
	display: none;
	color: #4D4C4C;
	font-weight: 400;
}
.screen-nav {
	position: absolute;
	right: 4px;
	top: 200px;
	z-index: 90;
	width: 250px;
	height: 100%;
	display: block!important;
}
.screen-nav li {
	list-style: none;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 10px;
	position: relative;
}
.screen-nav li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	right: 1px;
	top: 8px;
	background: url(img/pattern.png) -17px 0 no-repeat;
}
.screen-nav li.active:before {
	width: 5px;
	height: 5px;
	top: 7px;
	background: url(img/pattern.png) -16px -4px no-repeat;
}
.screen-nav li.active a {
	font-family: Montserrat-Bold !important;
	font-weight: 400!important;
	color: #4D4C4C!important;
}
.screen-nav li a {
	font-size: 18px;
	font-weight: 400;
	color: #4D4C4C;
}
.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
.search .form-horizontal #search {
	padding: 9px 19px!important;
	height: 48px!important;
	line-height: 48px!important;
}
.search .form-horizontal label {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 35px!important;
}
.search .sub-title {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	margin: 15px 0;
}
.caret {
	border: none!important;
	background: url(img/pattern.png) -79px 0 no-repeat;
	width: 8px!important;
	height: 4px!important;
	margin-top: -1px;
	display: inline-block;
}
.full-plugins {
	margin-top: 150px;
	padding-top: 20px;
	display: none;
}
.full-plugins .close-full-plugins {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 20px;
	display: block;
	color: #4D4C4C;
}
.full-plugins .close-full-plugins:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 4px;
	background: url(img/pattern.png) -56px 0 no-repeat;
}
.full-plugins .title {
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
}
.full-plugins .title a {
	color: #4D4C4C;
	text-decoration: none;
	line-height: 24px;
}
.full-plugins p {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.full-plugins a.read-more {
	color: #4D4C4C;
	border-bottom: 1px solid #4ae8ea;
}
.full-plugins a.read-more:hover {
	color: #4ae8ea;
	text-decoration: none;
}
.full-plugins a.read-more2 {
	color: #fff;
	border-bottom: 1px solid #4ae8ea;
}
.full-plugins a.read-more2:hover {
	color: #fff;
	text-decoration: none;
}
#single_product .product_main {
	width: 100%}
#single_product #product_description, #single_blog .blog_content, .blog_listing .blog_excerpt, #comments .comment-form-comment label, #comments .comment-form-email label, #comments .comment-form-url label {
	font-size: 14px;
	line-height: 27px;
	padding-top: 0;
}
#single_product #product_description p {
	margin: 0;
}
#single_product .list li {
	list-style: none!important;
	padding-left: 20px;
	position: relative;
}
#single_product .list li:before {
	height: 3px;
	width: 3px;
	position: absolute;
	top: 11px;
	left: -5px;
	content: "";
	background: url(img/pattern.png) -17px 0 no-repeat;
}
#single_product .qa {
	margin-bottom: 20px;
	color: #4D4C4C;
}
#single_product .qa a.q, .forums-list li a {
	padding-left: 35px;
	position: relative;
	color: #4D4C4C;
	font-size: 18px;
}
#single_product .qa a.q:before, .forums-list li:before {
	position: absolute;
	top: -4px;
	left: 0;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.forums-list li:before {
	top: 0 !important;
}
#single_product .qa a.q:hover, .forums-list li a:hover {
	color: #4ae8ea;
}
#single_product .qa a.q.opened {
	font-weight: 700;
}
#single_product .qa .qa-content {
	display: none;
	margin: 40px 0;
	padding-left: 35px;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
}
#single_product .comp-table table .free-col, #single_product .comp-table table .premium-col {
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
}
#single_product .comp-table table .free-col {
	color: #a4aaac;
}
#single_product .comp-table table .premium-col {
	color: #4D4C4C;
}
#single_product .comp-table table td {
	border: none;
	text-align: center;
}
#single_product .comp-table table td:first-child {
	text-align: left;
	padding-left: 35px;
}
#single_product .comp-table table td .ok {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(img/pattern.png) -103px 0 no-repeat;
}
#single_product .comp-table table td:last-child .ok {
	background: url(img/pattern.png) -88px 0 no-repeat;
}
#single_product .product-sidebar .iradio_minimal {
	margin: -3px 5px 0 0;
}
.postid-3834 #single_product .product-sidebar label {
	font-size: 15px;
}
#single_product .product-sidebar label, .blog_meta span {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 32px;
	margin-bottom: 0;
}
#single_product .product-sidebar .downloads {
	margin-top: 50px;
}
#single_product .product-sidebar .widget {
	margin-top: 30px;
}
#single_product .product-sidebar .widget .widget-title {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #4D4C4C;
	margin-bottom: 10px;
}
.contact-block {
	margin: 30px 0 40px;
}
.contact-block:first-of-type {
	margin-top: 0;
}
.contact-block .wpcf7 label {
	line-height: 43px;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.contact-block .wpcf7-mail-sent-ok, .wpcf7-form .wpcf7-mail-sent-ok {
	border: 1px solid #4ae8ea!important;
}
.right_menu_slider .contact-nav ul, .forums-list ul, #comments ol.comment-list, .blog_content_footer ul {
	padding-left: 0;
	padding-top: 20px;
}
#single_product .page-nav ul {
	padding-left: 0;
}
#single_product .page-nav li, .page-nav li, .right_menu_slider .contact-nav li, .right_menu_slider ul li, .blog_content_footer li {
	position: relative;
	padding-left: 20px;
	line-height: 45px;
	list-style: none;
}
#single_product .page-nav li:before, .page-nav li:before, .blog-nav li:before, .blog_content_footer li:before, .right_menu_slider li:before, .documentations-list li:before, .icon-li:before/*, .menu-item-2363 :before, .menu-item-2364 :before, .menu-item-2365 :before, .menu-item-2366 :before, .menu-item-2367 :before, .menu-item-2368 :before*/ {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.single-post .page-nav.post-examples-nav ul {
	padding-left: 0;
}
#checkoutConteiner {
	margin-top: 73px;
	position: relative;
}
.toeCheckoutNavigationItemText {
	font-size: 18px!important;
	color: #e8eded;
}
.toeCheckoutNavigationItemText, table.shopping_cart tbody td, table.shopping_cart thead td {
	font-weight: 400!important;
	font-style: normal!important;
}
.toeCheckoutNavigationCurrent .toeCheckoutNavigationItemText, .toeCheckoutNavigationPassed .toeCheckoutNavigationItemText {
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #4D4C4C;
}
.toeCheckoutNavigationCurrent .toeCheckoutNavigationBorder {
	background: #4D4C4C!important;
}
.toeCheckoutNavigationItem {
	text-align: center;
	color: #f5f8f8;
	font-size: 18px;
	padding: 0!important;
	margin: 0!important;
}
.toeCheckoutNavigationBorder, .toeCheckoutNavigationCurrent, .toeCheckoutNavigationPassed {
	color: #4D4C4C!important;
}
.toeCheckoutNavigationItem:first-child {
	text-align: left;
}
.toeCheckoutNavigationItem:last-child {
	text-align: right;
}
.toeCheckoutNavigationItemPoint.success {
	right: -17px!important;
}
.toeCheckoutNavigationItemPoint {
	width: 7px;
	height: 14px;
	display: none;
	position: absolute;
	right: 13px;
	bottom: -5px;
	z-index: 10;
	background: url(img/pattern.png) -121px 0 no-repeat!important;
}
.toeCheckoutNavigationBorder {
	height: 4px;
	background: #ededf1;
	margin-top: 5px!important;
}
.toeCheckoutNavigationCurrent .toeCheckoutNavigationBorder, .toeCheckoutNavigationPassed .toeCheckoutNavigationBorder {
	background: #4D4C4C;
}
.toeCheckoutNavigationCurrent .toeCheckoutNavigationItemPoint {
	display: block;
}
.warranty-cert {
	margin-bottom: 25px;
}
.warranty-cert img {
	margin: 0 10px;
}
.table_order_details table.options_list {
	margin-bottom: 0;
}
table.shopping_cart, table.shopping_cart td {
	border: none!important;
}
table.shopping_cart thead td {
	font-size: 24px!important;
	color: #4D4C4C!important;
	padding: 15px 5px!important;
}
table.shopping_cart thead .shopping_cart_id {
	padding-left: 45px!important;
	width: 110px;
}
table.shopping_cart thead .shopping_cart_action {
	width: 80px;
	text-align: center;
}
table.shopping_cart tbody td {
	font-size: 18px!important;
	padding: 15px 5px!important;
}
.cart_footer #toeCartTotalBox .subTotal, .cart_footer #toeCartTotalBox .total_table_total_wrapper, .cart_footer .clear_cart_button {
	font-style: normal;
	font-weight: 400;
}
table.shopping_cart tbody .sc_id {
	color: #a4aaac;
	padding-left: 45px!important;
}
table.shopping_cart tbody .sc_price, table.shopping_cart tbody .sc_total {
	color: #fa4e7f!important;
}
table.shopping_cart tbody .sc_action {
	text-align: center;
}
table.shopping_cart tbody .sc_name a {
	color: #4D4C4C;
	text-decoration: none;
}
table.shopping_cart tbody .sc_name a:hover {
	color: #4ae8ea;
}
table.shopping_cart .remove_from_cart {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(img/pattern.png) -138px 0 no-repeat;
}
table.shopping_cart .remove_from_cart:hover {
	background-position: -138px -15px;
}
.pink, #comments .required {
	color: #fa4e7f;
}
.cart_footer .col-md-2 label {
	position: relative;
}
.cart_footer .col-md-2 label:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	background: url(img/pattern.png) -138px 0 no-repeat;
	left: 0;
	top: 5px;
}
.cart_footer .clear_cart_button {
	border: none;
	position: relative;
	padding-left: 25px;
	background: 0 0;
	font-size: 18px;
}
.cart_footer #toeCartTotalBox {
	padding-top: 14px;
}
.cart_footer #toeCartTotalBox .subTotal {
	display: block;
	font-size: 18px;
	color: #4D4C4C;
	line-height: 25px;
	padding-right: 30px;
}
.cart_footer #toeCartTotalBox .total_table_total_wrapper {
	font-size: 24px;
	color: #4D4C4C;
	line-height: 21px;
}
.cart_footer #toeCartTotalBox .pink {
	padding-left: 5px;
}
.cart_footer .btn {
	color: #4D4C4C!important;
	padding: 13px!important;
	text-align: center;
	display: block;
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
}
.cart_footer .btn:hover {
	color: #fff!important;
}
.toe_checkout_part_box .subTotal, .toe_checkout_part_box .total_table_total_wrapper {
	color: #4D4C4C;
	font-style: normal;
	font-weight: 400;
}
.cart_footer .clear_cart_button_wrapper {
	padding-top: 14px;
}
.toe_checkout_part_box .subTotal {
	font-size: 18px;
	line-height: 25px;
	padding-right: 30px;
}
.toe_checkout_part_box .total_table_total_wrapper {
	font-size: 24px;
	line-height: 21px;
}
.toe_checkout_part_box .pink {
	padding-left: 5px;
}
#toe_checkout_content p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
#toe_checkout_content .btn {
	color: #4D4C4C!important;
	padding: 13px!important;
	text-align: center;
	display: block;
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
	width: 100%}
#toe_checkout_content .btn:hover {
	color: #fff!important;
}
.toe_checkout_part_box label:not(.checkout-payment-type-label) {
	line-height: 40px!important;
	font-size: 18px!important;
	font-style: normal!important;
	font-weight: 400!important;
}
.toe_checkout_part_box .form-control {
	margin-bottom: 10px!important;
}
.toe_checkout_part_box {
	margin-bottom: 25px!important;
}
.toe_checkout_part_paymentModules label {
	display: block;
}
.toe_checkout_part_paymentModules label .iradio_minimal {
	margin-right: 5px;
}
#toe_orders_all .info-about-order:hover td, #toe_orders_all .info-about-order:hover td.sc_price {
	background: #4ae8ea;
	color: #fff!important;
}
#toe_orders_all .info-about-order:hover .expander a {
	background-position: -142px -76px;
}
#toe_orders_all .info-about-order .sc_id {
	padding-left: 0!important;
}
.checkout_totalBlock {
	padding-top: 14px;
}
.checkout_summaryBlock {
	margin-bottom: 5px!important;
}
.checkout_title {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 20px;
}
.no-p-r {
	padding-right: 0!important;
}
.no-p-l {
	padding-left: 0!important;
}
.info-about-order {
	position: relative;
	margin-bottom: 2px!important;
}
#msg {
	font-size: 18px;
	margin-bottom: 30px;
}
#toeResetPasswordMsg {
	margin-top: 15px;
}
.page-template-template-contact label {
	line-height: 40px;
	font-size: 18px;
}
.page-template-template-contact .widget p {
	font-size: 16px;
}
.page-template-template-contact .widget .widget-title {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 34px;
	color: #4D4C4C;
}
.feature-item .feature-title, .page-template-template-contact .widget .widget-subtitle {
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
}
.page-template-template-contact .widget .widget-subtitle {
	margin: 25px 0 15px;
}
.wpcf7-not-valid {
	border-top: 1px solid #fa4e7f!important;
}
.wpcf7-not-valid-tip {
	color: #fa4e7f!important;
}
.mejs-overlay {
	background: url(img/dot.png);
	height: 100%!important;
}
.mejs-overlay-button {
	width: 89px!important;
	height: 89px!important;
	background: url(img/pattern.png) 0 -30px no-repeat!important;
	margin-top: -40px!important;
}
.feature-wrapper {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
.feature-item {
	height: 200px;
}
.feature-item .feature-title {
	margin: 10px 0;
}
.feature-item p {
	padding: 0!important;
	margin: 0 0 15px!important;
}
.select_version .selecter {
	width: 100%!important;
	font-weight: 400;
}
.select_version .selecter-item, .select_version .selecter-selected {
	font-size: 16px!important;
	font-weight: 400!important;
	font-style: normal!important;
}
.catitem .bottom-buttons a, .catitem .free-product-item p {
	font-weight: 400;
}
.select_version .selecter-item:hover {
	background: #4ae8ea;
	color: #fff;
}
.selecter.open {
	z-index: 99999999!important;
}
.catitem {
	display: block;
	margin-bottom: 30px;
}
.catitem .free-label, .catitem .psd-label, .catitem .responsive-label {
	margin-bottom: 5px;
	display: inline-block;
}
.catitem .labels {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 25px;
	z-index: 0;
}
.catitem .responsive-label {
	width: 21px;
	height: 14px;
	background: url(img/pattern.png) -130px -32px no-repeat;
}
.catitem .free-label {
	width: 17px;
	height: 17px;
	background: url(img/pattern.png) -135px -47px no-repeat;
}
.catitem .psd-label {
	width: 22px;
	height: 8px;
	background: url(img/pattern.png) -80px -32px no-repeat;
}
.catitem .zoom-label {
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(img/pattern.png) -115px -32px no-repeat;
	position: absolute;
	right: 11px;
	bottom: 10px;
}
.catitem .fpi {
	border: 1px solid #e8eded;
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}
.catitem .free-product-item {
	display: inline-block;
}
.catitem .free-product-item p {
	font-size: 16px;
	font-style: normal;
	display: inline-block;
}
.catitem .free-product-item .fpi {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.catitem .free-product-item .fpi.hover {
	background: #4ae8ea;
}
.catitem .fpi img {
	border: 3px solid rgba(215, 219, 219, .4);
	margin: -13px 0 0 -35px;
}
.catitem .bottom-buttons a {
	color: #4D4C4C;
	text-align: center;
	display: block;
	padding: 5px 35px 5px 5px;
	font-size: 18px;
	font-style: normal;
}
.bxslider, .pager {
	display: none;
}
.catitem .download-product-item .dp-title a {
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 24px;
	font-style: normal;
	text-align: center;
	padding: 8px 20px;
	background-image: url(img/bg_texture.png);
	color: #ffffff;
	text-decoration: none;
}
.catitem .download-product-item .dp-title a:hover {
	color: #ffffff;
	text-decoration: none;
}
.catitem .download-product-item .dp-excerpt {
	display: block;
	height: 210px;
	min-height: 210px;
	max-height: 210px;
	padding: 15px;
	text-align: center;
	overflow: hidden;
}
.catitem .download-product-item .dp-excerpt .dp-excerpt-wrapper {
	height: 100%;
	column-width: 210px;
	-webkit-column-width: 210px;
}
.catitem .download-product-item .dp-thumb {
	margin: 30px 0;
	height: 190px;
	min-height: 190px;
}
.catitem .download-product-item .dp-thumb img, .all-plugins-item .dp-thumb img {
	width: auto;
	max-height: 100%;
	margin: 0 auto;
}
.catitem .download-product-item .dp-excerpt, .catitem .download-product-item .dp-buttons {
	background: #FAFAFA;
}
.catitem .download-product-item .dp-buttons {
	padding-bottom: 20px;
}
.catitem .download-product-item .dp-buttons a {
	display: inline-block;
	width: 40%;
	padding: 10px 0 !important;
	margin-left: 6%;
}
.catitem .download-product-item .dp-buttons a.btn-info {
	border: none !important;
	color: #ffffff !important;
	font-size: 18px !important;
	padding: 12px 0 !important;
}
.catitem .download-product-item .dp-buttons a.dp-full {
	border-color: #e8eded!important;
}
.catitem .download-product-item {
	font-size: 16px;
	border: 2px solid #4D4C4C;
}
.user-profile-edit h3 {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 30px;
}
.user-profile-edit.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
.user-profile-edit .control-label {
	text-align: left!important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
}
.acc_summary, .pro-table td {
	text-align: center;
}
.user-profile-edit #toeResetPasswordLink, .user-profile-edit .tcf_submit {
	font-size: 18px!important;
	font-weight: 400!important;
	font-style: normal!important;
	color: #4D4C4C!important;
}
.user-profile-edit #toeResetPasswordLink {
	border-color: #4D4C4C!important;
}
.user-profile-edit #toeResetPasswordLink:hover {
	background: 0 0!important;
}
.user-profile-edit .form-control {
	padding: 0 12px!important;
}
.user-profile-edit .tcf_submit {
	padding-left: 80px!important;
	padding-right: 80px!important;
}
.user-sidebar .title {
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 16px;
}
.user-sidebar .user-profile-menu {
	padding-left: 0;
	list-style: none;
}
.user-sidebar .user-profile-menu li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.user-sidebar .user-profile-menu li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 1px;
	top: 11px;
	background: url(img/pattern.png) -17px 0 no-repeat;
}
.user-sidebar .user-profile-menu li.active:before {
	width: 5px;
	height: 5px;
	top: 10px;
	background: url(img/pattern.png) -16px -4px no-repeat;
}
.user-sidebar .user-profile-menu li.active a {
	font-family: Montserrat-Bold !important;
	font-weight: 400!important;
	color: #4D4C4C!important;
}
.user-sidebar .user-profile-menu li a {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #4D4C4C;
}
#toeOrdersContainer h3, .themes-nav .title {
	font-weight: 300;
}
#toeOrdersContainer h3 {
	font-size: 36px;
	font-style: normal;
	margin: -10px 0 30px;
}
#toeOrdersContainer #toe_orders_all {
	margin-top: 0;
}
#toeOrdersContainer .toeOrderListCell {
	padding-left: 5px!important;
}
.bx-wrapper {
	margin-bottom: 5px;
}
.bxslider img {
	margin: 0 auto;
}
.pager .pager-item a:hover img, .pager .pager-item img {
	border: 1px solid #e8eded;
}
.pager .pager-item a.active img {
	border: 1px solid #4D4C4C;
	padding: 2px;
}
.dropdown:hover .dropdown-menu {
	display: block!important;
}
.themes-nav {
	margin: 10px 0;
}
.themes-nav .title {
	font-size: 24px;
	font-style: normal;
	margin: 25px 0 20px;
}
.acc_summary a, .extension-product-item p, .page-template-template-extensions p {
}
.themes-nav .more, .themes-nav li a {
	font-size: 18px;
	color: #4D4C4C;
	text-decoration: none;
}
.acc_summary a, .acc_summary span, .extension-product-item p, .themes-nav .more, .themes-nav li a {
	font-weight: 400;
	font-style: normal;
}
.themes-nav ul {
	padding-left: 6px;
}
.themes-nav li {
	list-style: none;
	padding-left: 10px!important;
	margin-bottom: 15px;
	position: relative;
}
.themes-nav li:before {
	height: 3px;
	width: 3px;
	position: absolute;
	top: 11px;
	left: -5px;
	content: "";
	background: url(img/pattern.png) -17px 0 no-repeat;
}
.themes-nav .more {
	border-bottom: 1px solid #4ae8ea;
	padding-bottom: 2px;
}
.themes-nav .more:hover {
	color: #4ae8ea;
}
.acc_summary span {
	display: inline-block;
	font-size: 60px;
}
.acc_summary a {
	font-size: 18px;
	color: #4D4C4C;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
}
.acc_summary a:hover {
	color: #4ae8ea;
	text-decoration: none;
}
.extension-product-item p {
	font-size: 16px;
}
.extension-product-item .dp-thumb img {
	margin: 0 auto;
}
.all-plugins-item .dp-thumb {
	float: left;
}
.all-plugins-item .dp-title a {
	font-size: 35px;
	line-height: 40px;
	text-decoration: none;
	color: inherit;
}
.all-plugins-item .dp-subtitle {
	font-size: 18px;
	line-height: 25px;
	margin: 20px 0;
}
.all-plugins-item .dp-excerpt {
	font-size: 14px;
	line-height: 25px;

}
.all-plugins-item .dp-buttons {
	margin: 40px 0;
}
.page-template-template-extensions p {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.page-template-template-extensions h3 {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 30px!important;
}
.page-template-template-extensions .sorting-head {
	border-bottom: 2px solid #4ae8ea;
}
.page-template-template-extensions .sorting-head .sort-title {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	line-height: 57px;
	margin-bottom: -3px;
}
.page-template-template-extensions .sorting-head .nav-pills button, .pro-table {
	font-size: 18px;
	font-style: normal;
}
.page-template-template-extensions .sorting-head .nav-pills {
	margin: 16px 0 -2px 20px;
}
.page-template-template-extensions .sorting-head .nav-pills button {
	border: none;
	font-weight: 400;
	background: 0 0;
	color: #4D4C4C;
	padding: 5px 10px 8px;
	border-bottom: 2px solid transparent;
	display: inline-block;
}
.page-template-template-extensions .sorting-head .nav-pills .active {
	border-bottom: 2px solid #fff;
	font-weight: 700!important;
}
.page-template-template-extensions .sorting {
	margin-top: 30px;
}
.tip {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(img/pattern.png) -91px -55px no-repeat;
	margin-bottom: -3px;
}
.tip:hover {
	background-position: -91px -74px;
}
.pro-table {
	font-weight: 400;
	margin: 20px 0 0;
}
.pro-table thead tr td {
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
}
.pro-table td {
	border: none!important;
}
.pro-table td:first-child {
	text-align: left;
}
.feature_wrapper {
	text-align: center;
}
.pro-table tbody tr:first-child {
	background: 0 0!important;
}
.pro-table tbody tr:first-child td {
	font-family: Montserrat-Bold;
	font-size: 38px;
	font-weight: 400;
	font-style: normal;
}
.pro-table tbody td {
	font-weight: 700;
}
.pro-table tbody td:first-child {
	font-weight: 400;
}
.pro-table .pro {
	color: #4ae8ea;
}
.pro-table .dev {
	color: #54b1ff;
}
.pro-table .corp {
	color: #a17cff;
}
.feature_wrapper img {
	margin: 0 auto;
}
li#menu-item-6 {
	position: relative;
}
li#menu-item-6 .container {
	position: absolute;
	z-index: 99;
}
li#menu-item-6 .full-plugins {
	margin-top: 0;
}
.examples-container .examples-header {
	border-left: 2px solid #4ae8ea;
	padding: 3px 0 3px 15px!important;
}
.examples-container p.examples-header a {
	margin-left: 15px;
	color: #4D4C4C;
	font-size: 18px;
}
.examples-container .examples-header a.active {
	font-family: Montserrat-Bold !important;
	font-weight: 400!important;
}
#example_block.preloader {
	position: relative;
}
#example_block.preloader #preload_example_load {
	background-image: url(img/preload.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
.fp-item img {
	margin-top: 15px;
}
.form-group .toeErrorForField {
	margin-bottom: 10px;
	margin-top: -10px;
}
.toeErrorForField {
	color: #fa4e7f;
}
.toeInputError {
	border-top: 1px solid #fa4e7f!important;
	margin-bottom: 0!important;
}
.modal-plugins {
	z-index: 999;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top: 0!important;
}
.modal-plugins .close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
}
.close-btn {
	position: relative;
	padding-left: 19px;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #4D4C4C!important;
	text-decoration: none!important;
}
.close-btn:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	top: 4px;
	left: 0;
	background: url(img/pattern.png) -56px 0 no-repeat;
}
.table_order_details table thead td {
	font-size: 18px!important;
	font-family: Montserrat-Bold;
	font-weight: 700;
}
.expander a {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 20px;
}
.expander a:hover {
	text-decoration: none;
}
.expander a.collapsed {
	width: 10px;
	height: 8px;
	display: inline-block;
	background: url(img/pattern.png) -142px -67px no-repeat;
}
tr[aria-expanded=true] .expander a {
	width: 10px;
	height: 8px;
	display: inline-block;
	background: url(img/pattern.png) -142px -85px no-repeat!important;
}
.tooltip {
	z-index: 999999999 !important;
	left: -9999px;
	top: -9999px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #323232;
	padding: 4px 8px;
	position: absolute;
}
.tooltip p {
	margin: 0;
	padding: 0;
}
#breadcrumbs * {
	float: left;
	font-size: 14px;
	line-height: 23px;
	padding-right: 10px;
	color: #4D4C4C!important;
}
#breadcrumbs .crumb-spliter {
	background: url(img/pattern.png) -120px 0 no-repeat!important;
	width: 10px;
	height: 15px;
	margin: 6px 6px 0 0;
}
#breadcrumbs a:hover {
	color: #4ae8ea!important;
	text-decoration: none;
}
.toeSingleProductShell {
	visibility: hidden;
}
#single_product .toeVariationSelect {
	margin-bottom: 30px;
}
.single-post #single_product .toeVariationSelect, .page #single_product .toeVariationSelect {
	display: none;
}
.single-post .main, .single-post .slide {
	width: 100%
}
.single-post .selecter {
	width: 100%;
	max-width: 100%;
}
.single-post .right_menu_slider {
	width: 30%;
	float: left;
}
.single-post .slide {
	float: left;
	padding-top: 20px;
}
.single-post .end-content {
	width: 100%;
	float: left;
}
.postid-1302 .slide, .postid-1307 .slide {
	margin-left: -20px;
}
.page .right_menu_slider {
	padding-top: 45px;
}
.page .right_menu_slider a {
	text-decoration: none;
}
.page .right_menu_slider .contact-block .title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.page .right_menu_slider .contact-block .title a {
	color: inherit;
	text-align: center;
}
.page .right_menu_slider .slider-text {
	font-size: 14px;
	text-align: center;
	line-height: 27px;
}
.page .right_menu_slider .contact-block:last-of-type {
	margin-bottom: 0;
}
.page .right_menu_slider ul {
	padding-left: 40px;
}
#supsysticContuctUsTemplate .left_content {
	padding-right: 30px;
}
#supsysticContuctUsTemplate .left_content .title {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 35px;
}
.page .left_content {
	width: 70%;
	float: left;
	padding: 0 15px;
}
.page .left_content h1 {
	margin-top: 0;
}
.page .right_menu_slider {
	width: 30%;
	float: left;
	padding: 0 15px;
}
.page .main {
	width: 100%
}
.logo-slogan {
	position: relative;
	z-index: 999;
}
.right_menu_slider #menu {
	list-style: none;
	padding-bottom: 10px;
	color: #4D4C4C;
	font-size: 14px;
}
.right_menu_slider ul li a {
	display: block;
	color: #4D4C4C;
	text-decoration: none;
	text-align: left;
	text-shadow: #fff 0 1px 1px;
}
.right_menu_slider ul li a:hover {
	color: #4ae8ea;
}
.right_menu_slider .contact-nav h2 {
	margin-top: 0;
}
.forums-list ul {
	margin: 0;
	padding: 0;
}
.menu-item-2363 :before, .menu-item-2364 :before, .menu-item-2365 :before, .menu-item-2366 :before, .menu-item-2367 :before, .menu-item-2368 :before {
	top: 20px;
}
.right_menu_slider .menu .submenu li::before {
	top: 8px;
}
.right_menu_slider .submenu li a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 5px;
	text-align: left;
}
.right_menu_slider #searchbox {
	position: relative;
	width: 100%;
}
.right_menu_slider #searchbox input[type=text] {
	border: 2px solid #3D3D3D;
	width: 100%;
	height: 45px;
	padding: 10px;
	margin: 10px 0;
	text-indent: 5px;
}
.right_menu_slider #searchbox input[type=text]::-webkit-input-placeholder/*,
.right_menu_slider #searchbox input[type=text]:-moz-placeholder,
.right_menu_slider #searchbox input[type=text]::-moz-placeholder,
.right_menu_slider #searchbox input[type=text]:-ms-input-placeholder*/ {
	color: #3D3D3D;
}
.right_menu_slider #searchbox input[type=text]:focus {
	border: 1px solid #666;
}
.right_menu_slider #searchbox input[type=submit] {
	background-color: #4ae8ea;
	border: 1px solid #666;
	color: #fff;
	font-size: 11px;
	padding: 4px 5px;
	-webkit-box-shadow: #333 0 0 1px;
	-moz-box-shadow: #333 0 0 1px;
	box-shadow: #333 0 0 1px;
}
.right_menu_slider #searchbox input[type=submit]:hover {
	cursor: pointer;
}
.right_menu_slider #searchbox .fa-search {
	position: absolute;
	top: 10px;
	right: 0;
	width: 45px;
	height: 45px;
	background-color: #3D3D3D;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
}
#primary_nav_wrap {
	list-style: none;
	position: relative;
	float: left;
	margin-left: 65px;
	/*margin: 0;
	padding: 0;*/
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.dropdown-menu>li>.tip1>a:hover, .dropdown-menu>li>.tip1>a:focus,
.dropdown-menu>.current-menu-item.active>a, .dropdown-menu>.current-menu-item.active>a:hover, .dropdown-menu>.current-menu-item.active>a:focus,
.dropdown-menu>.current-menu-item.active li.current-menu-item>a,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover,
.HeadIcon.current-menu-item {
	background-color: #4D4C4C !important;
	color: #ffffff !important;
}
#primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#primary_nav_wrap ul ul, .answer, .answer-left {
	display: none;
}
#primary_nav_wrap ul ul, .answer, .answer-left, .sub-menu {
	background: #ffffff;
	position: absolute;
}
#primary_nav_wrap ul ul, .sub-menu {
	top: 100%;
	left: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#primary_nav_wrap .double-menu {
	z-index: 1000;
}
#primary_nav_wrap .vertical-line {
	min-width: 1px;
	width: 1px;
	max-width: 1px;
	height: 345px;
	box-shadow: none;
	border: none;
	background-color: #D4D2D2;
	position: absolute;
	top: 115%;
	left: 250px;
	z-index: 999;
}
#primary_nav_wrap .second-column {
	left: 246px;
	/*height: 318px;*/
	-webkit-box-shadow: 6px 6px 12px rgba(0,0,0,.175);
	box-shadow: 6px 6px 12px rgba(0,0,0,.175);
	z-index: 998;
}
#primary_nav_wrap ul ul li, .sub-menu li {
	float: none;
	width: 250px;
}
#primary_nav_wrap ul ul a, .sub-menu a {
	line-height: 120%;
	padding: 0 15px;
}
#primary_nav_wrap ul ul ul, .sub-menu ul {
	top: 0;
	left: 100%
}
#primary_nav_wrap ul li:hover>ul, #primary_nav_wrap ul li:hover>span.vertical-line {
	display: block !important;
}
.tooltip1:hover:after {
	content: attr(tip);
	position: absolute;
	display: block;
	padding: 6px 10px;
	margin-left: 170px;
	margin-top: -40px;
	min-width: 400px;
	width: 700px;
	background: #e8eded;
	border-radius: 5px;
	color: #111;
	font-size: 14px;
}
#primary_nav_wrap ul ul li:last-child .tooltip1:hover:after {
	margin-top: -70px !important;
}
.tip1 {
	display: inline-block;
	position: relative;
	width: 100%;
}
.linktip em, .tip1 em {
	background: #FD6E00;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ccc;
	color: #fff;
	font: normal 700 12px Arial;
	text-decoration: none;
	cursor: pointer;
	padding: 0 4px;
}
.tip1>span>img {
	max-width: 50%;
	max-height: auto;
	margin: 3px;
	float: left;
}
.tipgallery>span>img {
	width: 100px!important;
	max-height: auto;
	margin: 3px;
	float: left;
}
.answer, .answer-left {
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #4D4C4C;
	font: normal 500 14px Trebuchet MS;
	text-align: left;
	text-shadow: 0 1px 2px #fff, 0 0 10px #E0F1FF;
	text-decoration: none;
	opacity: 1;
	cursor: default;
	margin-top: -30px;
	width: 430px;
	min-height: 60px;
	max-height: auto;
	white-space: normal;
}
.ui-widget-content a, .ui-widget-header, .ui-widget-header a {
	color: #222;
}
.answer {
	box-shadow: 5px 5px .5em -.1em rgba(0, 0, 6, .5);
	left: 250px;
	top: 31px;
	padding: 5px 20px 7px 7px;
	min-height: 135px;
}
.answer-last {
	margin-top: -90px!important;
}
.answer-left {
	box-shadow: -5px 5px .5em -.1em rgba(0, 0, 6, .5);
	padding: 5px 7px 7px 20px;
}
.a-top {
	/*bottom: -10px;*/
}
.a-top:before, .answer-left:before, .answer:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 15px;
}
.answer:before {
	left: -9px;
	margin-top: 10px;
	background-position: 0 0;
}
.answer-left:before {
	right: -9px;
	margin-top: 10px;
	background-position: -9px 0;
}
.a-top:before {
	bottom: 10px;
}
.tip1>a:focus~span.answer, .tip1>a:focus~span.answer-left {
	display: block;
}
.postid-365 #single_product .feature-icons .qa a.q:before, .ui-helper-hidden {
	display: none;
}
.tip1>a[tabindex="1"]:focus {
	outline: 0;
}
.tip1>a[tabindex="1"]:focus>em {
	background: #FF4F19;
}
.form-horizontal .control-label {
	text-align: left !important;
	padding: 9px 0;
}
.postid-365 #single_product .feature-icons .qa a.q {
	padding-left: 0!important;
}
.postid-365 #single_product .feature-icons .qa {
	width: 250px;
	min-height: 200px;
	float: left;
	text-align: center;
}
.postid-365 #single_product .feature-icons .qa .qa-content {
	text-align: left;
}
.ui-helper-reset, .ui-menu {
	list-style: none;
	padding: 0;
	outline: 0;
}
#docSearchTxt.ui-autocomplete-loading {
	background: url(img/ui-anim_basic_16x16.gif) 97% center no-repeat #fff;
}
label.checkout-payment-type-label {
	display: inline;
	font-size: 24px;
	cursor: pointer;
	font-weight: inherit;
}

@media only screen and (max-width:991px) {
	.home .header {
		position: static !important;
	}
	#text-3 {
		width: 100%;
		text-align: center;
	}
	.top-part .search {
		width: 50%;
	}
	.top-part .search #s {
		width: 100%;
	}
	.top-part .toeCartWidgetShell {
		width: 50%;
	}
	.sidebar {
		position: relative!important;
		margin-bottom: 40px;
		width: 100% !important;
		left: 0!important;
	}
	.acc_summary, .fp-item {
		margin-bottom: 20px;
	}
	.jquery-stickit-spacer {
		display: none !important;
	}
	.full-plugins {
		height: 100%
	}
	.full-plugins>.container {
		overflow-y: scroll !important;
		height: 100%
	}
	.navbar-toggle {
		float: none!important;
		margin-right: 0!important;
	}
	.navbar-collapse.in {
		overflow: visible;
	}
	#toe_checkout_content input[type=submit] {
		margin: 47px 0 20px;
	}
	#toe_checkout_content {
		margin-top: 20px;
	}
	.warranty-cert {
		margin-top: 15px;
	}
	#supsysticPricingTemplate .plugin .title {
		height: 25%;
	}
	#supsysticPricingTemplate .plugin .price {
		height: 50%;
		font-size: 50px;
		padding: 30px 0;
	}
	.product_block_wrapper .btn-free {
		clear: both;
		top: 0;
	}
	.page .right_menu_slider {
		width: 50% !important;
	}
	.page .left_content {
		width: 50% !important;
	}
	.page .right_menu_slider ul {
		padding-left: 20px;
	}
	.supsysticPageBundleContainer .bundle-btn {
		margin-top: 20px;
	}
}
@media only screen and (max-width:768px) {
	#menu-top-menu li a, .navigation .navbar-default #menu-top-menu>li:first-child a {
		padding-left: 0!important;
	}
	#menu-top-menu li a, .navbar-right ul .dropdown {
		margin-right: 0!important;
	}
	#menu-top-menu li a, #primary_nav_wrap li a {
		text-align: center;
		padding-right: 0!important;
		margin-left: 0!important;
	}
	#menu-top-menu li a:before {
		background: 0 0!important;
	}
	#main_nav .navbar-right {
		border-top: 1px solid #c7c7c7;
	}
	#main_nav .navbar-right ul {
		display: block!important;
	}
	#main_nav .navbar-right li {
		display: block;
	}
	#main_nav .navbar-right li a {
		text-align: center;
	}
	#main_nav .navbar-right li .dropdown-menu {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
	.nav>li {
		margin-right: 0 !important;
	}
	#primary_nav_wrap {
		margin: 7.5px -15px !important;
	}
	#primary_nav_wrap {
		float: none !important;
	}
	#primary_nav_wrap .second-column {
		left: calc(50%) !important;
		height: auto !important;
	}
	#primary_nav_wrap li:hover>span.vertical-line.dropdown-menu {
		display: none !important;
	}
	.navbar-nav>li>.dropdown-menu.double-menu {
		width: calc(50%);
	}
	.navbar-nav>li>.dropdown-menu {
		width: 100%;
	}
	#primary_nav_wrap ul ul li, .sub-menu li {
		width: 100% !important;
	}
	.answer, .answer-left {
		visibility: hidden !important;
	}
	.sp_todo {
		margin-top: 15px;
	}
	.logo-slogan, .slide-content {
		text-align: center;
	}
	.slide-img {
		margin-right: 0!important;
	}
	.logo-slogan {
		float: none!important;
		padding-top: 15px;
	}
	.logo-slogan h1 {
		font-size: 30px;
		padding-left: 0!important;
	}
	.info-section .img-responsive {
		float: none !important;
		margin: 0 auto 20px!important;
	}
	.section .downloads {
		position: static!important;
		margin: 20px 0 50px;
	}
	.searchform {
		position: static !important;
	}
	.searchform span.fa {
		top: initial !important;
		left: 25px !important;
		bottom: 10px !important;
	}
	.page .right_menu_slider {
		width: 100% !important;
		display: block !important;
	}
	#primary_nav_wrap, .navbar-nav {
		margin: 0 -15px !important;
	}
	#main_nav ul>li>a, #main_nav a.navbar-right {
		padding: 20px 10px !important;
	}
	#main_nav #getLogin:before, #main_nav .logout-link:before {
		top: 24px;
	}
	#supsysticAboutUs #supsysticSlidersContainer {
		padding-top: 40px;
	}
	.footer .credentials-container #copyright-container {
		text-align: center;
	}
	.right_menu_slider #searchbox {
		width: 60%;
		margin: 0 auto;
	}
	#supsysticPricingTemplate .btn-info {
		width: 100% !important;
	}
	#supsysticPricingTemplate .plugin img {
		margin: 10% auto 0 auto;
	}
	.catitem .download-product-item .dp-excerpt {
		height: auto;
		max-height: none;
	}
	.catitem .download-product-item .dp-excerpt .dp-excerpt-wrapper {
		column-width: auto;
		-webkit-column-width: auto;
	}
}
@media only screen and (max-width:570px) {
	.footer .copyrightContainer {
		clear: both;
	}
	.footer .footerWidgetSecondContaner, .footer .copyrightContainer {
		width: 100% !important;
	}
	#supsysticPricingTemplate .plugin .title, #supsysticPricingTemplate .plugin .plugin_title {
		font-size: 20px !important;
	}
	#supsysticPricingTemplate .plugin .price {
		font-size: 40px !important;
	}
	#supsysticPricingTemplate .btn-info {
		font-size: 12px !important;
	}
	#supsysticPricingTemplate .plugin img {
		margin: 30% auto 0 auto;
	}
}
@media only screen and (max-width:470px) {
	#supsysticPricingTemplate .plugin .title, #supsysticPricingTemplate .plugin .plugin_title {
		font-size: 15px !important;
	}
	#supsysticPricingTemplate .plugin img {
		margin: 50% auto 0 auto;
	}
}
@media only screen and (max-width:398px) {
	h1 {
		font-size: 24px!important;
		line-height: 24px;
	}
	.page .right_menu_slider {
		width: 100% !important;
		display: block !important;
	}
	.footer #menu-plugins-list li {
		width: 100% !important;
		float: none !important;
	}
	#supsysticPricingTemplate .plugin img {
		margin: 60% auto 0 auto;
	}
}


/*@font-face {
	font-family: fregatregular;
	src: url(fonts/fregat_regular-webfont.eot);
	src: url(fonts/fregat_regular-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/fregat_regular-webfont.woff2) format('woff2'), url(fonts/fregat_regular-webfont.woff) format('woff'), url(fonts/fregat_regular-webfont.ttf) format('truetype'), url(fonts/fregat_regular-webfont.svg#fregatregular) format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: fregatbold;
	src: url(fonts/fregat_bold-webfont.eot);
	src: url(fonts/fregat_bold-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/fregat_bold-webfont.woff2) format('woff2'), url(fonts/fregat_bold-webfont.woff) format('woff'), url(fonts/fregat_bold-webfont.ttf) format('truetype'), url(fonts/fregat_bold-webfont.svg#fregatbold) format('svg');
	font-weight: 400;
	font-style: normal;
}
.fregat, .fregat-light {
	font-family: fregatregular;
}
.fregat-light {
	font-weight: 300;
}
.fregat-bold {
	font-family: fregatbold;
}
.lato {
	font-weight: 400;
}
.lato, .lato-light {
	font-family: Lato, sans-serif;
}
.lato-light {
	font-weight: 300;
}*/
/*.fixedMenu {
	position: fixed !important;
	top: 0;
	z-index: 10000;
	width: 100%
}
.header.fixed h1 {
	font-size: 24px!important;
	font-style: normal!important;
	font-weight: 300!important;
	line-height: 30px!important;
	padding-left: 10px!important;
	display: inline-block;
}
.header.fixed img.logo-min {
	margin: -12px 0 0!important;
	display: inline-block;
}
.header.fixed img.logo-big {
	display: none;
}
.header.fixed .s {
	padding: 9px 10px!important;
}
.header.fixed .search {
	margin-top: 0!important;
}
.header.fixed .cart-mini {
	padding: 4px 20px!important;
	margin-top: 0!important;
	text-align: center;
}
.header .affiliate-proposition {
	padding: 25px 0;
	background: url(img/aff-bg.png) top center;
	background-size: cover;
	display: none;
}
.header .affiliate-proposition span {
	font-size: 36px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	padding-right: 20px;
}
.header .affiliate-proposition a:active, .header .affiliate-proposition a:visited {
	color: #fff;
}
.header #hide_affiliate {
	padding-right: 0!important;
}
.header .affiliate-proposition a:hover, .header.fixed .cart-mini a, .navigation a:hover {
	text-decoration: none;
}
.home .aslide, .home .slide {
	color: #fff;
	position: relative;
	width: 100%
}
.home .aslide img, .home .slide img {
	margin-bottom: 15px;
}
.home .aslide p, .home .slide p {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.home .aslide .slide-content p, .home .slide .slide-content p {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 30px;
}
.home .aslide .title, .home .slide .title, .slide-pointer a {
	font-weight: 300;
	font-style: normal;
}
.home .aslide .title, .home .slide .title {
	font-size: 36px;
	margin-bottom: 30px;
	padding-left: 0!important;
}
.home .aslide .container, .home .slide .container, img.img, img.info {
	vertical-align: middle;
}*/