@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-rtevm2');
	src:url('/fonts/icomoon.eot?#iefix-rtevm2') format('embedded-opentype'),
		url('/fonts/icomoon.woff?-rtevm2') format('woff'),
		url('/fonts/icomoon.ttf?-rtevm2') format('truetype'),
		url('/fonts/icomoon.svg?-rtevm2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-layout-design:before {
	content: "\e600";
}

.icon-hosting-questions:before {
	content: "\e601";
}

.icon-listen:before {
	content: "\e602";
}

.icon-settings:before {
	content: "\e603";
}

.icon-arrow-down:before {
	content: "\e604";
}

.icon-arrow-up:before {
	content: "\e605";
}

.icon-accept:before {
	content: "\e604";
}

.icon-money:before {
	content: "\e605";
}

.icon-email:before {
	content: "\e608";
}

.icon-facebook:before {
	content: "\e607";
}

.icon-info:before {
	content: "\e60A";
}

.icon-map:before {
	content: "\e60B";
}

.icon-phone:before {
	content: "\e60c";
}

.icon-graph:before {
	content: "\e60b";
}

.icon-search:before {
	content: "\e60e";
}

.icon-accept2:before {
	content: "\e60f";
}

.icon-thumbs-up:before {
	content: "\e610";
}

.icon-twitter:before {
	content: "\e60f";
}

.icon-people:before {
	content: "\e613";
}

.icon-general-questions:before {
	content: "\e611";
}

.icon-chart:before {
	content: "\e612";
}

.icon-calendar:before {
	content: "\e613";
}

.icon-chat:before {
	content: "\e614";
}

.icon-monitor:before {
	content: "\e615";
}

.icon-person:before {
	content: "\e616";
}

.icon-reply:before {
	content: "\e617";
}

.icon-uniE618:before {
	content: "\e618";
}

.icon-uniE619:before {
	content: "\e619";
}

.icon-uniE61A:before {
	content: "\e61a";
}

.icon-uniE61B:before {
	content: "\e61b";
}

.icon-uniE61C:before {
	content: "\e61c";
}

.icon-uniE61D:before {
	content: "\e61d";
}

.icon-uniE61E:before {
	content: "\e61e";
}

.icon-uniE61F:before {
	content: "\e61f";
}

.icon-uniE620:before {
	content: "\e620";
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

a,
.submit {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}


#header .holder:after,
.top-overlay .holder:after,
.pricing-block .holder:after {
	content: " ";
	display: block;
	clear: both;
}


#nav ul,
.ad-nav,
.top-overlay .app-list,
.intro-block .button-group,
.pricing-block .features ul,
.clients-block .client-list,
#footer .app-block .app-list,
#footer .app-block .social-networks ul,
.footer-bottom .contact-info,
.footer-bottom .contact-info > li .description .email-list,
.footer-nav,
.footer-nav > li ul,
.inner-section .downloads-block .download-list,
.inner-section .events-block .event-list,
.faqs-wrapper .subnav-holder ul,
.faqs-wrapper .faqs-block .description .accordion,
.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list,
.features-wrapper .tab-menu .top-level,
.features-wrapper .tab-menu .top-level > li ul,
.news-wrapper .news-details .discussion-form .comment-list,
.news-wrapper .side-column .widget .link-list,
.news-wrapper .side-column .contact-info,
.news-wrapper .side-column .contact-info > li .description .email-list,
.news-wrapper .category ul,
.news-wrapper .searchCat ul,
.pricing-wrapper .main-price .pro-features ul,
.signup .col .pro-features ul,
.signup .col .pro-features-mobile ul,
.pricing-wrapper .price-list ul,
.styles-wrapper .style-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.signup .col .pro-features-mobile {
	display:none;
}
.signup .col .pro-features {
	display:block;
}
.lighten {
	display:inline-block;
	padding-left:15px;
	opacity: 0.5;
	font-weight:300;
}
hr {
	margin:50px 0;
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

html {
	background:#fff;
	box-sizing: border-box;
}

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

body {
	margin: 0;
	color: #272727;
	background: #fff;
	font: 15px/30px "Open Sans", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	
	/* Zendesk Web Portal overrides */
	padding:0;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #5ea32e;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #959595;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	border: 1px solid #c4c4c4;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #787878 !important;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.holder {
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	background: url(/images/2015/img2.jpg) #70b83b no-repeat 50% 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 18px 0 14px;
}

#header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(14, 14, 14, .63) 0%, rgba(14, 14, 14, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(14, 14, 14, .63) 0%, rgba(14, 14, 14, 0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A10E0E0E', endColorstr='#000E0E0E', GradientType=0);
	height: 100%;
	z-index: -1;
}

#header.add:before {
	height: 117px;
}

#header .holder {
	padding: 0 10px;
}

#header .icon-arrow-down {
	float: left;
	font-size: 6px;
	line-height: 6px;
	color: rgba(255, 255, 255, .8);
	padding: 15px 16px 10px 11px;
	margin-top:5px;
}

#header .icon-arrow-down:hover {
	color: #fff;
	text-decoration: none;
}

.logo {
	float: left;
	width: 215px;
	height: 42px;
}

.logo img {
	display: block;
}

.menu {
	width: 16px;
	border-top: 2px solid #fff;
	position: relative;
	float: right;
	padding-bottom: 12px;
	margin-top: 12px;
	display: none;
}

.menu:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.menu:before,
.menu:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 2px;
}

.menu:after {
	top: 10px;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav-wrapper {
	display: block;
}

#nav {
	float: left;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 10px 5px 10px 15px;
}

#nav ul {
	letter-spacing: 0;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 5px 40px;
}

#nav li a {
	display: block;
	color: #fff;
	font-weight:600;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	color: #a8d7a2;
	text-decoration: none;
}

.ad-nav {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 10px 0;
	text-align: right;
}

.ad-nav li {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
 	padding:5px 25px; 
}

.ad-nav li a {
	display: block;	
}

.ad-nav li a.trial {
	color: #88accc;
}

.ad-nav li a.trial:hover,
.ad-nav li a.trial:active,
.ad-nav li a.trial:focus {
	color: #406d95;
	text-decoration: none;
}

.ad-nav li a.login {
	color: #fff;
}

.ad-nav li a.login:hover,
.ad-nav li a.login:active,
.ad-nav li a.login:focus {
	color: #a8d7a2;
	text-decoration: none;
}

.ad-nav li a.icon-search {
	color: #fff;
}

.ad-nav li a.icon-search:hover,
.ad-nav li a.icon-search:active,
.ad-nav li a.icon-search:focus {
	color: #a8d7a2;
	text-decoration: none;
}

.top-overlay {
	background: #11386c;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 18px 0 14px;
	display: none;
}

.top-overlay .icon-arrow-up {
	float: left;
	font-size: 6px;
	line-height: 6px;
	color: rgba(255, 255, 255, .5);
	padding: 15px 16px 10px 11px;
	margin-top:5px;
}

.top-overlay .icon-arrow-up:hover {
	color: #fff;
	text-decoration: none;
}

.top-overlay .search-form {
	float: right;
}

.top-overlay .search-form .input-holder {
	position: relative;
}

.top-overlay .search-form input[type="search"] {
	/*width: 449px;*/
	width:200px;
	height: 42px;
	background: #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #959595;
	padding: 6px 40px 6px 18px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.top-overlay .search-form .icon-search {
	position: absolute;
	top: 12px;
	right: 17px;
	color: #82a7ca;
}

.top-overlay .search-form ::-webkit-input-placeholder {
	color: #959595;
}

.top-overlay .search-form ::-moz-placeholder {
	opacity: 1;
	color: #959595;
}

.top-overlay .search-form :-moz-placeholder {
	color: #959595;
}

.top-overlay .search-form :-ms-input-placeholder {
	color: #959595;
}

.top-overlay .search-form .placeholder {
	color: #959595;
}

.top-overlay .app-list {
	float: left;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 74%;
}

.top-overlay .app-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 11.6% 6px 0;
}

.top-overlay .app-list li a {
	display: block;
}

.top-overlay .app-list li a img {
	opacity: .3;
	filter: alpha(opacity=30);
}

.top-overlay .app-list li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.top-overlay .exit-top-overlay {
	position:relative;
	float:right;
	color:#fff;
	font-size:1.3rem;
	margin:6px 0 0 10px;
	border-radius:50%;
	padding:15px;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.top-overlay .exit-top-overlay::after {
	content: 'x';
	position: absolute;
	left: 32%;
	top: 12px;
	line-height: 0;
}

.top-overlay .exit-top-overlay:hover {
	background: #0d2a4f;
	text-decoration:none;
}

.banner {
	background: url(/images/2015/img2.jpg) #70b83b no-repeat 50% 0;
	background-attachment: fixed;
	padding-top: 110px;
	width: 100%;
}

.banner .cycle-gallery {
	position: relative;
}

.banner .cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .cycle-gallery .slideset {
	width: 100%;
	float: left;
}

.banner .cycle-gallery .slide {
	width: 100%;
	float: left;
}

.banner .cycle-gallery .slide .active {
	z-index: 1;
}

.banner h1 {
	margin-top:30px;
	margin-bottom: 50px;
	font-size: 72px;
	color: #fff;
	text-align: center;
	font-weight:400;
	text-shadow: 1px 1px 0 rgba(0,0,0,.10);
	line-height:80px;
}

.banner h1 .small {
	font-size:50px;
	font-weight:300;
	line-height: 64px;
}

.banner .product-holder {
	text-align: center;
	position: relative;
}

.banner .product-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
	/*border-radius: 30px 30px 0 0;
	box-shadow: 0 0 80px 6px rgba(108, 166, 255, .2);*/
}

.banner .product-holder .btn-trial {
	position: absolute;
	bottom: 17%;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .product-holder .btn-trial a {
	background: #5ea32e;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 19px 64px;
	text-align: center;
	text-decoration: none;
}

.banner .product-holder .btn-trial a:hover {
	background: #c60;
}

.intro-block {
	background: #fff;
}

.intro-block .holder {
	padding: 80px 20px;
}

.intro-block .headline {
	overflow: hidden;
	margin-bottom: 65px;
	text-align:center;
}

.intro-block .headline h2 {
	margin-bottom: 5px;
	font-size: 37px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
}

.intro-block .headline p {
	margin: 0;
}

.portfolio{
	position:relative;
	padding:50px 0 0 0;
}
.portfolio p.desc {
	font-size: 18px;
	margin-bottom: 50px;
	text-align:center;
}
.portfolio.portfolio2{
	padding:40px 0 0 0;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
#portfolio-items-wrap {
	position: relative;
	padding: 0;
	width: 100.1%;
	margin: 0 auto;
	display: block;
	overflow:hidden;
	
}
#portfolio-items-wrap .one-third {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 25%;
	padding: 0;
}
.portfolio-item.current {
	box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
}
.portfolio .portfolio-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFD600;
}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info i {
	top: 58%;
	font-size: 50px;
}
.portfolio-overlay .thumb-info h3 {
	top: 38%;
	font-size: 30px;
}
.portfolio-overlay .thumb-info p {
	top: 50%;
	font-size: 13px;
}
.portfolio-overlay .thumb-info h3 {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}
.portfolio-overlay .thumb-info i {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
}
.portfolio .view-more {
	width: 100%;
	text-align: center;
	display: block;
	background-color: #70b83b;
	line-height: 60px;
	color: #fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight: 600;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.portfolio .view-more:hover { background-color:#082250; text-decoration:none; }
.freshdesignweb h5{
	color:#fff;
	margin: 15px 0 0 0;
	width: 80%;
	display: inline-block;
	font-weight:300;
}
.freshdesignweb h5 span{
	font-weight:600;
}


.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

#portfolio-items-wrap .container.portfolio-item.description {
	width:100% !important;
	padding:0 20%;
}

.latest-pro{
	text-align:center;
	padding:45px 0 0 0;
	background-color:#1d345d;
	border-bottom:1px solid #e2e2e2;
}
.latest-pro .devices{
	margin:55px 0 0 0;
}

.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
	width: 100%;

}
.da-thumbs li  {
	overflow: hidden;

}
.da-thumbs li  article {
	position: absolute;
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
	height:100%;
}

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

.da-thumbs li  article h3{
color:#fff;

}

.da-thumbs li  article span{

color:#fff;
display:block;
}


.photo-icon i{
	font-size:36px;
	margin: 25% 0 0 0;
	display:block;
}
.video-icon i{
	font-size:36px;
	margin: 20% 0 0 0;
	display:block;
}
a.i{
	text-decoration:none;
}
span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

