
#header .country,
#header .country ul,
.slider .list,
.breadcrumbs,
#footer .f-nav,
#footer .social-networks,
.paging ul,
.accordion-area .accordion,
.accordion-area .list,
.videos-block.columns ul,
.benefits ul,
.twocolumns .single-slider .info,
.twocolumns .list,
ol .list,
.reasons .list,
.twocols-info.gray .author-list,
.twocols-info .list,
.links-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.user-page .input:after,
.products .box-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
	min-width: 320px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#wrapper.logged-in #header .user-area {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#wrapper.logged-in #header .user-area .btn-primary {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}

#wrapper.logged-in #header .dropdown {
	position: absolute;
	top: 15px;
	right: 10px;
}

#wrapper.logged-in .avatar-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3d4d62;
	font-weight: 700;
	text-decoration: none;
}

#wrapper.logged-in .avatar-holder em {
	font-size: .9375rem;
	line-height: 1.125rem;
	display: block;
	color: #f1627d;
	font-style: normal;
}

#wrapper.logged-in .avatar-holder .info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 10px;
	padding-right: 20px;
	display: none;
}

#wrapper.logged-in .avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	border-radius: 100%;
}

#wrapper.logged-in .avatar img {
	width: 40px;
	border-radius: 100%;
	display: block;
}

a {
	-webkit-transition: linear .25s;
	transition: linear .25s;
}

	.logo-mobile img {
		width: 60%;
	}

#header {
	font-size: .875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
}

#header.static {
	position: static;
	background: #fff;
}

#header .container {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 100%;
}

#header .logo {
	position: relative;
	width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 999;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header #nav {
	position: absolute;
	top: 10px;
	right: 0;
	font-weight: 600;
	width: 100%;
	z-index: 100;
	background: #fff;
	color: #555d6e;
}

#header #nav .mobile {
	padding: 20px 10px;
	display: block !important;
}

#header .navbar-toggler {
	float: right;
}

#header .navbar {
	display: block;
}

#header .navbar-light {
	background: none !important;
}

#header .navbar-light .nav-item {
	padding: 15px;
}

#header .navbar-light .nav-item.active .nav-link {
	color: #008bd0 !important;
}

#header .navbar-light .navbar-nav {
	background: #fff;
	display: block;
	padding-top: 50px;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2);
}

#header .navbar-light .navbar-nav .nav-link {
	color: #555d6e;
	padding: 0;
}

#header .navbar-light .navbar-nav .nav-link:hover {
	color: #008bd0;
}

#header .user-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .user-area .btn-primary {
	display: none;
	min-width: 100px;
}

#header .cart {
	font-size: 1.5625rem;
	line-height: 1.5625rem;
	display: inline-block;
	vertical-align: top;
	color: #555d6e;
	position: absolute;
	top: 30px;
	right: 70px;
	z-index: 10;
}

#header .cart .qty {
	width: 28px;
	height: 28px;
	font-size: .625rem;
	line-height: .875rem;
	background: #f55356;
	position: absolute;
	top: -10px;
	right: 0;
	border-radius: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 6px 4px;
}

#header .cart:hover {
	color: #008bd0;
}

#header .country {
	width: 30%;
	font-weight: 700;
	position: relative;
	z-index: 10000;
}

#header .country img {
	max-width: 20px;
	max-height: 10px;
}

#header .country img,
#header .country span {
	display: inline-block;
	vertical-align: middle;
}

#header .country:hover ul {
	opacity: 1;
	visibility: visible;
}

#header .country:hover > a {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#header .country li:hover ul {
	opacity: 1;
	visibility: visible;
}

#header .country li:hover > a {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#header .country li.activecountry,
#header .country a {
	background: #fff;
	display: block;
    padding: 10px 15px;
	position: relative;
	color: #5686e8;
	border-radius: 30px;
	border: 1px solid #ccc;
}

#header .country a:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
	font-family: "FontAwesome";
	content: "\f107";
}

#header .country a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#header .country ul {
	position: absolute;
	top: 100%;
	width: 100%;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ccc;
}

#header .country ul li {
	border-top: 1px solid #ccc;
}

#header .country ul li:first-child {
	border: none;
}

#header .country ul a {
	border-radius: 0;
	padding: 10px 20px;
	overflow: hidden;
	border: none;
}

#header .country ul a:after {
	display: none;
}

.btn-primary {
	color: #FFF;
	font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 50px;
    font-weight: 700;
    /**min-width: 120px; **/
    /** padding: 10px 15px; **/
    background: #008bd0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    border: none;
    z-index: 9;
}

.btn-primary:hover:after {
	width: 100%;
}

.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:after {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	content: "";
	-webkit-transition: linear .25s;
	transition: linear .25s;
	z-index: -1;
}

h1, h2, h3, h4 {
	color: #162a72;
    text-transform: uppercase;	
}

h1 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 700;
	margin: 0 0 20px;
}

h1 span {
	color: #008bd0;
}

h2 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 700;
	margin: 0 0 20px;
}

h2 span {
	color: #008bd0;
}

.slider {
	font-size: .875rem;
	line-height: 1.375rem;
	position: relative;
}

.slider.visual mark {
	background: #fee727;
}

.slider.visual .aligncenter {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.slider.visual .textblock {
	font-size: .875rem;
	line-height: 1.375rem;
	padding-bottom: 0;
}

.slider.visual h1 {
	color: #162a72;
	text-transform: uppercase;
}

.slider.visual h2 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	color: #626979;
	margin: 0 0 10px;
}

.slider .author-info {
	padding-top: 10px;
}

.slider .author-info.top {
	padding-top: 0;
}

