ul.nav li {
	padding-left: 10px;
}

.navbar-toggler {
	color: rgba(255,255,255,.6);
	outline: 5px auto #000;
	padding: .3rem;
	background: #000;
	margin-top: 1px;
	margin-right: 4px;
}
.navbar-toggler:focus  {
	color: rgba(255,255,255,1);
	outline: 5px auto rgba(255,255,255,1);
}
.dropdown-menu {
	background: #333333;
	border: 0;
	left: -20px;
	padding: 20px;
}
.dropdown-menu-features {
	width: 560px;
}
.dropdown-menu-partnership {
	width: 525px;
}
.dropdown-menu-more {
	width: 220px;
}
.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-menu li {
	padding-bottom: 5px;
}
.dropdown-menu li:last-child {
	padding-bottom: 0;
}
.dropdown-menu a {
	color: rgba(255,255,255,.8);
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
	color: #fff;
}
.dropdown-menu-header {
	font-weight: bold;
}
.dropdown-menu-left {
	float: left;
	padding-right: 30px;
	border-right: 1px #fff solid;
}
.dropdown-menu-right {
	float: left;
	padding-left: 20px;
}
.navbar-form {
	margin-left: 25px;
	margin-right: 10px;
}
#mobilemenu{
	width: 100%;
}
.mobileSearch form{
	padding: 0 .9375rem;
	position: relative;
}
.mobileSearch form:before{
	content: "\f002";
	font: normal normal normal 24px/60px FontAwesome;
	position: absolute;
	color: rgba(0,0,0,.5);
}
.mobileSearch{
	background: #FFF;	
}
.mobileSearch i{
	font-size: 24px;
	line-height: 60px;
	color: #45474D;
}
.mobileSearch input[type=text]{
	border: none;
	display: inline-block;
	width: 100%;
	outline: none;
	height: 60px;
	line-height: 60px;
	color: #373a3c;
	padding-left: 40px;
}
.mobileSearch input[type=submit]{
	display: none;
}
#mobilemenu ul.nav{
	margin: 0;
}
#mobilemenu li{
	float: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #A8A9AC;
}
#mobilemenu a{
	display: block;
	padding: 0 .9375rem;
	height: 59px;
	line-height: 59px;
	color: rgba(255,255,255,.5);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#mobilemenu a:hover, #mobilemenu .dropdown.open a{
	color: rgba(255,255,255,.75);
}
@media (min-width: 544px){
	#mobilemenu a,#mobilemenu form{
		max-width: 576px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	#mobilemenu a,#mobilemenu form{
		max-width: 720px;
		margin: 0 auto;
	}
}
#mobilemenu .dropdown-toggle i{
	line-height: 59px;
	float: right;
	border: none;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 20px;
	transition: all .2s;
}
#mobilemenu .dropdown-toggle::after{
	display: none;
}
#mobilemenu .dropdown.open i{
	transform: rotate(180deg);
}
#mobilemenu .dropdown-menu{
	left: 0;
	padding: 0;
	background: #FFF;
	border-radius: 0px;
	border: 0;
	position: relative;
	float: none;
}
#mobilemenu .dropdown-menu li:last-child{
	border: none;
}
#mobilemenu .dropdown-menu-more{
	width: 100%;
}
#mobilemenu .dropdown.open .dropdown-menu a.dropdown-menu-header{
	font-weight: bold;
}
#mobilemenu .dropdown .dropdown-menu a{
	font-weight: normal;
	color: #2E2F33;
	padding: 10px .9375rem;
	line-height: 24px;
	height: 44px;
	transition: all .2s;
}
#mobilemenu .dropdown-menu li:hover{
	background: #ECECEC;
}
@media screen and (min-width: 62em) and (max-width: 74.99em) {
	.navbar-form {
		margin-left: 15px;
		margin-right: 0;
	}
}
footer {
	font-size: 90%;
	background: #45474D;
	color: #7B7E87;
	padding-top: 30px;
	padding-bottom: 20px;
}
footer a, footer a:visited {
	color: #a8a9ac;
}
footer a:hover, footer a:active, footer a:focus {
	color: white;
	text-decoration: none;
}
.social {
	border-top: 1px #7B7E87 solid;
	margin-top: 20px;
	padding-top: 10px;
	border-bottom: 1px #7B7E87 solid;
	padding-bottom: 10px;
	text-align: right;
}
.social a {
	margin-left: 25px;
}
.social i {
	font-size: 160%;
}
.legal{
	text-align: left;
}
.legal a {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
	line-height: 25px;
}
@media (max-width: 768px){
	.social_links{
		text-align: center;
		margin-bottom: .9375rem;
	}
	.social_links a{
		display: inline-block;
	}
	.legal{
		text-align: center;
	}
	.legal a{
		margin: 0;		
		display: inline;
	}
	.legal a:after{
		content: '';
		height: 1px;
		width: 100%;
		display: block;
	}
}
footer h4 {
	font-size: 140%;
	padding-bottom: 5px;
}
footer h4 a {
	color: #d8d9dc;
}

