.tool {
	cursor: help;
	position: relative;
}

span.tool img {
	vertical-align: text-top;
	margin-left: 5px;
}

.tool::before, .tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
}

.tool::before {
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	border-color: #3E474F transparent transparent transparent;
	bottom: 100%;
	content: "";
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
	transform: scale(.6) translateY(-90%);
	bottom: 22px;
}

.tool:hover::before, .tool:focus::before {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}

.tool::after {
	background: #3E474F;
	border-radius: 6px;
	bottom: 180%;
	color: #EDEFF0;
	content: attr(data-tip);
	margin-left: -160px;
	padding: 10px;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
	transform: scale(.6) translateY(50%);
	width: 300px;
	font-size: 14px;
	line-height: 18px;
}

.tool:hover::after, .tool:focus::after {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
	.tool::after {
		margin-left: -125px;
		width: 250px;
	}
}

.boxbg {
	background: #f6f6f6;
	text-align: center;
	padding: 20px 0;
}

.boxbg p {
	margin-bottom: 10px;
}

.items25 {
	width: 25%;
}

.items50 {
	width: 50%;
}

.pad20 {
	padding: 20px;
}

.items33 {
	width: 33.33333333%;
}

.items66 {
	width: 66.66666667%;
}

#parentHorizontalTab {
	border: 10px solid #dddddd;
	background: #ffffff;
}

ul.resp-tabs-list {
	background: #dddddd;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: -2px;
}

.resp-tabs-list li {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	padding: 13px 15px !important;
	margin: 0 !important;
	list-style: none;
	cursor: pointer;
	float: left;
	border-right: 1px solid #ffffff;
	color: #fff;
}

.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	padding: 15px;
}

.resp-tab-active {
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
/*  border-top: 1px solid #c1c1c1 !important;
  border-bottom: 0px #fff solid !important; 
  border: 1px solid #c1c1c1 !important;*/
	color: #4f4f4f !important;
}

.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-tab-content {
 /* border: 1px solid #c1c1c1;*/;
}

h2.resp-accordion {
	font-size: 16px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 20px;
	color: #fff;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 20px !important;
	background: #ececec !important;
	color: #4f4f4f;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 0px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #000;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
 
 
.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;
  /* !important;*/;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
	padding: 20px !important;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;
  /* !important;*/;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-tab-content-active {
		display: block;
		padding: 20px !important;
	}
}

.news {
	padding:15px 0;
}

.news .box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}

.news .box:hover .word {
	height: 100px;
	background-color: #0186c9;
	color: #fff;
	font-size: 20px;
	padding: 25px 50px 15px 50px;
}

.news .box img {
	width: 100%;
}

.news .box .word {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 70px;
	background-color: #0186c9;
	color: #fff;
	text-align: center;
	padding: 13px 50px;
	transition: 0.5s;
	font-size: 16px;
}

.news .box:nth-child(even) {
	margin-right: inherit;
}

.new-title {
	color: #333434;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	line-height: normal;
}

.MostView {
	background-color: #e5e5e5;
	padding: 15px 20px 20px 20px;
	border-radius: 10px 0 0 10px;
}

.Articles {
	background-color: #f1f1f1;
	padding: 15px 20px 20px 20px;
	border-radius: 0 10px 10px 0;
}

.Articles ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.Articles ul li {
    margin-bottom: 15px !important;
    list-style: square;
    line-height: normal;
    list-style-position: outside !important;
    margin-left: 22px !important;
    font-size: 16px;
}

.Articles-Box-Height {
	overflow-y: scroll;
}

.headerbg {
	position: fixed;
	background: #fff;
	box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
	z-index: 9999;
}

.new-wrapper {background:#97c43e; border-top: 1px solid rgba(255,255,255,.1);}

.homepage-icons {
/*	width:100%;
	position:relative;
	z-index:3;*/
	width: 16.66666667%;
	background: #97c43e;
}

.homepage-icons-hover {
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.homepage-icons-hover:hover {
	background: #0381e5;
	text-decoration: none;
}

.homepage-icons-single {
	padding: 15px 0;
	display: block;
	position: relative;
	min-height: 210px;
}

.homepage-icons-single img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	max-width: 90px;
}

.homepage-icons-single p {
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-top: 5px;
	line-height: 20px;
	font-size: 18px;
}

.homepage-icons-single:hover {
	text-decoration: none !important;
}

.homepage-icons-single p a {
	color: #fff;
}

.homepage-icons-single p a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.homepage-icons-single .homepage-more {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10px;
}

.homepage-icons-single .homepage-more a {
	display: inline-block;
	height: auto;
	line-height: 16px;
	padding: 5px 10px 7px;
	vertical-align: top;
	border-radius: 4px;
	margin-right: 0px;
	pointer-events: auto;
	border: solid 1px #fff;
	color: #fff;
}

.homepage-icons-single .homepage-more a:hover {
	color: #0381e5 !important;
	text-decoration: none !important;
	background: #fff;
}

.Information ul {
	margin: 0;
	padding: 10px 0 0 0;
}

.Information ul li {
	margin-bottom:15px !important;
	list-style: square;
	line-height: normal;
	list-style-position: outside;
	margin-left:22px !important;
	font-size: 16px;
	padding-left: 2px;
}

.Information-img {
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px !important;
	margin: 0 auto;
}

.Information img {
	position: relative;
	min-width: 100%;
}

.footer-menu {
	background: #333333;
}

ul.Equal-Box-Main li {
    padding:0;
    list-style-image: none;
    margin:0;
    list-style-position: outside;
    margin-left:0;
}


ul.Equal-Box-Main {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}


.Equal-Box-columns {
	display: flex!important;
	padding: 0;
	/*width: 100%;*/;
}

.Equal-Box-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.items2 {
	width: 50%;
}

.Information-bg {
	background-color: #f2f2f2;
	padding: 15px 20px 20px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.Information {
	background-color: #ffffff;
	padding: 15px 20px 20px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin: 10px;
}

.Articles-items-1 {
	width: 66.66666667%;
}

.Articles-items-2 {
	width: 33.33333333%;
}

#image-gallery .modal-header {
	padding: 15px;
	border-bottom: 0 solid #e9ecef;
}

#image-gallery .modal-header .close {
	padding: 15px;
	margin: 0;
	font-size: 40px;
}

.thumbnail {
	display: inline-block;
	margin-bottom: 0;
}

#image-gallery .close {
	float: right;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	-webkit-appearance: none;
	padding: 5px 11px;
	cursor: pointer;
	background: 0 0;
	border: 0;
	z-index: 999;
	float: none;
	position: absolute;
	right: 0;
	opacity: 1;
	top: -17px;
}

.thumbnail>img {
	display: inline-block;
}

#image-gallery .img-responsive {
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
     /* overflow-x:hidden; */
     /* overflow-y:auto */;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
     /* min-height:16.43px; */
     /* padding:15px; */
     /* border-bottom:1px solid #e5e5e5; */;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}

.price-box-button {
	background: url(../images/add-cart-button.png) center top no-repeat;
	height: 63px;
	border: none;
	outline: none;
	width: 200px;
	cursor: pointer;
}

.price-box-button-2 {
	background: url(../images/buynow.png) center top no-repeat;
	height: 55px;
	border: none;
	outline: none;
	width: 208px;
	cursor: pointer;
}

.text-left {
	text-align: left;
}

.footer_list {
	padding-left: 0;
	list-style: none;
	line-height: 28px;
}

.footer_list li {
	list-style: none!important;
	margin-left: 0!important;
}

.footer_list li a {
	line-height: 30px!important;
	color: #bdbdbd;
}

.footer_list li a:hover {
	color: #fff!important;
	text-decoration: underline;
}

.footer_list .face_icon {
	background: url(../images/socail_icon.png) no-repeat scroll 0 -23px transparent;
	padding-left: 23px;
}

.footer_list .twi_icon {
	background: url(../images/socail_icon.png) no-repeat scroll 0 2px transparent;
	padding-left: 23px;
}

.footer_list .link_icon {
	background: url(../images/socail_icon.png) no-repeat scroll 0 -52px transparent;
	padding-left: 23px;
}

.footer_list .goplus_icon {
	background: url(../images/socail_icon.png) no-repeat scroll 0 -79px transparent;
	padding-left: 23px;
}

.footer_list .youtube_icon {
	background: url(../images/socail_icon.png) no-repeat scroll 0 -107px transparent;
	padding-left: 23px;
}