.slider .author-info .name {
	display: block;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.slider .author-info .img-caption {
	max-width: 818px;
	text-align: center;
	font-style: italic;
}

.slider .author-info .img-caption img {
	max-width: 281px;
	display: block;
	margin: 0 auto 15px;
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slider .slide.active {
	z-index: 2;
}

.slider .list {
	padding: 0 0 20px;
}

.slider .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.slider .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.slider .breadcrumbs-holder {
	padding-top: 15px;
	max-width: 700px;
	padding: 0 15px;
}

.slider .breadcrumbs-holder .breadcrumbs {
	border-bottom: 1px solid #ccc;
}

.slider .breadcrumbs-holder .breadcrumbs li {
	margin-bottom: 10px;
}

.slider .textblock {
	max-width: 700px;
	padding: 20px 20px 100px;
}

.slider .col-left {
	color: #616877;
}

.slider .col-left,
.slider .col-right {
	margin-bottom: 40px;
}

.slider .col-right {
	display: none;
	position: relative;
}

.slider .col-right img {
	display: block;
	width: 100%;
	height: auto;
}

.slider .col-right .img-product {
	position: absolute;
	bottom: -40px;
	left: 20%;
	width: 137px;
	padding-bottom: 40px;
	z-index: 9;
}

.slider .col-right .img-product:before {
	width: 260px;
	height: 110px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fafafd;
	border: 1px solid #eaeaf4;
	z-index: -1;
	content: "";
	border-radius: 100%;
}

.slider h1 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 700;
	color: #454f66;
	margin: 0 0 35px;
}

.slider h1 span {
	color: #008bd0;
}

.slider p {
	margin: 0 0 30px;
}

.slider mark {
	position: relative;
	padding: 0;
	background: none;
	z-index: 9;
}

.slider mark:before {
	background: #fdff7d;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 10px;
	content: "";
	z-index: -1;
}

.slider .btn-primary {
	min-width: 160px;
}

.breadcrumbs {
	font-size: .75rem;
	line-height: 1.0625rem;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px 0 15px;
}

.breadcrumbs li.current a {
	opacity: 1;
	pointer-events: none;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:first-child:after {
	display: none;
}

.breadcrumbs li:after {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: "FontAwesome";
	content: "\f101";
	opacity: .60;
}

.breadcrumbs li a {
	color: #575960;
	opacity: .60;
}

.contact-row {
	padding-bottom: 30px;
}

.dashboard {
	background: #f5fafb;
}

.dashboard h1 {
	color: #1a293b;
}

.dashboard .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.dashboard .graph-plugin {
	box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.dashboard .graph-plugin img {
	display: block;
	width: 100%;
	height: auto;
}

.dashboard .balance {
	background: -webkit-linear-gradient(top, #00ace0 0%, #008bd0 100%);
	background: linear-gradient(to bottom, #00ace0 0%, #008bd0 100%);
	border-radius: 5px;
	padding: 25px 20px 70px;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(4, 139, 209, .4);
	margin-bottom: 20px;
}

.dashboard .balance .title {
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	display: block;
	margin: 0 0 30px;
	font-weight: 700;
}

.dashboard .balance .price {
	font-size: 3.4375rem;
	line-height: 3.75rem;
	font-weight: 700;
	display: block;
	margin: 0 0 30px;
}

.dashboard .balance .widraw {
	font-size: 1rem;
	line-height: 1.25rem;
	background: #ffdc00;
	padding: 13px 40px;
	border-radius: 5px;
	color: #474a4b;
	text-transform: uppercase;
	font-weight: 600;
}

.dashboard .balance .widraw:hover {
	opacity: .9;
	text-decoration: none;
}

.dashboard .copy-link {
	margin-bottom: 30px;
}

.dashboard .copy-link .title {
	font-size: .875rem;
	line-height: 1.125rem;
	display: block;
	font-weight: 700;
	color: #1a293b;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.dashboard .copy-link .link {
	font-size: 1.125rem;
	line-height: 1.375rem;
	background: #fff;
	display: block;
	color: #006db5;
	font-weight: 700;
	position: relative;
	padding: 20px;
	word-break: break-all;
}

.dashboard .copy-link .copy {
	font-size: .75rem;
	line-height: .75rem;
	text-transform: uppercase;
	position: static;
	color: #fa4242;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

.dashboard .copy-link .copy i {
	padding-right: 7px;
}

.dashboard .copy-link .copy:hover {
	color: #000;
}

.user-page {
	background: #e7edee;
}

.user-page h1 {
	text-align: center;
}

.user-page .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.user-page .form {
	max-width: 398px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 0 auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.user-page .form.login label {
	margin: 0;
}

.user-page .form.signup {
	max-width: 760px;
}

.user-page .form .head {
	overflow: hidden;
}

.user-page .form .img {
	float: right;
}

.user-page .form h2 {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #162a72;
	position: relative;
	padding: 0 0 25px;
	margin: 0 0 30px;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 50%;
	float: left;
}

.user-page .form h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 3px;
	background: #e7e9f3;
	border-radius: 5px;
	content: "";
}

.user-page .input {
	margin: 0 0 35px;
	position: relative;
}

.user-page .input.user .form-control {
	padding-right: 40px;
}

.user-page .input.user i {
	position: absolute;
	top: 13px;
	right: 15px;
	color: #004998;
}

.user-page .input.medium {
	margin-bottom: 15px;
}

.user-page .form-control {
	font-size: .875rem;
	line-height: 1.125rem;
	border: 1px solid #ebeaf1;
	color: #1a293b;
	height: 45px;
	font-weight: 600;
	border-radius: 5px;
}

.user-page .form-control::-webkit-input-placeholder {
	color: #1a293b;
	opacity: .50;
}

.user-page .form-control::-moz-placeholder {
	opacity: 1;
	color: #1a293b;
	opacity: .50;
}

.user-page .form-control:-moz-placeholder {
	color: #1a293b;
	opacity: .50;
}

.user-page .form-control:-ms-input-placeholder {
	color: #1a293b;
	opacity: .50;
}

.user-page .form-control.placeholder {
	color: #1a293b;
	opacity: .50;
}

.user-page .btn-primary {
	padding: 15px 20px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 10px 15px rgba(0, 139, 208, .2);
}

.user-page label {
	font-size: .75rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #1a293b;
	display: block;
	overflow: hidden;
	font-weight: 600;
	margin: 4px 0;
}

.user-page .input-col {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.user-page .forgot {
	font-size: .625rem;
	line-height: 1rem;
	color: #1a293b;
	font-weight: 600;
}

.search-area {
	position: relative;
	text-align: center;
}

.search-area .container {
	padding-top: 20px;
	padding-bottom: 30px;
}

.search-area form {
	border: 1px solid #e8e8e8;
	padding: 5px;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.search-area .input-holder {
	width: 70%;
	padding: 10px;
}

.search-area .form-control {
	font-size: .875rem;
	line-height: 1.125rem;
	border: none;
	padding: 0;
	width: 100%;
	color: #adb1bc;
	box-shadow: none;
	outline: none;
}

.search-area .form-control::-webkit-input-placeholder {
	color: #adb1bc;
}

.search-area .form-control::-moz-placeholder {
	opacity: 1;
	color: #adb1bc;
}

.search-area .form-control:-moz-placeholder {
	color: #adb1bc;
}

.search-area .form-control:-ms-input-placeholder {
	color: #adb1bc;
}

.search-area .form-control.placeholder {
	color: #adb1bc;
}

.search-area .btn-primary {
	font-size: .875rem;
	line-height: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 70px;
}

#footer {
	font-size: .875rem;
	line-height: 1.5rem;
	background: #e7edee;
	position: relative;
	color: #838893;
}

#footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer .download-area {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #162a72;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 50px;
	position: relative;
	z-index: 9;
}

#footer .download-area .btn-primary {
	padding: 10px 30px;
	background: #fb4f4f;
}

#footer .col {
	margin-bottom: 15px;
}

#footer .col .btn-primary {
	background: -webkit-linear-gradient(top, #1caae5 0%, #0080bb 100%);
	background: linear-gradient(to bottom, #1caae5 0%, #0080bb 100%);
	min-width: 150px;
}

#footer form {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#footer form:after {
	font-size: 1.6875rem;
	line-height: 1.75rem;
	position: absolute;
	top: 0;
	left: 10px;
	content: "@";
	color: #fff;
}

#footer form .form-control {
	font-size: 1rem;
	line-height: 1.25rem;
	border: solid #51629c;
	border-width: 0 0 1px;
	background: none;
	color: #fff;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	padding-left: 50px;
	margin: 0 0 20px;
}

#footer form .form-control::-webkit-input-placeholder {
	color: #51629c;
}

#footer form .form-control::-moz-placeholder {
	opacity: 1;
	color: #51629c;
}

#footer form .form-control:-moz-placeholder {
	color: #51629c;
}