.copyrights {
	padding-top: 20px;
	/* text-align: center; */
}
.formobile a {
	margin-bottom: 12px;
	display: block;
}
@media (max-width: 992px){
	.footer-nav_item{
		margin-bottom: 0.9375rem;	
	}
}
@media (max-width: 544px){
	.footer-nav_item,.footer-nav_mobile{
		padding: 0.9375rem;
		background: #333;
		border-radius: 5px;	
		margin-bottom: 0.9375rem;	
	}
	.footer-nav_mobile{
		background: none;
		text-align: center;
	}
	.footer-nav_item h4{
		margin: 0;
		padding: 0;
	}
	.footer-nav_item h4 a{
		display: block;
	}
	.footer-nav_item h4 a:after{
		content: "\f107";
		display: inline-block;
		font: normal normal normal 20px/1 FontAwesome;
		float: right;
		transition: all .4s;
	}
	.footer-nav_item.active h4 a:after{
		transform: rotate(180deg);;
	}
	.footer-nav_item h4:hover a,.footer-nav_item.active h4 a{
		color: rgba(255,255,255,.75);
	}
	.footer-nav_item ul{
		margin: 0;
		margin-top: 0.9375rem;
		padding: 0;
		list-style: none;
		overflow: hidden;
		display: none;
	}
	.footer-nav_item li{
		margin: 2px;
		padding: 0;
	}
	.formobile a{
		display: inline-block;
	}
}
footer ul {
	margin-left: 0;
	padding-left: 16px;
}
footer li {
	padding-bottom: 5px;
}
.guide {
	text-align: center;
	margin-top: 20px;
}
.guide .showroom {
	overflow: hidden;
	position: relative;
	margin-bottom: 1.35rem;
}
.showroom ul{
	padding: 0 60px;
	margin: 0;
	list-style: none;
}
.showroom .arrow {
	font-size: 200%;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	line-height: 1px;
}
.showroom .left{
	float: left;
	left: 0;
}
.showroom .right{
	float: right;
	right: 0;
}
.guide ul {
	/*margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;*/
}
.guide ul li {
	font-size: 145%;
	display: block;
	/*position: absolute;*/
	width: 100%;
	/*top: 0;*/
	/*left: 0;*/
	margin: 0;
	padding: 0;
	display: none;
}
.guide ul li.active{
	/*display: block;*/
}
header .navbar-form .btn-default-outline, .navbar-nav .btn-default-outline {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .5);
	background-color: transparent;
	outline: 0;
}
header .navbar-form .btn-default-outline:hover, header .navbar-form .btn-default-outline:focus, header .navbar-form .btn-default-outline:active {
	color: rgba(255, 255, 255, .75);
	border-color: rgba(255, 255, 255, .75);
}
header .navbar {
	border-radius: 0;
}
.btn {
	transition: all 0.25s ease;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #666;
}
footer a, header a, a.btn {
	text-decoration: none;
}
.btn-default-outline {
	color: #333;
	border-color: #333;
}
.btn-default-outline:hover {
	background-color: #eee;
	color: #000;
}
.btn-default-outline.btn-inversed {
	color: #fff;
	border-color: #fff;
}
.btn-default-outline.btn-inversed:hover {
	background-color: #444;
}
.navbar-custom {
	background-color:#333;
}
.navbar-custom-white {
	background-color:#fff;
	border-bottom:1px #ddd solid;
}

/* main page CSS */
#welcome {
	background: #444 url("/images/bg.jpg") top center no-repeat;
	background-size: cover;
	/*height: 580px;*/
	color: #fff;
	box-sizing: border-box;
}