.footer_T {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.lazyload {
	opacity: 0;
	/*transform:scale(.8)*/;
}

.lazyloaded {
	opacity: 1;
/*	transform:scale(1);
transition:all .7s*/;
}

.video-width {
	width: 60%;
	margin: 20px auto;
}

.youtube-player {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
	border: solid 10px #393939;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto!important;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
	padding: 0!important;
	border: none!important;
	opacity: .8;
}

.youtube-player img:hover {
	-webkit-filter: brightness(60%);
}

.youtube-player .play {
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url(/images/play-icon.svg) no-repeat;
	cursor: pointer;
}

.form-add-review {
	padding: 10px 0;
	margin: 30px 0;
	background: #f3f3f3;
}

.MLMR_TITLE {
	border-top: solid 2px #dbdcdd;
	border-left: solid 2px #dbdcdd;
	border-right: solid 2px #dbdcdd;
	position: relative;
	padding: 10px 20px;
	bottom: -31px;
	background: #f4f5f6;
	left: 30px;
	font-size: 17px;
	color: #000;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
	width: 20%;
	text-align: center;
}

.MLMR_TITLE_UserComments {
	border-top: solid 2px #dbdcdd;
	border-left: solid 2px #dbdcdd;
	border-right: solid 2px #dbdcdd;
	position: relative;
	padding: 10px 20px;
	background: #fff;
	font-size: 20px!important;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: -2px;
}

.MLMR_TITLE_AddYourReview {
	border-top: solid 2px #dbdcdd;
	border-left: solid 2px #dbdcdd;
	border-right: solid 2px #dbdcdd;
	position: relative;
	padding: 10px 20px;
	background: #fff;
	font-size: 20px;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	width: 60%;
	text-align: center;
	margin: 5px auto;
	margin-bottom: -2px;
}

.borderbottom {
	border-top: solid 2px #dbdcdd;
	margin-top: 29px;
	line-height: 0;
	margin-bottom: 30px;
}

.reviews_boxes {
	margin-bottom: 30px;
	border-top: solid 1px #dbdcdd;
	padding-top: 40px;
	/*margin-top:30px*/;
}

.review_name {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.text-center {
	text-align: center;
}

.review_name {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

.reviews_text p {
	margin-bottom: 7px;
}

.border_review {
	background: #f7f7f7;
	border: solid 1px #dbdcdd;
	border-radius: 6px;
	position: relative;
}

.review_line {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	padding: 30px 50px;
}

.review_quote_left {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(https://www.yodot.com/reviews/assets/img/arrow_review.png) top left no-repeat;
	position: absolute;
	left: 15px;
	top: 29px;
}

.review_quote_right {
	background: url(https://www.yodot.com/reviews/assets/img/right_arrow.png) bottom right no-repeat;
	left: auto;
	top: auto;
	right: 20px;
	bottom: 46px;
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.review_head {
	font-size: 28px;
	padding-bottom: 25px;
	text-align: center;
	color: #000;
}

.average-rating {
	text-align: center;
}

.average-rating-bg {
	background: url(https://www.yodot.com/reviews/assets/img/avg-star.svg) top center no-repeat transparent;
	padding: 41px 40px;
	text-align: center;
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.avg_review_percen_count {
	font-size: 14px;
	color: #888;
}

.review_button_anch {
	color: #0381e5;
	border: solid 1px #0381e5;
	border-radius: 5px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 40px;
	display: inline-block;
}

.review_button_anch:hover {
	background: #0381e5;
	border: solid 1px #0381e5;
	color: #fff;
}

.rev_shar_th {
	font-size: 14px;
	color: #888;
	margin-bottom: 40px;
}

.reviews_boxes .name {
	font-weight: 700;
	margin: 6px 0;
	line-height: 16px;
}

.reviews_boxes .time {
	color: #b4bbc5;
	font-size: 12px;
}

.starReviews {
	font-size: 12px;
	color: #25323b;
}

.starReviews .mandatory {
	color: red;
}

.starReviews .rating-new {
	line-height: 28px;
}

.starReviews .notice {
	display: none;
}

.starReviews .review-productId {
	display: none;
}

.starReviews .current-review {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #e6e6e6;
}

.starReviews .current-review-rating {
	height: 25px;
}

.starReviews .current-review-rating img {
	padding: 5px;
}

.starReviews .current-review-author p {
	font-size: 12px;
	background: #f9f9f9;
	color: #747c82;
	border-bottom: solid 1px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	padding: 5px;
}

.starReviews .current-review-content {
	padding: 0 5px 0 5px;
	margin: 0;
}

.starReviews hr {
	height: 2px;
	color: #e6e6e6;
	background-color: #e6e6e6;
	border: 0;
}

.starReviews p.saved-success {
	color: green;
}

.starReviews .rating-new .br-widget {
	height: 24px;
}

.starReviews .rating-new .br-widget a {
	background: url(https://www.yodot.com/reviews/assets/img/star.svg);
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

.starReviews .rating-new .br-widget a.br-active, .starReviews .rating-new .br-widget a.br-selected, .starReviews .rating-new .br-widget a:hover {
	background-position: 0 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio :1.5), (min-resolution:192dpi) {
	.reviews .rating-new .br-widget a {
		background: url(https://www.yodot.com/reviews/assets/img/star@2x.png);
		background-size: 24px 48px;
	}
}

.starReviews input[type=password] {
	padding: 0 0 0 10px;
}

.starReviews input[type=text] {
	padding: 0 12px 0 12px;
	margin-bottom: 0!important;
}

.starReviews .btn {
	border: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: .25s linear;
	transition: .25s linear;
}

.starReviews .btn:focus, .starReviews .btn:hover {
	color: #fff;
}

.starReviews .btn.active, .starReviews .btn:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .btn.disabled, .starReviews .btn[disabled], fieldset[disabled] .starReviews .btn {
	background-color: #bdc3c7;
	color: rgba(255, 255, 255, .75);
	opacity: .7;
}

.starReviews .btn-primary {
	color: #fff;
	background-color: #1abc9c;
}

.starReviews .btn-primary.active, .starReviews .btn-primary:active, .starReviews .btn-primary:focus, .starReviews .btn-primary:hover, .starReviews .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #48c9b0;
	border-color: #48c9b0;
}

.starReviews .btn-primary.active, .starReviews .btn-primary:active, .starReviews .open .dropdown-toggle.btn-primary {
	background: #16a085;
}

.starReviews .btn-primary.disabled, .starReviews .btn-primary.disabled.active, .starReviews .btn-primary.disabled:active, .starReviews .btn-primary.disabled:focus, .starReviews .btn-primary.disabled:hover, .starReviews .btn-primary[disabled], .starReviews .btn-primary[disabled].active, .starReviews .btn-primary[disabled]:active, .starReviews .btn-primary[disabled]:focus, .starReviews .btn-primary[disabled]:hover, fieldset[disabled] .starReviews .btn-primary, fieldset[disabled] .starReviews .btn-primary.active, fieldset[disabled] .starReviews .btn-primary:active, fieldset[disabled] .starReviews .btn-primary:focus, fieldset[disabled] .starReviews .btn-primary:hover {
	background-color: #1abc9c;
}

.starReviews textarea {
	font-size: 20px;
	line-height: 24px;
	padding: 5px 11px;
	margin-left: 0;
	background: #fff!important;
}

.starReviews label {
	font-weight: 700;
	line-height: 1.9986363100000002em;
	font-size: 14px;
}

.starReviews .form-control:-moz-placeholder {
	color: #b2bcc5;
}

.starReviews .form-control::-moz-placeholder {
	color: #b2bcc5;
}

.starReviews .form-control:-ms-input-placeholder {
	color: #b2bcc5;
}

.starReviews .form-control::-webkit-input-placeholder {
	color: #b2bcc5;
}

.starReviews .form-control.placeholder {
	color: #b2bcc5;
}

.starReviews .form-control {
	border-top-width: 2px!important;
	border-bottom-width: 2px!important;
	border-left-width: 2px!important;
	border-right-width: 2px!important;
	border-color: #bdc3c7;
	color: #34495e;
	font-size: 15px;
	padding: 8px 12px;
	height: 42px;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.starReviews .form-control:focus, .starReviews .form-group.focus .form-control {
	border-color: #1abc9c;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .form-control[disabled], .starReviews .form-control[readonly], fieldset[disabled] .starReviews .form-control {
	background-color: #f4f6f6;
	border-color: #d5dbdb;
	color: #d5dbdb;
	cursor: default;
}

.starReviews .form-control.flat {
	border-color: transparent;
}

.starReviews .form-control.flat:hover {
	border-color: #bdc3c7;
}

.starReviews .form-control.flat:focus {
	border-color: #1abc9c;
}

.starReviews .input-sm {
	height: 35px;
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.72222;
	border-radius: 6px;
}

.starReviews select.input-sm {
	height: 35px;
	line-height: 35px;
}

.starReviews textarea.input-sm {
	height: auto;
}

.starReviews .input-lg {
	height: 45px;
	padding: 10px 15px;
	font-size: 17px;
	line-height: 1.72222;
	border-radius: 6px;
}

.starReviews select.input-lg {
	height: 45px;
	line-height: 45px;
}

.starReviews textarea.input-lg {
	height: auto;
}

.starReviews .input-hg {
	height: 53px;
	padding: 10px 16px;
	font-size: 22px;
	line-height: 1.72222;
	border-radius: 6px;
}

.starReviews select.input-hg {
	height: 53px;
	line-height: 53px;
}

.starReviews textarea.input-hg {
	height: auto;
}

.starReviews .has-warning .control-label, .starReviews .has-warning .help-block {
	color: #f1c40f;
}

.starReviews .has-warning .form-control {
	color: #f1c40f;
	border-color: #f1c40f;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-warning .form-control:-moz-placeholder {
	color: #f1c40f;
}

.starReviews .has-warning .form-control::-moz-placeholder {
	color: #f1c40f;
}

.starReviews .has-warning .form-control:-ms-input-placeholder {
	color: #f1c40f;
}

.starReviews .has-warning .form-control::-webkit-input-placeholder {
	color: #f1c40f;
}

.starReviews .has-warning .form-control.placeholder {
	color: #f1c40f;
}

.starReviews .has-warning .form-control:focus {
	border-color: #f1c40f;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-warning .input-group-addon {
	color: #f1c40f;
	border-color: #f1c40f;
	background-color: #fff;
}

.starReviews .has-error .control-label, .starReviews .has-error .help-block {
	color: #e74c3c;
}

.starReviews .has-error .form-control {
	color: #e74c3c;
	border-color: #e74c3c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-error .form-control:-moz-placeholder {
	color: #e74c3c;
}

.starReviews .has-error .form-control::-moz-placeholder {
	color: #e74c3c;
}

.starReviews .has-error .form-control:-ms-input-placeholder {
	color: #e74c3c;
}

.starReviews .has-error .form-control::-webkit-input-placeholder {
	color: #e74c3c;
}

.starReviews .has-error .form-control.placeholder {
	color: #e74c3c;
}

.starReviews .has-error .form-control:focus {
	border-color: #e74c3c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-error .input-group-addon {
	color: #e74c3c;
	border-color: #e74c3c;
	background-color: #fff;
}

.starReviews .has-success .control-label, .starReviews .has-success .help-block {
	color: #2ecc71;
}

.starReviews .has-success .form-control {
	color: #2ecc71;
	border-color: #2ecc71;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-success .form-control:-moz-placeholder {
	color: #2ecc71;
}

.starReviews .has-success .form-control::-moz-placeholder {
	color: #2ecc71;
}

.starReviews .has-success .form-control:-ms-input-placeholder {
	color: #2ecc71;
}

.starReviews .has-success .form-control::-webkit-input-placeholder {
	color: #2ecc71;
}

.starReviews .has-success .form-control.placeholder {
	color: #2ecc71;
}

.starReviews .has-success .form-control:focus {
	border-color: #2ecc71;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.starReviews .has-success .input-group-addon {
	color: #2ecc71;
	border-color: #2ecc71;
	background-color: #fff;
}

.starReviews .form-group {
	position: relative;
	margin-bottom: 20px;
}

.starReviews .form-group {
	position: relative;
}

.starReviews .form-control+.input-icon {
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 20px;
	color: #b2bcc5;
	background-color: #fff;
	padding: 0 12px 0 0;
	border-radius: 6px;
}

.starReviews .input-hg+.input-icon {
	line-height: 49px;
	padding: 0 16px 0 0;
}

.starReviews .input-lg+.input-icon {
	line-height: 41px;
	padding: 0 15px 0 0;
}

.starReviews .input-sm+.input-icon {
	font-size: 18px;
	line-height: 30px;
	padding: 0 10px 0 0;
}

.starReviews .has-success .input-icon {
	color: #2ecc71;
}

.starReviews .has-warning .input-icon {
	color: #f1c40f;
}

.starReviews .has-error .input-icon {
	color: #e74c3c;
}

.starReviews .form-control.disabled+.input-icon, .starReviews .form-control[disabled]+.input-icon, .starReviews .form-control[readonly]+.input-icon, fieldset[disabled] .starReviews .form-control+.input-icon {
	color: #d5dbdb;
	background-color: #f4f6f6;
}

.progress {
	display: inline-block;
	width: 60%;
	height: 18px;
	line-height: 14px;
	overflow: hidden;
	position: relative;
	top: 6px;
	border: 1px solid #e2e2e2;
	background: #efefef;
	margin-bottom: 2px;
	margin-right: 10px;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background: #187ad1;
}

.progress-bar-info {
	background: #187ad1;
}

.progress-bar-warning {
	background: #187ad1;
}

.progress-bar-danger {
	background: #187ad1;
}

.progress * {
	vertical-align: text-bottom;
	font-size: 13px;
}

.starlist {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	margin-right: 10px;
	color: #0381e5;
	line-height: 12px;
	height: 16px;
	vertical-align: text-bottom;
}

.numbers {
	display: inline-block;
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}

.border_revie_overview_border {
	border-right: solid 2px #dbdcdd;
	border-left: solid 2px #dbdcdd;
	padding: 0 20px;
	margin: 0 20px;
}

#slider {
	margin: 0 auto;
	height: auto!important;
}

#slider li, #slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	width: 855px;
	height: 140px;
}

.slider-height {
	width: 855px;
	height: auto!important;
}

#nextBtn, #prevBtn, #slider1next, #slider1prev {
	display: block;
	width: 25px;
	height: 101px;
	position: absolute;
	left: -15px;
	top: 5px;
	z-index: 1000;
}

#nextBtn, #slider1next {
	left: 98%;
}

#nextBtn a, #prevBtn a, #slider1next a, #slider1prev a {
	display: block;
	position: relative;
	width: 25px;
	height: 101px;
	background: url(../images/btn_back_next.png);
	background-position: 0 0;
}

#nextBtn a, #slider1next a {
	background: url(../images/btn_back_next.png) no-repeat;
	background-position: -27px 0;
}

#nextBtn, #prevBtn, #slider1next, #slider1prev, .graphic {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

@media (max-width:480px) {
	#slider {
		margin: 0 auto;
	}

	#slider li {
		width: 550px;
		height: 160px!important;
	}

	#slider li img {
		width: 50px;
		height: 50px;
		display: none;
	}

	#nextBtn, #slider1next {
		left: 97%!important;
	}
}

@media (min-width:480px) and (max-width:768px) {
	#nextBtn, #slider1next {
		left: 97%!important;
	}
}

.yodotcookienotice {
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 999;
	font-size: 11px;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	padding: 5px 0;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}

.yodotcookienotice .button {
	background: #fff;
	display: inline-block;
	width: 70px;
	color: #2f2f2f;
	cursor: pointer;
	color: #000;
	background-color: #f1d600;
	border-color: transparent;
	padding: 0;
	font-size: 12px;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	margin: 0;
	line-height: 17px;
}

.yodotcookienotice a {
	color: #0381e5;
	margin: 0 10px 0 5px;
	text-decoration: underline;
}

.yodotcookienotice {
	-webkit-animation: name-your-animation 2s;
	-moz-animation: name-your-animation 2s;
	-o-animation: name-your-animation 2s;
	animation: name-your-animation 2s;
	opacity: 1;
}

.support-image-wrapper {
	overflow: hidden;
	margin: 10px 0;
	padding: 5px 20px 0px 20px;
	background: #fff;
	min-height: 142px;
	border: solid 5px #f5f5f5;
}

.ReviewsBox {
	background: #ffffff;
	padding: 20px;
	border: solid 1px #dbdcdd;
	margin-top: 20px;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.center {
	text-align: center;
}
/*.right {
	text-align:right
}
.left {
	text-align:left
}*/
.uppercase {
	text-transform: uppercase;
}

.hidden {
	display: none;
}

.clear {
	display: block;
	clear: both;
}

.clear:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "";
}

a {
	color: #0381e5;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #0381e5;
	text-decoration: none;
}