.portfolio_2col article h3{
padding-top:70px !important;
}

/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	width:100%;
	position:relative;

}

.image_grid li{
	float: left;
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;

	text-align:center;
}

.spinner, .cbp-popup-loadingBox, .tp-loader.spinner0, #fancybox-loading div {
	height: 40px;
width: 40px;
position: relative;
-webkit-animation: rotation .8s infinite linear;
-moz-animation: rotation .8s infinite linear;
-o-animation: rotation .8s infinite linear;
animation: rotation .8s infinite linear;
border-left: 3px solid rgba(156,188,104,.15);
border-right: 3px solid rgba(156,188,104,.15);
border-bottom: 3px solid rgba(156,188,104,.15);
border-top: 3px solid rgba(156,188,104,.8);
border-radius: 100%;
}

.visit { margin-bottom:35px; }
.visit.btm { display:none }

.gal-link img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.gal-link:hover img {
-webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-links .next {
	float:right;
}

.page-links .prev {
	float:left;
}

.btn.view {
  border: 1px solid #a8a8a8;
  display: inline-block;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  color: #272727;
  background: #fff;
  padding: 18px 20px;
  text-decoration: none;
  text-transform: uppercase;
  margin:35px 0;
  min-width:275px;
  text-align:center;
}

.btn.view:hover {
  background: #f2f2f2;
  color: #272727;
}

.inner-section .holder h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
	overflow: hidden;
	padding: 20px 0;
	word-spacing: 2px;
}

.index-blocks img {
	border: 7px solid #fff;
	border-radius: 50%;
	margin: 0 30px 0 1px;
	background: #fff;
	display:block;
	margin:25px auto !important;
}
.index-blocks .block.col {
	display:inline-block;
	width: 24%;
	height: 250px;
	position:relative;
}
.index-blocks .text-box {
	display: block;
	margin-top: -0.5rem;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	padding:0 10px;
}
.index-blocks .text-box h3 {
 	margin-bottom:0.5rem;
 	color: #5ea32e;
}
 
.index-blocks  time, .index-blocks  .email, .index-blocks .position {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: .5rem;
}

.col.contact {
	display:inline-block;
	width: 48%;
	float:left;
	height:175px;
}

.col.contact h2 {
	margin: .5rem 0 1rem 0;
	text-align:left;
}

/*Forms Module style */
/*.dform_container input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    margin: 0;
    padding: 12px 7px!important;
    width: 80%!important;
}*/

#forms_field_1 .dform_container input.text,
#forms_field_2 .dform_container input.text,
#forms_field_4 .dform_container input {
	width:35% !important;
}

.wufoo #header {
	background:none;
	position:static;
	padding-bottom:35px;
}

.wufoo .info h2 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color:#272727;
	display:none;
	margin-bottom:1rem;
}

.wufoo li.focused {
	background-color:transparent;
	border-radius:5px;
}

form li.error {
	border-radius:5px;
}

#errorLi {
	border-radius:5px;
	border-size:2px;	
}

.pgStyle1 .done var {
	background: #E4E4E4;
}

.wufoo .info {
	border-bottom: 1px solid #c4c4c4;
}
.wufoo li.paging-context {
	padding: 10px 1px 12px 1px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom:35px;
}

.circle7 var {
	height:50px;
	width:50px;
	border-radius:50%;
	font-size:20px;
	line-height:50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin-bottom:0;
}

.pgStyle1 .selected var {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color:#70b83b;
	background:transparent;
	border:5px solid #70b83b;
	line-height:40px;
}

.pgStyle1 .selected b {
	color:#70b83b;	
}

form li {
	padding: 6px 1px 9px 1px;
}

.page2 li,
.page3 li,
.page4 li,
.page5 li,
.page6 li,
.page7 li {
	padding: 15px 1px 15px 1px;
}

button.link {
	margin-left:30px;
}

#fo74li30 {
	padding:35px 0;
}

.wufoo .buttons .marker {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;	
}

.wufoo textarea.textarea,
.wufoo input.text,
.dform_container input,
.dform_container textarea {
	background:#fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    margin: 0;
    padding: 12px!important;
    width: 80%!important;
    color: #272727;
}

.dform_container textarea {
	height:200px;
}

.btTxt,
.dform_container .submit {
    background: none repeat scroll 0 0 #5ea32e;
    border: 1px solid #5ea32e;
    border-radius: 4px !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding: 18px 20px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 30%!important;
    min-width: 280px;
    margin-top:34px;    
}
.btTxt:hover,
.dform_container .submit:hover {
	background: #6dbd35;
}

.btTxt {
	margin-top:0;
}

#previousPageButton {
	margin-left:35px;
	color:#5ea32e;
}

form li.buttons {
	padding:35px 0 10px 0;
}

#fo74li400 h1 {
	margin-top:20px;
	margin-bottom:15px;
	font-size: 42px;
	color:#539928;
}

#instruct400 {
	padding: 0;
	font-size:14px;
}

form li.complex div span.right select {
	width:80%;
}

/* End Forms Module / Wufoo styles */


@media only screen and (max-width: 480px) {
	
.news-wrapper .news-details .post .description .post-image.inner {
	width:50%;
	height:auto;
}
	
	.circle7 td {
		display:inline-block;
		width:30%;
	}
	
	.circle7 b {
		line-height:normal;	
	}
	
	.wufoo .buttons .marker {
		position: static;
		margin: 0 auto;
		text-align: center;
		display: block;
		float: none;
	}
	
	.dform_container .submit,
	#forms_field_1 .dform_container input.text,
	#forms_field_2 .dform_container input.text,
	.dform_container input,
	.dform_container textarea {
	    width:100% !important;
	}
	
	
	.index-blocks .block.col {
		width: 45%;
	}
	
	.col.contact {
		width: 100%;
		height:auto;
		margin-bottom:35px;
	}
		
	.hide-for-small { display:none !important; }
	
	.cbp-popup-singlePage .cbp-popup-content {
		margin-top:100px;
	}
	
	.cbp-popup-singlePage h1 {
		text-align:center;	
	}
	

	
	.visit.top { display:none !important; }
	.visit.btm { display:inline-block !important; margin-top:25px; width:100%; }
	
	/* Responsive image grid*/
	/* Mobile landscape width 320 */
	.image_grid{
	width:100%;
	}
	
	.image_grid li img{
	width:100%;
	}
}

@media only screen and (max-width: 767px) {
	
	.image_grid{
	width:100%;
	}
	
	.image_grid li img{
	width:100%;
	}
}


 @media only screen and (min-width: 480px) and (max-width: 767px) {

	.index-blocks .block.col {
		width: 30%;
	}

	.image_grid li{
	width:100% !important;
	}
	
	.portfolio_4col .da-thumbs li article h3{
	padding-top:58px;
	}
	
	.portfolio_3col .da-thumbs li article h3{
	padding-top:34px;
	}
	
	.portfolio_2col .da-thumbs li article h3{
	padding-top:23px !important;
	}

}

.intro-block .intro-frame {
	padding-bottom: 46px;
}

.intro-block .intro-frame .logo {
	width: 223px;
	height: 98px;
	margin: 10px 1% 0 8%;
	opacity: .5;
	filter: alpha(opacity=50);
}

.intro-block .intro-frame .logo img {
	width: 100%;
	height: auto;
}

.intro-block .intro-frame .description {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	color: #2a2a2a;
	overflow: hidden;
	padding: 0 25px;
	width: 70%;
}

.intro-block .button-group {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: center;
}

.intro-block .button-group li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 33.33%;
	padding: 0 20px 10px;
}

.intro-block .button-group .btn {
	border: 1px solid #a8a8a8;
	display: block;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #272727;
	background: #fff;
	padding: 18px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.intro-block .button-group .btn:hover {
	background: #f2f2f2;
	color: #272727;
}

.intro-block .button-group .btn.btn-trial {
	font-weight: bold;
	background: #5ea32e;
	color: #fff;
	border-color: #5ea32e;
}

.intro-block .button-group .btn.btn-trial:hover {
	background: #6dbd35;
}

.portfolio-block {
  min-height: 0px;
  background-color: #F8F8F8;
  position: relative;
  margin: 0 auto;
  padding: 0 0 120px 0;
	box-shadow: inset 0 3px 7px -5px rgba(0,0,0,0.45);
}

.portfolio-block .headline {
  overflow: hidden;
  padding-top:65px;
  text-align:center;
}

.portfolio-block .headline h2 {
  margin-bottom: 5px;
  font-size: 42px;
  line-height: 40px;
  font-weight: 300;
  color: #5ea32e;
}

.portfolio-block .headline p {
  margin: 0;
}

.portfolio-block .portfolio {
	margin:0 auto;
	max-width:1200px;
}

.visit,
.btn-more,
.event-btn-more {
	display: block;
}

.visit,
.btn-more a,
.event-btn-more a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	border: 1px solid #a8a8a8;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	text-align: center;
	padding: 15px 20px;
	min-width: 287px;
	text-decoration: none;
}

.visit { float:right;}

.visit:hover {
	background: rgba(255,255,255,.2);
}

.btn-more a:hover {
	background: #f2f2f2;
	color: #272727;
}

.lt-gray-wrapper {
	background:#F8F8F8;
	overflow: auto;
	min-height: 220px;
}

.lt-gray-wrapper h2 {
	text-align:center;
}

.lt-gray-wrapper p {
	margin:0 5%;
}

.registration-block {
	background: #11386c url(/images/2015/graphic-paint.png) no-repeat 70% 0;
	background-attachment: fixed;
}

.registration-block .holder {
	position: relative;
	padding: 50px 7% 135px;
}

.registration-block .image-holder {
	position: absolute;
	bottom: -15px;
	left: 9px;
}

.registration-block .image-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.registration-block .description {
	padding: 40px 0 40px 50%;
	font-size: 15px;
	line-height: 33px;
	color: #eaeaea;
	position: relative;
	z-index: 1;
}