#footer form .form-control:-ms-input-placeholder {
	color: #51629c;
}

#footer form .form-control.placeholder {
	color: #51629c;
}

#footer .logo {
	width: 217px;
	display: block;
	margin: 0 0 28px;
}

#footer .sm {
	width: fit-content;
	text-align: center;
}

#footer .sm a {
	margin-right: 5% !important;
	margin-top: 5%;
}



#footer .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#footer .title {
	font-size: 1.125rem;
	line-height: 1.625rem;
	display: block;
	text-transform: uppercase;
	color: #454f66;
	position: relative;
	padding: 10px 0 20px;
	margin: 0 0 26px;
	border-bottom: 2px solid #d6e1e3;
}

#footer .title:after {
	position: absolute;
	background: #2bade3;
	border-radius: 5px;
	left: 0;
	right: 0;
	height: 3px;
	width: 50%;
	bottom: -2px;
	content: "";
}

#footer .f-nav {
	text-transform: uppercase;
}

#footer .f-nav li {
	padding: 0 0 10px;
}

#footer .f-nav a {
	color: #838893;
}

#footer .aligncenter {
	display: block;
	width: 100%;
	height: auto;
}

#footer .footer-content {
	background: #fff;
	text-align: center;
}

#footer .footer-content .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer .social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
}

#footer .social-networks a {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	background: #55acee;
	color: #fff;
}

#footer .social-networks a.facebook {
	background: #3b5998;
}

#footer .social-networks a.linkedin {
	background: #1180bb;
}

#footer .social-networks a.google {
	background: #dc4e41;
}

#footer .social-networks a:hover {
	background: #000 !important;
	text-decoration: none;
}

#footer .copyright {
	display: block;
	color: #243250;
	font-weight: 600;
}

#footer .copyright a {
	color: #243250;
}

.paging {
	position: absolute;
	bottom: 50px;
	left: 20px;
	right: 20px;
	z-index: 3;
}

.paging ul {
	max-width: 1200px;
	margin: 0 auto;
}

.paging ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.paging ul li.active a {
	background: #008bd0;
	text-decoration: none;
	box-shadow: 0 5px 5px rgba(0, 139, 208, .1);
	top: -7px;
}

.paging ul a {
	width: 45px;
	height: 45px;
	font-size: .875rem;
	line-height: 1.125rem;
	display: block;
	background: #c3c5cf;
	border-radius: 100%;
	padding: 8px 5px;
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 0;
}

.paging ul a:hover {
	background: #008bd0;
	text-decoration: none;
	box-shadow: 0 5px 5px rgba(0, 139, 208, .1);
}

.products {
	font-size: .875rem;
	line-height: 1.625rem;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	color: #404c5d;
}

.products .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.products h1 {
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.products .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products .img {
	display: block;
	margin: 0 auto 20px;
	position: relative;
	width: 137px;
	padding-bottom: 40px;
	z-index: 9;
}

.products .img:before {
	width: 157px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fafafd;
	border: 1px solid #eaeaf4;
	z-index: -1;
	content: "";
	border-radius: 100%;
}

.products .holder {
	overflow: hidden;
	text-align: center;
}

.products .box {
	background: #fff;
	padding: 30px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 15px;
}

.products .box img {
	display: block;
	width: 100%;
	height: auto;
}

.products h1 {
	color: #fff;
}

.products h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #d9dbdf;
	padding: 0 0 15px;
	margin: 0 0 30px;
	text-align: center;
}

.products .btn-primary {
	font-size: .8125rem;
	line-height: 1.0625rem;
	margin-bottom: 5px;
}

.products .link {
	font-size: .6875rem;
	line-height: .9375rem;
	display: inline-block;
	vertical-align: middle;
	color: #ff6d6d;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 15px;
	margin-bottom: 5px;
}

.pb-0 {
	padding-bottom: 0;
}

.accordion-block {
	background: #6fcef6 url(../images/img04.jpg) no-repeat 50% 0;
}

.accordion-block .container {
	padding-top: 50px;
	padding-bottom: 100px;
}