#welcome .intro {
	/*margin-top: 150px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
}
.playvideo {
	position: relative;
	margin-left: -40px;
}
.playvideo i {
	position: absolute;
	right: -20px;
	top: 2px;
}
#welcome .playvideo, #features-welcome .playvideo {
	color: rgba(255, 255, 255, .75);
	margin-left: 0;
}
#welcome .playvideo i, #features-welcome .playvideo i{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	top: auto;
	right: auto;
}
#welcome .playvideo:hover {
	color: rgba(255, 255, 255, 1);
}
#mainpagemenu {
	padding-top: 3px;
	border-top: 1px #333333 solid;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
}
#mainpagemenu.fixed{
	position: fixed;
	top: 0;
	background: #FFF;
	border-top-color: #FFF;
	width: 100%;
	z-index: 1;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.3);
	padding-top: 0;
}
#mainpagemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainpagemenu ul li {
	display: block;
	float: left;
	margin-right: 20px;
}
#mainpagemenu ul li a {
	color: #333333;
	line-height: 54px;
	text-decoration: none;
	border-bottom: 3px #FFFFFF solid;
	display: block;
}
#mainpagemenu ul li a.active,#mainpagemenu ul li a:hover {
	border-bottom-color: #999999;
}
#mainpagemenu .button_alignment{
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	opacity: 0;
	transition: all .2s;
}
#mainpagemenu.fixed .button_alignment{
	opacity: 1;

}
@media (max-width: 992px){
	#mainpagemenu{
		opacity: 0;
		overflow: hidden;
		transition: all .2s;
		position: fixed;
	}
	#mainpagemenu.fixed{
		opacity: 1;
	}
	#mainpagemenu .button_alignment{
		text-align: center;
		width: 100%;
		opacity: 1;
	}
}
@media (max-width: 768px){
	#welcome h1{
		text-align: center;
		margin: 20px 0;
	}
	#welcome, #features-welcome{
		height: auto;
		padding-bottom: 20px;
		text-align: center;
	}
}
#overview {
	background-color: #f3f3f3;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#overview small {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	padding-top: 20px;
}

#smi {
	background-color: #d3d3d3;
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 2rem;
	margin-top: 3rem;
}

.smi_item{
	margin-bottom: 2rem;
}
#features {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.feature {
	padding-top: 3rem;
}
.feature img {
	width: 40px;
	height: auto;
}
.feature h5 {
	margin-bottom: 1rem;
}
#testmonials {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #333333;
	color: #ffffff;
}
.testmonial {
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-size: cover;
}
.testmonialitem {
	padding-top: 5.7rem;
	height: 16rem;
	background-color: rgba(0,0,0,.55);
	transition: all 1s ease;
	overflow: hidden;
}
.testmonialitem:hover {
	padding-top: 1.5rem;
	background-color: rgba(0,0,0,.85);
}
.testmonialcontent {
	padding: 0 30px;
	opacity: 0;
	transition: all 1s ease;
	font-style: italic;
}
.testmonialitem:hover .testmonialcontent {
	opacity: 1;
}
.testmonialcontent i {
	margin-top: 10px;
	margin-bottom: 5px;
}
@media (max-width: 768px){
	.testmonial{
		background-position: 50% 50%; 		
	}
	.testmonialitem{
		padding: 1.5rem 0;
		height: auto;
		background-color: rgba(0,0,0,.70);
	}
	.testmonialitem:hover{
		padding: 1.5rem 0;
	}
	.testmonialcontent{
		opacity: 1;
	}
	.testmonialcontent p{
		margin-bottom: 0;
	}
}
#main-signup {
	background: #1b5b1b url("/images/signup.jpg") top center no-repeat;
}
#main-signup form {
	padding: 2.25rem;
	margin: 3.25rem 0;
	border-radius: 4px;
	background: #ffffff;
}
.title-text {
	margin-bottom: 1rem;
	text-align: center;
}
.title-text p {
	margin-top: 1rem;
}
.signup-form-submit {
	text-align: center;
}
.form-group {
	position: relative;
	margin-top: 2rem;
}
.form-label {
	display: block;
	color: #a8a9ac;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.form-name {
	position: absolute;
	left: .9rem;
	right: .9rem;
	top: .68rem;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #a8a9ac;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	font-size: 1rem;
}
.form-name.active {
	top: -1.8rem;
	color: #000000;
}
.form-input {
	width: 100%;
	display: block;
	border-radius: 4px;
	color: #45474d;
	border: 1px solid #a8a9ac;
	height: 2.8rem;
	padding: 0 .9rem;
	-webkit-appearance: none;
}
.signup-form-terms {
	margin-top: 1.5rem;
	/* text-align: center; */
}
.signup-form-terms .form-label {
	color: #333;
}
.main-partner {
	text-align: center;
	color: #fff;
	font-size: 85%;
	padding-bottom: 3rem;
}
.main-partner a {
	color: #fff;
	text-decoration: underline;
}
.main-partner a:hover {
	text-decoration: none;
}
#endorcements {
	background: #449d44;
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 0;
	text-align: center;
}
.review_item{
	margin-bottom: 3rem;
}
.stars i {
	margin-left: 3px;
	margin-right: 3px;
	font-size: 135%;
	padding-bottom: 1rem;
}