.registration-block .description h2 {
	margin-bottom: 5px;
	color: #5ea32e;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

.registration-block .description p {
}

.registration-block .description .btn-more a {
	background: #0f0f0f;
	color: #fff;
}

.registration-block .description .btn-more a:hover {
	background: #1a1a1a;
}

.attendance-block {
	background: #fff;
}

.attendance-block .holder {
	position: relative;
	min-height: 380px;
	padding: 80px 7%;
}

.attendance-block .image-holder {
	position: absolute;
	bottom: -40px;
	right: 9px;
}

.attendance-block .image-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.attendance-block .description {
	padding: 50px 50% 31px 0;
	font-size: 15px;
	line-height: 33px;
	color: #272727;
	position: relative;
	z-index: 1;
}

.attendance-block .description h2 {
	margin-bottom: 5px;
	color: #5ea32e;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

.attendance-block .description p {
	margin-bottom: 29px;
}

.messaging-block {
	background: #11386c url(/images/2015/graphic-mobile.png) no-repeat 70% 0;
	background-attachment: fixed;
}

.messaging-block .holder {
	position: relative;
	min-height: 380px;
	padding: 80px 7%;
}

.messaging-block .image-holder {
	position: absolute;
	bottom: -27px;
	left: 28px;
}

.messaging-block .image-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.messaging-block .description {
	padding: 27px 0 28px 55%;
	font-size: 15px;
	line-height: 33px;
	color: #eaeaea;
	position: relative;
	z-index: 1;
}

.messaging-block .description h2 {
	margin-bottom: 5px;
	color: #5ea32e;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

.messaging-block .description p {
	margin-bottom: 36px;
}

.messaging-block .description .limit {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	padding-top: 10px;
}

.messaging-block .description .btn-more a {
	background: #0f0f0f;
	color: #fff;
}

.messaging-block .description .btn-more a:hover {
	background: #1a1a1a;
}

.other-features {
	background: #fff;
	text-align: center;
}

.other-features .holder {
	padding: 97px 10px 80px;
}

.other-features .three-columns {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding-bottom: 23px;
}

.other-features .three-columns .col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	font-size: 15px;
	line-height: 33px;
	letter-spacing: 0;
	padding: 0 34px;
}

.other-features .three-columns .col .top-icon {
	display: block;
	color: #8d908a;
	margin-bottom: 12px;
}

.other-features .three-columns .col .top-icon .icon-billion {
	font-size: 40px;
	line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-thumbs-up {
	font-size: 40px;
	line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-settings {
	font-size: 40px;
	line-height: 40px;
}

.other-features .three-columns .col .top-icon .icon-listen {
	font-size: 39px;
	line-height: 39px;
}

.other-features .three-columns .col h3 {
	margin-bottom: 7px;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.other-features .three-columns .col h3 a:hover {
	text-decoration:none!important;
}

.pricing-block {
	background: #5ea32e url(/images/2015/img6.png) no-repeat;
	background-attachment: fixed;
}

.pricing-block .holder {
	padding: 70px 20px 50px;
}

.pricing-block .price {
	float: right;
	text-align: center;
	padding: 150px 40px;
	width: 38%;
}

.pricing-block .price .amount {
	display: block;
	font-size: 43px;
	line-height: 48px;
	font-weight: 300;
	color: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}

.pricing-block .price .amount .value-holder {
	display: inline-block;
	vertical-align: top;
}

.pricing-block .price .amount .unit {
	display: inline-block;
	vertical-align: top;
	padding: 40px 0;
}

.pricing-block .price .amount .value {
	font-size: 133px;
	line-height: 133px;
	letter-spacing: -5px;
}

.pricing-block .price .amount .duration {
	display: inline-block;
	vertical-align: top;
	padding: 41px 6px;
	text-align: left;
}

.pricing-block .price .amount .duration .price-info {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	display: block;
	max-width: 103px;
}

.pricing-block .price .btn-more a {
	background: rgba(94,163,16,.5);
	border-color: #d3d3d3;
	border-width:2px;
	color: #fff;
	min-width: 327px;
}

.pricing-block .price .btn-more a:hover {
	background: #6dbd35;
}

.pricing-block .features {
	float:left;
	overflow: hidden;
}

.pricing-block .features li {
	overflow: hidden;
	margin-bottom: 44px;
}

.pricing-block .features li .image-holder {
	display: inline-block;
	vertical-align: middle;
	font-size: 58px;
	line-height: 58px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.pricing-block .features li .description {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 33px;
	color: #fff;
	padding: 0 34px;
	width: 75%;
}

.pricing-block .features li .description h2 {
	margin-bottom: 4px;
	font-size: 26px;
	line-height: 33px;
	font-weight: 300;
	color: #fff;
}

.pricing-block .features li .description h2 strong {
	font-weight: bold;
}

.pricing-block .features li .description p {
	margin-bottom: 10px;
}

.clients-block {
	background: #fff;
}

.clients-block .slick-initialized .slick-slide {
	text-align: center;
}

.clients-block .holder {
	padding: 75px 10px 75px;
	width:95%; /* Allow room for the arrows as screen shrinks */
}

.clients-block li a {
	display: inline-block;
}

.clients-block .client-list li img {
	width:100%;
	height:auto;
	max-height:100px; /* Make sure logo doesn't get taller than 100px in height */
}

.clients-block .client-list .logo-lpb,
.clients-block .client-list .logo-emler,
.clients-block .client-list .logo-kfsc,
.clients-block .client-list .logo-cek,
.clients-block .client-list .logo-gymu {
	opacity: .6;
	filter: alpha(opacity=60);
}

.clients-block .client-list .logo-lpb:hover,
.clients-block .client-list .logo-emler:hover,
.clients-block .client-list .logo-kfsc:hover,
.clients-block .client-list .logo-cek:hover,
.clients-block .client-list .logo-gymu:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*	GymU's square-ish dimensions allowed it to fill in it's container more than the other rectangular logos, making it visibly larger.
	Setting a height to 75px prevents it from growing taller */
.clients-block .client-list .logo-gymu img {
	height:75px;
}

/* Push Cal Elite Kids logo down some */
.clients-block .client-list .logo-cek img {
	margin-top:10px;
}


.portfolio-wrapper.holder {
	padding: 35px 0;
}

#footer {
	background: #1e1e1e;
	
	/* Zendesk Web Portal overrides */
	height:auto !important;
	text-align:inherit !important;
	margin:0 !important;
	max-width:inherit !important;
}

#footer a {
	text-decoration: none !important; /* Zendesk Web Portal overrides */
}

#footer .app-block {
	background: #0e0e0e;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footer .app-block .holder {
	padding: 40px 10px;
	letter-spacing: 0;
}

#footer .app-block .app-list {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

#footer .app-block .app-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 40px;
}

#footer .app-block .app-list li a {
	display: block;
	opacity: .3;
	filter: alpha(opacity=30);
}

#footer .app-block .app-list li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#footer .app-block .social-networks {
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px;
	width: 40%;
	text-align: right;
}

#footer .app-block .social-networks .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #5c5c5c;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	max-width: 150px;
}

#footer .app-block .social-networks ul {
	display: inline-block;
	vertical-align: middle;
}

#footer .app-block .social-networks ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 7px;
}

#footer .app-block .social-networks ul li a {
	display: block;
	background: rgba(255, 255, 255, .19);
	width: 46px;
	height: 46px;
	border-radius: 200px;
	text-align: center;
	text-decoration: none;
	color: #0e0e0e;
}

#footer .app-block .social-networks ul li a:hover {
	background: #fff;
}

#footer .app-block .social-networks ul li .icon-facebook {
	font-size: 22px;
	line-height: 46px;
}

#footer .app-block .social-networks ul li .icon-twitter {
	font-size: 20px;
	line-height: 46px;
}

.footer-bottom .holder {
	padding: 69px 10px;
	overflow: hidden;
}

.footer-bottom .contact-info {
	float: left;
	min-width: 260px;
	max-width: 294px;
}

.footer-bottom .contact-info > li {
	overflow: hidden;
	margin-bottom: 32px;
}

.footer-bottom .contact-info > li .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 45px;
	line-height: 45px;
	color: #5f5f5f;
}

.footer-bottom .contact-info > li .icon.icon-phone {
	font-size: 38px;
	line-height: 38px;
}

.footer-bottom .contact-info > li .icon.icon-email {
	font-size: 30px;
	line-height: 30px;
}

.footer-bottom .contact-info > li .description {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	padding: 0 17px;
}

.footer-bottom .contact-info > li .description address {
	font-style: normal;
}

.footer-bottom .contact-info > li .description dl dt {
	float: left;
	width: 60px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
	text-transform: uppercase;
}

.footer-bottom .contact-info > li .description dl dd {
	margin: 0;
	overflow: hidden;
}

.footer-bottom .contact-info > li .description dl dd a {
	color: #fff;
}

.footer-bottom .contact-info > li .description .email-list li a {
	color: #fff;
}

.footer-bottom .contact-info > li .description .email-list li a:hover,
.footer-bottom .contact-info > li .description .email-list li a:active,
.footer-bottom .contact-info > li .description .email-list li a:focus {
	color: #bfbfbf;
	text-decoration: none;
}

.footer-nav {
	overflow: hidden;
	padding: 0 5%;
}

.footer-nav > li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
}

.footer-nav > li .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 22px;
	text-transform: uppercase;
	color: #b2b2b2;
}

.footer-nav > li .title a {
	color: inherit;
}

.footer-nav > li .title a:hover,
.footer-nav > li .title a:active,
.footer-nav > li .title a:focus {
	color: #727272;
	text-decoration: none;
}

.footer-nav > li ul li {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.footer-nav > li ul li:before {
	content: ".:";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #fff;
}

.footer-nav > li ul li a {
	color: #fff !important /* Zendesk Web Portal override */;
}

.footer-nav > li ul li a:hover,
.footer-nav > li ul li a:active,
.footer-nav > li ul li a:focus {
	color: #bfbfbf;
	text-decoration: none;
}

.inner-section {
	padding-top: 100px;
}

.inner-section .heading {
	background: #11386c url(/images/2015/bg-heading2.png) no-repeat 67% 0;
}

.inner-section .heading .holder {
	padding: 35px 20px;
	overflow: hidden;
	min-height: 130px;
}

.inner-section .heading h1 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
	float: left;
	max-width: 55%;
	padding: 5px 27px;
}

.inner-section .heading .btn-trial {
	float: right;
	max-width: 50%;
}

.inner-section .heading .btn-trial a {
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	text-align: center;
	padding: 17px 20px;
	min-width: 347px;
	text-decoration: none;
}

.inner-section .heading .btn-trial a:hover {
	background: #336699;;
}

.inner-section .download-wrapper {
	padding: 43px 34px;
}

.inner-section .downloads-block {
	overflow: hidden;
	margin-bottom: 46px;
}

.inner-section .downloads-block h2 {
	margin-bottom: 49px;
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	color: #5ea32e;
	border-bottom: 1px solid #c4c4c4;
	padding: 20px 10px 29px;
}

.inner-section .downloads-block .download-list {
	margin: 0 -23px;
	overflow: hidden;
}

.inner-section .downloads-block .download-list li {
	float: left;
	width: 33.33%;
	padding: 0 23px 10px;
}

.inner-section .downloads-block .download-list li .download-box {
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 32px 29px 24px 29px;
	position: relative;
}

.inner-section .downloads-block .download-list li .download-box:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 4px;
	background: #5ea32e;
}