.accordion-block h1 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.accordion-area {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.accordion-area .accordion li:first-child .opener {
	border: none;
}

.accordion-area .accordion li.active .opener {
	color: #404c5d;
}

.accordion-area .accordion li.active .opener:after {
	content: "\f056";
}

.accordion-area .accordion .opener {
	font-size: 1.125rem;
	line-height: 1.5rem;
	display: block;
	padding: 20px 65px 20px 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	color: #8f96a1;
	border-top: 1px solid #d6dade;
}

.accordion-area .accordion .opener:after {
	position: absolute;
	top: 25px;
	right: 30px;
	font-family: "FontAwesome";
	content: "\f055";
}

.accordion-area .accordion .opener:hover {
	color: #404c5d;
}

.accordion-area .slide {
	padding: 20px 30px;
}

.accordion-area .list {
	padding: 0 0 20px;
}

.accordion-area .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.accordion-area .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.zoom {
	width: 30px;
	height: 30px;
	font-size: .875rem;
	line-height: 1.125rem;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 5px 4px;
	background: #009ee0;
	color: #fff;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.zoom:hover {
	background: #000;
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.modal-image {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}


video {
  max-width: 100%;
  height: auto;
}

.videos-block {
	background: #f8f8fc;
	color: #424163;
	text-align: center;
}

.videos-block.columns {
	font-size: .875rem;
	line-height: 1.5rem;
	background: #fff;
	text-align: center;
}

.videos-block.columns .col {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.videos-block.columns .box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.videos-block.columns .box .text {
	padding: 20px;
}

.videos-block.columns h2 {
	font-size: 1.25rem;
	line-height: 1.625rem;
}

.videos-block.columns .play {
	width: 70px;
	height: 70px;
	font-size: 1.5625rem;
	line-height: 1.5625rem;
}

.videos-block.columns .fa-quote-left {
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	display: block;
	color: #009fe1;
	margin-bottom: 5px;
}

.videos-block.columns ul {
	padding-bottom: 15px;
}

.videos-block.columns ul li {
	display: inline-block;
	vertical-align: top;
	color: #f0b33e;
}

.videos-block.columns ul a {
	color: #f0b33e;
}

.videos-block.columns blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.videos-block.columns blockquote q {
	display: block;
	color: #838893;
	margin-bottom: 20px;
}

.videos-block.columns blockquote q:after,
.videos-block.columns blockquote q:before {
	display: none;
}

.videos-block.columns blockquote cite {
	display: block;
	text-transform: uppercase;
	color: #222428;
	font-style: normal;
	font-weight: 700;
}

.videos-block .container {
	padding-top: 30px;
	padding-bottom: 15px;
}

.videos-block .video {
	position: relative;
}

.videos-block .video img {
	display: block;
	width: 100%;
	height: auto;
}

.videos-block h1,
.videos-block h2 {
	color: #424163;
	text-transform: uppercase;
}

.videos-block .col {
	margin-bottom: 20px;
}

.videos-block .play {
	font-size: 1.875rem;
	line-height: 1.875rem;
	width: 80px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #009fe1;
	border: 2px solid #009fe1;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.videos-block .play:hover {
	text-decoration: none;
	background: #009fe1;
	color: #fff;
}

.videos-block .play i {
	position: relative;
	left: 5px;
}

.benefits {
	background: #f8f8fc;
	color: #616841;
}

.benefits .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.benefits h3 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin: 0 0 50px;
	font-weight: 700;
	color: #424163;
	text-align: center;
	text-transform: uppercase;
}

.benefits .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 30px;
}

.benefits .box {
	background: #fff;
	padding: 30px 30px 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.benefits ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.benefits ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.uppercase {
	text-transform: uppercase;
}

.twocolumns {
	background: #f4f5f9;
	position: relative;
	z-index: 9;
}

.twocolumns.white {
	background: #fff;
	border-top: 1px solid #d1d2d5;
}

.twocolumns.white:before {
	display: none;
}

.twocolumns.white .sub-text {
	font-size: .8125rem;
	line-height: 1.125rem;
	display: block;
	margin-bottom: 30px;
}

.twocolumns.gray:before {
	display: none;
}

.twocolumns.vascular:before {
	background: url(../images/img17.png) no-repeat;
	width: 457px;
	height: 461px;
}

.twocolumns:before {
	width: 528px;
	height: 509px;
	background: url(../images/img15.png) no-repeat;
	position: absolute;
	top: -30px;
	right: 0;
	content: "";
	z-index: -1;
	display: none;
}

.twocolumns .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.twocolumns .single-slider {
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 40px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.twocolumns .single-slider .slick-prev,
.twocolumns .single-slider .prev {
	left: 10px;
}

.twocolumns .single-slider .slick-next,
.twocolumns .single-slider .next {
	right: 10px;
}

.twocolumns .single-slider .info {
	max-width: 78%;
	margin: 0 auto;
}

.twocolumns .single-slider .info li {
	width: 100%;
	text-align: center;
	color: #f53768;
}

.twocolumns .single-slider .info li:first-child {
	color: #009ee0;
}

.twocolumns .single-slider .info .text {
	display: block;
}

.twocolumns .single-slider .price {
	font-size: 1.5rem;
	line-height: 1.75rem;
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

.twocolumns .single-slider .btn-primary {
	width: 100%;
	margin-bottom: 10px;
}

.twocolumns .single-slider .btn-primary.best {
	background: #f53768;
}

.twocolumns .single-slider .btn-primary.best span {
	font-size: .8125rem;
	line-height: 1.0625rem;
	display: block;
}

.twocolumns .single-slider .btn-primary.best em {
	font-size: .625rem;
	line-height: .8125rem;
	font-style: normal;
	display: block;
}

.twocolumns .single-slider .text {
	font-size: .75rem;
	line-height: .9375rem;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.twocolumns .single-slider .text i {
	position: relative;
	top: -1px;
}

.twocolumns .img {
	display: block;
	margin: 0 auto 20px;
	position: relative;
	width: 170px;
	padding-bottom: 40px;
	z-index: 9;
}

.twocolumns .img:before {
	width: 200px;
	height: 77px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fafafd;
	border: 1px solid #eaeaf4;
	z-index: -1;
	content: "";
	border-radius: 100%;
}

.twocolumns .img img {
	width: 100%;
	height: auto;
	display: block;
}

.twocolumns h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.twocolumns .box {
	font-size: .875rem;
	line-height: 1.25rem;
	background: #f4f5f9;
	border: 2px solid #008bd0;
	border-radius: 5px;
	padding: 20px;
}

.twocolumns .box.white {
	background: #fff;
	border: none;
	padding: 20px 0 0;
	border-radius: 0;
}

.twocolumns .title {
	font-size: 1.125rem;
	line-height: 1.5rem;
	display: block;
	color: #008bd0;
	margin: 0 0 30px;
}

.twocolumns .info-text {
	font-size: .8125rem;
	line-height: 1.0625rem;
	color: #030303;
	display: block;
	position: relative;
	padding: 0;
	background: none;
	z-index: 9;
	font-weight: 600;
}

.twocolumns .info-text span,
.twocolumns .info-text mark {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.twocolumns .info-text span:before,
.twocolumns .info-text mark:before {
	background: #fee727;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}

.twocolumns mark {
	background: #fee727;
	position: relative;
}

.twocolumns .list {
	padding: 0 0 20px;
}

.twocolumns .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.twocolumns .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.twocolumns .aligncenter {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

ol {
	margin: 0;
	padding: 0 0 30px;
	list-style: none;
	counter-reset: newCounter;
}

ol li {
	position: relative;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
}

ol li:before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	background: #fb2f6e;
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: newCounter;
	content: counters(newCounter, ".") " ";
	color: #fff;
	text-align: center;
	padding: 2px;
	font-weight: 600;
}

ol .list {
	padding: 0 !important;
}

ol .list li {
	padding-left: 20px;
	margin: 0;
}

ol .list li:before {
	display: none;
}

ol .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.reasons {
	font-size: .875rem;
	line-height: 1.5rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.reasons.vascular h1,
.reasons.vascular h2 {
	color: #fff;
}

.reasons.vascular .box h2 {
	color: #162a72;
}

.reasons.white h1,
.reasons.white h2 {
	color: #fff;
	text-transform: uppercase;
}

.reasons.white .col {
	color: #fff;
}

.reasons.white .box {
	color: #162a72;
}

.reasons.white .box h2 {
	color: #162a72;
}

.reasons .list {
	padding: 0 0 20px;
}

.reasons .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.reasons .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #fff;
}

.reasons ol {
	color: #fff;
}

.reasons .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.reasons .btn-primary {
	background: #fff;
	margin: 0 0 10px 30px;
	color: #009ee0;
	min-width: 180px;
	padding: 15px 30px;
}

.reasons h1 {
	color: #162a72;
	margin: 0 0 50px;
	text-align: center;
}

.reasons h2 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #162a72;
}

.reasons h3 {
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-style: italic;
	color: #162a72;
	font-weight: 600;
}

.reasons .col {
	color: #162a72;
}

.reasons .col .box {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px;
}

.reasons .col p a {
	font-style: italic;
	color: #009ee0;
}

.reasons .bottom {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding-top: 50px;
}

.reasons .bottom h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #fff;
	text-align: center;
}

.reasons .cols .box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.reasons .textbox {
	overflow: hidden;
	margin-bottom: 20px;
}

.reasons .img-holder {
	overflow: hidden;
}

.reasons .img-holder img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.twocols-info {
	font-size: .875rem;
	line-height: 1.75rem;
	color: #162a72;
}

.twocols-info.has-border {
	border-top: 1px solid #d1d2d5;
}

.twocols-info.gray mark {
	background: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	z-index: 9;
	color: #616877;
}

.twocols-info.gray mark:before {
	background: #fee727;
	position: absolute;
	top: 14px;
	left: 0;
	bottom: 14px;
	right: 0;
	content: "";
	z-index: -1;
}

.twocols-info.gray .author-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: flow wrap;
	flex-flow: flow wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.twocols-info.gray .author-list li {
	width: 30%;
	overflow: hidden;
	text-align: center;
}

.twocols-info.gray .author-list img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 10px;
}

.twocols-info.gray .video {
	max-width: 960px;
	margin: 0 auto 20px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.twocols-info.gray .play {
	font-size: 1.875rem;
	line-height: 1.875rem;
	width: 80px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #009fe1;
	border: 2px solid #009fe1;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.twocols-info.gray .play:hover {
	text-decoration: none;
	background: #009fe1;
	color: #fff;
}

.twocols-info.gray .play i {
	position: relative;
	left: 5px;
}

.twocols-info.black {
	color: #616877;
}

.twocols-info.black .col {
	color: #616877;
}

.twocols-info.black h1 {
	color: #071a23;
}

.twocols-info.black h3 {
	color: #071a23;
}

.twocols-info .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.twocols-info h1 {
	color: #162a72;
	margin: 0 0 50px;
	text-align: center;
	text-transform: uppercase;
}

.twocols-info h2 {
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #162a72;
}

.twocols-info h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #162a72;
	font-weight: 600;
}

.twocols-info .col {
	color: #162a72;
	margin-bottom: 30px;
}

.twocols-info .col p a {
	font-style: italic;
	color: #009ee0;
}

.twocols-info .button-holder {
	text-align: center;
	padding-top: 50px;
}

.twocols-info .btn-primary {
	background: -webkit-linear-gradient(top, #e6638b 0%, #fb2f6e 100%);
	background: linear-gradient(to bottom, #e6638b 0%, #fb2f6e 100%);
	border-radius: 5px;
	padding: 14px 30px;
}

.twocols-info .link {
	font-style: normal !important;
	color: #d00a0a !important;
}

.twocols-info .actions {
	padding-top: 30px;
}

.twocols-info .actions h3 {
	color: #071a23;
}

.twocols-info .list {
	padding: 0 0 20px;
}

.twocols-info .list.arrows {
	color: #616877;
}

.twocols-info .list.arrows li {
	padding-left: 18px;
}

.twocols-info .list.arrows li.up:after {
	content: "\f062";
}

.twocols-info .list.arrows li:after {
	font-size: .625rem;
	line-height: .875rem;
	content: "\f063";
	color: #616877;
	top: 9px;
}

.twocols-info .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.twocols-info .list li:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	color: #49d84c;
}

.twocols-info .box {
	background: white;
	padding: 20px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 10px;
	border: 2px solid #008bd0;
}

.twocols-info .box .aligncenter {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}

.twocols-info .box.gray {
	color: #616877;
}

.twocols-info .box.gray h3 {
	color: #071a23;
}

.twocols-info sup {
	color: #f00;
}

.twocols-info .sources {
	padding: 30px 0;
}

.twocols-info .sources ol {
	font-size: .875rem;
	line-height: 1.25rem;
	font-style: italic;
}

.twocols-info .sources ol li {
	padding-left: 25px;
}

.twocols-info .sources ol li:before {
	padding: 0;
	background: none;
	color: #f00;
}

.twocols-info .aligncenter {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.twocols-info .article {
	overflow: hidden;
	padding: 0 0 30px;
}

.twocols-info .article .name {
	font-size: 1.25rem;
	line-height: 1.5rem;
	display: block;
	color: #616877;
	font-weight: 700;
}

.twocols-info .article .text-holder {
	overflow: hidden;
	font-style: italic;
	margin-bottom: 15px;
}

.twocols-info .article .img-holder {
	max-width: 165px;
	margin: 0 auto 20px;
}

.twocols-info .article .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.caption {
	font-size: 1rem;
	line-height: 1.5rem;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

.caption.gray {
	color: #616877;
	margin-bottom: 10px;
	padding-top: 20px;
}

.caption.small {
	font-size: .75rem;
	line-height: 1.0625rem;
	margin-bottom: 20px;
}

.table-area {
	background: #616877;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.table {
	font-size: .625rem;
	line-height: .875rem;
	color: #fff;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}

.table.center {
	text-align: center;
}

.table.center th:first-child,
.table.center td:first-child {
	text-align: left;
}

.table tr {
	border: none;
}

.table .head {
	border-bottom: 1px solid #4d525d;
}

.table th {
	font-weight: 400;
	text-transform: uppercase;
	border: none !important;
	vertical-align: top !important;
	padding: 3px !important;
}

.table td {
	color: #616877;
	border-width: 1px 0 0;
	padding: 3px !important;
}

.table tbody {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

.links-box {
	border: 2px solid #008bd0;
	border-radius: 5px;
	padding: 30px 30px;
}

.links-box.gray {
	background: #f4f5f9;
}

.links-box h3 {
	color: #162a72;
	text-transform: uppercase;
}

.links-box ul li {
	padding: 0 0 10px;
}

.links-box ul a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 20px;
	color: #d00a0a;
	text-decoration: none;
}

.links-box ul a:after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	content: "\f0da";
}

.links-box ul a:hover {
	color: #000;
}

.links-box .link {
	font-style: normal !important;
	color: #d00a0a !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding: 0 30px;
}

.slick-slider .author {
	padding-top: 30px;
	max-width: 136px;
	margin: 0 auto 20px;
}

.slick-slider .author img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.slick-arrow {
	font-size: 1.25rem;
	line-height: 1.25rem;
	position: absolute;
	width: 27px;
	height: 174px;
	border: 1px solid #e2e2e9;
	background: #f9f9fc;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

.slick-arrow:hover {
	background: #009fe1;
	border-color: #009fe1;
	color: #fff;
}

.slick-prev,
.prev {
	left: 5px;
}

.slick-next,
.next {
	right: 5px;
}

.two-slider,
.single-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.two-slider .slick-track,
.two-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list,
.single-slider .slick-track,
.single-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom checkbox styles */

.jcf-checkbox {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #d3dadc;
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	border-radius: 5px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 6px;
	width: 11px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 2px solid #008bd0;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ebeaf1;
	background: #fff;
	min-width: 150px;
	height: 45px;
	width: 100%;
	border-radius: 5px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 9px 35px 0 12px;
}

.jcf-select .jcf-select-text img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 20px;
	height: 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 14px;
	right: 15px;
	content: "";
	width: 10px;
	height: 10px;
	border: solid #1a293b;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	opacity: .5;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #ccc;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 15px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-option img {
	margin-right: 5px;
	width: 20px;
	height: 10px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}


@media (min-width: 768px) {
	#main {
		padding-bottom: 100px;
	}

	h1 {
		font-size: 2.1875rem;
		line-height: 2.5rem;
		margin: 0 0 35px;
	}

	h2 {
		font-size: 1.625rem;
		line-height: 1.875rem;
	}

	.slider {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.slider.visual .textblock {
		padding-right: 20px;
	}

	.slider .author-info {
		padding-top: 30px;
	}

	.slider .list {
		padding: 0 0 20px 20px;
	}

	.slider .textblock {
		font-size: 1.125rem;
		line-height: 1.875rem;
		float: right;
		padding: 20px 10px 90px 20px;
	}

	.slider .col-left,
	.slider .col-right {
		width: 50%;
		float: left;
	}

	.slider .col-right {
		display: inline;
		padding-right: 15px;
	}

	.slider h1 {
		font-size: 1.875rem;
		line-height: 2.1875rem;
	}

	.dashboard .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.dashboard .copy-link .link {
		padding: 25px 105px 25px 25px;
	}

	.dashboard .copy-link .copy {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
		width: 90px;
		padding: 0;
	}

	.user-page h1 {
		margin: 0 0 70px;
	}

	.user-page .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.user-page .input-col {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		margin: 0;
	}

	.user-page .forgot {
		float: right;
	}

	.search-area .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.search-area h1 {
		font-size: 2.5rem;
		line-height: 2.75rem;
		margin-bottom: 30px;
	}

	#footer .download-area {
		margin-top: -89px;
	}

	#footer form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer form:after {
		top: 2px;
		left: 15px;
	}

	#footer form .form-control {
		width: 70%;
		margin: 0;
	}

	#footer form .btn-primary {
		margin-left: 20px;
	}

	.products {
		font-size: 1rem;
		line-height: 2rem;
	}

	.accordion-area .accordion .opener {
		padding: 30px 65px 30px 30px;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.accordion-area .accordion .opener:after {
		top: 35px;
	}

	.accordion-area .list {
		padding: 0 0 20px 20px;
	}

	.videos-block.columns .container {
		padding-top: 70px;
	}

	.videos-block.columns .box .text {
		padding: 20px 40px;
	}

	.videos-block.columns h2 {
		font-size: 1.5625rem;
		line-height: 1.875rem;
	}

	.videos-block.columns .play {
		width: 100px;
		height: 100px;
		font-size: 1.875rem;
		line-height: 1.875rem;
	}

	.videos-block .container {
		padding-top: 100px;
	}

	.videos-block .col {
		margin-bottom: 0;
	}

	.videos-block h1 {
		margin-bottom: 50px;
	}

	.videos-block .play {
		font-size: 2.5rem;
		line-height: 2.5rem;
		width: 100px;
		height: 100px;
	}

	.benefits .container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.benefits h3 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin: 0 0 70px;
	}

	.twocolumns.white .box {
		min-height: 670px;
	}

	.twocolumns .container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.twocolumns .single-slider .info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
		margin: 0;
	}

	.twocolumns .single-slider .info li {
		width: 48%;
	}

	.twocolumns .single-slider .price {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.twocolumns .single-slider .btn-primary {
		padding: 18px 15px;
		min-height: 45px;
	}

	.twocolumns .img {
		width: 286px;
	}

	.twocolumns .img:before {
		width: 280px;
		height: 77px;
	}

	.twocolumns .box {
		padding: 30px;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.twocolumns .box.white {
		padding: 70px 0 0;
	}

	.twocolumns .list {
		padding: 0 0 20px 20px;
	}

	ol li:before {
		padding: 0 0 3px;
	}

	.reasons {
		font-size: 1rem;
		line-height: 2rem;
	}

	.reasons .list {
		padding: 0 0 20px 20px;
	}

	.reasons h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}

	.reasons h3 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.reasons .cols .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.reasons .textbox {
		float: left;
		width: 70%;
		padding-right: 15px;
	}

	.twocols-info {
		font-size: 1rem;
		line-height: 2rem;
	}

	.twocols-info.gray .play {
		font-size: 2.5rem;
		line-height: 2.5rem;
		width: 100px;
		height: 100px;
	}

	.twocols-info .list {
		padding: 0 0 20px 20px;
	}

	.twocols-info .box {
		padding: 30px;
		margin-bottom: 40px;
	}

	.twocols-info .article .img-holder {
		float: right;
		margin-left: 20px;
	}

	.table {
		font-size: .95rem;
		line-height: 1rem;
	}

	.table th {
		padding: 10px 4px !important;
	}

	.table td {
		padding: .75rem !important;
	}

	.slick-prev,
	.prev {
		left: 0;
	}

	.slick-next,
	.next {
		right: 0;
	}
}

@media (min-width: 992px) {
	#wrapper.logged-in #header .user-area {
		width: 80%;
	}

	#wrapper.logged-in #header .user-area .btn-primary {
		position: relative;
		top: 0;
		right: 0;
	}

	#wrapper.logged-in #header .dropdown {
		position: static;
	}

	#wrapper.logged-in .avatar-holder .info {
		display: inline-block;
	}

	#wrapper.logged-in .avatar {
		width: 57px;
	}

	#wrapper.logged-in .avatar img {
		width: 57px;
	}

	#header {
		font-size: .75rem;
		line-height: 1.0625rem;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	#header .logo {
		width: 160px;
	}

	#header #nav {
		position: static;
		width: 55%;
		padding: 0;
		background: none;
		border: none;
	}

	#header #nav .mobile {
		display: none !important;
	}

	#header .navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#header .navbar-light {
		box-shadow: none;
	}

	#header .navbar-light .nav-item {
		margin-left: 15px;
		padding: 0;
	}

	#header .navbar-light .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: none;
		padding-top: 0;
		box-shadow: none;
	}

	#header .user-area {
		width: 28%;
	}

	#header .user-area .btn-primary {
		display: inline-block;
	}

	#header .cart {
		position: relative;
		top: 0;
		right: 0;
	}

	#header .country {
		width: 90px;
		float: right;
		margin-left: 10px;
	}

	#header .country a {
		border: none;
	}

	.slider.visual h1 {
		font-size: 2.125rem;
		line-height: 2.75rem;
	}

	.slider .author-info .name {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.slider .col-left {
		padding-top: 100px;
	}

	.slider .col-right {
		padding-right: 0;
	}

	.slider .col-right .img-product {
		width: 250px;
	}

	.dashboard h1 {
		margin: 0 0 70px;
		text-align: center;
	}

	.search-area form {
		padding: 10px;
	}

	.search-area .input-holder {
		padding: 20px;
		width: 85%;
	}

	.search-area .form-control {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.search-area .btn-primary {
		font-size: 1.75rem;
		line-height: 2rem;
		padding: 20px 40px;
	}

	.products .img {
		float: left;
	}

	.products .holder {
		padding: 0 0 0 40px;
		text-align: left;
	}

	.products h2 {
		text-align: left;
	}

	.accordion-area .accordion .opener {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.twocolumns .single-slider {
		margin-bottom: 0;
	}

	.twocolumns .single-slider .btn-primary {
		font-size: 1.375rem;
		line-height: 1.625rem;
		padding: 18px 15px;
		min-height: 63px;
	}

	.twocols-info h1 {
		font-size: 2.1875rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1200px) {
	#header {
		font-size: .875rem;
		line-height: 1.25rem;
	}

	#header .container {
		max-width: 1350px;
	}

	#header #nav {
		width: 53%;
	}

	#header .user-area {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 30%;
	}

	#header .user-area .btn-primary {
		min-width: 120px;
	}

	#header .country {
		width: 110px;
	}

	#header .country a {
		padding: 10px 30px 10px 20px;
	}

	.slider .textblock {
		padding: 30px 10px 90px 60px;
	}

	.twocolumns:before {
		display: block;
	}

	.twocolumns .single-slider .btn-primary {
		font-size: 1.625rem;
		line-height: 1.875rem;
		min-height: 63px;
		padding: 16px 30px;
	}

	.twocolumns .single-slider .btn-primary.best span {
		font-size: .9375rem;
		line-height: 1.125rem;
	}

	.twocols-info.gray .author-list {
		min-height: 450px;
	}

	.twocols-info .article .img-holder {
		margin: 0 60px 0 30px;
	}
}