a:focus {
	color: #0381e5;
	text-decoration: none;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

ol, ul {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	vertical-align: middle;
}

.padding-0 {
	padding: 0!important;
}

.margin-0 {
	margin: 0!important;
}

.paddingtop {
	padding-top: 1px;
}

.buy_box ul ol, ul {
	list-style: none;
}

address, article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

.video {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0 0 56.25% 0;
}

.video iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.row1 {
	background-color: #fff;
}

.row2 {
	background-color: #0381e5;
}

.row3 {
	background-color: #fff;
}

.row-color1 {
	background-color: #fff;
}

.row-color2 {
	background-color: #f3f3f3;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	line-height: normal;
	text-transform: capitalize;
	font-weight: 400;
}

address {
	margin: 10px 0;
	font-style: normal;
}

.da-icon, .de-icon, .es-icon, .fr-icon, .it-icon, .ja-icon, .ko-icon, .lt-icon, .nl-icon, .pt-icon, .us-icon, .zh-icon {
	background: url(../images/sprite_flagicon.svg);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	float: left;
	margin: 6px 6px 6px 0;
	color: #393939;
}

.de-icon {
	background-position: 0 1px;
}

.es-icon {
	background-position: 0 -23px;
}

.fr-icon {
	background-position: 0 -47px;
}

.it-icon {
	background-position: 0 -71px;
}

.pt-icon {
	background-position: 0 -95px;
}

.da-icon {
	background-position: 0 -119px;
}

.nl-icon {
	background-position: 0 -143px;
}

.ja-icon {
	background-position: 0 -167px;
}

.zh-icon {
	background-position: 0 -191px;
}

.ko-icon {
	background-position: 0 -215px;
}

.lt-icon {
	background-position: 0 -239px;
}

.us-icon {
	background-position: 0 -262px;
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 25px;
	border-radius: 6px;
	border: solid 1px #fff;
	background: #393939 url(../images/arrow-top.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	opacity: .5;
}

.back-to-top:hover {
	opacity: 1;
}

#cboxOverlay, #cboxWrapper, #colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxBottomLeft, #cboxMiddleLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#cboxContent, #cboxLoadedContent, #colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: url(../images/overlay.png) repeat 0 0;
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width: 21px;
	background: url(../images/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height: 21px;
	background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height: 21px;
	background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background: #fff;
	overflow: hidden;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 28px;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingOverlay {
	background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0;
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(../images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: -25px -25px;
}

#cboxLoadedContent img {
	min-width: 100%;
}

.sm {
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: transparent;
}

.sm-rtl, .sm-rtl li, .sm-rtl ul {
	direction: rtl;
	text-align: right;
}

.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
	margin: 0;
	padding: 0;
}

.sm ul {
	display: none;
}

.sm a, .sm li {
	position: relative;
}

.sm a {
	display: block;
}

.sm a.disabled {
	cursor: default;
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	overflow: hidden;
}

.sm *, .sm ::after, .sm ::before {
	box-sizing: inherit;
}

ul#main-menu li {
	border-top: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.sm-blue {
	background: 0 0;
	border-radius: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.sm-blue a, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
	padding: 20px;
	padding-right: 58px;
	background-color: #e9e9e9;
	text-decoration: none;
	color: #393939;
}

.sm-blue a.current {
	background: #00f;
	color: #fff;
}

.sm-blue a.disabled {
	color: #9d9cbf;
}

.sm-blue a .sub-arrow {
	position: absolute;
	top: 42%;
	left: auto;
	right: 15px;
	font-size: 40px!important;
	text-align: center;
	text-shadow: none;
	border-radius: 0;
}

.sm-blue a .sub-arrow::before {
	content: ' ';
	display: block;
	-webkit-transition: .8s all;
	-moz-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #393939;
}

.sm-blue a.highlighted .sub-arrow::before {
	content: ' ';
	display: block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #393939;
}

.sm-blue>li:first-child>:not(ul) a, .sm-blue>li:first-child>a {
	border-radius: 0;
}

.sm-blue>li:last-child>:not(ul) a, .sm-blue>li:last-child>a, .sm-blue>li:last-child>ul, .sm-blue>li:last-child>ul>li:last-child>:not(ul) a, .sm-blue>li:last-child>ul>li:last-child>a, .sm-blue>li:last-child>ul>li:last-child>ul, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
	border-radius: 0;
}

.sm-blue>li:last-child>:not(ul) a.highlighted, .sm-blue>li:last-child>a.highlighted, .sm-blue>li:last-child>ul>li:last-child>:not(ul) a.highlighted, .sm-blue>li:last-child>ul>li:last-child>a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted, .sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted {
	border-radius: 0;
}

.sm-blue ul {
	background: #fff;
	margin-bottom: 0;
}

.sm-blue ul ul {
	background: rgba(102, 102, 102, .1);
}

.sm-blue ul a, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
	background: 0 0;
}

.sm-blue ul a.current {
	background: #2f2e47;
	color: #fff;
}

.sm-blue ul a.disabled {
	color: #b3b3b3;
}

.sm-blue ul ul a, .sm-blue ul ul a:active, .sm-blue ul ul a:focus, .sm-blue ul ul a:hover {
	border-left: 0 solid transparent;
}

.sm-blue ul ul ul a, .sm-blue ul ul ul a:active, .sm-blue ul ul ul a:focus, .sm-blue ul ul ul a:hover {
	border-left: 0 solid transparent;
}

.sm-blue ul ul ul ul a, .sm-blue ul ul ul ul a:active, .sm-blue ul ul ul ul a:focus, .sm-blue ul ul ul ul a:hover {
	border-left: 0 solid transparent;
}

.sm-blue ul ul ul ul ul a, .sm-blue ul ul ul ul ul a:active, .sm-blue ul ul ul ul ul a:focus, .sm-blue ul ul ul ul ul a:hover {
	border-left: 0 solid transparent;
}

.sm-blue ul li {
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-left: none!important;
	border-right: none!important;
}

.sm-blue ul li:first-child {
	border-top: 0;
}

.main-nav {
	position: relative;
	background-color: #f7f7f7;
	border-bottom: solid 0 #ededed;
}

.main-nav:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	overflow: hidden;
}

.nav-brand {
	float: left;
	margin: 0;
}

.nav-brand a {
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
	text-decoration: none;
}

#main-menu {
	clear: both;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 20px 0 0 0;
}

.mega-menu-box ul {
	padding: 0!important;
	margin: 10px 0!important;
}

.mega-menu-box ul li {
	padding: 6px 0!important;
}

.SpecialOffer {
	background: #ffef80!important;
	padding-right: 15px!important;
	border: dashed 1px #f4df50;
	border-radius: 99px;
	margin-left: 10px!important;
	margin-right: 10px!important;
	color: #4f4f4f!important;
}

#main-menu, #main-menu>.has-mega-menu {
	position: static!important;
}

#main-menu .mega-menu {
	margin-left: 0!important;
	right: 0!important;
	width: auto!important;
	max-width: none!important;
}

#main-menu>.has-mega-menu .scroll-down, #main-menu>.has-mega-menu .scroll-up {
	margin-left: 0!important;
}

#main-menu .mega-menu>li {
	overflow: auto;
	border: none;
}

#main-menu .mega-menu {
	color: #353451;
}

#main-menu .mega-menu ul {
	position: static;
	display: block;
	margin: .83em 0;
	border: 0;
	padding: 0 0 0 20px;
	width: auto;
	background: 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main-menu .mega-menu ul li {
	display: list-item;
	list-style-type: none;
	border: 0;
}

#main-menu .mega-menu a {
	display: inline;
	padding: 0;
	background: 0 0;
}

#main-menu .mega-menu .column-1-3 {
	padding: 0 10px;
}

#main-menu .mega-menu .column-1-5 {
	padding: 0 10px;
}

.mega-menu-sample-image {
	margin: .83em 0;
	border: 1px solid;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

#main-menu:before {
	content: '';
	display: block;
	height: 0;
	font: 1px/1px sans-serif;
	overflow: hidden;
	background: #4b4a73;
}

.main-menu-btn {
	float: right;
	margin:15px;
	position: relative;
	display: inline-block;
	width: 39px;
	height: 35px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.main-menu-btn-icon, .main-menu-btn-icon:after, .main-menu-btn-icon:before {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 3px;
	width: 40px;
	background: #393939;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.main-menu-btn-icon:before {
	content: '';
	top: -9px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 9px;
	left: 0;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: 0 0;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

#main-menu-state:not(:checked)~#main-menu {
	display: none;
}

#main-menu-state:checked~#main-menu {
	display: block;
}

.mega-menu-box {
	padding: 20px;
	clear: both;
	overflow: hidden;
}

@media (min-width:1000px) {
	.sm-blue ul {
		position: absolute;
		width: 12em;
	}

	.sm-blue li {
		float: left;
	}

	.sm-blue.sm-rtl li {
		float: right;
	}

	.sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
		float: none;
	}

	.sm-blue a {
		white-space: nowrap;
	}

	.sm-blue ul a, .sm-blue.sm-vertical a {
		white-space: normal;
	}

	.sm-blue .sm-nowrap>li>:not(ul) a, .sm-blue .sm-nowrap>li>a {
		white-space: nowrap;
	}

	.sm-blue a, .sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
		padding: 10px 30px 10px 15px;
		background-color: #f7f7f7;
		color: #393939;
		font-size: 14px;
	}

	.sm-blue a.highlighted, .sm-blue a:active, .sm-blue a:focus, .sm-blue a:hover {
		background-color: #0381e5;
		color: #fff;
	}

	.has-submenu {
		font-size: 16px;
	}

	.sm-blue a.current {
		background: #2f2e47;
		background-image: linear-gradient(to bottom, #2d2c44, #31304b);
		color: #fff;
	}

	.sm-blue a.highlighted .sub-arrow::before {
		display: none;
	}

	.sm-blue a .sub-arrow {
		top: 50%;
		margin-top: 0;
		left: auto;
		right: 8px;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #393939 transparent transparent transparent;
		background: 0 0;
		border-radius: 0;
	}

	.sm-blue a .sub-arrow::before {
		display: none;
	}

	.sm-blue>li:first-child>:not(ul) a, .sm-blue>li:first-child>a {
		border-radius: 0;
	}

	.sm-blue>li:last-child>:not(ul) a, .sm-blue>li:last-child>a {
		border-radius: 0!important;
	}

	.sm-blue>li {
		border-left: 0 solid #434266;
	}

	.sm-blue>li:first-child {
		border-left: 0;
	}

	.sm-blue ul {
		border-top: 4px solid #0381e5;
		padding: 20px;
		background: #fafafa;
		border-radius: 0!important;
		box-shadow: 0 23px 27px 0 rgba(0, 0, 0, .18);
/*box-shadow:0 52px 60px 0 rgba(0, 0, 0, .1)*/;
	}

	.sm-blue ul ul {
		border-radius: 0!important;
		background: #fff;
	}

	.sm-blue ul a, .sm-blue ul a.highlighted, .sm-blue ul a:active, .sm-blue ul a:focus, .sm-blue ul a:hover {
		padding: 10px 23px;
		background: 0 0;
		color: #353451;
	}

	.sm-blue ul a.current {
		background: #2f2e47;
		color: #fff;
	}

	.sm-blue ul a.disabled {
		background: #fff;
		color: #b3b3b3;
	}

	.sm-blue ul a .sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #dadae7;
	}

	.sm-blue ul li {
		border: 0;
	}

	.sm-blue .scroll-down, .sm-blue .scroll-up {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px;
	}

	.sm-blue .scroll-down-arrow, .sm-blue .scroll-up-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #353451 transparent;
	}

	.sm-blue .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #353451 transparent transparent transparent;
	}

	.sm-blue.sm-rtl.sm-vertical a .sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #dadae7 transparent transparent;
	}

	.sm-blue.sm-rtl>li:first-child>:not(ul) a, .sm-blue.sm-rtl>li:first-child>a {
		border-radius: 0;
	}

	.sm-blue.sm-rtl>li:last-child>:not(ul) a, .sm-blue.sm-rtl>li:last-child>a {
		border-radius: 0!important;
	}

	.sm-blue.sm-rtl>li:first-child {
		border-left: 0 solid #434266;
	}

	.sm-blue.sm-rtl>li:last-child {
		border-left: 0;
	}

	.sm-blue.sm-rtl ul a .sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #dadae7 transparent transparent;
	}

	.sm-blue.sm-vertical {
		box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	}

	.sm-blue.sm-vertical a {
		padding: 9px 23px;
	}

	.sm-blue.sm-vertical a .sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #dadae7;
	}

	.sm-blue.sm-vertical>li:first-child>:not(ul) a, .sm-blue.sm-vertical>li:first-child>a {
		border-radius: 0;
	}

	.sm-blue.sm-vertical>li:last-child>:not(ul) a, .sm-blue.sm-vertical>li:last-child>a {
		border-radius: 0!important;
	}

	.sm-blue.sm-vertical>li {
		border-left: 0!important;
	}

	.sm-blue.sm-vertical ul {
		border-radius: 0!important;
	}

	.sm-blue.sm-vertical ul a {
		padding: 10px 23px;
	}

	#main-menu {
		float: right;
		clear: none;
	}

	#main-menu .mega-menu .column-1-3 {
		float: left;
		width: 33.33%;
	}

	#main-menu:before {
		display: none;
	}

	#main-menu .mega-menu .column-1-5 {
		float: left;
		width: 20%;
	}

	.home_Page_menu_h span {
		border-bottom: solid 1px #0381e5;
		display: inline-block;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: 500;
		color: #0381e5!important;
		display: block;
		padding-bottom: 10px;
		margin-right: 10px;
	}

	.language-menu {
		padding: 0!important;
	}

	.main-menu-btn {
		position: absolute;
		top: -99999px;
	}

	#main-menu-state:not(:checked)~#main-menu {
		display: block;
	}

	ul#main-menu li {
		border: none;
	}

	.navbar-brand img {
		width: 120px;
	}
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

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

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

.row:after, .row:before {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;

	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.tabs-width {
	width: auto;
	margin: 0 auto;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
	content: "";
	display: table;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	zoom: 1;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-state-disabled {
	cursor: default!important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-widget-content {
	border: 10px solid #ddd;
	background: #fff;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 0 solid #ddd;
	background: #ddd;
	color: #222;
	font-weight: 700;
}

.ui-widget-header a {
	color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0 solid #d3d3d3;
	border-left: 1px solid #ddd;
	background: #859099;
	font-weight: 400;
	color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
	border: 0 solid #b9c1c8;
	border-left: 1px solid #ddd;
	background: #b9c1c8;
	font-weight: 400;
	color: #fff;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #000!important;
	text-decoration: none;
	text-decoration: none!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-left: 1px solid #fff;
	border-right: 0 solid #ddd;
	background: #fff;
	font-weight: 400;
	color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #000;
	text-decoration: none;
}

.ui-widget:active {
	outline: 0;
}

.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0;
	border-bottom: 0!important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .8em 1.5em;
	text-decoration: none;
	font-weight: 700!important;
	outline: 0!important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0;
}

.ui-tabs .ui-tabs-hide {
	display: none!important;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7 {
	padding: 20px;
}

.line-height {
	line-height: 20px;
}

#tabs-1 ul li {
	background: url(../images/all-arrows.png) no-repeat;
	background-position: 0 -49px;
	list-style-image: none;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 20px;
}

#tabs-2 ul li {
	background: url(../images/all-arrows.png) no-repeat;
	background-position: 0 -49px;
	list-style-image: none;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 20px;
}

#tabs-3 ul li {
	background: url(../images/all-arrows.png) no-repeat;
	background-position: 0 -49px;
	list-style-image: none;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 20px;
}