.inner-section .downloads-block .download-list li .download-box .common-height {
	overflow: hidden;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon {
	margin-bottom: 26px;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-thumb,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-excel,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-get-start,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-quick-ref,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-icp-connect,
.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-holiday {
	font-size: 72px;
	line-height: 72px;
	color: #5f5f5f;
	opacity:0.6;
}

.inner-section .downloads-block .download-list li .download-box .preview-icon .icon-net {
	font-size: 40px;
	line-height: 72px;
	color: #5f5f5f;
	opacity:0.6;
}

.inner-section .downloads-block .download-list li .download-box p {
	margin-bottom: 36px;
}

.inner-section .downloads-block .download-list li .download-box .btn {
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	border: 1px solid #c4c4c4;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 15px 20px;
	text-decoration: none;
}

.inner-section .downloads-block .download-list li .download-box .btn:hover {
	background: #f2f2f2;
	color: #272727;
}

.inner-section .event-wrapper {
	padding: 77px 34px 49px;
}

.inner-section .event-wrapper .event-info {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 69px;
}

.inner-section .event-wrapper .event-info .image-holder {
	display: inline-block;
	vertical-align: bottom;
	width: 58.4%;
	margin-right: -4px;
}

.inner-section .event-wrapper .event-info .image-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.inner-section .event-wrapper .event-info .description {
	display: inline-block;
	vertical-align: top;
	padding: 34px 20px;
	width: 40%;
	margin-right: -4px;
}

.inner-section .event-wrapper .event-info .description .event-date {
	font-size: 40px;
	line-height: 43px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin-bottom: 13px;
}

.inner-section .event-wrapper .event-info .description h2 {
	margin-bottom: 13px;
	font-size: 33px;
	line-height: 36px;
	font-weight: 300;
	color: #5ea32e;
}

.inner-section .event-wrapper .event-info .description p {
	margin-bottom: 22px;
}

.event-fancy-description {
	margin-top:22px;
}

.event-fancy-description .event-date {
	font-size: 37px;
	line-height: 43px;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin: 13px 0px;
	color: #5ea32e;
}

.event-fancy-description h2 {
	margin-bottom: 13px;
	font-size: 33px;
	line-height: 36px;
	font-weight: 300;
	color: #000;
}

.event-fancy-description p {
	margin-bottom: 22px;
}

.inner-section .event-wrapper .event-info .description .btn-more,
.inner-section .event-wrapper .event-info .description .event-btn-more {
	display: block;
	padding-right: 16%;
}

.inner-section .event-wrapper .event-info .description .btn-more a,
.inner-section .event-wrapper .event-info .description .event-btn-more a {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #5ea32e;
	background: #5ea32e;
	display: block;
	border-radius: 4px;
	text-align: center;
	padding: 18px 20px;
	text-decoration: none;
}

.inner-section .event-wrapper .event-info .description .btn-more a:hover,
.inner-section .event-wrapper .event-info .description .event-btn-more a:hover {
	background: #6dbd35;
}

.inner-section .events-block {
	overflow: hidden;
	margin-bottom: 27px;
}

.inner-section .events-block h2 {
	margin-bottom: 49px;
	font-size: 35px;
	line-height: 38px;
	font-weight: 300;
	color: #5ea32e;
	border-bottom: 1px solid #c4c4c4;
	padding: 20px 10px 28px;
}

.inner-section .events-block .event-list {
	margin: 0 -23px;
	overflow: hidden;
}

.inner-section .events-block .event-list li {
	float: left;
	width: 33.33%;
	padding: 0 23px 10px;
}

.inner-section .events-block .event-list li .event-box {
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 28px 29px 19px;
	position: relative;
}

.inner-section .events-block .event-list li .event-box .common-height {
	overflow: hidden;
}

.inner-section .events-block .event-list li .event-box:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 4px;
	background: #5ea32e;
}

.inner-section .events-block .event-list li .event-box .event-date {
	display: block;
	margin-bottom: 39px;
}

.inner-section .events-block .event-list li .event-box .event-date .day {
	text-transform: uppercase;
	display: block;
}

.inner-section .events-block .event-list li .event-box .event-date .date {
	display: block;
	font-size: 77px;
	line-height: 68px;
	margin-bottom: 3px;
	font-weight: 300;
	color: #5ea32e;
}

.inner-section .events-block .event-list li .event-box .event-date .month {
	display: block;
	font-size: 39px;
	line-height: 42px;
	text-transform: uppercase;
}

.inner-section .events-block .event-list li .event-box .event-name {
	display: block;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

.inner-section .events-block .event-list li .event-box .event-location {
	line-height: 28px;
	margin-bottom: 18px;
}

.inner-section .events-block .event-list li .event-box .btn-more,
.inner-section .events-block .event-list li .event-box .learn-more {
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	border: 1px solid #c4c4c4;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 15px 20px;
	text-decoration: none;
}

.inner-section .events-block .event-list li .event-box .btn-more:hover,
.inner-section .events-block .event-list li .event-box .learn-more:hover {
	background: #f2f2f2;
	color: #272727;
}

.inner-section .invitation-bar {
	background: #5ea32e;
	margin-bottom: 20px;
	overflow: hidden;
}

.inner-section .invitation-bar .holder {
	padding: 20px;
}

.inner-section .invitation-bar .left-column {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.inner-section .invitation-bar .left-column h2 {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	line-height: 29px;
	font-weight: 600;
	color: #fff;
	width: 35%;
}

.inner-section .invitation-bar .left-column .description {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: 63%;
}

.inner-section .invitation-bar .left-column .description p {
	margin-bottom: 0;
}

.inner-section .invitation-bar .btn-submit {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #5ea32e;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	padding: 15px 20px;
	width: 286px;
	text-decoration: none;
}

.inner-section .invitation-bar .btn-submit:hover {
	background: #e47506;
}

.lt-gray-wrapper .holder,
.general-wrapper,
.faqs-wrapper {
	padding: 30px 34px 60px;
}

.general-wrapper.holder .main-image {
	margin:20px 0 20px 20px;
	float:right;
	width:30%;
	height:auto;
}

.faqs-wrapper .subnav-holder {
	border-bottom: 1px solid #c4c4c4;
}

.faqs-wrapper .subnav-holder ul {
	font-size: 1px;
	line-height: 0;
	letter-spacing: -4px;
	text-align: justify;
}

.faqs-wrapper .subnav-holder ul:after {
	content: "";
	text-align: justify;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.faqs-wrapper .subnav-holder ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 21px 10px 35px;
}

.faqs-wrapper .subnav-holder ul li a {
	color: #272727;
}

.faqs-wrapper .subnav-holder ul li a:hover,
.faqs-wrapper .subnav-holder ul li a:active,
.faqs-wrapper .subnav-holder ul li a:focus {
	color: black;
	text-decoration: none;
}

.faqs-wrapper .faqs-content {
	overflow: hidden;
}

.faqs-wrapper .faqs-block {
	overflow: hidden;
	padding: 43px 0 60px;
	border-bottom: 1px solid #c4c4c4;
}

.faqs-wrapper .faqs-block:last-child {
	border-bottom: none;
}

.faqs-wrapper .faqs-block .title-holder {
	float: left;
	width: 24.5%;
	padding: 18px 5px;
	text-align: center;
	color: #5ea32e;
}

.faqs-wrapper .faqs-block .title-holder .icon {
	display: block;
	margin-bottom: 19px;
}
.faqs-wrapper .faqs-block .title-holder .icon-hosting-questions,
.faqs-wrapper .faqs-block .title-holder .icon-layout-design,
.faqs-wrapper .faqs-block .title-holder .icon-general-questions,
.faqs-wrapper .faqs-block .title-holder .icon-new-to,
.faqs-wrapper .faqs-block .title-holder .icon-financial,
.faqs-wrapper .faqs-block .title-holder .icon-security {
	font-size: 90px;
	line-height: 90px;
}

.faqs-wrapper .faqs-block .title-holder h2 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

.faqs-wrapper .faqs-block .description {
	overflow: hidden;
}

.faqs-wrapper .faqs-block .description .accordion {
	padding-left: 4.8%;
}

.faqs-wrapper .faqs-block .description .accordion > li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #c4c4c4;
}

.faqs-wrapper .faqs-block .description .accordion > li:last-child {
	border-bottom: none;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 {
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	color: #5ea32e;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:active,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:focus {
	color: #2a4055;
	text-decoration: none;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle {
	position: absolute;
	top: 9px;
	left: 0;
	width: 15px;
	height: 15px;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 1px;
	background: #5ea32e;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener .toggle:after {
	content: "";
	position: absolute;
	top: 0;
	left: 7px;
	height: 15px;
	width: 1px;
	background: #5ea32e;
}

.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover .toggle:before,
.faqs-wrapper .faqs-block .description .accordion > li h3 .opener:hover .toggle:after {
	background: #2a4055;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide {
	padding: 33px 12% 9px 2.9%;
	font-size: 15px;
	line-height: 30px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide p {
	margin-bottom: 30px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder p {
	margin: 0;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list li {
	position: relative;
	padding-left: 10px;
}

.faqs-wrapper .faqs-block .description .accordion > li .slide .list-holder .list li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background: #272727;
	position: absolute;
	top: 13px;
	left: 1px;
}

.faqs-wrapper .faqs-block .description .accordion > li.active h3 .opener .toggle:after {
	display: none;
}

.features-wrapper {
	padding: 25px 34px 95px;
	overflow: hidden;
}

.features-wrapper .tab-menu {
	float: left;
	width: 268px;
	padding: 7px 10px 7px 0;
}

.features-wrapper .tab-menu .top-level > li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 28px;
}

.features-wrapper .tab-menu .top-level > li .icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 41px;
	line-height: 45px;
	color: #c0c0c0;
}

.features-wrapper .tab-menu .top-level > li .icon.icon-billion {
	font-size: 39px;
}

.features-wrapper .tab-menu .top-level > li .icon.icon-analytics {
	font-size: 43px;
}

.features-wrapper .tab-menu .top-level > li.tab-active .icon {
	color: #5ea32e;
}

.features-wrapper .tab-menu .top-level > li .title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5ea32e;
	margin-bottom: 2px;
}

.features-wrapper .tab-menu .top-level > li ul > li {
	font-size: 12px;
	line-height: 20px;
}

.features-wrapper .tab-menu .top-level > li ul > li a {
	color: #272727;
}

.features-wrapper .tab-menu .top-level > li ul > li a:hover {
	font-weight: 800;
	text-decoration: none;
}

.features-wrapper .tab-menu .top-level > li ul > li.active a {
	font-weight: 800;
}

.features-wrapper .tab-content {
	overflow: hidden;
}

.features-wrapper .tab-content .btn-back {
	display: none;
	padding: 10px 18px;
	margin-bottom: 8px;
}

.features-wrapper .tab-content .btn-back a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	padding: 15px 10px;
	text-decoration: none;
	display: block;
}

.features-wrapper .tab-content .btn-back a:hover {
	background: #c4c4c4;
	color: #fff;
}

.features-wrapper .tab-content .tab {
	position: absolute;
	left: -9999px;
	width: 100%;
}

.features-wrapper .tab-content .tab.active {
	position: static;
	left: auto;
	width: auto;
}

.features-wrapper .tab-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
	padding: 0 17px;
}

.features-wrapper .tab-content .preview-holder {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
}

.features-wrapper .tab-content .preview-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.features-wrapper .tab-content .tab-description {
	padding: 31px 17px 34px;
	word-spacing: 1px;
}

.features-wrapper .tab-content .tab-description h3 {
	margin-bottom: 32px;
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	word-spacing: 2px;
}

.features-wrapper .tab-content .tab-description p {
	margin-bottom: 37px;
}

.features-wrapper .tab-content .tab-description .note {
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	padding-right: 25%;
}

.features-wrapper .tab-content .screens-holder {
	overflow: hidden;
	padding: 0 12px;
}

.features-wrapper .tab-content .screens-holder h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #5ea32e;
}

.features-wrapper .tab-content .screens-holder h3 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 6px;
}

.features-wrapper .tab-content .screens-holder h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	height: 1px;
	width: 100%;
	background: #c4c4c4;
	padding-right: 9999px;
	margin-right: -9999px;
}

.features-wrapper .tab-content .screens-holder .screens-frame {
	overflow: hidden;
	margin: 0 -24px;
}

.features-wrapper .tab-content .screens-holder .screens-frame .screen {
	width: 25%;
	padding: 10px 24px;
	float: left;
}

.features-wrapper .tab-content .screens-holder .screens-frame .screen img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 2px solid #fff;
	box-shadow: 5px 5px 0 rgba(2, 2, 2, .14);
}

.news-wrapper {
	padding: 20px 34px;
}

.news-wrapper .back-bar {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	text-align: right;
	padding-bottom: 19px;
}

.news-wrapper .back-bar .btn-back {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	padding: 15px 10px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	min-width: 287px;
}

.news-wrapper .back-bar .btn-back:hover {
	background: #f2f2f2;
	color: #272727;
}

.news-wrapper .news-holder {
	overflow: hidden;
	padding: 45px 0;
}

.news-wrapper .news-details {
	width: 70.5%;
	float: left;
}

.news-wrapper .news-details .post {
	overflow: hidden;
	margin-bottom: 29px;
}

.news-wrapper .news-details .post.list-view {
	border-bottom: 1px solid #c4c4c4;
}

.news-wrapper .news-details .post .post-headline {
	overflow: hidden;
	margin-bottom: 7px;
}

.news-wrapper .news-details .post .post-headline h2 {
	margin-bottom: 0.35rem;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
	overflow: hidden;
	padding: 3px 27px;
	word-spacing: 2px;
}

.news-wrapper .news-details .post .post-headline h2 a:hover {
	text-decoration:none;
}

.news-wrapper .news-details .post .published-date {
	width: 65px;
	float: left;
	text-align: center;
	color: #5ea32e;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
}

.news-wrapper .news-details .post .published-date .day {
	font-size: 36px;
	line-height: 30px;
	display: block;
}