@media (min-width: 1350px) {
	#header .logo {
		width: 217px;
	}

	#header .navbar-light .nav-item {
		margin-left: 25px;
	}

	#header .country {
		margin-left: 95px;
	}

	h1 {
		font-size: 1.8125rem;
		line-height: 3.25rem;
	}

	h2 {
		font-size: 2.1875rem;
		line-height: 2.625rem;
	}

	.slider.visual .img {
		margin: 0 -100px 0 100px;
	}

	.slider .breadcrumbs-holder {
		float: right;
		padding: 0;
	}

	.slider .breadcrumbs-holder .breadcrumbs {
		width: 640px;
	}

	.slider h1 {
		font-size: 2.5rem;
		line-height: 3.25rem;
	}

	.videos-block .play {
		font-size: 3.75rem;
		line-height: 3.75rem;
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 767px) {
	.slider.visual .slide {
		position: static !important;
	}

	.slider.visual .slideset {
		height: auto !important;
	}
}
.navbar-nav{
	position: relative;
}
#header .navbar-light .nav-item{
	padding: 10px 0;
}
#header .navbar-light .nav-item:hover .mega-drop{
	opacity: 1;
	visibility: visible;
	top: 100%;
	position: static;
}
@media (min-width: 992px) {
	#header .navbar-light .nav-item:hover .mega-drop{
		position: absolute;
	}	
}
#header .navbar-light .nav-item:hover >a{
	color:#008bd0 !important
}
#header .navbar-toggler{
	z-index: 9999;
	position: relative;
}
.mega-drop{
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.98);
	padding: 0 0 15px;
	border-top: 2px solid #008bd0;
	box-shadow: 1px 1px 2px  rgba(0,0,0,0.1);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s linear;
}
@media (min-width: 992px) {
	.mega-drop{
		position: absolute;
		padding: 0 20px 15px;
	}
}
.mega-drop .title{
	font-size: 16px;
	line-height: 20px;
	color:#222628;
	display: block;
	padding: 10px ;
	border-bottom:1px solid #d3dde2;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
}
@media (min-width: 1350px) {
	.mega-drop .title{
		font-size: 18px;
		line-height: 24px;
	}
}
.mega-drop ul{
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	list-style: none;
	margin:0;
}
@media (min-width: 992px) {
	.mega-drop ul{
		float: left;
		width: 65%;
	}
}
@media (min-width: 1350px) {
	.mega-drop ul{
		font-size: 14px;
		line-height: 18px;
	}
}
.mega-drop ul li{
	border:solid #d3dde2;
	border-width: 1px 0 0;
	position: relative;
	padding:10px 10px 10px 30px; 
}
.mega-drop ul li.active >a{
	color:#008bd0;
}
.mega-drop .image{
	overflow:hidden;
	border:5px solid #d3dde2;
}
.mega-drop .image img{
	width: 100%;
	height: auto;
	display: block;
}
.mega-drop > ul > li:after{
	position: absolute;
	top: 14px;
	left: 10px;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #555d6e;
	content: '';
}
.mega-drop ul li:first-child{
	border:none;
}
.mega-drop ul ul{
	position: static;
	float: none;
	width: 100%;
	padding: 0;
	clear: both;
	display: block;
}
.mega-drop ul ul li{
	position: relative;
	padding:10px 15px 0;
	border:none;
}
.mega-drop ul ul li:before{
	position: absolute;
	top: 18px;
	left:0;
	content: '';
	background:#555d6e;
	height:5px;
	width: 5px;
	border-radius: 100%;
}
.mega-drop ul ul li:after{
	display: none;
	
}
.mega-drop a{
	color:#555d6e;
	text-transform: uppercase;
}