#tabs-4 ul li {
	background: url(../images/all-arrows.png) no-repeat;
	background-position: 0 -49px;
	list-style-image: none;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 20px;
}

#tabs-5 ul li {
	background: url(../images/all-arrows.png) no-repeat;
	background-position: 0 -49px;
	list-style-image: none;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 20px;
}











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

.category-tab .nav-tabs li {
	padding: 0px !important;
	margin-left: 0;
}

.category-tab {
	overflow: hidden;
	border: solid 10px #dddddd;
}

.category-tab ul {
	background: #859099;
	border-bottom: 1px solid #fff;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.category-tab ul li a {
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: block;
	font-family: "Segoe UI", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.category-tab ul li a:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}


/*********Buy Pages*****************/


#Buypagestyle .category-tab .nav-tabs li {
	padding: 0px !important;
	margin-left: 0;
	background: #9dcc28;
}

#Buypagestyle .category-tab {
	overflow: hidden;
	border: solid 10px #0089d1;
}

#Buypagestyle .category-tab ul {
	background: #0089d1;
	border-bottom: 1px solid #fff;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#Buypagestyle .category-tab ul li a {
	border: 0 none;
	border-radius: 0;
	display: block;
	font-family: "Segoe UI", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#Buypagestyle .category-tab ul li a:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}

#Buypagestyle h3 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 16px;
}

#Buypagestyle h3 a {
	color: #000 !important;
}

.Boxcolor {
	background: #f5f5f5;
}

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


#downloadpagestyle .category-tab .nav-tabs li {
	padding: 0px !important;
	margin-left: 0;
	background: #0089d1;
}

#downloadpagestyle .category-tab {
	overflow: hidden;
	border: solid 10px #9dcc28;
	margin-bottom: 20px;
}

#downloadpagestyle .category-tab ul {
	background: #9dcc28;
	border-bottom: 1px solid #fff;
	list-style: none outside none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#downloadpagestyle .category-tab ul li a {
	border: 0 none;
	border-radius: 0;
	display: block;
	font-family: "Segoe UI", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#downloadpagestyle .category-tab ul li a:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}

.buynow-center-gray {
	background: #f5f5f5;
	vertical-align: baseline;
	text-align: center;
	font-size: 11px;
	padding: 30px 20px 10px 20px;
	border: solid 2px #f5f5f5;
	line-height: 1.428571429;
}

.buynow-center-white {
	background: #fff;
	vertical-align: baseline;
	text-align: center;
	font-size: 11px;
	padding: 30px 20px 10px 20px;
	border: solid 2px #f5f5f5;
	line-height: 1.428571429;
}

#downloadpagestyle h3 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 16px;
}

#downloadpagestyle h3 a {
	color: #000 !important;
}

.Boxcolor {
	background: #f5f5f5;
}



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

.tab-content ul {
	background: none  !important;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border: 0px;
	color: #000;
	cursor: default;
	margin-right: 0;
	margin-left: 0;
}

.nav-tabs  li  a {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 0;
}

.productinfo img {
 /* width: 100%;*/;
}

.productinfo {
	position: relative;
}

.productinfo h3 {
	font-size: 16px;
}

.product-image-wrapper {
	border: 1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
}

.product-image-wrapper-new {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	min-height: 220px;
}

.row:after, .row:before {
	display: table;
	content: " ";
}

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

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, td, th {
	text-align: left;
	font-weight: 400;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	margin: 0;
	font-family: "Segoe UI", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6em;
	color: #4f4f4f;
	padding: 0;
	background: #f7f7f7;
	-webkit-text-size-adjust: auto;
}

#bad-request {
	padding: 4px 10px;
	margin: 0 auto;
	height: 250px;
}

#bad-request h1 {
	font-size: 40px;
}

img, span {
	vertical-align: middle;
}

table {
	line-height: 19px;
}

.down-buy-align table {
	line-height: normal;
}

strong {
	font-weight: 700;
	color: #000;
}

p {
	margin: 0 0 20px 0;
}

img {
	border: none;
	display: inline;
	vertical-align: middle;
	outline: 0;
}

img.scale {
	max-width: 100%;
	height: auto;
}

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

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

.clear {
	clear: both;
}

img {
	border: none;
}
/*.right {
	margin:0;
	padding:0;
	text-align:right!important
}
.left {
	margin:0;
	padding:0;
	text-align:left!important
} */
.center {
	text-align: center!important;
}

.iconleft {
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}

.iconright {
	float: right;
	padding: 0;
	margin: 0;
}

.title {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 600;
	color: #000;
}

.UsefulLinks {
	padding: 30px 25px;
	margin: 0;
	background: #333;
}

.price-box-button {
	background: url(../images/add-cart-button.png) center top no-repeat;
	height: 63px;
	border: none;
	outline: 0;
	width: 200px;
	cursor: pointer;
	margin: 10px 0;
}

.price-box-button-new {
	display: block;
	background: url(../images/add-cart-button.png) center top no-repeat;
	height: 63px;
	border: none;
	outline: 0;
	width: 200px;
	cursor: pointer;
	margin: 10px auto;
}

.Category_Box {
	min-height: 215px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	background: #ececec;
	line-height: 1.375;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	border-radius: 4px;
}

.Category_Box .box-inner-p {
	padding: 23px 30px 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 127px;
	border-radius: 0 0 4px 4px;
}

.Category_Box img {
	max-width: 100%;
	border-radius: 4px 4px 0 0;
}

.Category_Box .entry-title {
	font-size: 17px;
}

.Category_Box {
	transition: .4s;
}

.Category_Box:hover {
	transform: scale(1.05, 1.05);
	box-shadow: 1px 1px #0381e5, -1px -1px #0381e5, 1px -1px #0087ff, -1px 1px #0381e5;
}

.Category_Box:hover {
	box-shadow: 0 2px 8px rgba(3, 129, 229, .8);
	border: solid 1px #0381e5;
}

.Category_Box .box-inner-p p {
	display: block;
	margin: 10px 0;
	line-height: 18px;
	padding-top: 0!important;
}

#main {
	padding:5px 10px;
	margin: 0 auto;
	background: #fff;
	overflow: visible;
	border: solid 1px #e0e0e0;
	position: relative;
}

.main1 {
	clear: both;
}

.main1 ul li {
	padding: 2px 15px 5px 3px;
	list-style-image: url(../images/arrow.png);
	margin: 0;
	line-height: 18px;
	list-style-position: outside;
	margin-left: 18px;
}

.main {
	clear: both;
}

.main ul li {
	padding: 2px 15px 5px 3px;
	list-style-image: url(../images/arrow.png);
	margin: 0;
	list-style-position: outside;
	margin-left: 18px;
}

.inmain {
	padding: 5px 15px 5px 3px;
	list-style-type: disc!important;
	list-style-image: none!important;
	margin: 0;
	line-height: 18px;
	list-style-position: outside;
	margin-left: 0;
}

.top_header {
	clear: both;
	padding-top: 10px;
}

#top_header {
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

#top_header_left {
	float: left;
}

#top_header_right {
	float: right;

	width: 800px;
	padding-top: 10px;
}

#coll_android {
	border: solid 8px #a4ca39;
	background: url(../images/android_img.jpg) right top no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 8px 0;
	color: #2b4058;
	min-height: 100px;
}

#coll_android p {
	margin: 0;
	padding: 0 0 5px 0;
}

#coll_A {
	border: solid 8px #dfecf8;
	background: #f0f8ff url(../images/coll-a-bg.jpg) center top repeat-x;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 8px 0;
	color: #2b4058;
}

#coll_A p {
	margin: 0;
	padding: 0 0 5px 0;
}

#coll_A ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#coll_A ul li {
	margin: 0!important;
	line-height: 18px!important;
	list-style-position: outside!important;
	margin-left: 50px!important;
	color: #2b4058!important;
	list-style: disc!important;
	list-style-image: none!important;
}

#coll_A h1 {
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #2b4058!important;
	padding-bottom: 1px!important;
	margin-top: -4px;
}

.span_left {
	float: left;
	width: 230px;
	background: url(../images/all_top_link_icon.png) no-repeat;
	background-position: 0 20px;
	height: 85px;
}

.span_right {
	float: right;
	width: 170px;
	margin-left: 5px;
	background: url(../images/all_top_link_icon.png) no-repeat;
	background-position: -245px -121px;
	height: 80px;
}

.span_center1 {
	float: left;
	width: 225px;
	margin-left: 15px;
	background: url(../images/all_top_link_icon.png) no-repeat;
	background-position: -245px 20px;
	height: 80px;
}

.span_center2 {
	float: left;
	width: 240px;
	margin-left: 15px;
	background: url(../images/all_top_link_icon.png) no-repeat;
	background-position: 0 -121px;
	height: 80px;
}

.content-sub {
	padding: 0 15px;
}

.content {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
}

.contentContainer {
	overflow: hidden;
}

.content img.l {
	left: 0;
	top: 0;
	padding: 0;
	float: left;
}

.content img.r {
	right: 0;
	top: 0;
	padding: 0;
	float: right;
}

.content .l {
	float: left;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 7px 0;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.content .r {
	float: right;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 7px 5px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.content h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 17px;
}

.content h2 a {
	color: #0381e5;
	text-decoration: none;
}

.content h2 span {
	font-size: 16px;
}

.content p {
	margin-bottom: 1em;
}

.content .w450_a {
	float: left;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 0;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 135px;
	background: url(../images/all_pro_icon.png) no-repeat;
	background-position: 25px 24px;
}

.content .w450_b {
	float: right;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 5px;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 135px;
	background: url(../images/all_pro_icon.png) no-repeat;
	background-position: -460px 24px;
}

.content .w450_c {
	float: left;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 0;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 150px;
	background: url(../images/all_pro_icon.png) no-repeat;
	background-position: 25px -175px;
}

.content .w450_d {
	float: right;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 5px;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 150px;
	background: url(../images/all_pro_icon.png) no-repeat;
	background-position: -460px -175px;
}

.content .w450_e {
	float: left;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 0;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 150px;
	background: url(../images/yaviepair-icon.png) no-repeat;
	background-position: 25px 25px;
}

.content .w450_f {
	float: right;
	padding: 15px;
	line-height: 19px;
	margin: 0 0 8px 5px;
	border: solid 8px #f7f7f7;
	width: 430px;
	height: 150px;
	background: url(../images/ypsdepair-icon.png) top left no-repeat;
	background-position: 25px 25px;
}

.content .w450_a h2 {
	margin: 10px 0 0 126px;
}

.content .w450_b h2 {
	margin: 10px 0 0 126px;
}

.content .w450_c h2 {
	margin: 10px 0 0 126px;
}

.content .w450_d h2 {
	margin: 10px 0 0 126px;
}

.content .w450_e h2 {
	margin: 10px 0 0 126px;
}

.content .w450_f h2 {
	margin: 10px 0 0 126px;
}

.content .w450_a p {
	margin-left: 126px;
}

.content .w450_b p {
	margin-left: 126px;
}

.content .w450_c p {
	margin-left: 126px;
}

.content .w450_d p {
	margin-left: 126px;
}

.content .w450_e p {
	margin-left: 126px;
}

.content .w450_f p {
	margin-left: 126px;
}

#top_banner_sub {
	padding: 15px 15px 0 15px;
	width: auto;
}

#title-bg h1 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 2px 0!important;
	color: #4b9600;
}

#title-bg {
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}

.line-bottom {
	border-bottom: solid 1px #e1e1e1;
	padding-top: 5px;
}

#poste_box {
	padding: 4px;
	display: inline-block;
}

#poste_box .imgs {
	width: 60px;
	float: left;
}

#poste_box .text {
	float: left;
	margin: 10px 0 0 15px;
}

.arrow-right {
	background: url(../images/arrow_next.png) no-repeat right bottom;
	padding: 0 15px 0 0;
	margin-right: 3px;
}
/*.left {
	float:left
}
.right {
	float:right
}*/
.top_banner_content {
	padding: 15px 0 0 0;
}

.rightdiv {
	float: right;
}

.leftdiv {
	float: left;
	width: 580px;
}

.leftdiv ul li {
	padding: 2px 0 5px 25px!important;
	margin: 0!important;
	background: url(../images/check.png) no-repeat!important;
	background-position: left 9px!important;
	list-style-position: outside;
	list-style-image: none;
}

.leftdiv ul {
	margin-top: 15px;
	margin-left: 0px;
}

#top_banner a {
	color: #000;
	font-weight: 700!important;
}

#top_banner a:hover {
	color: #1277b5!important;
	text-decoration: none!important;
}

#top_banner {
	background: #fff;
	padding: 5px 0 0 0;
}

#slidedeck_frame {
	width: 950px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

#slidedeck_frame dl {
	width: 950px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.slidedeck dt {
	cursor: pointer;
	height: 25px;
	line-height: 28px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	list-style: none!important;
}

.slidedeck dd {
	width: auto;
	height: 250px;
	padding: 10px 15px;
	border-right: 1px solid #fff;
	background: #91cbf4 url(../images/banner-img1.jpg) bottom repeat-x;
	margin: 0 auto;
}