/* pricing page CSS */
#pricing-header {
	height: 500px;
	background: #307630 url("/images/pricing-header.jpg") top center no-repeat;
	color: #fff;
}
#pricing-header a {
	color: #fff;
	text-decoration: underline;
}
#pricing-header a:hover {
	text-decoration: none;
}
.pricing-header-row h1 {
	margin-top: 120px;
}
.pricing {
	padding-top: 24px;
}
.freetrial {
	padding-top: 75px;
}
.price {
	padding-top: 45px;
}
.plan {
	background: rgba(0,0,0,.1);
	padding: 20px;
	text-align: center;
}
.plan h3 {
	font-size: 1.5rem;
}
.cost {
	font-size: 4rem;
	position: relative;
	text-align: left;
	padding-left: 26px;
}
.cost.free {
	padding-top: 15px;
	font-size: 2.5rem;
	padding-bottom: 20px;
	text-align: center;
	padding-left: 0;
}
.cost span.currency {
	font-size: 1.5rem;
	position: absolute;
	top: 19px;
	right: 3px;
}
.hot {
	background: rgba(0,0,0,.3);
	padding: 10px;
	text-align: center;
	margin-bottom: 1px;
	margin-top: -45px;
}
#pricing-content {
	background: #eee;
}
.pricing-signup-wrapper {
	padding: 20px;
	border-left: 1px rgba(27,91,27,.6) solid;
	border-right: 1px rgba(27,91,27,.6) solid;
	background: #fff;
}
.pricing-signup .btn {
	width: 100%;
}
.pricing-signup .btn-success {
	margin-bottom: 15px;
}
.tooltip-inner {
	background-color: #1b5b1b;
	font-size: 90%;
	text-align: left;
	padding: 10px 15px;
	max-width: 215px;
}
.tooltip.in {
	opacity: .95;
}
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
	border-bottom-color: #1b5b1b;
}
.pricing-feature a {
	text-decoration: none;
}
.pricing-feature a:hover {
	text-decoration: underline;
}
.pricing-feature a i {
	color: #999;
}
.pricing-feature a.question {
	color: #999;
}
.pricing-feature a.question:hover {
	color: #1b5b1b;
}
.pricing-icon {
	text-align: center;
}
.pricing-icon i {
	color: #5cb85c;
}
.pricing-icon small {
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.pricing-feature-wrapper {
	padding: 9px 20px;
	border-left: 1px rgba(27,91,27,.6) solid;
	border-right: 1px rgba(27,91,27,.6) solid;
	border-top: 1px rgba(27,91,27,.2) solid;
	background: #fff;
}
.pricing-feature {
	padding-top: 9px;
}
.pricing-signup .btn-default-outline:hover, .underpriceblock .btn-default-outline:hover, #pricing-bonus .btn-default-outline:hover{
	background-color: #333;
	color: #fff;
}
.bottom-icon .pricing-feature-wrapper {
	border-bottom: 1px rgba(27,91,27,.6) solid;
}
.top-icon .pricing-feature-wrapper {
	border-top-color: rgba(27,91,27,.6);
}
#pricing-features {
	padding-top: 80px;
	padding-bottom: 60px;
}
#pricing-features h4 {
	text-align: center;
}
.pricing-features-list i.fa-check {
	color: #5cb85c;
	margin-right: 5px;
}
.pricing-features-list a.question {
	color: #999;
}
.pricing-features-list a.question:hover {
	color: #1b5b1b;
}
.featurette h4 {
	margin-bottom: 60px;
}
.featurette p {
	margin-top: 40px;
	text-align: center;
}
#pricing-bonus {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #eee;
}
#pricing-bonus h2 {
	margin-top: 20px;
}
#pricing-bonus h5 {
	margin-bottom: 28px;
}
#pricing-bonus p {
	margin-bottom: 28px;
}

/* signup page CSS */
#signup form {
	padding: 2.25rem;
	padding-bottom: 1rem;
	margin: 3.25rem 0;
	border-radius: 4px;
	background: #ffffff;
}
.signup-partner {
	text-align: center;
	font-size: 85%;
	padding-bottom: 3rem;
}
#signup-slogan {
	color: #666;
	line-height: 39px;
}
/*#signup-footer .row:nth-child(1) .col-xl-4:nth-child(1) {
	text-align: right;
}
#signup-footer .row:nth-child(1) .col-xl-4:nth-child(2) {
	text-align: center;
}*/

/* features page CSS */
#features-welcome {
	height: 500px;
	background: #307630 url("/images/features-header.jpg")  top center no-repeat;
	color: #fff;
}
#features-welcome h1 {
	margin-top: 110px;
}

@media (max-width: 544px){
	#features-welcome h1{
		text-align: center;
		margin: 20px 0;
	}
	#features-welcome{
		height: auto;
		padding-bottom: 20px;
		text-align: center;
	}
}
#features-welcome .playvideo {
	color: rgba(255, 255, 255, .75);
	margin-left: 0;
}
#features-welcome .playvideo:hover {
	color: rgba(255, 255, 255, 1);
}
#featurespage {
	margin-bottom: 3.25rem;
}
#featurespage .feature_item{
	padding-top: 1.25rem;
}
#featurespage h2 {
	border-bottom: 1px #999 solid;
	line-height: 50px;
	margin-bottom: 2.5rem;
	position: relative;
	padding-left: 45px;
}
@media (max-width: 768px){
	#featurespage h2{
		padding-left: 0;
		line-height: 30px;
		padding-bottom: .9375rem;
		margin-bottom: .9375rem;
	}
}
#featurespage h2 img {
	float: left;
	height: 32px;
	position: absolute;
	top: 9px;
	left: 4px;
}
#featurespage h5 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#featurespage h5 a {
	text-decoration: none;
	color: #307630;
}
#featurespage h5 a:hover, #featurespage h5 a:active, #featurespage h5 a:focus {
	color: #5cb85c;
}
#mainfeatures {
	background: #307630;
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 0	;
	text-align: center;
}
#mainfeatures a {
	color: #fff;
	text-decoration: none;
	transition: all 0.25s ease;
}
#mainfeatures a:hover, #mainfeatures a:active, #mainfeatures a:focus {
	color: #ddd;
	opacity: .8;
}
#mainfeatures img {
	width: 60px;
	height: auto;
	margin-bottom: 2rem;
}
@media (max-width: 768px){
	#mainfeatures img{
		margin-bottom: .9375rem;
	}
}

.key_item{
	margin-bottom: 4rem;
}
.key_item h4{
	margin-bottom: .9375rem;
}
#mainfeatures h4 {
	/*margin-bottom: 2rem;*/
}
#featuresphone {
	background: #2e2f34;
	color: #fff;
	text-align: center;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