/*

Theme Name: RecoverMe


*/
/*.products  li .add_to_cart_button{display:none !important;}
.woocommerce form.cart,
.single_add_to_cart_button{display:none !important;}
*/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.slider.visual .textblock {
    padding-right: 20px;
    color: #162a72;
      font-size: 1.125rem;
    line-height: 1.875rem;
}
.videos-block.columns blockquote q {
    display: block;
    color: #003366 !important;
    margin-bottom: 20px;
}
.woocommerce ul.products li {
    -webkit-box-shadow: 1px 0px 8px 0px #777;
    -moz-box-shadow: 1px 0px 8px 0px #777;
    box-shadow: 1px 0px 8px 0px #777;
    padding: 20px !important;
}
.woocommerce-result-count,
.woocommerce .woocommerce-ordering{display:none !important;}
.page-template-default .slider .textblock {
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.woocommerce div.product {
    overflow: hidden;
}
.woocommerce div.product form.cart{margin-bottom:0;}
.woocommerce div.product form.cart .or_haha {
    display: block;
    clear: both;
}
.content_Zato{
    background: white;
    padding: 30px 25px;
    margin-top: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 60%;
    clear: none;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    margin-top: 60px;
}
.col-right.mobile_only{display:none;}
#wrapper .uap-pass-form-wrap  input[type=text] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
    background-color: #fafafa;
    margin-bottom: 7px;
    height: auto !important;
    font-size: 14px;
    font-weight: 300;
    background-color: #edf0f5;
    box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#wrapper .uap-pass-form-wrap  .button  {
	    margin-bottom: 10px;
		    margin-top: 10px;
    color: #fff !important;
    width: 100%;
    border: none;
    background: none repeat scroll 0 0 #33b5e5 !important;
    border-color: #1a9bcb !important;
    box-shadow: none !important;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
}
#wrapper .uap-register-3 {
    max-width: 500px !important;
	width:100%;
}
.new_style{margin-top:15px; width:100%}