.slidedeck dt.slide_1_bg {
	background: #91cbf4;
	border-bottom: solid 1px #76bbeb;
}

.slidedeck dd.slide_1_bg_color {
	background: #91cbf4 url(../images/banner-img1.jpg) bottom repeat-x;
}

.slidedeck dt.slide_2_bg {
	background: #90b2f7;
	border-bottom: solid 1px #98b3ea;
}

.slidedeck dd.slide_2_bg_color {
	background: #90b2f7 url(../images/banner-img2.jpg) bottom repeat-x;
}

.slidedeck dt.slide_3_bg {
	background: #cff2cf;
	border-bottom: solid 1px #b3e5b3;
}

.slidedeck dd.slide_3_bg_color {
	background: #cff2cf url(../images/banner-img3.jpg) bottom repeat-x;
}

.slidedeck dt.slide_4_bg {
	background: #b5f2f2;
	border-bottom: solid 1px #9ee9e9;
}

.slidedeck dd.slide_4_bg_color {
	background: #b5f2f2 url(../images/banner-img4.jpg) bottom repeat-x;
}

.slidedeck dt.slide_5_bg {
	background: #f9e1ac;
	border-bottom: solid 1px #e1cd73;
}

.slidedeck dd.slide_5_bg_color {
	background: #f9e1ac url(../images/banner-img5.jpg) bottom repeat-x;
}

.slidedeck dt:hover {
	color: #fff;
	background: #000;
}

.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
}

.slidedeck dt .index {
	font-size: 24px;
	font-weight: 400;
}

.slidedeck dt:hover .index {
	color: #fff;
}

.slidedeck dt.active .index {
	color: #fff;
}

.slidedeck .activeCorner {
	margin-left: -2px;
	width: 12px;
	height: 25px;
}

.slidedeck ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

.slidedeck ul li {
	font-size: 14px!important;
	font-weight: 500;
	font-size-adjust: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	padding: 2px 20px 0 30px!important;
	margin-left: 0;
	list-style-image: none;
	line-height: 18px;
	background: url(../images/arrow-check.png) 0 0 no-repeat!important;
}

.slidedeck li {
	margin: 0;
	padding: 0 0 5px 0;
}

.slidedeck .first {
	padding-left: 0;
	border: 0;
}

.slidedeck li a {
	color: #fff;
}

.slidedeck h2 {
	font-size: 28px!important;
	color: #000;
	font-weight: 700;
}

#footer_main {
	padding: 20px 0;
}

.sub_footer_bg {
	text-align: center;
	line-height: 1.66667;
	letter-spacing: normal;
	color: #b0b0b0;
	padding: 10px 0px;
	border-top: 1px solid #424242;
	margin-top: 20px;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}

.footer-right a {
	color: #b0b0b0;
	margin-left: 20px;
}

.footer-right a:hover {
	color: #fff!important;
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: normal;
	text-indent: inherit;
}

#footer a {
	color: #666;
	text-decoration: none;
	font-weight: 400;
	border: none;
	margin: 0;
	padding: 0;
}

#footer a:hover {
	text-decoration: underline;
	border: none;
	margin: 0;
	padding: 0;
	color: #1277b5!important;
}

#footer img {
	border: none;
	margin: 0;
	padding: 0;
}

#footer-left {
	float: left;
	margin: 0;
	padding: 0;
}

#footer-right {
	float: right;
	margin: 0;
	padding: 0;
}

#footer-right a {
	margin: 0 10px;
	color: #b0b0b0;
}

table.table {
	border-width: 1px;
	border-color: #999;
	border-collapse: collapse;
	margin: 0 auto;
}

table.table th {
	background-color: #fef7db;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #eae9e9;
}

table.table tr {
	background-color: #fff;
}

table.table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #eae9e9;
}

.background {
	background-color: #f3f9d8!important;
}

table.table ul {
	margin-bottom: 0;
}

.div-button2 {
	width: 50%;
	float: left;
}

.div-button1 {
	width: 50%;
	float: right;
}

.download-button {
	width: 215px;
	height: 53px;
	margin: 0 auto;
}

.buy-button {
	width: 215px;
	height: 53px;
	margin: 0 auto;
}

.align {
	margin: 0 auto;
	width: 90%;
	background: #fff;
	padding: 5px 5px 2px 5px;
	overflow: hidden;
	border: solid 0 #ddd;
}

.Layout_icon_left {
	color: #5d8700;
	float: left;
	width: 100%;
	padding: 5px;
	margin: 5px 0;
	vertical-align: middle!important;
}

.Layout_icon_img {
	float: left;
	margin-right: 10px;
}

ul#main-nav {
	float: right;
}

ul#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#main-nav li a {
	padding: 0;
	margin-left: 5px;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: 700;
}

#top_links {
	padding: 0 0 10px 0;
}

#top_links_left {
	float: left;
}

#top_links_left a {
	color: #a1a1a1;
}

#top_links_right {
	float: right;
}

#social_link {
	margin: 0 auto;
	padding: 0;
	float: right;
	padding-bottom: 0;
	width: 330px!important;
	color: red!important;
}

#Facebook {
	float: right;
	width: 100px!important;
}

#Twitter {
	float: right;
	width: 100px!important;
}

#googleplus {
	float: right;
	width: 80px!important;
}

.Socialwidth {
	width: 600px;
	margin: 0 auto;
}

.follow-us {
	float: left;
}

#share-this {
	float: right;
	margin-left: 50px;
}

#Social-left {
	float: right;
}

.Social-left {
	float: left;
	font-size: 14px;
}

.Social-left p {
	margin: 8px auto;
	margin-right: 10px;
}

#Social-right {
	float: right;
}

.Social-right {
	float: left;
	font-size: 14px;
}

.Social-right p {
	margin: 8px auto;
	margin-right: 15px;
}

#Social {
	height: 73px;
	border: solid 1px #a8d8fa;
	background: #d1ecff;
	padding: 19px 10px 0 10px;
	margin: 10px 0 10px 0;
}

ul#Social-nav {
	margin: 0;
	padding: 0;
	list-style: none!important;
	background: 0 0!important;
}

ul#Social-nav li {
	float: left;
	list-style: none!important;
	background: 0 0!important;
}

ul#Social-nav li a {
	padding: 0;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: 700;
	list-style: none!important;
}

.facebook {
	background: url(../images/social-icon.png);
	background-position: -38px 0;
	width: 32px;
	height: 32px;
	border: none;
	margin-right: 5px;
}

.facebook:hover {
	background: url(../images/social-icon.png) no-repeat;
	background-position: -38px -32px;
	width: 32px;
	height: 32px;
	outline: 0;
}

.twitter {
	background: url(../images/social-icon.png);
	background-position: 0 0;
	width: 32px;
	height: 32px;
	border: none;
	margin-right: 5px;
}

.twitter:hover {
	background: url(../images/social-icon.png) no-repeat;
	background-position: 0 -32px;
	width: 32px;
	height: 32px;
	outline: 0;
}

.googleplus {
	background: url(../images/social-icon.png);
	background-position: -76px 0;
	width: 32px;
	height: 32px;
	border: none;
	margin-right: 5px;
}

.googleplus:hover {
	background: url(../images/social-icon.png) no-repeat;
	background-position: -76px -32px;
	width: 32px;
	height: 32px;
	outline: 0;
}

#faqbox .boxpadding {
	padding-left: 130px;
	margin-top: 5px;
	min-height: 120px!important;
}

#faqbox .boxpadding p {
	text-align: left!important;
}

.support-box1 {
	margin: 8px;
	padding: 10px;
	background: #d8d9db;
}

#faqbox {
	border: 0 solid #e4e5e5;
}

#faqbox table {
	font-size: 12px;
	width: auto;
	color: #717171;
	font-size: 12px;
}

#faqbox th {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	color: #39454b;
}

#faqbox th {
	padding: 5px 10px 0 10px;
	vertical-align: baseline;
}

#faqbox td {
	padding: 15px 15px 20px 15px;
	vertical-align: middle;
}

#faqbox td h3 {
	font-size: 18px;
}

#faqbox td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: center;
}

#faqbox .text_align {
	text-align: left;
	vertical-align: top;
}

#faqbox table strong {
	color: #66a303;
}

#faqbox .border-lr {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#faqbox .border-l {
	border-left: 1px solid #d9d9d9;
}

#faqbox a {
	color: #1277b5;
}

#faqbox a:hover {
	color: #6fa200;
}

.support-box2 {
	margin: 8px;
	padding: 10px;
	background: #f5f5f5;
	border: solid 4px #d8d9db;
}

#support .boxpadding2 {
	margin-top: 5px;
	min-height: 30px!important;
	text-align: left;
}

.boxNew {
	background: #fff;
	border: solid 10px #ccc;
	margin-bottom: 20px;
}

.boxpaddingNew {
	padding-left: 130px;
	margin-top: 5px;
	height: 150px!important;
}

.boxNew h3 {
	font-size: 18px;
	margin: 15px 0 10px 0;
}

#support .boxpadding {
	padding-left: 130px;
	margin-top: 5px;
	min-height: 120px!important;
}

#support .boxpadding p {
	text-align: left!important;
}

.support-box1 {
	margin: 8px;
	padding: 10px;
	background: #d8d9db;
}

#support {
	border: 0 solid #e4e5e5;
}

#support table {
	font-size: 12px;
	width: auto;
	color: #717171;
	font-size: 12px;
}

#support th {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	color: #39454b;
}

#support th {
	padding: 5px 10px 0 10px;
	vertical-align: baseline;
}

#support td {
	padding: 15px 15px 20px 15px;
	vertical-align: middle;
}

#support td h3 {
	font-size: 18px;
}

#support td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: center;
}

#support .text_align {
	text-align: left;
	vertical-align: top;
}

#support table strong {
	color: #66a303;
}

#support .border-lr {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#support .border-l {
	border-left: 1px solid #d9d9d9;
}

.livechat {
	background: url(../images/livechat.png) 20px center no-repeat;
	padding-left: 150px;
}

.supportticket {
	background: url(../images/supportticket.png) 20px center no-repeat;
	padding-left: 150px;
}

.faqicon {
	background: url(../images/faqicon.png) 20px 15px no-repeat;
	padding-left: 150px;
}

.ticket {
	background: url(../images/ticket.png) 20px 15px no-repeat;
	padding-left: 150px;
}

.testimonialsicon {
	background: url(../images/testimonialsicon.png) 20px 15px no-repeat;
	padding-left: 150px;
}

#support a {
	color: #1277b5;
	font-size: 18px;
}

#support a:hover {
	color: #6fa200;
	font-size: 18px;
}

.product-box1 {
	margin-bottom: 25px;
	padding: 10px;
	background: #f5f5f5;
}

.product-box1 h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #000;
	margin: 0;
}

.product-box2 {
	margin-bottom: 25px;
	padding: 10px;
	background: #f5f5f5;
}

.product-box2 h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #000;
}

.product-box3 {
	margin-bottom: 25px;
	padding: 10px;
	background: #d8d9db;
}

.product-box3 h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #000;
}

#product-store {
	border: 0 solid #e4e5e5;
	width: 930px;
}

#product-store table {
	font-size: 12px;
	width: auto;
	color: #717171;
	font-size: 12px;
}

#product-store th {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	color: #39454b;
}

#product-store th {
	padding: 5px 10px 0 10px;
	vertical-align: baseline;
}

#product-store td {
	padding: 15px 15px 20px 15px;
	vertical-align: middle;
}

#product-store td h3 {
	font-size: 12px;
	font-weight: 700;
}

#product-store td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: center;
}

#product-store .text_align {
	text-align: left;
	vertical-align: top;
}

#product-store table strong {
	color: #66a303;
}

#product-store .border-lr {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#product-store .border-l {
	border-left: 1px solid #d9d9d9;
}

#product-store td h3 a {
	color: #000;
}

.product-buynow {
	float: left;
	width: 150px;
	margin-top: 10px;
}

.product-download {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 20px;
}

.boxpadding {
	padding-left: 130px;
	margin-top: 10px;
	min-height: 120px!important;
}

.boxpadding p {
	text-align: left!important;
}