#featuresphone h5 {
	margin: 0;
	line-height: 1.75rem;
}
#featuresphone a {
	color: #fff;
	text-decoration: none;
}

/* features inner page CSS */
#features-inner {
	/*height: 500px;*/
	background: url("/images/features-inner.jpg") top left  #307630;
	background-size: auto 100%;
	color: #fff;
	text-align: center;
	padding-bottom: 85px;
}
#prevfeature {
	text-align: left;
}
#nextfeature {
	text-align: right;
}
#features-inner a {
	color: #fff;
	text-decoration: none;
}
#features-inner a:hover, #features-inner a:focus, #features-inner a:active {
	color: #ccc;
}
#features-inner .btn-success {
	margin-bottom: 25px;
}
#features-inner a.btn-success:hover, #features-inner a.btn-success:focus, #features-inner a.btn-success:active {
	color: #fff;
}
#features-inner h1 {
	margin-bottom: 1rem;
}
#pictureholder {
	position: relative;
	margin-bottom: 8rem;
}
#desktoppicture {
	margin-top: -65px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .25rem;
	box-shadow: 0 10px 22px 0 rgba(0,0,0,.15);
	width: 100%;
}
#mobilepicture {
	position: absolute;
	width: 25%;
	right: 80px;
	bottom: -40px;
	padding: 35px 6px 39px;
	margin-left: -70px;
	margin-bottom: -22px;
	border-radius: 22px;
	background: padding-box #fff;
	border: 1px solid #DBDADA;
	box-shadow: 0 10px 22px 0 rgba(0,0,0,.15);
}
#mobilepicture img{
	width: 100%;
}
#mobilepicture:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #DBDADA;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
#mobilepicture:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #DBDADA;
    top: 22px;
    width: 28px;
    height: 3px;
    border-radius: 3px;
}
#mobilepicture img {
	border: 1px solid #DBDADA;
}
#mobilepicturebutton {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 8px;
	width: 24px;
	height: 24px;
	border: 2px solid #DBDADA;
	border-radius: 100%;
}
.breadcrumbs {
	margin-top: 50px;
	margin-bottom: 20px;
}
.benefit {
	margin-bottom: 2.25rem;
}
.benefit h5 {
	line-height: 30px;
	margin-bottom: 1rem;
}
.benefit img {
	width: 30px;
	float: left;
	margin-right: 1rem;
}
@media (max-width:768px){
	#pictureholder{
		margin-bottom: 3rem;
	}
	#mobilepicture{
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0 20%;
		/* padding: 0 20%; */
		width: auto;
		margin-top: -60px;
		/* background: none;
		border-radius: 0;
		border: none;
		box-shadow: none;*/
	}
	#mobilepicture img{
		/* box-shadow: 0 10px 22px 0 rgba(0,0,0,.15); */
	}
	#mobilepicture:before,#mobilepicture:after{
		display: none;
	}
	.benefit h5{
		line-height: 24px;
	}
	.benefit h5 img{
		margin-top: 5px;
	}
	.benefit h5 span{
		display: block;
		margin-left: 50px;
	}
}
#featuresvideoreview {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 4rem;
}
#featuresvideoreview h3 {
	margin-bottom: 2rem;
}
#featuresvideoreview .embed-responsive {
	border: 1px solid #DBDADA;
	box-shadow: 0 10px 22px 0 rgba(0,0,0,.15);
}