.big_menu .mega-drop ul{width:100%}
.big_menu .mega-drop ul li {
    width: 50%;
	float:left;
}
.big_menu .mega-drop ul ul li {width:100%; float:none }
#header .navbar-light .navbar-nav{width:100%}
.product_meta{display:none !important;}
.woocommerce div.product div.images img {
    /* display: block; */
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
    display: block;
}
.footer_menu li {display:inline-block; margin-right:10px;}
@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

    left: auto;

    padding: 12px 10px;

    text-align: left;

}

}

.dropdown-menu li{margin-left:0 !important;     margin-bottom: 10px;}

.woocommerce form .form-row {

    padding: 3px;

    margin: 0 0 6px;

    display: block;

}

.select2-container--default .select2-selection--single{display:none !important;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {

	  max-width: 100%;

	  padding:0;

}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    border: 1px solid #ebeaf1;

    padding: 11px 10px;

}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

    max-width: 100%;

}

.icon-bottom{display:inline-block}

.breadcrumb  li {color:#FEDC0D }

.text-right {

    text-align: right;

}

.call-to-action .filter {

    margin-bottom: 30px;

    min-height: 428px;

}

.call-to-action .filter  a{color:#333;}



.our-brand .fa-play{

    font-size: 86px;

    line-height: 0;

    top: 50%;

    position: absolute;

    right: 40%;

    text-align: center;

    margin: 0 auto;

    color: white;

}

.cotent_box{min-height:103px;}

.wpcf7 .btn-send{padding-top:5px;}

.footer-menu li a{text-transform:uppercase}

div.wpcf7 .ajax-loader{display:none !important;}

.meta ul{padding:0}

.meta ul li{display:inline-block}

.banner.banner_inner{padding:20px 0 !important;}
.download-area .wpcf7-response-output{display:none !important}
.download-area .wpcf7-response-output.wpcf7-mail-sent-ok{    top: 20px;
    position: absolute;
    background: green;
    color: white;
border:none;
display:block !important;
}

.nc_socialPanel {

    display: block;

    height: auto;

    line-height: 1;

}

div.nc_socialPanel .nc_tweetContainer {

    float: none;

    margin: 6px 13px !important;

}

.footer .media img {

    width: auto;

}





/*comment form*/

/*.comment-respond, .entry-pings, .entry-comments {

	color: #444;

	padding: 20px 45px 40px 45px;

	border: 1px solid #ccc;

	overflow: hidden;

	background: #fff;

	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);

	border-left: 4px solid #444;

}*/

.entry-comments h3 {

	font-size: 30px;

	margin-bottom: 30px;

}

.comment-respond h3, .entry-pings h3 {

	font-size: 20px;

	margin-bottom: 30px;

}

.comment-respond {

	padding-bottom: 5%;

	margin: 20px 1px 20px 1px;

	border-left: none !important;

}

.comment-header {

	color: #adaeb3;

	font-size: 14px;

	margin-bottom: 20px;

}

.comment-header cite a {

	border: none;

	font-style: normal;

	font-size: 16px;

	font-weight: bold;

}

.comment-header .comment-meta a {

	border: none;

	color: #adaeb3;

}

li.comment {

	background-color: #fff;

	border-right: none;

}

.comment-content {

	clear: both;

	overflow: hidden;

}

.comment-list li {

	font-size: 14px;

	padding: 20px 30px 20px 50px;

}

.comment-list .children {

	margin-top: 40px;

	border: 1px solid #ccc;

}

.comment-list li li {

	background-color: #f5f5f6;

}

.comment-list li li li {

	background-color: #fff;

}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {

	width: 50%;

}

.comment-respond label {

	display: block;

	margin-right: 12px;

}

.entry-comments .comment-author {

	margin-bottom: 0;

	position: relative;

}

.entry-comments .comment-author img {

	border-radius: 50%;

	border: 5px solid #fff;

	left: -80px;

	top: -5px;

	position: absolute;

	width: 60px;

}

.entry-pings .reply {

	display: none;

}

.bypostauthor {

}

.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 24px;

}

.comment-reply-link, #commentform .form-submit .submit {

	cursor: pointer;

	background-color: #FEDF49;

	border: none;

	border-radius: 3px;

	color: #5A499F;

	font-size: 12px;

	font-weight: 300;

	letter-spacing: 1px;

	padding: 4px 10px 4px;

	text-transform: uppercase;

	width: auto;

}