.boxmac {
	background: url(../images/mac-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxwin {
	background: url(../images/win-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxpst {
	background: url(../images/pst-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxmov {
	background: url(../images/mov-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxpsdwin {
	background: url(../images/psd-win-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxost-to-pst {
	background: url(../images/ost-to-pst-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxpsdmac {
	background: url(../images/psd-mac-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxmovwin {
	background: url(../images/mov-win-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxaviwin {
	background: url(../images/avi-win-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxavimac {
	background: url(../images/avi-mac-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxdoc {
	background: url(../images/doc-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxppt {
	background: url(../images/ppt-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxrar {
	background: url(../images/rar-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxzip {
	background: url(../images/zip-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.boxandroid {
	background: url(../images/android-boxleft.png) left top no-repeat;
	padding-left: 150px;
}

.system-requirement {
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.system-requirement a {
	color: #0381e5!important;
}

.system-requirement a:hover {
	color: #97c524!important;
}

.system-requirement-box {
	position: absolute;
	visibility: hidden;
	border: 9px solid #000;
	background-color: #ffffe0;
	width: 300px;
	height: 120px;
	padding: 4px;
	clip: rect(auto,200px,auto,auto);
}

.wrapper-download-page {
	width: 100%;
	position: relative;
}

.Layout-download1 {
	float: left;
	width: 442px;
	padding: 5px;
	margin: 20px 0;
	background: #f8f8fa;
	border: solid 1px #ececee;
}

.Layout-download2 {
	float: right;
	width: 442px;
	padding: 5px;
	margin: 20px 0;
	background: #f8f8fa;
	border: solid 1px #ececee;
}

.img-left {
	float: left;
	padding: 0;
	margin: 0 12px 0 0;
}

.img-right {
	float: right;
	paddin: 0;
	margin: 0 12px 0 0;
}

.whatnext-main {
	box-shadow: 0 2px 2px #e0e0e0;
	margin: 15px auto;
	width: auto;
	border: solid 1px #e0e0e0;
	background: #f5f5f5;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

.whatnext-main h2 {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 5px;
	font-size: 15px;
}

.whatnext {
	box-shadow: 0 2px 2px #e0e0e0;
	margin: 15px auto;
	width: auto;
	border: solid 1px #e0e0e0;
	background: #f5f5f5;
	overflow: hidden;
}

.whatnext-new {
	box-shadow: 0 2px 2px #e3e9f9;
	margin: 15px auto;
	width: auto;
	border: solid 1px #e3e9f9;
	background: #f1f4fb;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

.whatnext-new h2 {
	border-bottom: solid 1px #e3e9f9;
	padding-bottom: 5px;
	font-size: 15px;
}

ul.bulletnone li {
    padding: 0;
    list-style-image: none;
    margin: 0;
    list-style-position: outside;
    margin-left: 0;
}

ul.bulletnone li p{ margin:0;}

.column-width {
    width:50%;
}
.box-New {
    border: solid 10px #ccc;
    margin:10px;
	padding-top:3%;
	padding-right:20px;
	padding-bottom:3%;
	background-color: #ffffff;
}

.livechat h3{ font-size:20px;}

.supportticket h3{ font-size:20px;}



#slider li, #slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.whatnextlayout_1 {
	float: left;
	width: 250px;
	margin: 10px 0;
	padding: 0 30px 0 0;
}

.whatnextlayout_2 {
	float: left;
	width: 250px;
	margin: 10px 0 10px 5px;
	padding: 0 30px 0 0;
}

.whatnextlayout_3 {
	float: left;
	width: 250px;
	margin: 10px 0 10px 5px;
	padding: 0 30px 0 0;
}

.whatnext h2 {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 5px;
	font-size: 15px;
}

#content table {
	font-size: 12px;
	width: auto;
	color: #717171;
	font-size: 11px;
}

#content td {
	padding: 10px;
	vertical-align: top;
}

#content td h3 {
	font-size: 14px;
	webkit-text-size-adjust: none;
	font-weight: 700;
}

#content td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: left;
	margin: 5px 0;
}

#content .text_align {
	text-align: left;
}

#content table strong {
	color: #66a303;
}

#content {
	position: relative;
	padding: 0 20px 0 20px;
}

.about {
	margin: 15px auto;
	width: auto;
	border: solid 1px #efefef;
	background: #2d393b;
	padding: 15px;
	color: #fff;
}

.about ul li {
	padding: 2px 15px 5px 3px!important;
	list-style: disc!important;
	margin: 0!important;
	line-height: 18px!important;
	list-style-position: outside!important;
	margin-left: 18px!important;
	color: #fff;
	list-style-image: none;
}

#download-center {
	border: 1px solid #d9d9d9;
	width: 870px;
}

#download-center table {
	font-size: 12px;
	width: auto;
	color: #717171;
	font-size: 11px;
}

#download-center th {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	color: #39454b;
}

#download-center th {
	padding: 5px 10px 0 10px;
	vertical-align: baseline;
}

#download-center td {
	padding: 15px 15px 20px 15px;
	vertical-align: baseline;
}

#download-center td h3 {
	font-size: 14px;
	webkit-text-size-adjust: none;
	font-weight: 700;
}

#download-center td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: center;
}

#download-center .text_align {
	text-align: left;
}

#download-center table strong {
	color: #66a303;
}

#download-center .border-lr {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#download-center .border-l {
	border-left: 1px solid #d9d9d9;
}

.col-7 {
	float: left;
	width: 200px;
	margin-top: 16px;
	margin-right: 20px;
	text-align: right;
}

.toggle-view {
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 300px;
}

.toggle-view li {
	margin: 10px;
	position: relative;
	cursor: pointer;
	list-style: none!important;
}

.toggle-view h3 {
	margin: 0;
	font-size: 14px;
}

.toggle-view span {
	position: absolute;
	right: 5px;
	top: 0;
	color: #ccc;
	font-size: 13px;
}

.toggle-view p {
	margin: 5px 0;
	display: none;
}

.buy-page-systemreq td {
	padding: 1px!important;
	vertical-align: top;
	font-size: 11px;
}

.buy-page-systemreq td h2 {
	font-size: 14px;
	webkit-text-size-adjust: none;
	font-weight: 700;
	color: #0381e5;
	border-bottom: solid 1px #e0e0e0;
}

#buy-page-div {
	padding: 10px 0 0 0;
}

#buy-page {
	border: 10px solid #d9d9d9;
}

#buy-page table {
	font-size: 12px;
	color: #717171;
	margin-bottom: 20px;
}

#buy-page th {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 700;
	color: #39454b;
}

#buy-page th {
	padding: 10px;
	vertical-align: top;
}

#buy-page td {
	padding: 15px 15px 20px 15px;
	vertical-align: top;
}

#buy-page td h3 {
	font-size: 14px;
	webkit-text-size-adjust: none;
	font-weight: 700;
}

#buy-page td p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: center;
}

#buy-page .text_align {
	text-align: left;
}

#buy-page table strong {
	color: #000;
}

#buy-page h1 {
	font-size: 22px;
	webkit-text-size-adjust: none;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 0;
}

#buy-page .border-lr {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#buy-page .border-l {
	border-left: 1px solid #d9d9d9;
}

.small {
	font-size: 11px!important;
	color: #666;
	line-height: normal;
}

.price-box {
	margin: 0;
	text-align: center;
	vertical-align: bottom!important;
}

.price1 {
	font-size: 20px;
	color: #ce0018;
	font-weight: 700;
	line-height: 0;
}

.price2 {
	font-size: 32px;
	color: #4b9600;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

.price3 {
	font-size: 20px;
	color: #4b9600;
	font-weight: 700;
}

.Secure-Information-Main {
	margin: 15px auto;
	width: auto;
	overflow: hidden;
	color: #717171!important;
	font-size: 12px;
	border: 10px solid #d9d9d9;
	background: #fff;
}

.items5 {
	width: 25%;
}

.Secure-Information {
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	margin: 15px;
	line-height: 20px;
}

.Secure-Information p:first-child {
	font-size: 18px;
	color: #717171;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e0e0e0;
}

.information {
	margin: 5px auto;
	width: auto;
	overflow: hidden;
	color: #717171!important;
	font-size: 12px;
	padding: 10px 5px;
	border: 10px solid #d9d9d9;
	background: #fff;
}

.Layout_1 {
	float: left;
	margin: 10px 0;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	height: 180px;
}

.Layout_2 {
	float: left;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	height: 160px;
}

.Layout_3 {
	float: left;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	height: 160px;
}

.Layout_4 {
	float: left;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	height: 160px;
}

.img-left-buy-page {
	float: left;
	padding: 0;
	margin: 0 5px 20px 0;
}

.title2 {
	font-size: 18px;
	color: #4b9600;
}

.title3 {
	font-size: 18px;
	color: #0381e5;
	margin-bottom: 10px;
}

.title3 a {
	font-weight: 400!important;
}

.title3 a:hover {
	text-decoration: underline!important;
}

.title5 {
	font-size: 18px;
	color: #717171;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e0e0e0;
}

.title7 {
	font-size: 16px;
	margin: 0;
	margin-bottom: -5px;
	margin-top: 5px;
	border-bottom: solid 1px #b3b3b3;
}

.disqus_div {
	padding: 0 20px 20px 20px;
}

.disqus_div ul li {
	list-style-image: none!important;
}

.disqus_div input, option, select {
	font-family: "Segoe UI", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 12px!important;
	margin: 0;
	color: #373737;
}

#bottom_social_link {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	padding-bottom: 0;
	width: auto!important;
	border-top: dashed 1px #e0e0e0;
	margin-top: 15px;
}

.aligntwo {
	margin: 0 auto;
	width: 65%;
	background: #fff;
	padding: 5px 5px 2px 5px;
	overflow: hidden;
	border: solid 0 #ddd;
	text-align: center;
}

a.button-download-small {
	display: inline-block;
	text-align: center;
	font-size: 13px!important;
	font-weight: 400!important;
	height: 37px;
	width: auto;
	margin: 0 10px;
	padding-right: 0;
	color: #000;
	text-decoration: none!important;
	text-shadow: 1px 1px 0 #f8f8f8;
	border: 1px solid #d3d3d3;
	background: #ededed;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#ededed));
	background: -webkit-linear-gradient(#f9f9f9, #ededed);
	background: -moz-linear-gradient(#f9f9f9, #ededed);
	background: -ms-linear-gradient(#f9f9f9, #ededed);
	background: -o-linear-gradient(#f9f9f9, #ededed);
	background: linear-gradient(#f9f9f9, #ededed);
	-pie-background: linear-gradient(#f9f9f9, #ededed);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button-download-small span {
	background: transparent url(../images/win-sm.png) no-repeat;
	background-position: 5px 50%;
	display: block;
	line-height: 24px;
	padding: 6px 10px 6px 50px;
}

a.button-download-smal:active {
	background-position: right top;
	outline: 0;
}

a.button-download-small:active span {
	background-position: left top;
	padding: 6px 10px 6px 50px;
	outline: 0;
}

.button-download-small span {
	margin: 0;
	padding: 0;
}

.button-download-small font {
	margin: 0;
	padding: 0;
	color: #0c2e62;
}

#buy-page-01 {
	border: 10px solid #d9d9d9;
}

a.button-download-mac-small {
	display: inline-block;
	text-align: center;
	font-size: 13px!important;
	font-weight: 400!important;
	height: 37px;
	width: auto;
	margin: 0 10px;
	padding-right: 0;
	color: #000;
	text-decoration: none!important;
	text-shadow: 1px 1px 0 #f8f8f8;
	border: 1px solid #d3d3d3;
	background: #ededed;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#ededed));
	background: -webkit-linear-gradient(#f9f9f9, #ededed);
	background: -moz-linear-gradient(#f9f9f9, #ededed);
	background: -ms-linear-gradient(#f9f9f9, #ededed);
	background: -o-linear-gradient(#f9f9f9, #ededed);
	background: linear-gradient(#f9f9f9, #ededed);
	-pie-background: linear-gradient(#f9f9f9, #ededed);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button-download-mac-small span {
	background: transparent url(../images/mac-sm.png) no-repeat;
	background-position: 5px 50%;
	display: block;
	line-height: 24px;
	padding: 6px 10px 6px 50px;
}

a.button-download-mac-smal:active {
	background-position: right top;
	outline: 0;
}

a.button-download-mac-small:active span {
	background-position: left top;
	padding: 6px 10px 6px 50px;
	outline: 0;
}

.button-download-mac-small span {
	margin: 0;
	padding: 0;
}

.button-download-mac-small font {
	margin: 0;
	padding: 0;
	color: #0c2e62;
}

a.button-download-big {
	background: transparent url(../images/button_right.png) no-repeat scroll right top;
	display: inline-block;
	text-align: center;
	font-size: 13px!important;
	font-weight: 400!important;
	height: 38px;
	min-width: 300px;
	margin-right: 0;

	padding-right: 15px;
	color: #000;
	text-decoration: none!important;
}

a.button-download-big span {
	background: transparent url(../images/button_left.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 6px 0 6px 35px;
}

a.button-download-big:active {
	background-position: right top;
	outline: 0;
}

a.button-download-big:active span {
	background-position: left top;
	padding: 6px 0 6px 40px;
	outline: 0;
}

.button-download-big span {
	margin: 0;
	padding: 0;
}

.button-download-big font {
	margin: 0;
	padding: 0;
	color: #0c2e62;
}

a.button-download-big1 {
	background: transparent url(../images/button_right.png) no-repeat scroll right top;
	display: block;
	text-align: center;
	font-size: 13px!important;
	font-weight: 400!important;
	height: 38px;
	width: 400px;
	margin-right: 0;
	padding-right: 15px;
	color: #000;
	text-decoration: none!important;
}

a.button-download-big1 span {
	background: transparent url(../images/button_left.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 6px 0 6px 40px;
}

a.button-download-big1:active {
	background-position: right top;
	outline: 0;
}

a.button-download-big1:active span {
	background-position: left top;
	padding: 6px 0 6px 40px;
	outline: 0;
}

.button-download-big1 span {
	margin: 0;
	padding: 0;
}

.button-download-big1 font {
	margin: 0;
	padding: 0;
	color: #0c2e62;
}

.img_left {
	margin: 0 50px 0 0;
	float: left;
}

.img_right {
	margin: 0 0 30px 40px;
	float: right;
}

.tips-div h2 {
	border-bottom: solid 1px #e7e765;
	padding-bottom: 5px;
	font-size: 15px;
}

.tips-div {
	margin: 15px auto;
	width: auto;
	border: solid 1px #e7e765;
	background: #fbfbc8;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

.download-stripe {
	position: absolute;
	top: 390px;
	right: 53px;
}

.download-stripe-1 {
	position: absolute;
	top: 390px;
	right: 53px;
}

#fixed-bar {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 40px;
	height: 45px;
	clear: both;
	margin: 0;
	margin-bottom: 30px;
	overflow: hidden;
	right: 10%;
	display: block;
}

#fixed-bar a {
	float: right;
	margin: 0;
	padding: 0;
}

#fixed-bar a.first {
	float: right;
	margin-top: -1px;
}

.bottom-wrapper {
	max-width: 98%;
	width: 1000px;
	margin: 0 auto;
}

#Multiple-column li, #Multiple-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Multiple-column ul {
	width: 920px;
	margin-bottom: 20px;
	overflow: hidden;
}

#Multiple-column li {
	line-height: 1.5em;
	float: left;
	padding: 10px;
	display: inline;
}

#Multiple-column #double li {
	width: 31%;
}

#Multiple-column #double li p {
	webkit-text-size-adjust: none;
	color: #717171;
	text-align: left;
	margin: 5px 0;
}

.information {
	margin: 5px auto;
	width: auto;
	overflow: hidden;
	color: #717171!important;
	font-size: 12px;
	line-height: 18px;
}

.Layout_1_de {
	float: left;
	width: 183px;
	margin: 10px 0;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	min-height: 200px;
}

.Layout_2_de {
	float: left;
	width: 183px;
	margin: 10px 15px;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	min-height: 200px;
}

.Layout_3_de {
	float: left;
	width: 183px;
	margin: 10px 15px 10px 0;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	min-height: 200px;
}

.Layout_4_de {
	float: left;
	width: 184px;
	margin: 10px 0;
	border: solid 1px #e0e0e0;
	background: #fafafa;
	padding: 15px;
	min-height: 200px;
}

ul#menu1 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/top_nav_bg_normal_hover.png) center top repeat-x;
	height: 40px;
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	width: 100%;
}

ul.potato-menu-group {
	z-index: 1000;
}

li.potato-menu-item a {
	display: block;
	padding: 0 25px;
	line-height: 40px;
	color: #000;
}

li.potato-menu-item a {
	display: block;
	padding: 0 25px;
	line-height: 40px;
	color: #000;
}

li.potato-menu-hover {
	background: url(../images/top_nav_bg_normal_hover.png) center bottom repeat-x;
	background-position: 0 -46px;
	color: #fff!important;
	text-decoration: none!important;
}

ul#menu1 li.active a {
	background: url(../images/top_nav_bg_normal_hover.png) center bottom repeat-x;
	background-position: 0 -46px;
	color: #fff!important;
	text-decoration: none!important;
}

ul#menu1 .potato-menu-hover a:hover {
	color: #fff!important;
	text-decoration: none!important;
}

li.potato-menu-has-vertical>a {
	background: transparent url(../images/darrow.png) 75px 8px no-repeat;
}

li.potato-menu-item ul {
	background: #dcdcdc;
	margin: 0!important;
	min-width: 161px;
	padding: 0;
}

li.potato-menu-item ul li {
	background: #dcdcdc;
	margin: 0!important;
	min-width: 161px;
	padding: 0;
	border-top: solid 1px #fff;
}

ul#menu1 li li a:hover {
	width: 160px;
	background: #90b106;
	margin: 0;
	padding: 0;
}

ul.potato-menu {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}

.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: .1px;
	font-size: .1em;
	line-height: 0;
}

ul.potato-menu li.potato-menu-item {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	list-style-position: outside;
	display: inline;
	float: left;
}

ul.potato-menu li.potato-menu-item a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	outline: 0;
}

ul.potato-menu ul.potato-menu-group {
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	position: absolute;
	display: none;
	z-index: 1000;
}

.Testimonials-icon {
	color: #333;
	background: url(../images/testimonials-icon.png) left bottom no-repeat!important;
	height: 30px;
	width: 30px;
	padding: 0!important;
	margin: 2px 0 0 5px!important;
	float: left;
}

.faq-icon {
	color: #333;
	background: url(../images/faq-icon.png) left bottom no-repeat!important;
	height: 30px;
	width: 30px;
	padding: 0!important;
	margin: 2px 0 0 5px!important;
	float: left;
}

y10 {
	margin-top: -10px;
}

y20 {
	margin-top: -20px;
}

y30 {
	margin-top: -30px;
}

y40 {
	margin-top: -40px;
}

y50 {
	margin-top: -50px;
}

y60 {
	margin-top: -60px;
}

y65 {
	margin-top: -65px;
}

y70 {
	margin-top: -70px;
}

y75 {
	margin-top: -75px;
}

y80 {
	margin-top: -80px;
}

y85 {
	margin-top: -80px;
}

y90 {
	margin-top: -90px;
}

y100 {
	margin-top: -100px;
}

y110 {
	margin-top: -110px;
}

.YouSaveDiv {
	margin: 15px auto;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #7ebe00;
	border: dashed 1px #4f7700;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	height: 90px;
	width: 90px;
	color: #fff;
	line-height: 23px;
}

.offersmain {
	background: #f3fed3;
	vertical-align: baseline;
	text-align: center;
	padding-bottom: 15px;
	border: dashed 2px #7ebe00;
	margin: 15px 0;
	position: relative;
}

.SpecialOfferlabels {
	position: absolute;
	right: -55px;
	top: -24px;
	width: 150px;
	height: 60px;
	width: 257px;
	height: 150px;
	background: url(../images/discount-badge.png) center no-repeat;
	background-size: 80%;
	padding: 43px 30px 50px 30px;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	z-index: 9999;
}

.SpecialOfferlabelsOneBox {
	position: absolute;
	right: -1px;
	top: -20px;
	width: 150px;
	height: 60px;
	width: 300px;
	height: 150px;
	background: url(../images/discount-badge.png) center no-repeat;
	background-size: 75%;
	padding: 43px 30px 50px 30px;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	z-index: 9999;
}

.offersinmain {
	padding: 10px 20px;
}

.offersinmain h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}

.offerstitle {
	padding: 10px 15px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	background: #7ebe00;
	color: #fff;
}

.box_01 {
	background: #fff;
	border: dashed 2px #aeca59;
	padding: 20px 0 10px 0;
}

.box_01 ul {
	margin-top: 10px!important;
}

.offers01 {
	background: url(../images/yodot-recovery-toolkit.jpg) no-repeat;
	padding: 10px 0 0 125px;
	background-size: 100px;
	background-position: 0 20%;
	text-align: left;
	min-height: 70px;
}

.box_01 p {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.save-price {
	color: #505f79;
	font-size: 20px!important;
}

.offer-price {
	color: #149442;
	font-size: 20px!important;
	font-weight: 600;
	vertical-align: baseline;
	margin: 0 5px;
}

.regular-price {
	font-size: 20px!important;
	color: red;
	text-decoration: line-through;
	margin-right: 0;
	vertical-align: baseline;
	margin: 0 5px;
}

.sclimg {
	width: 100%;
}

.pad10 {
	padding: 10px;
}

.Span001 {
	text-align: center;
	padding: 100px 0 0 0;
}

.BGcolor {
	background: url(../images/bgline.png) center top repeat-x;
}

.Span002 {
	padding: 0;
}

.commerceServices {
	font-size: 11px;
	text-align: center;
	padding: 0 0 10px 0;
}

.OfferHideDesktop {
	display: none;
}

.OffersmainPosition {
	position: absolute;
	bottom: 10px;
	width: 50%;
	margin: 0;
}

.OffersmainPositionRelative {
	position: relative;
}

.Mobilehide {
	display: block;
}

.Desktophide {
	display: none;
}

@media (max-width:480px) {
	body {
		/*width: 95%;*/
		margin: 0 auto;
	}

.Information-bg {
	padding: 10px;
	margin-bottom:10px;
}

.Information {
	padding:10px;
	margin:10px 0;
}

.MostView {
	padding:10px 0;}
	
.news {
    padding: 10px 0;
}

.footer-left {
		text-align: center;
	}

	.footer-left p {
		margin-bottom: 10px;
	}

	.footer-right {
		text-align: center;
	}

	.wrap {
		height: auto!important;
		height: 100%;
		min-height: 100%;
		background: #000;
		width: 95%;
		margin: 0 auto;
	}

	.nav-brand a {
		padding: 10px 15px!important;
	}

	#Social-right {
		float: none;
	}

	.follow-us {
		float: left;
	}

	#Social-right {
		float: left;
		width: 100%;
	}

	#Social {
		height: 150px;
		border: solid 1px #a8d8fa;
		background: #d1ecff;
		padding: 10px;
		margin: 10px 0 10px 0;
	}

	.img_right {
		margin: 0;
		float: right;
		display: none;
	}

	#poste_box {
		min-height: 60px;
		padding: 0;
		margin: 10px;
		background: #f8f8f8;
		border: solid 1px #ebebec;
	}

	.download-stripe {
		display: none!important;
	}

	.download-stripe-1 {
		display: none!important;
	}

	.whatnext {
		box-shadow: 0 2px 2px #e0e0e0;
		margin: 15px auto;
		border: solid 1px #e0e0e0;
		background: #f5f5f5;
		padding:10px;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.div-button2 {
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.div-button1 {
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.download-button {
		width: auto;
		margin: 0 auto;
	}

	.download-button img {
		max-width: 100%;
		height: 100%;
	}

	.buy-button {
		width: auto;
		margin: 0 auto;
	}

	.buy-button img {
		max-width: 100%;
		height: 100%;
	}

	.align {
		margin: 0 auto;
		width: 90%;
		overflow: hidden;
	}

	.leftdiv {
		float: none;
		width: auto;
	}

	.rightdiv {
		width: 0 auto;
		display: none;
	}

	.rightdiv img {
		width: 80%;
		height: 40%;
	}

	.group3 img {
		width: 50%;
		height: 40%;
	}

 

	.bottom-wrapper {
		max-width: 98%;
		margin: 0 auto;
	}

	.Socialwidth {
		width: 280px;
		margin: 0 auto;
	}

 

	#top_links_right {
		display: none;
	}

	#title-bg h1 {
		font-size: 25px;
	}

	#title-bg img {
		width: 32px;
		height: 32px;
	}

	.ui-tabs .ui-tabs-nav li a {
		padding: 8px!important;
	}

	.slidedeck dd {
		background: #91cbf4 url(../images/banner-img1.jpg) center bottom repeat-x;
	}

	.slidedeck dt.slide_1_bg {
		background: #91cbf4;
		border-bottom: solid 1px #76bbeb;
	}

	.slidedeck dd.slide_1_bg_color {
		background: #91cbf4 url(../images/banner-img1.jpg) center bottom repeat-x;
	}

	.slidedeck dt.slide_2_bg {
		background: #90b2f7;
		border-bottom: solid 1px #98b3ea;
	}

	.slidedeck dd.slide_2_bg_color {
		background: #90b2f7 url(../images/banner-img2.jpg) center bottom repeat-x;
	}

	.slidedeck dt.slide_3_bg {
		background: #cff2cf;
		border-bottom: solid 1px #b3e5b3;
	}

	.slidedeck dd.slide_3_bg_color {
		background: #cff2cf url(../images/banner-img3.jpg) center bottom repeat-x;
	}

	.slidedeck dt.slide_4_bg {
		background: #b5f2f2;
		border-bottom: solid 1px #9ee9e9;
	}

	.slidedeck dd.slide_4_bg_color {
		background: #b5f2f2 url(../images/banner-img4.jpg) center bottom repeat-x;
	}

	.slidedeck dt.slide_5_bg {
		background: #f9e1ac;
		border-bottom: solid 1px #e1cd73;
	}

	.slidedeck dd.slide_5_bg_color {
		background: #f9e1ac url(../images/banner-img5.jpg) center bottom repeat-x;
	}