.news-wrapper .news-details .post .published-date .month {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.news-wrapper .news-details .post .description {
	overflow: hidden;
	padding: 3px 27px 3px 92px;
}

.news-wrapper .news-details .post .description .post-image {
	overflow: hidden;
	margin-bottom: 25px;
}

.news-wrapper .news-details .post .description .post-image.inner {
	float:right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	
}

.news-wrapper .news-details .post .description .post-image img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.news-wrapper .news-details .post .description .sub-post {
	padding: 10px 0;
}

.news-wrapper .news-details .post .description .sub-post h3 {
	margin-bottom: 4px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
}

.news-wrapper .news-details .post .description .sub-post p {
	margin-bottom: 9px;
}

.news-wrapper .news-details .discussion-form {
	overflow: hidden;
}

.news-wrapper .news-details .discussion-form .title {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
}

.news-wrapper .news-details .discussion-form .title .icon-communication {
	color: rgba(95, 95, 95, .13);
	font-size: 92px;
	line-height: 90px;
	position: relative;
	padding-right: 18px;
}

.news-wrapper .news-details .discussion-form .title .icon-communication:after {
	content: "";
	position: absolute;
	top: 33%;
	left: 100%;
	width: 100%;
	height: 1px;
	background: #c4c4c4;
	padding-right: 9999px;
	margin-right: -9999px;
}

.news-wrapper .news-details .discussion-form .title .counter {
	position: absolute;
	top: 33%;
	left: 16px;
	font-size: 16px;
	line-height: 20px;
	color: #5ea32e;
}

.news-wrapper .news-details .discussion-form .title .counter .count {
	font-weight: bold;
}

.news-wrapper .news-details .discussion-form .comment-list li {
	overflow: hidden;
	padding: 21px 0;
}

.news-wrapper .news-details .discussion-form .comment-list li .icon-user {
	float: left;
	font-size: 71px;
	line-height: 72px;
	color: #5f5f5f;
	margin-right: 24px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column {
	overflow: hidden;
	padding: 2px;
	word-spacing: 1px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column input[type="text"] {
	display: block;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	width: 100%;
	height: 62px;
	font-size: 21px;
	line-height: 26px;
	color: #959595;
	padding: 8px 20px;
	margin-bottom: 28px;
}

.news-wrapper .news-details .discussion-form .comment-list li .right-column p {
	margin-bottom: 10px;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 9px 0;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title h3 {
	margin-bottom: 0;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title h3 a {
	color: #272727;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title .meta {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.news-wrapper .news-details .discussion-form .comment-list li .author-title p {
	margin-bottom: 20px;
}

.news-wrapper .news-details .discussion-form ::-webkit-input-placeholder {
	color: #959595;
}

.news-wrapper .news-details .discussion-form ::-moz-placeholder {
	opacity: 1;
	color: #959595;
}

.news-wrapper .news-details .discussion-form :-moz-placeholder {
	color: #959595;
}

.news-wrapper .news-details .discussion-form :-ms-input-placeholder {
	color: #959595;
}

.news-wrapper .news-details .discussion-form .placeholder {
	color: #959595;
}

.news-wrapper .news-details .link-bar {
	overflow: hidden;
	padding: 8px 0 35px;
}

.news-wrapper .news-details .link-bar .btn-continue {
	float: left;
	padding: 10px 0;
}

.news-wrapper .news-details .link-bar .btn-continue a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	padding: 15px 10px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: 287px;
}

.news-wrapper .news-details .link-bar .btn-continue a:hover {
	background: #f2f2f2;
	color: #272727;
}

.news-wrapper .news-details .link-bar .comment-view {
	float: right;
	position: relative;
	padding: 0 33px;
}

.news-wrapper .news-details .link-bar .comment-view .icon-communication {
	color: rgba(95, 95, 95, .13);
	font-size: 92px;
	line-height: 90px;
}

.news-wrapper .news-details .link-bar .comment-view .counter {
	position: absolute;
	top: 33%;
	right: 22px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 20px;
	color: #5ea32e;
}

.news-wrapper .news-details .link-bar .comment-view .counter .count {
	font-weight: bold;
}

.news-wrapper .search-details {
	width: 100%;
	float: left;
}

.news-wrapper .search-details .post {
	overflow: hidden;
	margin-bottom: 29px;
}

.news-wrapper .search-details .post.list-view {
	border-bottom: 1px solid #c4c4c4;
}

.news-wrapper .search-details .post .post-headline {
	overflow: hidden;
	margin-bottom: 7px;
}

.news-wrapper .search-details .post .post-headline h2 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
	overflow: hidden;
	padding: 3px 27px 3px 0px;
	word-spacing: 2px;
}


.news-wrapper .search-details .post .description {
	overflow: hidden;
	padding: 3px 27px 3px 0px;
}

.news-wrapper .search-details .post .description .sub-post {
	padding: 10px 0;
}

.news-wrapper .search-details .post .description .sub-post p {
	margin-bottom: 9px;
}

.news-wrapper .search-details .link-bar {
	overflow: hidden;
	padding: 8px 0 15px;
}

.news-wrapper .search-details .link-bar .btn-continue {
	float: left;
	padding: 10px 0;
}

.news-wrapper .search-details .link-bar .btn-continue a {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	padding: 15px 10px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: 287px;
}

.news-wrapper .search-details .link-bar .btn-continue a:hover {
	background: #f2f2f2;
	color: #272727;
}

.news-wrapper .side-column {
	float: right;
	padding: 20px 0 0 10px;
	width: 253px;
}

.news-wrapper .side-column .widget {
	overflow: hidden;
	margin-bottom: 68px;
}

.news-wrapper .side-column .widget h3 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #5ea32e;
	letter-spacing: 2px;
	word-spacing: -1px;
}

.news-wrapper .side-column .widget .link-list li {
	border-bottom: 1px solid #c4c4c4;
	padding: 12px 0;
	font-size: 12px;
	line-height: 15px;
	word-spacing: 1px;
}

.news-wrapper .side-column .widget .link-list li a {
	color: #272727;
	text-decoration: none;
}

.news-wrapper .side-column .widget .link-list li a:hover {
	color: #5ea32e;
}

.news-wrapper .side-column .contact-info > li {
	margin-bottom: 32px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.news-wrapper .side-column .contact-info > li .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 45px;
	line-height: 45px;
	color: #5ea32e;
	width: 50px;
	padding: 6px 2px;
	letter-spacing: 0;
}

.news-wrapper .side-column .contact-info > li .icon.icon-phone {
	font-size: 38px;
	line-height: 38px;
}

.news-wrapper .side-column .contact-info > li .icon.icon-email {
	font-size: 30px;
	line-height: 30px;
}

.news-wrapper .side-column .contact-info > li .description {
	display: inline-block;
	vertical-align: middle;
	width: 78%;
	font-size: 13px;
	line-height: 22px;
	font-weight: 600;
	padding-left: 17px;
	letter-spacing: 0;
}

.news-wrapper .side-column .contact-info > li .description address {
	font-style: normal;
}

.news-wrapper .side-column .contact-info > li .description dl dt {
	float: left;
	width: 63px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 5px;
	text-transform: uppercase;
}

.news-wrapper .side-column .contact-info > li .description dl dd {
	margin: 0;
	overflow: hidden;
}

.news-wrapper .side-column .contact-info > li .description dl dd a {
	color: #272727;
}

.news-wrapper .side-column .contact-info > li .description .email-list li a {
	color: #272727;
	text-decoration: none;
}

.news-wrapper .side-column .contact-info > li .description .email-list li a:hover {
	color: #5ea32e;
}

.news-wrapper .category {
	border-bottom: 1px solid #c4c4c4;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin-bottom: 10px;
}

.news-wrapper .category ul {
	text-align: justify;
	letter-spacing: 0;
}

.news-wrapper .category ul:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 100%;
}

.news-wrapper .category ul li {
	display: inline-block;
	vertical-align: top;
	padding: 9px 23px 30px;
}

.news-wrapper .category ul li a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	color: #272727;
}

.news-wrapper .category ul li a .icon-unlimited {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: rgba(95, 95, 95, .34);
	margin-bottom: 12px;
}

.news-wrapper .category ul li .text {
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	
}

.news-wrapper .category ul li a:hover {
	color: #5ea32e;
}

.news-wrapper .category ul li a:hover .icon-unlimited {
	color: #5ea32e;
}

.news-wrapper .category ul li.active a {
	color: #5ea32e;
}

.news-wrapper .category ul li.active a .icon-unlimited {
	color: #5ea32e;
}

.news-wrapper .category ul li.active a .text {
	font-weight: 600;
}





.news-wrapper .searchCat {
	border-bottom: 1px solid #c4c4c4;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin-bottom: 10px;
}

.news-wrapper .searchCat ul {
	text-align: justify;
	letter-spacing: 0;
}

.news-wrapper .searchCat ul:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 100%;
}

.news-wrapper .searchCat ul li {
	display: inline-block;
	vertical-align: top;
	padding: 9px 0px 30px;
}

.news-wrapper .searchCat ul li a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	color: #272727;
}

.news-wrapper .searchCat ul li a .icon-unlimited {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: rgba(95, 95, 95, .34);
	margin-bottom: 12px;
}

.news-wrapper .searchCat ul li .text {
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	
}
.news-wrapper .searchCat ul li .text span{
	color:#5ea32e;	
}

.news-wrapper .searchCat ul li a:hover {
	color: #5ea32e;
}

.news-wrapper .searchCat ul li a:hover .icon-unlimited {
	color: #5ea32e;
}

.news-wrapper .searchCat ul li.active a {
	color: #5ea32e;
}

.news-wrapper .searchCat ul li.active a .icon-unlimited {
	color: #5ea32e;
}

.news-wrapper .searchCat ul li.active a .text {
	font-weight: 600;
}

.pricing-wrapper {
	padding: 0;
}

.pricing-wrapper .main-price {
	overflow: hidden;
	margin-bottom: 20px;
}

.pricing-wrapper .main-price .price {
	float: left;
	text-align: center;
	padding: 9px 25px 9px 5%;
	max-width: 461px;
}

.pricing-wrapper .main-price .price .amount {
	display: block;
	font-size: 50px;
	line-height: 54px;
	font-weight: 300;
	color: #5ea32e;
	overflow: hidden;
	margin-bottom: 18px;
}

.pricing-wrapper .main-price .price .amount .value-holder {
	display: inline-block;
	vertical-align: top;
}

.pricing-wrapper .main-price .price .amount .unit {
	display: inline-block;
	vertical-align: top;
	padding: 37px 0;
}

.pricing-wrapper .main-price .price .amount .value {
	font-size: 154px;
	line-height: 133px;
	letter-spacing: -5px;
}

.pricing-wrapper .main-price .price .amount .duration {
	display: inline-block;
	vertical-align: top;
	padding: 37px 5px;
	text-align: left;
}

.pricing-wrapper .main-price .price .description {
	display: block;
	width: 88%;
	margin: 0 auto;
	border-top: 1px solid #c4c4c4;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	color: #2a2a2a;
	padding: 14px 5px;
}

.pricing-wrapper .main-price .price .description .number {
	color: #5ea32e;
}

.pricing-wrapper .main-price .pro-features {
	overflow: hidden;
	padding: 0 38px;
}

.pricing-wrapper .main-price .pro-features li {
	position: relative;
	color: #5ea32e;
	font-size: 25px;
	line-height: 28px;
	padding: 21px 0 21px 60px;
	letter-spacing: -1px;
}

.pricing-wrapper .main-price .pro-features li strong {
	font-weight: bold;
}

.pricing-wrapper .main-price .pro-features li .icon-standard {
	font-size: 41px;
	line-height: 41px;
	position: absolute;
	top: 15px;
	left: 1px;
}

.signup .col .pro-features,
.signup .col .pro-features-mobile {
	overflow: hidden;
	padding: 0 38px;
}

.signup .col .pro-features li,
.signup .col .pro-features-mobile li {
	position: relative;
	color: #5ea32e;
	font-size: 25px;
	line-height: 28px;
	padding: 21px 0 21px 60px;
	letter-spacing: -1px;
}

.signup .col .pro-features li strong
.signup .col .pro-features-mobile li strong {
	font-weight: bold;
}

.signup .col .pro-features li .icon-standard,
.signup .col .pro-features-mobile li .icon-standard {
	font-size: 41px;
	line-height: 41px;
	position: absolute;
	top: 15px;
	left: 1px;
}

.pricing-wrapper .price-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.pricing-wrapper .price-list ul {
	letter-spacing: 0;
}

.pricing-wrapper .price-list li {
	width: 25%;
	padding: 20px 20px 60px;
	display: inline-block;
	vertical-align: top;
}

.pricing-wrapper .price-list li .price {
	display: block;
	text-align: center;
	padding: 5px 0;
}

.pricing-wrapper .price-list li .price .amount {
	display: block;
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	color: #5ea32e;
	overflow: hidden;
	margin-bottom: 25px;
	min-height: 77px;
}

.pricing-wrapper .price-list li .price .amount .value-holder {
	display: inline-block;
	vertical-align: middle;
}