.comment-reply-link:hover {

	color: #fff;

}

.comment-notes {

	display:none;

}

.input-group .form-control {

	height: 34px;

}

.page-numbers:hover{text-decoration:none;}

.page-numbers {

    background-color: #E2E9EF !important;

    border-radius: 50% !important;

    margin: 0 9px;

    position: relative;

    padding: 12px 15px;

    margin-left: -1px;

    line-height: 1.42857143;

    color: #337ab7;

    text-decoration: none;

    background-color: #fff;

    border: 1px solid #ddd;

}

.page-numbers.current {

 background-color: #124AE1 !important;

    color: #fff !important;

	border:none;

}


.pagination{display:block}

.pagination .screen-reader-text{display:none}

.pagination .nav-links{text-align:center;}
@media (min-width: 1200px){
	#header .navbar-light .nav-item.bttn{margin-top:-6px}
	#header .navbar-light .nav-item.bttn a{color:#FFF !important;}
#header #nav {
    width: 60%;
}
#header .user-area {
    width: 15%;
}
#header .country {
    margin-left: 0;
}

}
@media (min-width: 768px){
#footer form .form-control {
    width: 100%;
    margin: 0;
}
}


.product-col {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
	width: 33%;
}

@media (max-width: 767px) {
	.product-col {
		width: 50%;
	}
}

ul.mobcoun {
	float: left;
}

ul.mobcoun img{
	width: 150%;
}


ul.mobcoun li{
	float: left;
	display: inline;
	padding: 10px;
}

ul.rating li{
    display: inline-block;
    vertical-align: top;
    color: #f0b33e;
}

ul.rating {
	margin: 0 0 10px 0;
	padding: 0;
}

.ratings {
	justify-content: flex-start !important;
}

.ratings img {
	margin: 10px 0;
	max-width: 180px !important;
}

input, button, select, optgroup, textarea {
    border-radius: 5px;
    padding: 4px;
}	

.hidden {
display:none;
}


mark, .mark {
	background-color: rgba(0, 123, 255, 0.06);
}

.cart-img-small {
	width: 30%;
}


#momentPlease {
	margin: 20px 0;
	position: fixed;
	height: 100vh;
	width: 100vw;
	padding: 25% 33%;
	top: -20px;
	left: 0px;
	background-color: rgba(0,0,0,.5);
	color: #FFFFFF;
	font-size: 151%;
	z-index: 10000;
	text-align: center;
	display: none;
}

.brochure {
	display: grid;
}