#mobilemenutext{
	display: inline-block;
	font-size: .85rem;
	cursor:pointer;
	vertical-align: top;
	margin-top: 3px;
}
.hamburger {
  width: 20px;
  height: 16px;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.hamburger.close{
	opacity: 1;
	float: none;
}
.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  transition: all 200ms;
}
.hamburger .line:nth-child(1) {
  top: 0;
}
.hamburger .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger .line:nth-child(3) {
  bottom: 0;
}
.hamburger.close .line:nth-child(1){
  top: 0;
  transform: translateY(7px) rotate(45deg);
}
.hamburger.close .line:nth-child(2){
  top: 0;
  width: 1px;
  transform: translateY(7px) translateX(9px);
}
.hamburger.close .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.navbar-toggler:active{
	background: rgba(255,255,255,.5);
}
.navbar-brand .nav-link{
	color: rgba(255,255,255,.5);
	float: right;
	margin-right: -0.9375rem;
	margin-top: 3px;
	font-size: 1.15rem;
}
.navbar-brand .nav-link:hover{
	color: rgba(255,255,255,.75);
}
.navbar-brand{
	text-align: center;
}
.navbar-brand .logo{
	display: inline-block;
}
.navbar-brand .logo img{
	margin-top: -3px;
}
.tarif-list{
	padding-top: .9375rem;
}
.tarif-item{
	border: 1px solid #5cb85c;
	margin-bottom: .9375rem;
	border-radius: 5px;
}
.tarif-item_header{
	padding: .9375rem;
	overflow: hidden;
	position: relative;
	height: 85px;
	cursor: pointer;
}
.tarif-item_header:before{
	content: "\f107";
	font: normal normal normal 24px/1 FontAwesome;
	float: right;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	transition: all .2s;
}
.tarif-item_content{
	display: none;
	padding: .9375rem;
	overflow: hidden;
}
.tarif-item.active .tarif-item_header:before{
	transform: rotate(180deg);
}
/*.tarif-item.active .tarif-item_content{
	display: block;
} */
.tarif-item_content .btn{
	display: block;
}
.tarif-item_name{
	font-size: 22px;
	/*float: left;*/
	width: 50%;
}
.tarif-item_desc{
	width: 75%;
	color: #a8a9ac;
	font-size: 12px;
	display: block;
}
.tarif-item_price{
	float: right;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.tarif-item_price span{
	font-weight: normal;
	font-size: 16px;
	display: block;
}
.main-props {
	font-size: 80%;
}
.main-props ul {
	padding-bottom: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.props{
	padding: .9375rem 0;
	padding-top: 0;
}
.props_item a {
	font-size: 14px;
	/* color: #a8a9ac; */
}
.props_item i.fa-check {
	color: #5cb85c;
}
.tarif-list small {
	line-height: 15px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tarif-item_content .close{
	margin-left: -.9375rem;
	margin-right: -.9375rem;
	margin-bottom: -.9375rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	background: #F1F7FB;
	color: #5cb85c;
	float: none;
	opacity: 1;
	border-top: 1px solid #5cb85c;
	padding: 10px 0;
	border-radius: 0 0 4px 4px;
	background-image: url();
}
.guide_header{
	height: 480px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	-webkit-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}
.guide_header__detail{
	height: auto;
}
.guide_header a.back_link{
	color: #fff;
	text-decoration: none;
	opacity: .7;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 4px;
}
.guide_header a.back_link:hover{
	opacity: 1;
}
.guide_header h1{
	color: white;
}
.guide_header_content{
	display: table;
	background-image: url(/images/guide_cover.jpg);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}
.guide_header_content_inner{
	display: table-cell;
	vertical-align: middle;
}
.section_select{
	/*position: absolute;
	bottom: 0;*/
	margin-top: -55px;
	position: relative;
}
.section_select_title{
	color: white;
	font-size: 2rem;
	cursor: pointer;
	padding-right: 30px;
	display: inline-block;
	position: relative;
	height: 55px;
	z-index: 5;
}
.section_select_title:after{
	content: "";
	width: 15px;
	height: 15px;
	background: #fff;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -30px;
	left: 30px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.section_select_title.hovered:after{
	bottom: -10px;
}
.section_select_title .fa{
	font-size: 30px;
	color:rgba(255,255,255,.8);
	position: absolute;
	right: 0;
	bottom: 12px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.section_select_title.hovered .fa{
	opacity: 0;
	bottom: 0;
}
.section_select_container{
	position: absolute;
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #dadadb;
	left: 0;
	overflow: hidden;
	padding: 38px 0;
	z-index: 3;
	top: -210px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.section_select_container.hovered{
	top: 55px;
	opacity: 1;
}
.guide_section__title{
	text-decoration: none;
	display: block;
	/*font-size: 30px;
	line-height: 30px;*/
	color: #000506;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D7E0E3;
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
}
.guide_section__title .fa{
	float: right;
	color: #777;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.guide_section__title:hover .fa{
	opacity: 1;
}
.guide_section_text{
	color: white;
}
.guide_sections{
	padding: 60px 0;
}
.guide_section__title:hover{
	border-bottom: 1px solid #BECACF;
	color: #222;
}
.section_select_container a{
	text-decoration: none;
	color: #45474d;
}
.section_select_container a:hover{
	color: #232327;
}
.guide_section ul.guide_section_items{
	margin: 0;
	padding: 0;
	list-style: none;
}
.guide_section ul li, .guide_section ol li{
	margin: 10px 0;
}
.guide_section ul a{
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.guide_section ul a:hover{
	/*color: #222;*/
}
.guide_section_items li{
	display: inline-block;
	width: 100%;
}
.guide_section_items a{
	padding-right: 140px;
	position: relative;
}
.guide_section_items a small.time{
	position: absolute;
	right: 0;
	top: 0;
	/*display: inline-block;*/
	color: #bdc0c7;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-left: 20px;
}
.guide_section_items a:hover small.time{
	color: #777;
}
.guide_section ul a.ya-share2__link span{
	margin: 0;
}
.content_social{
	position: relative;
	margin-bottom: 6px;
}
.content_social:before{
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #D7E0E3;
	position: absolute;
	top: 12px;
	left: 0;
}
.ya-share2__container_size_m{
	text-align: center;
}
.guide_section ul.ya-share2__list{
	padding: 0 20px;
	background-color: #fff;
	position: relative;
}
.guide_section ul a:hover span{
	color: #777;
}
.preview_text{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 51px;
}
.detail_text{
	margin-top: 30px;
	padding-top: 30px;
	/*border-top: 1px solid #D7E0E3;*/
}
.guide_top_item{
	display: block;
	color: white;
	text-decoration: none;
	height: 235px;
	color: #fff;
	margin-bottom: 20px;
	background-color: #666;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.guide_top_item:hover h3{
	color: #fff;
}
.guide_top_item_text{
	text-align: center;
	display: inline-block;
	position: relative;
	top: 89px;
	width: 100%;
	padding: 0 15px;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
}
.guide_top_item:hover .guide_top_item_text{
	top: 42px;
}
.guide_top_item_text_title{
	color: #fff;
	text-shadow: 0 0 45px rgba(0,0,0,.3);
	text-align: center;
	display: inline-block;
}
.guide_top_item_text_short{
	text-align: center;
	padding: 20px;
	display: block;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.guide_top_item:hover .guide_top_item_text_short{
	opacity: 1;
}
.guide_top_item_time{
	color: rgba(255,255,255,.6);
	display: block;
	margin-top: 5px;

}
.guide_top_list{
	margin-top: 42px;
}
.guide_top_section{
	position: relative;
}
.guide_top_section:before{
	content: "";
	width: 100%;
	left: 0;
	top: 80px;
	border-top: 1px solid #D7E0E3;
	position: absolute;
	z-index: 0;
}
.guide_top_section h2{
	background-color: #fff;
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
.guide_top_list_opener{
	float: right;
	cursor: pointer;
	font-size: 14px;
	color: #a0a6a9;
	margin-top: 10px;
	background-color: #fff;
	padding-left: 20px;
	position: relative;
}
.guide_top_list_opener span{
	/*float: right;
	color: #777;
	font-size: 1rem;
	display: inline-block;
	background-color: #fff;
	padding-left: 20px;
	position: relative;
	top: 8px;
	cursor: pointer;*/
}
.guide_top_list_opener:hover{
	/*color: #777;*/
}
.guide_top_list_opener .fa{
	display: none;
}
.guide_section{
	padding-top: 44px;
	padding-bottom: 60px;
}
.guide_section_item{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D7E0E3;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
.guide_section_item__title{
	/*font-size: 1.25rem;
	font-weight: 500;*/
	display: inline-block;
	margin-bottom: 13px;
	text-decoration: none;
	color: #307630;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
} 
.guide_section_item:hover .guide_section_item__title{
	color: #5cb85c;
}
.guide_section_item__text{
	text-decoration: none;
	display: block;
}
.guide_section_item__text p{
	text-decoration: none;
}
.guide_section_item__pic{
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.guide_section_item__pic:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: transparent;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;

}
.guide_section_item:hover .guide_section_item__pic:after{
	background-color: rgba(0,0,0,.1);	
}
.guide_section_item__pic span{
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
	font-size: 12px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.guide_section_item:hover .guide_section_item__pic span{
	opacity: 1;
}
.fav_guide__title{
	color: #333;
	margin-bottom: 15px;
	border-bottom: 1px solid #dadadb;
	font-size: 1.5rem;
}
.fav_guide__img img{
	float: left;
	width: 69px;
	margin-right: 10px;
}
.fav_guide__img, .fav_guide__name{
	display: inline-block;
	vertical-align: top;
}
.guide_header__detail_title{
	text-align: center;
	color: #fff;
}
.guide_header__detail_title h2{
	font-size: 50px;
	margin: 10px 0;
	display: block;
}
.guide_header__detail_title a{
	color: #fff;
	text-decoration: none;
}
.guide_header__detail_title span{
	color: rgba(255,255,255,.75);
	font-size: 13px;
}
.nav-path{
	position: relative;
	text-align: center;
	margin-bottom: 37px;
}
.nav-path:before{
	content: "";
	width: 100%;
	border-top: 1px solid #D7E0E3;
	position: absolute;
	top: 10px;
	left: 0;
}
.nav-path-items{
	background-color: #fff;
	padding: 0 20px;
	margin-top: -15px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.nav-path-items a,.nav-path-items span{
	text-decoration: none;
	text-transform: uppercase;
	color: #565656;
}
.nav-path-items a:hover{
	color: #313132;
}
.nav-path-items i{
	margin: 0 10px;
	font-size: 18px;
}
.guide_footer{
	padding-top: 28px;
	padding-bottom: 28px;	
}
.guide_footer_title{
	overflow: hidden;
	width: 100%;
}
.guide_footer_title .navbar-nav{
	display: inline-block;
}
.guide_footer_actions{
	text-align: right;
	width: 100%;
}
.guide_footer_content a{
	vertical-align: middle;
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.guide_footer_content a:hover{
	color: rgba(255,255,255,.75);
}
.guide_footer_content a.btn{
	float: right;
}
.guide_footer .nav-link{
	text-decoration: none;
}
.footer_logo{
	/*margin-right: 2px;*/
}
.guide_footer .navbar-brand{
	text-align: left;
}
.guide_footer_slogan{
	display: inline-block;
	margin-top: 2px;
	color: rgba(255,255,255,.5);
}
.guide_footer.navbar{
	border-radius: 0;
}
.guide_footer .btn{
	margin-top: 1px;
	margin-left: 10px;
}
.guide_bottom_section{
	margin-bottom: 60px;
}
.related_guides{
	padding: 30px 15px;
}
.related_item{
	display: inline-block;
	background-color: #333333;
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	display: table;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.relaited_item__wide{
	height: 380px;
	margin-bottom: 0;
}
.related_item_text{
	padding: 0 15px;	
}
.related_item_text_title{
	color: #fff;
}
.related_item_text_title span{
	display: block;
	font-weight: normal;
	margin-top: 10px;
	color: rgba(255,255,255,.5);
}
.related_item_text{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	-webkit-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.related_item:hover .related_item_text{
	background-color: rgba(0,0,0,.1);
}
.clear-fix{
	clear: both;
}
.guide_top_section{
	padding-top: 60px;
}
.guide_section_items a{
	display: block;
	cursor: pointer;
	color: #6b6e7a;
	overflow: hidden;
}
.guide_section_items a:hover{
	color: #222;
}
.guide_top_section .fa{
	float: right;
	color: #777;
	-webkit-transition: transform .25s ease;
	-o-transition: transform .25s ease;
	transition: transform .25s ease;
}
.guide_top_section_header.collapsed .fa,.guide_bottom_section_header.collapsed .fa{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.guide_section_items .time.time__short{
	display: none;
}
@media screen and (min-width: 48em) and (max-width: 62em){
}
@media screen and (min-width: 62em) and (max-width: 74.99em) {
	ul.nav li {
		padding-left: 2px;
	}
}
@media screen and (max-width: 61.99em) {
	.navbar-brand {
		text-align: center;
		width: 100%;
		margin: 0;
		float: none;
		display: inline-block;
		/*margin-right: -71px;*/
	}
	.navbar-custom-white .navbar-brand {
		float: left;
		width: auto;
		margin-right: 1rem;
	}
	.navbar-brand img {
		display: inline-block;
		margin-left: -24px;
	}
	ul.nav li {
		padding-top: 3px;
		margin-bottom: -3px;
	}
}
@media screen and (max-width: 47.99em){
	#signup-slogan {
		line-height: 1.5em;
	}
	#signup form {
		margin-top: 0;
	}
	.navbar-custom-white .navbar-brand {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 610px) {
	.navbar-toggler {
		margin-left: -0.9375rem;
	}
	ul.nav {
		margin-right: -0.9375rem;
	}
}
@media screen and (max-width: 360px) {
	a.logo img{
		width: 100px;
	}
}
@media screen and (max-width: 1200px){
	.guide_footer .navbar-brand{
		width: auto;
		display: inline-block;
		float: none;
	}
	.guide_footer_actions,.guide_footer_title{
		text-align: center;
	}
	.guide_footer_actions{
		margin-top: 10px;
	}
}
@media screen and (min-width: 992px){
	.guide_sections .guide_section:nth-child(odd){
		/* padding-right: 50px; */
	}
	.guide_sections .guide_section:nth-child(even){
		/* padding-left: 50px; */
	}
}
@media screen and (max-width: 992px){
	.guide_top_section{
		border-bottom: 1px solid #D7E0E3;
	}
	.guide_top_section:before{
		display: none;
	}
	.guide_bottom_section{
		padding-top: 0px;
		border-bottom: none;
	}
	.guide_top_section h2{
		font-size: 1.25rem;
		width: 100%;
		padding-right: 0;
		cursor: pointer;
	}
	.guide_section__title h3{
		font-size: 1.25rem;
		padding-right: 30px;
		position: relative;
	}
	.guide_section__title .fa{
		position: absolute;
		top: 50%;
		right: 3px;
		margin-top: -9px;
		text-align: right;
	}
	.guide_header{
		height: 380px;
	}
	.guide_section_text{
		height: auto;
	}
	.section_select_title,.section_select_container{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.related_guides{
		padding: 15px 0;
	}
	.related_item{
		margin-bottom: 15px;
	}
	.guide_section_items a{
		padding: 0;
	}
	.guide_section_items a small.time{
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.section_select{
		display: none;
	}
	.guide_top_list_opener{
		margin-top: 7px;
	}
	.guide_top_list_opener span{
		display: none;
	}
	.guide_top_list_opener .fa{
		display: inline-block;
		font-size: 28px;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.guide_footer .navbar-brand{
		width: auto;
		margin: 0;
	}
	.guide_top_section{
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.guide_top_list_opener.collapsed .fa{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.guide_top_section:before{
		top: 102px;
	}
	.guide_sections{
		padding: 0;
	}
	.guide_section{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.nav-path{
		margin-top: 44px;
	}
	.guide_section__title{
		padding-bottom: 14px;
		margin-bottom: 20px;
	}
	.guide_section__title .fa{
		opacity: 1;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate: ;(90deg);
		transform: rotate(90deg);
	}
	.guide_section__title.expanded .fa{
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);

	}
	.guide_section ul.guide_section_items{
		display: none;
		padding-bottom: 40px;
	}
	.relaited_item__wide{
		height: 240px;
	}
	.related_item_text h3{
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 543px){
	.guide_footer .btn{
		margin: 0;
	}

}
@media screen and (max-width: 480px){
	.guide_header{
		height: 220px;
	}
	.guide_header_content_inner h1{
		font-size: 32px;
	}
	.guide_section_text{
		font-size: 14px;
	}
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
#darklogo {
	padding-top: 10px;
}
#agreement, #privacy, #feedback{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