.pricing-wrapper .price-list li .price .amount .unit {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

.pricing-wrapper .price-list li .price .amount .value {
	font-size: 78px;
	line-height: 70px;
	letter-spacing: -3px;
}

.pricing-wrapper .price-list li .price .amount .metric {
	font-size:60px;
}

.pricing-wrapper .price-list li .price .amount .duration {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	max-width: 115px;
	font-weight: 400;
	text-align: center;
}

.pricing-wrapper .price-list li .price .amount .duration .price-info {
	display: block;
}

.pricing-wrapper .price-list li .price .description {
	display: block;
	margin: 0 auto;
	border-top: 1px solid #c4c4c4;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2a2a2a;
	padding: 9px 5px;
	letter-spacing: -1px;
}

.pricing-wrapper .price-list li .price .description a {
	color: inherit;
}

.pricing-wrapper .price-list li .price .description .number {
	color: #5ea32e;
}

.pricing-wrapper .pricing-faq {
	padding: 23px 0;
}

.pricing-wrapper .pricing-faq .block {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	padding: 33px 0 20px;
}

.pricing-wrapper .pricing-faq .block:last-child {
	border-bottom: none;
}

.pricing-wrapper .pricing-faq .block .col {
	width: 50%;
	float: left;
	padding: 0 10px;
	overflow: hidden;
}

.pricing-wrapper .pricing-faq .block h2 {
	margin: 0;
	font-size: 22px;
	line-height: 35px;
	font-weight: 300;
	word-spacing: 2px;
	padding: 0 7.6%;
	color: #5ea32e;
}

.pricing-wrapper .pricing-faq .block p {
	margin-bottom: 6px;
}

.styles-wrapper {
	padding: 67px 34px 49px;
}

.styles-wrapper .info-styles {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 66px;
}

.styles-wrapper .info-styles .image-holder {
	display: inline-block;
	vertical-align: bottom;
	width: 58.4%;
	margin-right: -4px;
}

.styles-wrapper .info-styles .image-holder img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

.styles-wrapper .info-styles .description {
	display: inline-block;
	vertical-align: top;
	padding: 44px 20px;
	width: 40%;
	margin-right: -4px;
}

.styles-wrapper .info-styles .description h2 {
	margin-bottom: 18px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
}

.styles-wrapper .info-styles .description p {
	margin-bottom: 39px;
}

.styles-wrapper .info-styles .description .btn {
	display: block;
	padding-right: 16%;
}

.styles-wrapper .info-styles .description .btn a {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #5ea32e;
	background: #5ea32e;
	display: block;
	border-radius: 4px;
	text-align: center;
	padding: 18px 10px;
	text-decoration: none;
}

.styles-wrapper .info-styles .description .btn a:hover {
	background: #6dbd35;
}

.styles-wrapper .info-pages .description {
	display: inline-block;
	vertical-align: top;
	padding: 44px 20px;
	width: 100%;
	margin-right: -4px;
}

.styles-wrapper .info-pages .description h2 {
	margin-bottom: 18px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
}

.styles-wrapper .info-pages .description p {
	margin-bottom: 39px;
}

.styles-wrapper .info-pages .description .btn {
	display: block;
	padding-right: 16%;
}

.styles-wrapper .info-pages .description .btn a {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #5ea32e;
	background: #5ea32e;
	display: block;
	border-radius: 4px;
	text-align: center;
	padding: 18px 10px;
	text-decoration: none;
}

.styles-wrapper .info-pages .description .btn a:hover {
	background: #6dbd35;
}

.styles-wrapper .info-pages .signup {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 44px;
	width: 100%;
	margin-right: -4px;
}

.styles-wrapper .info-pages .signup h2 {
	margin-bottom: 18px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
	color: #5ea32e;
}

.styles-wrapper .info-pages .signup p {
	margin-bottom: 39px;
}

.styles-wrapper .info-pages .signup select {width:35%; border:1px solid #c4c4c4; padding:12px 7px;}


.styles-wrapper .style-lists {
	padding: 16px 0;
	margin-bottom: 47px;
	overflow: hidden;
}

.styles-wrapper .style-lists li {
	overflow: hidden;
	padding: 9px 5.8%;
}

.styles-wrapper .style-lists li .icon-thumb {
	float: left;
	font-size: 86px;
	line-height: 86px;
	color: #5f5f5f;
	margin-right: 27px;
}

.styles-wrapper .style-lists li .description {
	overflow: hidden;
	padding: 19px 15px;
}

.styles-wrapper .style-lists li .description h3 {
	margin-bottom: 4px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	color: #5ea32e;
}

.styles-wrapper .style-lists li .description p {
	margin-bottom: 11px;
}

.styles-wrapper .full-width-block {
	padding: 40px 0;
}

.styles-wrapper .full-width-block .logo-kfsc {
	margin: 0 auto 40px;
	width: 144px;
	height: 84px;
}

.styles-wrapper .full-width-block .logo-kfsc img {
	display: block;
}

.styles-wrapper .full-width-block blockquote {
	margin: 0;
	padding: 0 9%;
	text-align: center;
}

.styles-wrapper .full-width-block blockquote q {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	font-style: italic;
	display: block;
	margin-bottom: 31px;
}

.styles-wrapper .full-width-block blockquote q:before {
	content: "“";
}

.styles-wrapper .full-width-block blockquote q:after {
	content: "”";
}

.styles-wrapper .full-width-block blockquote cite {
	display: block;
	padding: 20px;
}

.styles-wrapper .full-width-block blockquote cite strong {
	display: block;
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.styles-wrapper .full-width-block blockquote cite em {
	display: block;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
}

.styles-wrapper .three-columns {
	overflow: hidden;
	padding: 49px 0;
}

.styles-wrapper .three-columns .col {
	width: 33.33%;
	float: left;
	padding: 30px 48px;
}

.styles-wrapper .three-columns .logo-kfsc {
	margin: 0 auto;
	width: 144px;
	height: 84px;
}

.styles-wrapper .three-columns .logo-kfsc img {
	display: block;
}

.styles-wrapper .three-columns blockquote {
	margin: 0;
	padding: 0 2%;
	text-align: center;
}

.styles-wrapper .three-columns blockquote q {
	font-size: 15px;
	line-height: 32px;
	display: block;
	margin-bottom: 13px;
}

.styles-wrapper .three-columns blockquote q:before {
	content: "“";
}

.styles-wrapper .three-columns blockquote q:after {
	content: "”";
}

.styles-wrapper .three-columns blockquote cite {
	display: block;
	padding: 20px;
}

.styles-wrapper .three-columns blockquote cite strong {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.styles-wrapper .three-columns blockquote cite em {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	font-style: italic;
}

/* Signup Confirmation styles */
.signup #complete_signup h2 {
	font-size:44px;
	line-height:64px;
	color:#f16e26;
	font-weight:400;
}

.signup #complete_signup h2.get_started {
	font-size:39px;
	color:#5ea32e;
}

.signup #complete_signup .col-thnks h3 {
	font-size:22px;
	margin:22px 0 10px 0;
	color:#f16e26;
}

.signup #complete_signup .col-thnks h3 a {
	font-size:22px;
	margin:22px 0 10px 0;
	color:#5ea32e;
	text-decoration:underline;
}

.signup #complete_signup .col h3 {
	font-size:22px;
	margin:22px 0 10px 0;
	color:#5e5e5e;
}


.signup #complete_signup .col p {
	width:90%;
}

.signup #complete_signup .col #request_message,
.signup #complete_signup .col-thnks #request_message {
		font-size:14px;
		font-style:italic;
		line-height:28px;
}
.signup .col iframe {
	width:100%;
	border:1px solid#ccc;
	border-radius:12px;
}

.signup .col a.guide {
	font-size:22px;
	text-decoration:underline;
	padding:0 60px;
}
/* End signup confirmation styles */

/* Zendesk Web Portal styles */
#page > div {
	margin-top:80px; /* Take into account sticky navbar by pushing content down below it */
	margin-bottom:40px;
}

#top { display:none; }

#page > #header .holder > a:first-child { visibility:hidden; }
#page > #header .holder .nav-wrapper .nav-container .ad-nav .search { visibility:hidden; }
#page .login { font-size: inherit !important; }

#page .button {
	background: none repeat scroll 0 0 #5ea32e;
    border-color: #5ea32e;
    color: #fff;
    font-weight: bold;
    font-size:1rem;
    
}

#page *, #page *:before, #page *:after {
	box-sizing:content-box;
	line-height:normal;
}

#mini-menu {
	margin-bottom:25px;
}

li.articles {
	line-height: 1.231;
}
/* End Zendesk Web Portal styles */

/* Fancybox styles */

#login-pop h1 {
	margin-bottom: 5px;
	color: #5ea32e;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	font-size:28px;66
}

#login-pop h1 img {
	display: inline-block;
	vertical-align: middle;
	height:70px;
}

#login-pop label { display:block; }

#login-pop input {
	float:left;
	width:65%;
}

#login-pop button {
	font-weight: bold;
	background: #5ea32e;
	color: #fff;
	border: 1px solid #5ea32e;
	display: block;
	border-radius: 4px;
	font-size: 14px;
	line-height: 10px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	float:right;
}

#login-pop button:hover { background: #6dbd35; }
/* End Fancybox styles */

@media only screen and (min-width: 1025px) {
	.tel-link {
		pointer-events: none;
	}	
}

@media only screen and (max-width: 1300px) {
	.ad-nav {
		padding:8px 0;
	}
	
	.ad-nav li {
		padding: 5px 23px;
	}		
}

@media only screen and (max-width: 1200px) {
	
	.pricing-wrapper .price-list li .price .amount .metric {
		font-size: 45px;
	}
	
	#nav li {
		padding: 5px 15px;
	}

	.ad-nav li {
		padding: 5px 15px;
	}

	.banner h1 {
		padding: 0 20px;
	}

	.banner .product-holder {
		padding: 0 20px;
	}

	.intro-block .intro-frame .description {
		width: 60%;
	}

	.pricing-block .price {
		width: 45%;
	}

	#footer .app-block .app-list li {
		padding: 10px 7%;
	}

	.news-wrapper .side-column .contact-info > li .description {
		width: 76%;
	}

	.pricing-wrapper .main-price .price .description {
		font-size: 22px;
		line-height: 26px;
	}

	.pricing-wrapper .price-list li .price .amount .value {
		font-size: 50px;
	}

	.pricing-wrapper .price-list li .price .description {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1025px) {
	
	.pricing-wrapper .price-list li .price .amount .metric {
		font-size: 60px;
	}
	
	#nav li {
		font-size: 11px;
		padding: 5px 6px;
	}

	.ad-nav li {
		padding: 5px 4px;
		font-size: 12px;
	}

	.top-overlay .holder {
		padding: 0 10px !important;
	}

	.top-overlay .search-form input[type="search"] {
		width: 150px;
	}

	.top-overlay .app-list li {
		padding-right: 40px;
	}

	.banner h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.intro-block .intro-frame .description {
		width: 59%;
	}

	.intro-block .button-group li {
		width: 50%;
	}

	.registration-block .holder {
		min-height: 250px;
	}

	.registration-block .image-holder {
		width: 60%;
	}

	.attendance-block .holder {
		min-height: 250px;
	}

	.attendance-block .image-holder {
		width: 47%;
	}

	.messaging-block .holder {
		min-height: 250px;
	}

	.messaging-block .image-holder {
		width: 50%;
	}

	.pricing-block .price {
		padding: 0;
		margin-right: 20px;
	}

	.pricing-block .price .amount {
		margin-bottom: 28px;
		font-size: 35px;
		line-height: 38px;
	}

	.pricing-block .price .amount .value {
		font-size: 109px;
		line-height: 109px;
	}

	.pricing-block .price .amount .duration .price-info {
		font-size: 11px;
		line-height: 14px;
	}

	#footer .app-block .app-list {
		display: block;
		width: 100%;
		text-align: center;
	}

	#footer .app-block .social-networks {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer-nav {
		padding: 0;
	}

	.footer-nav > li {
		padding: 0 5px;
	}

	.inner-section .download-wrapper {
		padding: 41px 15px;
	}

	.inner-section .downloads-block .download-list {
		margin: 0 -10px;
	}

	.inner-section .downloads-block .download-list li {
		padding: 0 10px 10px;
	}

	.inner-section .event-wrapper {
		padding: 77px 15px 49px;
	}

	.inner-section .event-wrapper .event-info .image-holder {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

	.inner-section .event-wrapper .event-info .description {
		width: 100%;
		display: block;
		text-align: center;
	}

	.inner-section .event-wrapper .event-info .description .btn-more,
	.inner-section .event-wrapper .event-info .description .event-btn-more {
		padding: 0 20%;
	}

	.inner-section .events-block .event-list {
		margin: 0 -10px;
	}

	.inner-section .events-block .event-list li {
		width: 50%;
		padding: 0 10px 10px;
	}

	.inner-section .invitation-bar .left-column {
		width: 59%;
	}

	.inner-section .invitation-bar .left-column h2 {
		width: 37%;
	}

	.inner-section .invitation-bar .left-column .description {
		width: 60%;
	}

	.faqs-wrapper {
		padding: 15px 20px;
	}

	.faqs-wrapper .subnav-holder ul li {
		font-size: 10px;
		line-height: 14px;
		padding: 20px 10px;
	}

	.features-wrapper {
		padding: 25px 10px;
	}

	.features-wrapper .tab-content .tab-description .note {
		padding-right: 10%;
	}

	.features-wrapper .tab-content .screens-holder .screens-frame .screen {
		width: 33.33%;
	}

	.news-wrapper {
		padding: 20px;
	}

	.news-wrapper .news-details {
		width: 65%;
	}

	.news-wrapper .news-details .post .post-headline h2 {
		font-size: 22px;
		line-height: 26px;
		padding: 3px 20px;
	}

	.news-wrapper .news-details .post .published-date {
		min-width: 38px;
		width: auto;
		padding-bottom: 7px;
	}

	.news-wrapper .news-details .post .published-date .day {
		font-size: 28px;
		line-height: 28px;
	}

	.news-wrapper .news-details .post .published-date .month {
		font-size: 14px;
		line-height: 16px;
	}

	.news-wrapper .news-details .post .description {
		padding: 3px 0;
	}

	.news-wrapper .news-details .discussion-form {
		padding-right: 20px;
	}	
	
	.news-wrapper .search-details {
		width: 90%;
	}

	.news-wrapper .search-details .post .post-headline h2 {
		font-size: 22px;
		line-height: 26px;
		padding: 3px 20px 3px 0px;
	}	

	.news-wrapper .search-details .post .description {
		padding: 3px 0;
	}	

	.news-wrapper .side-column {
		padding-left: 0;
		width: 230px;
	}

	.news-wrapper .side-column .contact-info > li .icon {
		display: block;
		width: auto;
		padding: 0 0 10px;
	}

	.news-wrapper .side-column .contact-info > li .description {
		display: block;
		width: 100%;
		padding: 0;
	}

	.news-wrapper .category ul li {
		padding: 9px 10px 30px;
	}

	.news-wrapper .category ul li a .text {
		font-size: 11px;
		line-height: 15px;
	}

	.pricing-wrapper {
		padding: 0 18px 50px 18px;
	}

	.pricing-wrapper .main-price .price {
		padding: 0;
		margin-right: 20px;
		max-width: 325px;
	}

	.pricing-wrapper .main-price .price .amount {
		margin-bottom: 5px;
		font-size: 35px;
		line-height: 38px;
	}

	.pricing-wrapper .main-price .price .amount .value {
		font-size: 109px;
		line-height: 109px;
	}

	.pricing-wrapper .price-list li {
		width: 50%;
		padding: 25px 14px;
	}

	.pricing-wrapper .price-list li .price {
		padding: 0;
		margin-right: 20px;
	}

	.pricing-wrapper .price-list li .price .amount {
		margin-bottom: 5px;
	}

	.pricing-wrapper .price-list li .price .amount .value {
		font-size: 77px;
		line-height: 80px;
	}

	.styles-wrapper {
		padding: 67px 15px 49px;
	}

	.styles-wrapper .info-styles {
		margin-bottom: 20px;
	}

	.styles-wrapper .info-styles .image-holder {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}

	.styles-wrapper .info-styles .description {
		width: 100%;
		display: block;
		text-align: center;
		margin-right: 0;
	}

	.styles-wrapper .info-styles .description .btn {
		padding: 0 20%;
	}
	
	.styles-wrapper .info-pages .description {
		width: 100%;
		display: block;
		text-align: center;
		margin-right: 0;
	}
	
	.styles-wrapper .info-pages .signup {
		width: 100%;
		/*display: block;*/		
		margin-right: 0;
	}

	.styles-wrapper .info-pages .description .btn {
		padding: 0 20%;
	}

	.styles-wrapper .style-lists {
		margin-bottom: 0;
	}

	.styles-wrapper .style-lists li {
		padding: 9px 0;
	}

	.styles-wrapper .full-width-block {
		padding: 20px 0;
	}

	.styles-wrapper .full-width-block blockquote {
		padding: 0 2%;
	}

	.styles-wrapper .three-columns {
		padding: 20px 0;
	}

	.styles-wrapper .three-columns .col {
		padding: 30px 10px;
	}
	
	.top-overlay .app-list {	
		width: 65%;
	}
	
	.signup .col a.guide {
		font-size:18px;
		text-decoration:underline;
		padding:0 10px;
	}
	
	.signup #complete_signup .col #request_message {
		font-size:13px;
		width:90%;
	}
	
	.inner-section .heading h1 {
			font-size:30px;
	}
	
	.inner-section .downloads-block .download-list li .download-box p {
		min-height:55px;
	}

}