.livechat {
    background: url(../images/livechat.png)center 20px no-repeat;
    padding-left:0px;
}

.supportticket {
    background: url(../images/supportticket.png)center 20px no-repeat;
    padding-left:0px;
}

.box-New {
    border: solid 10px #ccc;
    margin:5px;
	padding-top:130px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	background-color: #ffffff;
}

 
	.aligntwo {
		margin: 0 auto;
		width: 95%;
		background: #fff;
		padding: 5px 5px 2px 5px;
		overflow: hidden;
		border: solid 0 #ddd;
	}

	a.button-download-small {
		display: block;
		margin-bottom: 10px;
	}

	a.button-download-mac-small {
		display: block;
		margin-bottom: 10px;
	}

	.download-stripe-1 {
		position: absolute;
		top: 330px;
		right: 81px;
		display: none!important;
	}

	#buy-page h1 {
		font-size: 16px;
	}

	.pad10 {
		padding: 0;
	}

	.offersinmain {
		padding: 0 10px;
	}

	.offersinmain h3 {
		font-size: 16px;
		margin: 10px 0;
	}

	.offerstitle {
		padding: 50px 10px 10px 10px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 20px;
		font-weight: 700;
		background: #7ebe00;
		color: #fff;
	}

	.SpecialOfferlabelsOneBox {
		position: absolute;
		right: 50px;
		top: -24px;
		width: 150px;
		height: 60px;
		width: 257px;
		height: 150px;
		background: url(../images/discount-badge.png) center no-repeat;
		background-size: 75%;
		padding: 43px 30px 50px 30px;
		text-align: center;
		font-size: 60px;
		line-height: 60px;
		z-index: 9999;
	}

	.OfferHideDesktop {
		display: block;
	}

	.OfferHideMobile {
		display: none;
	}

	.Mobilehide {
		display: none!important;
	}

	.Desktophide {
		display: block;
	}

	.Span001 {
		background: #f6f6f6;
		text-align: center;
		margin: 15px;
		padding: 10px 50px;
		min-height: inherit;
	}

	.Layout_1 {
		float: left;
		margin: 10px 0;
		border: solid 1px #e0e0e0;
		background: #fafafa;
		padding: 15px;
		height: 120px;
	}

	.img-left-buy-page {
		float: left;
		padding: 0;
		margin: 0 10px 0px 0;
		height: 60px;
		width: 60px;
	}

	.title5 {
		margin-top: 0;
	}

	.information {
		padding: 0;
	}

	.OffersmainPosition {
		position: absolute;
		bottom: 10px;
		width: 100%;
		margin: 0;
	}

	.OffersmainPositionRelative {
		position: relative;
		min-height: 1920px;
	}

	.content-sub {
		padding:0; 
	}

	#top_banner_sub {
		padding:0;
	}

	#main {
		padding:5px 10px 10px 10px;
		border:none;
		border-top:solid 1px #e0e0e0;
		 
	}

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

	#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7 {
