/*Pricing Page
 ------------------------------------*/

/*Pricing Head*/
.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
	padding: 0;
}
.pricing {
	position: relative;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px #eee;
}
.pricing:hover {
	box-shadow: 0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color: #74C52C;
}
.pricing-head {
	text-align: center;
}
.pricing h3, .pricing h4 {
	margin: 0;
	line-height: normal;
	font-weight: bold;
}
.pricing p {
	padding-top: 10px;
	font-size: 11px;
}
.pricing-head h3 span, .pricing-head h4 span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
}
.pricing-head h3 {
	color: #fff;
	padding: 8px 0;
	font-size: 33px;
	background: #333;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 0 #222;
	height: 52px;
	line-height:34px;
}
.pricing-head h4 {
	color: #888;
	padding: 5px 0;
	font-size: 70px;
	text-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-head h4 span {
	top: -10px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}

/*Pricing Content*/

.pricing-content {
	margin-bottom: 0px;
}
.pricing-content li {
	color: #333;
	font-size: 12px;
	padding: 7px 15px;
	border-bottom: solid 1px #f5f9e7;
}
.pricing-content li i {
	color: #72c02c;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
}

/*Pricing Footer*/
.pricing-footer {
	color: #777;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	padding: 0 20px 19px;
	border-radius: 0 0 3px 3px;
}

/*Pricing Active*/
.price-active, .pricing:hover {
	z-index: 9;
	margin-top: -15px;
}
.price-active h4 {
	color: #74C52C;
}

/*Pricing Extra*/

.bg-color {
	background-color: #f1f2f6;
}
.no-space-pricing {
	padding: 0 15px;
}

.sticker-right, .sticker-left {
	color: #fff;
	width: 150px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
}

.sticker-right {
	top: 13px;
	right: -49px;
	background: rgba(231, 76, 60, 1);
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.sticker-left {
	top: 9px;
	left: -48px;
	background: rgba(116, 197, 44, 1);
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*Pricing Table Colored Background Version
 ------------------------------------*/
.price-active, .pricing-bg-colored	.pricing:hover {
	margin-top: 0;
}
.pricing-bg-colored .pricing {
	overflow: hidden;
}
.pricing-bg-colored .pricing {
	border: 1px solid #EEEEEE;
}
.pricing-bg-colored .pricing:hover {
	background: #74C52C;
}
.pricing-bg-colored .pricing:hover li, .pricing-bg-colored .pricing:hover li i, .pricing-bg-colored .pricing:hover .pricing-head p {
	color: #fff;
}
.pricing-bg-colored .pricing-head i {
	color: #74C52C;
	padding-top: 20px;
	margin-top: 10px 0px;
}
.pricing-bg-colored .pricing-head p {
	color: #777;
	line-height: 17px;
	text-align: center;
	padding: 0px 20px 19px;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #F5F9E7;
}
.pricing-bg-colored h3 {
	border-bottom: 1px solid #fff;
}
.pricing-bg-colored h4 {
	color: #999;
	font-size: 70px;
	padding: 5px 0px;
	margin-top: -2px;
	font-family: Arial;
	background: #F7F7F7;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
}
.pricing-bg-colored .pricing:hover h4 {
	background: #fff;
}
.pricing-bg-colored h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-bg-colored h4 span {
	top: -10px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
.pricing-bg-colored .pricing-footer {
	padding: 2px 0px 19px;
}
.pricing-bg-colored .pricing-footer .btn-u {
	border: solid 1px #fff;
}

/*Pricing Zoom
 ------------------------------------*/

.pricing-zoom .pricing:hover {
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.pricing-zoom .pricing-head h4 {
	background: url("../../img/breadcrumbs.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.pricing-zoom .price-active .pricing-head h4, .pricing-zoom .pricing:hover .pricing-head h4 {
	padding: 15px 0;
	font-size: 80px;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}

/*Pricing Table Mega v1 Version
 ------------------------------------*/
.pricing-mega-v1 {
	padding: 10px 10px 0 10px;
}
.pricing-mega-v1 .price-active, .pricing-mega-v1 .pricing:hover {
	margin-top: 0;
}
.pricing-mega-v1 .pricing {
	position: relative;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0 0 0px #eee;
	border: 2px solid transparent;
}

.pricing-mega-v1 .pricing-head h4 {
	font-size: 20px;
	min-height: 103px;
}
.pricing-mega-v1 .pricing-head h4 i {
	color: #888;
}
.pricing-mega-v1 .pricing:hover h4 i {
	color: #74C52C;
}
.pricing-mega-v1 .pricing-head h4 span, .pricing-mega-v1 .pricing-content li span, .padding-mega-v1 .pricing-head .price span {
	padding: 10px 0px 0px;
}
.pricing-mega-v1 .pricing-head .price {
	font-size: 70px;
	font-style: normal;
	padding-bottom: 0px;
	background-color: #fff;
}

.price a {
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	padding-top: 13px;
	padding-bottom: 12px;
	width: 100%;
	display: block;
	color: #333;
	height: 53px;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	/* ...and now for the proper property */
	transition: .2s;
}

.price .join {
	background-color: #ffc556;
}

.price .join:hover {
	background-color: #f8d99f;
}

.price .pro {
	background-color: #f9873b;
	
    font-weight: 800;
}
.price .protop {
	font-weight: 400;
	font-size: 16px;
}

.price .pro:hover {
	background-color: #f7b990;
}

.price .sub {
	font-weight: 400 !important;
	font-size: 19px;
}

.pricing-mega-v1 .pricing-head h3, .pricing-mega-v1 .pricing-head h4 {
	font-style: normal;
	font-weight: normal !important;
}

.float-right {
	float: right;
}
.pricing-mega-v1 .hidden-area {
	margin-top: 157px;
	margin-left: 50px;
}
.pricing-mega-v1 .hidden-area:hover {
	margin-top: 157px;
}
.pricing-mega-v1 .hidden-area .pricing-head h4 {
	font-size: 28px;
	padding: 31px 0;
	min-height: 103px;
}
.pricing-mega-v1 .hidden-area:hover .pricing-head h4 {
	color: #888;
}
.pricing-mega-v1 .block .pricing-content  li i {
	font-size: 13px;
}
.pricing-mega-v1 .block li {
	text-align: center;
}
.pricing-mega-v1 .pricing-content li {
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	min-height: 41px;
}
.pricing-mega-v1 .pricing-content li i {
	color: #333333;
}
.pricing-mega-v1 .btn-group .dropdown-menu {
	width: 100%;
	background: #72c02c;
	border-color: #eee;
	margin: 0;
	border: 0;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a {
	color: #fff;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a:hover {
	background: #5fb611
}


/* comp page changes and buttons */
.nonbutton {
	color: #333;
    display: block;
    font-size: 19px;
    font-weight: 400;
    height: 53px;
    padding-bottom: 12px;
    padding-top: 13px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
    background-color: #ffc556;
    margin: 3px 0;
}

.nonpro {
	background-color: #f9873b;
	font-size: 16px;
    font-weight: 400;
}


.greenbutton {
	color: #333;
    display: block;
    font-size: 19px;
    font-weight: 600;
    height: 43px!important;
    padding-bottom: 12px;
    padding-top: 13px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
    background-color: #92c76b;
    margin: 3px 0;
    line-height:19px;
}

.greenbutton:hover {
	background-color: #d5f4bd;
}


/* Styles */
.clear {
	clear: both;
}
.switchbox .floatit {
	position: absolute;
    right: 6px;
    top: 55px;
}
.switchbox label {
	width: 100px;
	height: 30px;
	display: inline-block;
	position: relative;
	border-radius: 14px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background: rgb(138,138,138);
	background: -webkit-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -moz-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	line-height: 30px;
	font-size:12px;
	font-style: normal;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	font-weight: bold;
	-webkit-box-reflect: below 0px
		-webkit-gradient(linear, left top, left bottom,
		color-stop(0.5, transparent),
		to(rgba(255, 255, 255, 0.3)));
	cursor: pointer;
}

.switchbox label.attention:hover {
	background: rgb(238,159,7);
	background: -moz-linear-gradient(top,  rgba(238,159,7,1) 0%, rgba(240,171,8,1) 45%, rgba(243,182,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,159,7,1)), color-stop(45%,rgba(240,171,8,1)), color-stop(100%,rgba(243,182,15,1)));
	background: -webkit-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f07', endColorstr='#f3b60f',GradientType=0 );
}
.switchbox label.attention:hover:before {
	content: "☢"; /* &#9762; */
	font-size: 22px
}
.switchbox input[type=checkbox]:checked ~ label.attention:hover:before  {
	content: "6 Months";
}

.switchbox label i {
	position: absolute;
	top: -4px;
	right:65px;
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 36px;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.switchbox label i:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border-radius: 18px;
	background: rgb(239,239,239);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.switchbox label:hover i {
	box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.switchbox label:active i:before {
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.switchbox label:before {
	content: "Monthly";
	margin-left: 30px;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.switchbox input[type=checkbox]:checked ~ label:before {
	content: "6 Months";
	
	margin-right: 30px;
	margin-left: 0;
}


.switchbox input[type=checkbox]:checked ~ label{
	background: rgb(141,173,51);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
}

.switchbox input[type=checkbox]:checked ~ label i {
	right: -3px;
}

/* you can hide leter */
.switchbox input:before {
	content: "Logic:";
	margin-left: -35px;
	font-size: 10px;
	color: #333;
}
.switchbox input {
	display: none;
} 






/* Devices (Desktop Mode) */
@media (min-width: 992px) and (max-width: 1200px) {
	.sticker-right {
		top: 10px;
		right: -58px;
		padding: 3px;
		font-size: 10px;
	}
	.sticker-left {
		top: 10px;
		left: -58px;
		font-size: 10px;
		padding: 3px;
	}

	.pricing-mega-v1 .hidden-area {
		margin-left: 0;
	}
	
	.price .nonpro {
		padding-right:70px;
	}
	
	
}

/* Medium Devices (Desktops, 992px and less) */
@media (max-width: 991px) {
	/*Pricing Page*/
	.price-active, .pricing:hover {
		margin-top: 0;
	}
	.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
		padding: 10px;
	}
	.pricing-zoom .price-active .pricing-head h4, .pricing-zoom .pricing:hover .pricing-head h4 {
		padding: 5px 0;
		font-size: 70px;
	}
	.pricing-mega-v3 .pricing h4, .pricing-mega-v3 .pricing h3, .pricing-mega-v3 .pricing-content {
		border-left: 1px solid #eee;
	}

	.pricing-mega-v3 .block h5 {
		text-align: center;
		visibility: visible;
	}
	/*End Pricing Page*/

	.price .nonpro {
		padding-right:70px;
	}

}

@media (max-width: 500px) {
	.pricing-head h3 {
		font-size: 24px;
		height: 50px;
	}

	.priceswitch {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 40px;
	}

	.switchbox .floatit {
		top:55px;
	}


	.smallpro {
		font-size:13px;
	}

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

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

	.price a {

		font-size: 17px;
	}
	
	.price .nonpro {
		padding-right:90px;
		font-size: 17px;
	}

}