@media only screen and (max-width: 767px) {
	#header {
		padding: 0;
	}

	#header .holder {
		padding: 15px 26px 12px 26px;
	}

	#header .nav-holder {
		position: relative;
	}

	#header .icon-arrow-down {
		display: none;
	}

	.menu {
		display: block;
	}

	.nav-wrapper {
		position: fixed;
		left: 0;
		width: 100%;
		display: none;
		overflow-y: auto;
		top: 69px;
		bottom: 0;
	}

	.nav-container {
		background: #0e1319;
		padding: 15px 0 0;
	}

	#nav {
		float: none;
		padding: 0;
	}

	#nav li {
		display: block;
		font-size: 12px;
		line-height: 17px;
		padding: 9px 27px;
	}

	#nav li a {
		display: inline-block;
		vertical-align: top;
	}

	.ad-nav {
		padding: 0;
		margin-bottom: 20px;
		text-align: left;
	}

	.ad-nav li {
		display: block;
		padding: 8px 27px;
		font-size: 15px;
		line-height: 18px;
	}

	.ad-nav li.search {
		display: none;
	}

	.ad-nav li a {
		display: inline-block;
		vertical-align: top;
		padding-left: 0;
	}

	.top-overlay {
		display: block !important;
		position: static;
		background: #131921;
		padding: 11px 0 5px;
	}

	.top-overlay .holder {
		padding: 0 !important;
	}

	.top-overlay .icon-arrow-up {
		display: none;
	}

	.top-overlay .search-form {
		float: none;
		position: absolute;
		top: 17px;
		left: 20px;
		right: 20px;
	}

	.top-overlay .search-form .input-holder {
		width: 100%;
	}

	.top-overlay .search-form input[type="search"] {
		width: 100%;
		padding: 6px 14px;
	}

	.top-overlay .search-form .icon-search {
		display: none;
	}

	.top-overlay .app-list {
		width: 100%;
		/*text-align: center;*/
	}

	.top-overlay .app-list li {
		padding: 0 23px 10px;
	}

	.top-overlay .app-list li.add {
		display: none;
	}
	
	.top-overlay .app-list li a img {
		width:75%;
		height:auto;
	}

	.banner {
		padding-top: 89px;
	}

	.banner h1, .banner h1 .small {
		margin-bottom: 27px;
		font-size: 20px;
		line-height: 24px;
		padding: 0 20px;
		color:#fff !important;
		font-weight:400 !important;
	}

	.banner .product-holder img {
		border-radius: 8px 8px 0 0;
	}

	.banner .product-holder .btn-trial {
		display: none;
	}

	.intro-block .holder {
		padding: 42px 15px;
	}

	.intro-block .intro-frame {
		padding: 0 20px 1px;
	}

	.intro-block .intro-frame .logo {
		width: 141px;
		height: 62px;
		float: none;
		margin: 0 auto 10px;
	}

	.intro-block .intro-frame .description {
		width: 100%;
		padding: 0;
		font-size: 24px;
		line-height: 36px;
	}

	.intro-block .button-group li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.btn-more a {
		display: block;
		min-width: 0;
	}
	
	.event-btn-more a {
		display: block;
		min-width: 0;
	}

	.registration-block .holder {
		padding: 20px;
	}

	.registration-block .image-holder {
		width: 100%;
		position: static;
		margin: 0 auto 22px;
	}

	.registration-block .description {
		padding: 10px 0;
	}

	.registration-block .description h2 {
		margin-bottom: 24px;
		line-height: 33px;
	}

	.registration-block .description p {
		margin-bottom: 44px;
	}

	.registration-block .description .btn-more a {
		opacity: .2;
		filter: alpha(opacity=20);
	}

	.attendance-block .holder {
		padding: 20px;
	}

	.attendance-block .image-holder {
		width: 100%;
		position: static;
		margin: 0 auto 22px;
	}

	.attendance-block .description {
		padding: 10px 0;
	}

	.attendance-block .description h2 {
		margin-bottom: 24px;
		line-height: 33px;
	}

	.attendance-block .description p {
		margin-bottom: 44px;
	}

	.messaging-block .holder {
		padding: 20px;
	}

	.messaging-block .image-holder {
		width: 100%;
		position: static;
		margin: 0 auto 22px;
	}

	.messaging-block .description {
		padding: 10px 0;
	}

	.messaging-block .description h2 {
		margin-bottom: 24px;
		line-height: 33px;
	}

	.messaging-block .description p {
		margin-bottom: 34px;
	}

	.messaging-block .description .btn-more a {
		opacity: .2;
		filter: alpha(opacity=20);
	}

	.other-features .holder {
		padding: 57px 4px;
	}

	.other-features .headline {
		margin-bottom: 50px;
	}

	.other-features .headline h2 {
		line-height: 33px;
		margin-bottom: 10px;
	}

	.other-features .three-columns {
		padding-bottom: 0;
		margin-bottom: -8px;
	}

	.other-features .three-columns .col {
		display: block;
		width: 100%;
		padding: 0 0 33px;
	}

	.pricing-block .holder {
		padding: 50px 15px;
	}

	.pricing-block .price {
		float: none;
		padding: 0;
		margin: 0 auto 44px;
		width: 100%;
		clear:both;
	}

	.pricing-block .price .btn-more a {
		min-width: 0;
	}

	.pricing-block .features li {
		margin-bottom: 19px;
	}

	.pricing-block .features li .image-holder {
		display: block;
		margin-bottom: 10px;
	}

	.pricing-block .features li .description {
		width: 100%;
		padding: 0;
	}

	.clients-block .holder {
		padding: 12px 15px;
	}

	.clients-block .client-list li {
		display: block;
		padding: 15px 0;
		margin-top: 24px;
		margin-bottom: 24px;
	}

	#footer .app-block .holder {
		padding: 15px;
	}

	#footer .app-block .app-list li {
		display: block;
		padding: 30px 0;
		text-align: center;
	}

	#footer .app-block .app-list li a {
		display: inline-block;
		vertical-align: top;
	}

	#footer .app-block .social-networks {
		display: block;
		padding: 34px 0;
		text-align: center;
	}

	#footer .app-block .social-networks .title {
		display: block;
		max-width: 100%;
		margin: 0 0 17px;
	}

	#footer .app-block .social-networks ul li {
		padding-bottom: 18px;
	}

	.footer-bottom .holder {
		padding: 38px 36px;
	}

	.footer-bottom .contact-info {
		float: none;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.footer-nav > li {
		float: none;
		width: 100%;
		padding: 0 0 26px;
	}

	.footer-nav > li ul li {
		margin-bottom: 12px;
	}

	.inner-section {
		padding-top: 81px;
	}

	.inner-section .heading .holder {
		padding: 15px 23px;
		min-height: 111px;
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
		max-height:130px;
	}

	.inner-section .heading .holder:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-right: -.25em;
		min-height: 111px;
	}

	.inner-section .heading h1 {
		max-width: 100%;
		line-height: 33px;
		padding: 0;
		float: none;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		font-size:21px;
	}

	.inner-section .heading .btn-trial {
		display: none;
	}

	.inner-section .download-wrapper {
		padding: 41px 17px;
	}

	.inner-section .downloads-block {
		margin-bottom: 33px;
	}

	.inner-section .downloads-block h2 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 26px;
		padding: 15px 0;
	}

	.inner-section .downloads-block .download-list {
		margin: 0;
	}

	.inner-section .downloads-block .download-list li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.inner-section .downloads-block .download-list li .download-box {
		padding: 32px 19px 24px;
	}

	.inner-section .downloads-block .download-list li .download-box .common-height {
		min-height: 0 !important;
	}

	.inner-section .event-wrapper {
		padding: 13px 19px;
	}

	.inner-section .event-wrapper .event-info {
		border-bottom: none;
		margin-bottom: 15px;
	}

	.inner-section .event-wrapper .event-info .image-holder {
		display: none;
	}

	.inner-section .event-wrapper .event-info .description {
		text-align: left;
	}

	.inner-section .event-wrapper .event-info .description .event-date {
		margin-bottom: 19px;
		font-size: 33px;
		line-height: 36px;
	}

	.inner-section .event-wrapper .event-info .description h2 {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 30px;
	}

	.inner-section .event-wrapper .event-info .description p {
		margin-bottom: 25px;
	}

	.inner-section .event-wrapper .event-info .description .btn-more {
		padding: 0;
	}

	.inner-section .events-block h2 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 26px;
		padding: 15px 0;
	}

	.inner-section .events-block .event-list {
		margin: 0;
	}

	.inner-section .events-block .event-list li {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.inner-section .events-block .event-list li .event-box {
		padding: 28px 19px 19px;
	}

	.inner-section .events-block .event-list li .event-box .common-height {
		min-height: 0 !important;
	}

	.inner-section .invitation-bar .holder {
		padding: 18px 19px;
	}

	.inner-section .invitation-bar .left-column {
		display: block;
		width: 100%;
	}

	.inner-section .invitation-bar .left-column h2 {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.inner-section .invitation-bar .left-column .description {
		display: block;
		width: 100%;
	}

	.inner-section .invitation-bar .left-column .description p {
		margin-bottom: 20px;
	}

	.inner-section .invitation-bar .btn-submit {
		display: block;
		min-width: 0;
	}

	.faqs-wrapper .subnav-holder {
		display: none;
		padding: 15px 18px;
	}

	.faqs-wrapper .faqs-block {
		padding: 6px 0 15px;
		margin-bottom: 15px;
	}

	.faqs-wrapper .faqs-block .title-holder {
		float: none;
		width: 100%;
		padding: 10px 5px;
		margin-bottom: 17px;
	}

	.faqs-wrapper .faqs-block .description .accordion {
		padding-left: 0;
	}

	.faqs-wrapper .faqs-block .description .accordion > li .slide {
		padding: 33px 8.4% 14px;
	}

	.features-wrapper {
		padding: 10px 0;
		position: relative;
		overflow: hidden;
	}

	.features-wrapper .tab-menu {
		transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	.features-wrapper.holder-active .tab-menu {
		margin-left: -100%;
	}

	.features-wrapper .tab-menu {
		width: 100%;
		padding: 29px 11%;
	}

	.features-wrapper .tab-content {
		float: left;
		margin-right: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
	}

	.features-wrapper .tab-content .btn-back {
		display: block;
	}

	.features-wrapper .tab-content h2 {
		margin-bottom: 28px;
		font-size: 28px;
		line-height: 32px;
		padding: 0 20px;
	}

	.features-wrapper .tab-content .tab-description {
		padding: 20px 20px 34px;
	}

	.features-wrapper .tab-content .tab-description h3 {
		margin-bottom: 30px;
		font-size: 23px;
		line-height: 35px;
	}

	.features-wrapper .tab-content .screens-holder {
		display: none;
	}

	.news-wrapper {
		padding: 26px 20px;
	}

	.news-wrapper .back-bar {
		text-align: center;
		padding-bottom: 30px;
	}

	.news-wrapper .back-bar .btn-back {
		display: block;
		min-width: 0;
	}

	.news-wrapper .news-holder {
		padding: 30px 0;
	}

	.news-wrapper .news-details {
		width: 100%;
		float: none;
	}

	.news-wrapper .news-details .post .post-headline {
		margin-bottom: 12px;
	}

	.news-wrapper .news-details .post .post-headline h2 {
		padding: 0 5px 5px 16px;
	}

	.news-wrapper .news-details .post .description .post-image {
		margin-bottom: 21px;
	}
	
	.news-wrapper .news-details .post .description .sub-post h3 {
		font-size: 20px;
		line-height: 29px;
		margin-bottom: 3px;
	}

	.news-wrapper .news-details .post .description .sub-post p {
		margin-bottom: 13px;
	}

	.news-wrapper .news-details .discussion-form {
		display: none;
	}

	.news-wrapper .news-details .link-bar .btn-continue {
		float: none;
		display: block;
	}

	.news-wrapper .news-details .link-bar .btn-continue a {
		display: block;
		width: 100%;
	}

	.news-wrapper .news-details .link-bar .comment-view {
		display: none;
	}	
	
	.news-wrapper .search-details {
		width: 100%;
		float: none;
	}

	.news-wrapper .search-details .post .post-headline {
		margin-bottom: 12px;
	}

	.news-wrapper .search-details .post .post-headline h2 {
		padding: 0 5px 5px 0px;
	}	

	.news-wrapper .search-details .link-bar .btn-continue {
		float: none;
		display: block;
	}

	.news-wrapper .search-details .link-bar .btn-continue a {
		display: block;
		width: 100%;
	}

	.news-wrapper .side-column {
		float: none;
		width: 100%;
		padding-top: 17px;
	}

	.news-wrapper .side-column .widget {
		margin-bottom: 58px;
	}

	.news-wrapper .side-column .contact-info {
		display: none;
	}

	.news-wrapper .category {
		display: none;
	}

	.pricing-wrapper .main-price {
		margin-bottom: 41px;
	}

	.pricing-wrapper .main-price .price {
		float: none;
		padding: 0;
		margin: 0 auto 32px;
		max-width: 320px;
	}

	.pricing-wrapper .main-price .price .amount {
		margin-bottom: 12px;
		font-size: 34px;
		line-height: 38px;
	}

	.pricing-wrapper .main-price .price .amount .unit {
		padding: 33px 0;
	}

	.pricing-wrapper .main-price .price .amount .value {
		font-size: 105px;
		line-height: 108px;
	}

	.pricing-wrapper .main-price .price .amount .duration {
		padding: 33px 5px;
	}

	.pricing-wrapper .main-price .price .description {
		font-size: 28px;
		line-height: 32px;
		width: 100%;
		padding: 13px 5px;
		letter-spacing: -1px;
		word-spacing: 2px;
	}

	.pricing-wrapper .main-price .pro-features {
		padding: 0;
		max-width: 320px;
		margin: 0 auto;
	}

	.pricing-wrapper .main-price .pro-features li {
		font-size: 19px;
		line-height: 27px;
		padding: 12px 0 12px 44px;
	}

	.pricing-wrapper .main-price .pro-features li .icon-standard {
		font-size: 30px;
		line-height: 28px;
		top: 12px;
	}
	
	.signup .col .pro-features-mobile {
		display:block;
	}
	
	.signup .col .pro-features {
		display:none;
	}
	
	.signup .col .pro-features,
	.signup .col .pro-features-mobile {
		padding: 0;
		max-width: 320px;
		margin: 0 auto;
	}

	.signup .col .pro-features li,
	.signup .col .pro-features li {
		font-size: 19px;
		line-height: 27px;
		padding: 12px 0 12px 44px;
	}

	.signup .col .pro-features li .icon-standard,
	.signup .col .pro-features-mobile li .icon-standard {
		font-size: 30px;
		line-height: 28px;
		top: 12px;
	}	

	.pricing-wrapper .price-list li {
		width: 100%;
		display: block;
		padding: 21px 22px;
	}

	.pricing-wrapper .price-list li .price {
		float: none;
		padding: 0;
		margin: 0 auto;
		max-width: 320px;
	}

	.pricing-wrapper .price-list li .price .amount {
		margin-bottom: 20px;
	}

	.pricing-wrapper .price-list li .price .amount .unit {
		font-size: 25px;
		line-height: 28px;
		padding: 24px 0;
	}

	.pricing-wrapper .price-list li .price .amount .duration {
		padding: 19px 8px;
	}

	.pricing-wrapper .price-list li .price .description {
		font-size: 18px;
		line-height: 28px;
		padding: 8px 5px;
	}

	.pricing-wrapper .pricing-faq .block {
		padding: 25px 7px;
	}

	.pricing-wrapper .pricing-faq .block .col {
		float: none;
		width: 100%;
		padding: 0;
	}

	.pricing-wrapper .pricing-faq .block h2 {
		margin-bottom: 12px;
		padding: 0;
		line-height: 30px;
	}

	.styles-wrapper {
		padding: 13px 19px;
	}

	.styles-wrapper .info-styles {
		border-bottom: none;
		margin-bottom: 0;
	}

	.styles-wrapper .info-styles .image-holder {
		display: none;
	}

	.styles-wrapper .info-styles .description {
		text-align: left;
		padding: 36px 0;
		word-spacing: 1px;
	}

	.styles-wrapper .info-styles .description h2 {
		margin-bottom: 19px;
		font-size: 22px;
		line-height: 28px;
	}

	.styles-wrapper .info-styles .description p {
		margin-bottom: 31px;
	}

	.styles-wrapper .info-styles .description .btn {
		padding: 0;
	}

	.styles-wrapper .info-styles .description .btn a {
		padding: 14px 10px;
	}
	
	.styles-wrapper .info-pages .description {
		text-align: left;
		padding: 36px 0;
		word-spacing: 1px;
	}

	.styles-wrapper .info-pages .description h2 {
		margin-bottom: 19px;
		font-size: 22px;
		line-height: 28px;
	}

	.styles-wrapper .info-pages .description p {
		margin-bottom: 31px;
	}

	.styles-wrapper .info-pages .description .btn {
		padding: 0;
	}

	.styles-wrapper .info-pages .description .btn a {
		padding: 14px 10px;
	}
	
	.styles-wrapper .info-pages .signup {
		text-align: left;
		padding: 36px 0;
		word-spacing: 1px;
	}

	.styles-wrapper .info-pages .signup h2 {
		margin-bottom: 19px;
		font-size: 22px;
		line-height: 28px;
	}

	.styles-wrapper .info-pages .signup p {
		margin-bottom: 31px;
	}
	
	.styles-wrapper .info-pages .signup input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    	border: 1px solid #c4c4c4;
    	border-radius: 4px;
    	margin: 0;
    	padding: 12px 7px;
    	width: 100%;
	}
	
	.styles-wrapper .info-pages .signup select {width:100%; border:1px solid #c4c4c4; padding:12px 7px;}

	.styles-wrapper .info-pages .signup label.error {
    	color: red!important;
    	font-size: 13px;
    	font-style: italic;
    	width: 100%;
    	display: block;
	}
	
	.styles-wrapper .info-pages .signup a.open1 {
    	background: none repeat scroll 0 0 #5ea32e;
    	border: 1px solid #5ea32e;
    	border-radius: 4px;
    	color: #fff;
    	display: block;
    	font-size: 18px;
    	font-weight: bold;
    	line-height: 22px;
   		padding: 18px 20px !important;
    	text-align: center;
    	text-decoration: none;
    	text-transform: uppercase;
    	width: 100%;
	}	

	.styles-wrapper .style-lists {
		padding: 0;
	}

	.styles-wrapper .style-lists li {
		padding: 4px 0 27px;
	}

	.styles-wrapper .style-lists li .icon-thumb {
		margin-right: 0;
		font-size: 38px;
		line-height: 46px;
	}

	.styles-wrapper .style-lists li .description {
		padding: 0 13px;
		line-height: 20px;
	}

	.styles-wrapper .style-lists li .description h3 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 8px;
	}

	.styles-wrapper .full-width-block {
		padding: 46px 0;
	}

	.styles-wrapper .full-width-block .logo-kfsc {
		margin-bottom: 39px;
	}

	.styles-wrapper .full-width-block blockquote {
		padding: 0 1px;
	}

	.styles-wrapper .full-width-block blockquote q {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 13px;
	}

	.styles-wrapper .three-columns {
		padding: 4px 0;
	}

	.styles-wrapper .three-columns .col {
		width: 100%;
		float: none;
		padding: 29px 0;
	}

	.styles-wrapper .three-columns blockquote {
		padding: 0;
	}

	.styles-wrapper .three-columns blockquote q {
		min-height: 0 !important;
	}
	
	.info-pages .signup .col {
		float:none!important;
		width:100%!important;
	}
	
	.top-overlay .exit-top-overlay {
		display:none;
	}
	
	.dform_container label {
		font-size:12px;
	}
	
	.dfinput_phones	 {
		width:200%!important;
	}
	
	.dfinput_names {
		width:150%!important;
	}
	
	.signup iframe {
		width:90%;
		height:auto;
		margin-top:20px;
	}
	
	.signup #complete_signup h2 {
		font-size:25px!important;
		line-height:25px!important;
	}
	
	.signup #complete_signup h2.get_started {
		font-size:22px!important;
	}
	
	.signup #complete_signup h3 {
		font-size:18px;
		margin:0 0 10px 0;
	}
	
	.signup #complete_signup .col p {
		width:100%;
		line-height:28px;
		font-size:14px;
	}
	
	.signup #complete_signup .col #request_message {
		font-size:13px;
		font-style:italic;
		line-height:26px;
	}
	
	.signup .col a.guide {
		font-size:14px;
		text-decoration:underline;
		padding:0 10px;
	}
}