/*padding:5px!important*/
		padding: 20px 0 0 0;
	}

	.buynow-center-gray {
		padding: 10px!important;
	}

	.buynow-center-white {
		padding: 10px!important;
	}

	#downloadpagestyle .category-tab ul {
		margin-bottom: 5px!important;
	}

	#Buypagestyle .category-tab ul {
		margin-bottom: 5px!important;
	}

	.category-tab ul {
		margin-bottom: 5px!important;
	}

	.product-box1 {
		padding: 10px 0!important;
	}

	.product-buynow {
		float: right;
		width: 100px!important;
		padding-top: 2px;
		margin-top: 10px;
	}

	.product-download {
		float: left;
		width: 100px!important;
		padding-top: 2px;
		margin-top: 10px;
		margin-right: 10px;
	}

	.product-download img {
		width: 100%;
	}

	.product-buynow img {
		width: 100%;
	}

	.product-image-wrapper-new {
		padding: 5px;
	}

	.productinfo img {
		height: 100%;
	}

	.support-image-wrapper {
		height: auto!important;
		padding: 5px 10px 0 10px;
	}

	.support-image-wrapper img {
		width: 45px!important;
	}

	.support-image-wrapper h3 {
		font-size: 14px;
		margin: 15px 0 16px 0;
	}

	#footer_main {
		margin-bottom: 0;
		padding: 10px;
		text-align: center;
	}

	#footer p {
		margin: 0 0 10px 0;
	}

	#footer-left {
		float: none;
		display: inline;
	}

	#footer-right {
		float: none;
		display: inline;
	}

	.SpecialOffer {
		border-radius: 0;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.da-icon, .de-icon, .es-icon, .fr-icon, .it-icon, .ja-icon, .ko-icon, .lt-icon, .nl-icon, .pt-icon, .us-icon, .zh-icon {
		margin: 15px;
	}

	.home_Page_menu_h span {
		border-bottom: solid 1px #0381e5;
		display: inline-block;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: 500;
		color: #0381e5!important;
		display: block;
		padding-bottom: 10px;
		margin-right: 10px;
	}

	.Articles-items-1 {
		width: 100%;
	}

	.Articles-items-2 {
		width: 100%;
	}

	.items2 {
		width: 100%;
	}

.new-wrapper {background:none; border-top: 1px solid rgba(255,255,255,.1);}

.homepage-icons {
		width: 50%;
		border: solid 2px #fff;
		background:#97c43e;
		border-radius: 10px;
	}

.homepage-icons-single br{ display:none}
.homepage-icons-single p {
	font-size:16px;
}
.homepage-icons-single {	min-height: inherit;   }
.homepage-icons-single .homepage-more {
    position: unset;}

	.items25 {
		width: 100%;
	}

	.items50 {
		width: 100%;
	}

	.items33 {
		width: 100%;
	}

	.items66 {
		width: 100%;
	}

	.items5 {
		width: 100%;
	}

	.Secure-Information {
		margin: 0px;
	}

	.Secure-Information p {
		margin: 0;
	}

	.boxbg {
		margin: 5px 10px;
	}
	
	.column-width {
    width:100%;
}


}

@media (min-width:480px) and (max-width:768px) {
	body {
		/*width: 95%;*/
		margin: 0 auto;
	}


.Information-bg {
	padding:10px;
	margin-bottom:10px;
}

.Information {
	padding:10px;
	margin:10px 0;
}

.MostView {
	padding:10px 0;}

.news {
    padding: 10px 0;
}

	.footer-left {
		text-align: center;
	}

	.footer-left p {
		margin-bottom: 10px;
	}

	.footer-right {
		text-align: center;
	}

	.wrap {
		height: auto!important;
		height: 100%;
		min-height: 100%;
		background: red;
		width: 98%;
		margin: 0 auto;
	}

	.nav-brand a {
		padding: 10px 15px!important;
	}

	#Social-right {
		float: none;
	}

	.follow-us {
		float: left;
	}

	#Social-right {
		float: left;
	}

	#Social {
		height: 150px;
		border: solid 1px #a8d8fa;
		background: #d1ecff;
		padding: 10px;
		margin: 10px 0 10px 0;
	}

	.demonew {
		border: solid 1px #a8d8fa;
		background: #d1ecff;
		padding: 10px;
		margin: 10px 0 10px 0;
	}

	.img_right {
		margin: 0;
		float: right;
		display: none;
	}

	#poste_box {
		min-height: 60px;
		padding: 0;
		margin: 10px;
		background: #f8f8f8;
		border: solid 1px #ebebec;
	}

	.download-stripe {
		position: static;
		bottom: inherit;
		right: inherit;
		margin: 0 auto;
		width: 178px;
	}

	.whatnext {
		box-shadow: 0 2px 2px #e0e0e0;
		margin: 15px auto;
		border: solid 1px #e0e0e0;
		background: #f5f5f5;
		padding: 15px 15px 0 15px;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.div-button2 {
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.div-button1 {
		width: 70%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.download-button {

		width: auto;
		margin: 0 auto;
	}

	.download-button img {
		max-width: 100%;
		height: 100%;
	}

	.buy-button {
		width: auto;
		margin: 0 auto;
	}

	.buy-button img {
		max-width: 100%;
		height: 100%;
	}

	.align {
		margin: 0 auto;
		width: 90%;
		overflow: hidden;
	}

	.leftdiv {
		float: none;
		width: auto;
	}

	.rightdiv {
		width: 0 auto;
		display: none;
	}

	.group3 img {
		width: 75%;
		height: 40%;
	}

	.bottom-wrapper {
		max-width: 98%;
		margin: 0 auto;
	}

	.Socialwidth {
		width: 300px;
		margin: 0 auto;
	}


	#top_links_right {
		display: none;
	}

	#title-bg h1 {
		font-size: 25px;
	}

	#title-bg img {
		width: 32px;
		height: 32px;
	}

	.ui-tabs .ui-tabs-nav li a {
		padding: 8px!important;
	}

	.whatnext .img-left {
		float: none;
		padding: 0;
		margin: 0 12px 0 0;
	}

.livechat {
    background: url(../images/livechat.png)center 20px no-repeat;
    padding-left:0px;
}

.supportticket {
    background: url(../images/supportticket.png)center 20px no-repeat;
    padding-left:0px;
}

.box-New {
    border: solid 10px #ccc;
    margin:5px;
	padding-top:130px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	background-color: #ffffff;
}


	.aligntwo {
		margin: 0 auto;
		width: 95%;
		background: #fff;
		padding: 5px 5px 2px 5px;
		overflow: hidden;
		border: solid 0 #ddd;
	}

	a.button-download-small {
		display: block;
		margin-bottom: 10px;
	}

	a.button-download-mac-small {
		display: block;
		margin-bottom: 10px;
	}

	.download-stripe {
		display: none!important;
	}

	.download-stripe-1 {
		display: none!important;
	}

	#buy-page h1 {
		font-size: 16px;
	}

	.pad10 {
		padding: 0;
	}

	.offersinmain {
		padding: 0 10px;
	}

	.offersinmain h3 {
		font-size: 16px;
		margin: 10px 0;
	}

	.offerstitle {
		padding: 50px 10px 10px 10px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 20px;
		font-weight: 700;
		background: #7ebe00;
		color: #fff;
	}

	.SpecialOfferlabelsOneBox {
		position: absolute;
		right: 50px;
		top: -24px;
		width: 150px;
		height: 60px;
		width: 257px;
		height: 150px;
		background: url(../images/discount-badge.png) center no-repeat;
		background-size: 75%;
		padding: 43px 30px 50px 30px;
		text-align: center;
		font-size: 60px;
		line-height: 60px;
		z-index: 9999;
	}

	.OfferHideDesktop {
		display: block;
	}

	.OfferHideMobile {
		display: none;
	}

	.Span001 {
		background: #f6f6f6;
		text-align: center;
		margin: 15px;
		padding: 10px 50px;
		min-height: inherit;
	}

	.Layout_1 {
		float: none;
		margin: 10px 0;
		border: solid 1px #e0e0e0;
		background: #fafafa;
		padding: 15px;
		height: 120px;
	}

	.img-left-buy-page {
		float: left;
		padding: 0;
		margin: 0 10px 0px 0;
		height: 60px;
		width: 60px;
	}

	.title5 {
		margin-top: 0;
	}

	.information {
		padding: 0;
	}

	.OffersmainPosition {
		position: absolute;
		bottom: 10px;
		width: 100%;
		margin: 0;
	}

	.OffersmainPositionRelative {
		position: relative;
		min-height: 1900px;
	}


	.content-sub {
		padding:0; 
	}

	#top_banner_sub {
		padding:0;
	}


	#main {
		padding:5px 10px 10px 10px;
		 border:none;
		 border-top:solid 1px #e0e0e0;
	}

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

	#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7 {
/*padding:5px!important*/
		padding: 20px 0 0 0;
	}

	.buynow-center-gray {
		padding: 10px!important;
	}

	.buynow-center-white {
		padding: 10px!important;
	}

	#downloadpagestyle .category-tab ul {
		margin-bottom: 5px!important;
	}

	#Buypagestyle .category-tab ul {
		margin-bottom: 5px!important;
	}

	.category-tab ul {
		margin-bottom: 5px!important;
	}

	.product-box1 {
		padding: 10px 0!important;
	}

	.product-buynow {
		float: right;
		width: 100px;
		padding-top: 2px;
		margin-top: 10px;
	}

	.product-download {
		float: left;
		width: 100px;
		padding-top: 2px;
		margin-top: 10px;
		margin-right: 10px;
	}

	.product-download img {
		width: 100%;
	}

	.product-buynow img {
		width: 100%;
	}

	.product-image-wrapper-new {
		padding: 5px;
	}

	.productinfo img {
		height: 100%;
	}

	.Mobilehide {
		display: none!important;
	}

	.Desktophide {
		display: block;
	}

	.support-image-wrapper {
		height: auto!important;
		padding: 5px 10px 0 10px;
	}

	.support-image-wrapper img {
		width: 100px!important;
	}

	.support-image-wrapper h3 {
		font-size: 14px;
		margin: 15px 0 16px 0;
	}

	#footer_main {
		margin-bottom: 0;
		padding: 10px;
		text-align: center;
	}

	#footer p {
		margin: 0 0 10px 0;
	}

	#footer-left {
		float: none;
		display: inline;
	}

	#footer-right {
		float: none;
		display: inline;
	}

	.SpecialOffer {
		border-radius: 0;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.da-icon, .de-icon, .es-icon, .fr-icon, .it-icon, .ja-icon, .ko-icon, .lt-icon, .nl-icon, .pt-icon, .us-icon, .zh-icon {
		margin: 20px;
	}

	.home_Page_menu_h span {
		border-bottom: solid 1px #0381e5;
		display: inline-block;
		padding-bottom: 7px;
		font-size: 16px;
		font-weight: 500;
		color: #0381e5!important;
		display: block;
		padding-bottom: 10px;
		margin-right: 10px;
	}

	.Articles-items-1 {
		width: 100%;
	}

	.Articles-items-2 {
		width: 100%;
	}

	.items2 {
		width: 100%;
	}

.new-wrapper {background:none; border-top: 1px solid rgba(255,255,255,.1);}

	.homepage-icons {
		width: 50%;
		border: solid 2px #fff;
		border-radius: 10px;
	}
.homepage-icons-single br{ display:none}
.homepage-icons-single p {
	font-size:16px;
}
.homepage-icons-single {	min-height: inherit;    }
.homepage-icons-single .homepage-more {
    position: unset;}
	
	.items25 {
		width: 100%;
	}

	.items50 {
		width: 100%;
	}

	.items33 {
		width: 100%;
	}

	.items66 {
		width: 100%;
	}

	.items5 {
		width: 100%;
	}

	.Secure-Information {
		margin: 0px;
	}

	.Secure-Information p {
		margin: 0;
	}

	.boxbg {
		margin: 5px 10px;
	}
	
		.column-width {
    width:100%;
}


}

@media (min-width:769px) {
	.wrap {
		height: auto!important;
		height: 100%;
		min-height: 100%;
		background: #ff0;
		width: 98%;
		margin: 0 auto;
	}

	#Social-right {
		float: none;
	}

	.rightdiv {
		width: 0 auto;
		display: none;
	}
}

@media (min-width:1200px) {
	.wrap {
		height: auto!important;
		height: 100%;
		min-height: 100%;
		background: #fc3;
		width: 1020px;
		margin: 0 auto;
	}

	.rightdiv {
		display: block;
	}

	#Social-right {
		float: right;
		width: 300px;
	}
}