/*
 class="external-link-support"
 class="external-link-wiki"
*/

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

@font-face {
	font-family: 'nevisBold';
	src: url('../fonts/nevis-webfont.eot');
	src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nevis-webfont.woff') format('woff'),
		url('../fonts/nevis-webfont.ttf') format('truetype'),
		url('../fonts/nevis-webfont.svg#nevisBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* General reset */
html,
body {
	/*min-width:1166px;*/
	margin:0;
}
body {
	color:#767d80;
	color:#767C78;
	font:15px/21px Arial, Helvetica, sans-serif;
	background:#202b2d;
}
img {border-style:none;}
a,
a:active,
a:focus {
	text-decoration:none;
	color:#608964;
}
a:hover {
	text-decoration:underline;
	color:#608964;
}
input,
textarea,
select {
	font:100% Helvetica, Arial, sans-serif;
	vertical-align:middle;
	color:#767C78;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* Override on certain pages */
/*.font-14px-change { font-size: 14px; line-height: 18px; }*/
/*.font-16px-change { font-size: 16px; line-height: 20px; }*/
/*.font-18px-change { font-size: 18px; line-height: 22px; }*/

/* Bootstrap Overrides */
.tooltip { font-size: 12.5px; }
.dl-horizontal dd { margin-bottom: 10px; }

.text-black { color:black; }
.text-left { text-align:left !important; }
.text-required { color:red; }
.text-error, .has-error .text-error { color:red; }

/* Changes the Blue form element glow to green-ish */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(61, 96, 0, 0.6);
  border-color: rgba(139, 191, 54, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(139, 191, 54, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(139, 191, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(139, 191, 54, 0.6);
}

a.external-link-support, a.external-link-wiki { }
a.external-link-support:after,
a.external-link-wiki:after {
    content: '';
    width: 14px;
    height: 14px;
	display: inline-block;
    z-index: -1;
	background-image: url("../assets/img/glyphicons-halflings.png");
	background-position: -96px -96px;
	background-position: -120px -96px;
	margin-left:2px;
}

.shared-shadow {
    box-shadow: 0 4px 4px -2px #232323;
    -moz-box-shadow: 0 4px 4px -2px #232323;
    -webkit-box-shadow: 0 4px 4px -2px #232323;
}

/* Update the widths */

.main-wrapper-width,
#header .header-holder,
/*.top-block .holder,*/
.section .frame,
#main .main-holder,
#footer,
.section-alt .frame,
.page-heading .holder,
.works-block .holder,
.case-block .holder,
.area-holder,
.top-block .holder .frame,
.section-signup {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/* Custom container */
.container-full {
	margin: 0 auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: inherit;
	padding-right: inherit;
}

/* General settings */

#main-outter-wrapper {
	background-color:white;
}

/* header */
#header {
	width:100%;
	/*background:#fff;*/
}
.header-holder {
	margin:0 auto;
	padding:22px 0 15px 38px;
	overflow:hidden;
	position: relative;
	height:130px;
	/*width:1128px;*/
}
.atri .header-holder {height:150px;}
/* logo */
.logo {
	margin:0;
	margin:0 120px 0 0;
	float:left;
	background: url(../images/sprite.png) no-repeat;
	width: 295px;
	height: 101px;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	bottom:6px;
	left:20px;
}
.atri .logo {
    background: url("../images/sprite.png") no-repeat scroll 0 -1295px rgba(0, 0, 0, 0);
    height: 150px;
    top: 10px;
}
body.dark-layout.dark-header.atri .logo,
body .logo.darkbg {
	background-position: 0px -1445px;
}
body.dark-layout.alt-dark .logo {
    background: url("../images/sprite.png") no-repeat scroll 0 -1295px rgba(0, 0, 0, 0);
}
.logo a {
	display:block;
	height:100%;
}
/* nav */
#main-nav{
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	font-size:18px;
	/*line-height:34px;*/
	font-weight:bold;
	border: 0px solid #f00;
	position: absolute;
	bottom:20px;
	right:0;
}
#main-nav li {
	float:left;
	/*height:34px;*/
	margin: 0px 3px 0px 0px;
}
#main-nav a {
	float:left;
	color:#000;
	padding:0 17px 0 17px;
	padding:5px 17px;
	white-space:nowrap;
}
#main-nav a:hover,
#main-nav .active a {
	background:#8bbf36;
	text-decoration:none;
	color:#fff;
}
/* smaller-nav */
#smaller-nav {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 0 0 0 ;
	font-size:15px;
	line-height:20px;
	border: 0px solid #f00;
	position: absolute;
	top:20px;
	right:9px;
}
#smaller-nav li {
	float:right;
	line-height:20px;
	margin: 0px 3px 0px 0px;
}
#smaller-nav a {
	float:left;
	color:#000;
	color:grey;
	padding:0 17px 0 17px;
	padding:3px 9px;
	white-space:nowrap;
}
#smaller-nav a:hover,
#smaller-nav .active a {
	background:#8bbf36;
	text-decoration:none;
	color:#fff;
}
#main-drop-nav {
	display:none;
	background:#fff;
    background-color:#EBF2E6;
}
.head-nav-bs-offerit {
    border: 0 solid #FF0000;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
	bottom:0;
	right:0;
}
.head-nav-bs-offerit .icon-bar {
    background-color: #FFFFFF;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar {
    border: none !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    position: relative;
}
.navbar-nav > li:hover {
    background-color:#E9F2E1;
}
.navbar-nav > li > a {
    font-size: 18px;
    line-height: 25px;
	padding-left:45px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #E7E7E7;
    color: #fff;
	font-weight: bold;
    background-color:#8CAD54;
}
.navbar-toggle {
    background-color: #6A9323;
    border: 1px solid #3F5912;
}
.navbar-toggle:hover {
    background-color: #84AA3D;
    border: 1px solid #6A9323;
}
/* Buttons */
a.btn-info-click,
a.click-btn {
	/*float:right;*/
	color:white;
	color:red;
	font-size:17px;
	padding:5px 10px;
	padding: 3px 5px;
	border:1px solid #6B9E12;
	background: url(../images/sprite.png) no-repeat -10px -837px;
}
a.btn-info-click:hover,
a.click-btn:hover {
	color:#F2EFD0;
}
.larg-btn, .larg-btn span { width:100%;text-align:center } 

/* Media Files - Thumbnails*/
.media-row .thumbnail {
    min-height: 275px;
	cursor: pointer;
}
.media-row .thumbnail a {
	color:#000;
	text-decoration: none;
}
.media-row .thumbnail img {
	border:1px solid silver;
    width: 100%;
}
.media-row .caption h3 {
	margin-top:0;
	font-size:19px;
	/*text-align: center;*/
}
.media-row .btn.btn-info-click {
	float:right;
	color:white;
}
.media-row .thumbnail a:hover a.btn.btn-info-click {
	color:#F2EFD0;
}

.media-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	padding-top: 60px;
	overflow: hidden;
}

.media-container iframe,
.media-container object,
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* top-block */
.top-block {
	background:#8bbf36 url(../images/bg-top-block.png) repeat-x 50% 100%;
	border-bottom:1px solid #384650;
	width:100%;
}
.add-bottom-margin,
.top-block.add-bottom-margin {
	margin-bottom:20px !important;
}
.add-top-margin,
.top-block.add-top-margin {
	margin-top:20px !important;
}
.top-block .holder {background: url(../images/bg-top-block-holder.png) repeat-x;}
.top-block .frame {
	margin:0 auto;
	/*width:1097px;*/
	min-height:280px;
	padding:45px 0 45px 0;
}
.top-block .img-wrapped {
	float:right;
	width:51%;
}
.top-block .info {
	float:left;
	/*width:467px;*/
	width:48%;
	color:#fff;
	font-size:21px;
	line-height:28px;
	padding: 6px 0px 4px 4px;
	background-color: #000000;
	background: rgba(0, 0, 0, 0.85);
}
/* Moving the BG with a negative bottom number will not keep the graphic along the bottom, and looks bad with more text on the screen 
.top-block.alt-frame-and-info {
	background:#8bbf36 url(../images/bg-top-block.png) repeat-x 50% -25%;
}*/
.top-block.alt-frame-and-info .holder {
	background: transparent;
	box-shadow: inset 0 4px 10px -6px rgba(0,0,0,0.7);
}
.top-block.alt-frame-and-info .frame {
	min-height:auto;
	padding:0;
}
.top-block.alt-frame-and-info .info {
	float:none;
	width:100%;
	background: transparent;
	font-size:35px;
	line-height:40px;
	padding: 40px 0;
	text-align: center;
	padding:20px 0 10px 0;
}
.top-block.alt-frame-and-info .page-title {
    font-size: 1.2em;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center !important;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-bottom:20px;
}
.top-block.alt-frame-and-info .right-img {
	margin:0 auto;
	padding: 0px 40px;
}
@media (max-width: 350px) {
	.top-block.alt-frame-and-info .right-img { padding: 0px 40px; }
}
@media (min-width: 400px) {
	.top-block.alt-frame-and-info .page-title { font-size: 1.2em; }
	.top-block.alt-frame-and-info .right-img { padding: 0px 40px; }
}
@media (min-width: 500px) {
	.top-block.alt-frame-and-info .page-title { font-size: 1.4em; }
	.top-block.alt-frame-and-info .right-img {padding: 0px 65px;}
}
@media (min-width: 768px) {
	.top-block.alt-frame-and-info .page-title {font-size: 1.4em;margin-top: 15px;	}
	.top-block.alt-frame-and-info .right-img {padding-right: 20px;	}
}
@media (min-width: 992px) {
	.top-block.alt-frame-and-info .page-title {font-size: 1.5em;margin-top: 40px;	}
}
@media (min-width: 1200px) {
	.top-block.alt-frame-and-info .page-title { font-size: 1.6em; margin-top: 35px; }
}
	
.top-block h2 {
	margin:0 0 -2px;
	padding:7px 30px 0 9px;
	font-weight:bold;
	font-size:43px;
	line-height:44px;
	float:left;
	clear:left;
}

.top-block .info p {
	display:inline-block;
	vertical-align:top;
	padding:6px 5px 4px 11px;
	margin:0;
}
*+html .top-block .info p {
	display:inline;
	padding-right:35px;
}
.top-block .info p.more {padding:3px 44px 13px 11px;}
.top-block a {color:#8bbf36;}

.top-block.force-blue-tb {
	background: #2564AF url("../images/bg-top-block-blue.png") no-repeat scroll center bottom;
	background-size: cover;
}
.top-block.force-blue-tb .holder {
	background: transparent;
	box-shadow: inset 0 4px 10px -6px rgba(0,0,0,0.7);
}

/* section */
.section {
	background:#e4e4e4 url(../images/bg-section.png) repeat-x;
	width:100%;
}
.section .holder { background: url(../images/bg-section-holder.png) repeat-x 0 100%; }
.section .frame {
	/*width:1028px;*/
	padding:24px 65px 26px 33px;
	margin:0 auto;
	overflow:hidden;
	color:#3d3d3d;
}
.btn-see {
	background: url(../images/sprite.png) no-repeat 0 -113px;
	width:263px;
	height:49px;
	text-align:center;
	color:#fff;
	/* font: 25px/44px "Times New Roman", Times, serif; */
	font:22px/48px Arial, "Times New Roman", Times, serif;
	text-shadow: #000000 1px 1px 8px;
	overflow:hidden;
	float:right;
}
a.btn-see:hover, 
.btn-see:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.section h2 {
	overflow:hidden;
	overflow:visible;
	height:1%;
	margin:0;
	padding:10px 0 5px;
	font: 27px/30px nevisBold;
	word-spacing:-1px;
}

.section-alt {background:#323a3a url(../images/bg-section-alt.png);}
.section-alt .holder {background:none;}
.section-alt .frame {
	/*width:1031px;*/
	padding:16px 82px 17px 13px;
	color:#e0e2e2;
}
.section-alt h2 {padding-top:12px;}
.section-alt .btn-see {
	background: url(../images/sprite.png) no-repeat 0 -261px;
	width:246px;
	height:55px;
	text-align:center;
	color:#fff;
	font: 22px/55px Arial, Helvetica, sans-serif;
	text-shadow: #000000 1px 1px 8px;
	float:right;
}
#main-footer-wrapper .section h2 {
	float:left;
}
#main-footer-wrapper .section-alt .frame {
	padding:24px;
}
#main-footer-wrapper .section h2 {
    float: none;
    margin-right: 0;
}
/* main */
#main {
	/*background:#fff;*/
	padding:36px 0 0;
	overflow:hidden;
	width:100%;
	margin-top:-20px;
}
#main.inner-page {padding-top:20px;margin-top:-20px;}
.main-holder {
	margin:0 auto 15px auto;
	/*width:1050px;*/
	padding:0 25px;
	/*background: url(../images/bg-main-holder.gif) repeat-y 68% 0;*/
}
.main-holder:after {
	content:"";
	display:block;
	clear:both;
}
.main-holder .center-with-padding {
  padding: 0; font-size: 26px; font-weight: bold;text-align: center;
}
.inner-page .main-holder {background:none;}
/* content */
#content.force-width {
	float:left;
	width:67%;
	margin:0;
}

/*.main-holder.content-small-width #content,
.main-holder.content-medium-width #content {
	width:50%;
}*/
#content h2, h2.content {
	margin:0 0 18px;
	color:#3a3a3a;
	font: 25px/28px GeosansLightRegular;
}
/* block-list */
.block-list,
.block-list-threecol-full{
	overflow:hidden;
	width:685px;
	width:100%;
	/*background: url(../images/bg-block-list.gif) no-repeat 6px 0;*/
	padding:21px 0 21px 5px;
	border-top: 1px solid #E5E5E5;
}
.block-list-threecol-full {
	width:1000px;
	width:100%;
	background: url(../images/bg-block-list.gif) no-repeat center bottom;
}
/* block */
.block {
	float:left;
	width:313px;
	width:48%;
	padding:0 20px 0 0;
	font-size:15px;
	line-height:21px;
}
.block-list-threecol-full .block {
	padding:0 15px 0 0;
}
.block .heading {
	overflow:hidden;
	padding:6px 0 5px;
}
.block .image {
	float:left;
	margin:-6px 11px 0 0;
}
.block h3,
.block h4 {
	overflow:hidden;
	height:1%;
	color:#3a3a3a;
}
.block h3 {
	margin:0 0 3px;
	font-size:23px;
	line-height:28px;
	font-weight:bold;
}
.block h4 {
	margin:0;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
.block .holder {padding:0 40px 0 0;}
.block .holder.index {padding:0 ;}
.block-list-threecol-full .block .holder {padding:0 20px 0 0;}
.block p {margin:0 0 20px;}
.block .all {
	color:#b4d161;
	font-size:17px;
}
.block-red {
	color:maroon;
	text-decoration: underline;
}
/* image-list */
.image-list {
	padding:42px 0;
	margin:0 0 0 -5px;
}
.image-list-footer {
	padding:15px 0 42px;
	margin:0 0 0 -5px;
}
#content .image-list h2 {
	font: bold 30px/34px Arial, Helvetica, sans-serif;
	margin:0 2px 32px;
	color:#747474;
}
.image-list ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.image-list li {
	float:left;
	background: url(../images/bg-image-list.png) no-repeat;
	width: 100px;
	height: 100px;
	padding:6px;
	margin:0 24px 0 0;
	overflow:hidden;
}
.image-list img {
	display:block;
}




/* image-list-footer */
.image-list-footer {
	padding:0 0 42px;
	margin:0 0 0 -5px;
}
.image-list-footer h2 {
    border-bottom: 1px dashed #E7E7E7;
    color: #3A3A3A;
    font: 23px/26px GeosansLightRegular;
    margin: 0 3px 8px;
    padding-bottom: 10px;
}
.image-list-footer ul {
	list-style:none;
	margin:10px 0 0 0 ;
	padding:0;
	overflow:hidden;
}
.image-list-footer li {
	border:1px solid silver;
	background-color:white;
	padding: 4px;
	width: 150px;
	height: 150px;
	width: 100px;
	height: 100px;
	width: 16.4%;
	height: 100px;
	float:left;
	overflow:hidden;
	display:block;
	margin-right: 0.3%;
	margin-bottom:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.image-list-footer.force-quarter-li li {
    width:24.5%;
}
.image-list-footer.force-half-li li {
    width:49.5%;
}
.image-list-footer.force-full-li li {
    width:99%;
}
.image-list-footer.force-2x-li li {
	height: 175px;
}
.image-list-footer.force-2x-li li img {
	height: auto;
	max-width:100%;
}
.image-list-footer li:last-child {
	margin-right: 0;
}
.image-list-footer img {
	display:block;
	background-color:white;
	margin: 0;
}
.image-list-footer span {
	display:none;
}

.list-with-check-img ul {
	list-style:none;
	margin:0 0 15px 0 ;
	padding:0 0 15px 0 ;
}
.list-with-check-img li {
	background: url(../images/check.png) no-repeat;
	padding:0 0 0 35px;
	margin:6px 0 0 -8px;
	overflow:hidden;
}

/*padding: 3px; float: left;"><img src="./images/check.png"></div><div style="float: left; font-size: 14px; padding: 5px 0px 0px 8px;">-->*/
					


/* sidebar */
#sidebar {}
#sidebar.force-width {
	float:right;
	width:30%;
	margin:-4px 0 0;
}

/*.main-holder.content-small-width #sidebar,
.main-holder.content-medium-width #sidebar {
	width:44%;
}*/
#sidebar .side-with-bg,
.sidebar .side-with-bg {
	border: 1px solid #C5D6BC;
	background: #EAF4E2;
    /*box-shadow: 0 0 45px rgba(0,0,0,0.5);*/
	padding: 0;
	border-radius: 4px;
}
#sidebar .side-with-bg.force-blue-sidebg,
.sidebar .side-with-bg.force-blue-sidebg {
	border: 3px solid rgba(255,255,255, 0.50);
	background: #1A60AF;
    /*box-shadow: 0 0 45px rgba(0,0,0,0.5);*/
	padding: 0;
	border-radius: 4px;
	color: #fff;
}
#sidebar .side-with-bg.force-blue-sidebg textarea:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="text"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="password"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="datetime"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="datetime-local"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="date"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="month"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="time"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="week"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="number"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="email"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="url"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="search"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="tel"]:focus,
#sidebar .side-with-bg.force-blue-sidebg input[type="color"]:focus {
    border-color: rgba(7, 154, 234, 0.6);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(7, 154, 234, 0.6);
}

#sidebar h2 {
    border-bottom: 1px dashed #E7E7E7;
    color: #3A3A3A;
    font: 23px/26px GeosansLightRegular;
    margin: 0 3px 8px;
    padding-bottom: 10px;
}
#sidebar .side-with-bg h2 {
    color: #F2F2F2;
	background: #68A230;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
    padding: 10px;
    border-bottom: 1px solid #E7E7E7;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
#sidebar .side-with-bg.force-blue-sidebg h2 {
	/*background: #68A230;*/
	background: #205899;
    border-bottom: 1px solid #6183aa;
}
#sidebar .form-wrap { padding:20px 45px; }
#sidebar .form-wrap .form-group {
	margin-top:0;
	margin-bottom:0;
}
#sidebar .form-wrap .add-row-border .form-group { 
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#sidebar .form-wrap .add-row-padding .form-group {
	padding:6px 0 14px 0;
}
#sidebar .form-wrap .label {}
#sidebar .form-wrap .alt-label label { font-weight: 400; color:#444444; }
#sidebar .force-blue-sidebg .form-wrap .alt-label label { color:#fff; }
#sidebar .form-wrap .data {}
#sidebar .form-wrap .button-row {
	padding:20px;
	text-align:right;
}

/* box */
.box {
	/*background: url(../images/bg-box.gif) no-repeat 1px 0;*/
	padding:14px 0 22px;
	color:#5f676c;
	line-height:20px;
}
.box p {margin:0;}
.box h3 {
	margin:-2px 0 16px;
	color:#000;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
}
.box .spacer {
    float: left;
    width: 95px;
	margin-left:10px;
}
/* code-form */
.code-form {
	background: url(../images/sprite.png) no-repeat 0 -172px;
	width:340px;
	height:40px;
	padding:8px 8px 0 0;
	margin:13px 0 4px;
	/*overflow:hidden;*/
}
.code-form .text {
	float:left;
	background: url(../images/sprite.png) no-repeat 0 -226px;
	width:160px;
	height:30px;
}
.code-form .text input {
	float:left;
	background:none;
	border:0;
	margin:0;
	/*padding:4px 8px 6px;*/
	padding:0;
	width:144px;
	height:20px;
	color:#fff;
	font-style:italic;
	line-height:normal;
	font-size:13px;
}
.code-form .submit {
	text-indent:-9999px;
	background: url(../images/sprite.png) no-repeat -173px -226px;
	width:75px;
	height:25px;
	float:right;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
/* feature-special-top-area */
.feature-special-top-area {
	background:#fff;
	width:100%;
	margin-top:-10px;
}
.feature-special-top-area .area-holder {
	padding: 0 9px;
}
.feature-special-top-area .heading {
	background:none;
	padding:6px 0;
}
.feature-special-top-area .page-heading {
	background:#8bbf36 url(../images/bg-heading-holder.png) repeat-x 0 100%;
}
.feature-special-top-area .heading .holder,
.feature-special-top-area .page-heading .holder {
	background:transparent;
	/*min-height:71px*/
}
.feature-special-top-area .heading .frame {
	margin:0 auto;
	width:464px;
	padding:13px 630px 0 32px;
}
.feature-special-top-area h2 {
	margin:0;
	color:#fff;
	font: 40px/44px nevisBold;
}
.feature-promo {
	padding:0 0;
}
.feature-promo .left-col,
.feature-promo .right-col {
	width:48%;
}
.feature-promo .left-col {
	float:left;
}
.feature-promo .right-col {
	float:right;
}
.feature-promo .promo-detail-row {
	padding:15px ;
	border-bottom:1px solid #f0f0f0;
}
.feature-promo .promo-label {
	background: transparent url("../images/bg-switcher.png") no-repeat scroll -10px 7px;
	border-bottom: 0px none;
	color: #3A3A3A;
	font-size: 21px;
	font-weight: bold;
	height: 1%;
	line-height: 26px;
	margin: 0px 0px 3px;
	overflow: hidden;
	padding: 0px 0px 5px 25px;
}
.feature-promo .data {
	color:#5B5B5B;
	font-size:1em;
	font-weight: 300;
	padding-left:25px;
}
/* area-holder */
.area-holder {
	margin:0 auto;
	/*width:1078px;*/
	padding:0 9px 0 39px;
}
.area-holder:after {
	content:"";
	display:block;
	clear:both;
}
/* area-l */
.area-l {
	/*float:left;*/
	/*width:515px;*/
	float:none;
	width:auto;
	margin: 14px 600px 0 0;
	position:relative;
	z-index:20;
}
/* info-box */
.info-box {
    color: #5F676C;
    display: inline-block;
    line-height: 20px;
    margin: 0 1% 28px 0;
    vertical-align: top;
    width: 45%;
}

*+html .info-box {
	display:inline;
	margin-right:18px;
}
.info-box .title {
	overflow:hidden;
	padding:0 0 10px;
}
.info-box .title img {
	float:left;
	margin:11px 12px 0 0;
}
.info-box h3 {
	margin:13px 0 1px;
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	overflow:hidden;
	height:1%;
}
.info-box h4 {
	margin:0;
	color:#8bbf36;
	font: italic 14px/18px Arial, Helvetica, sans-serif;
	overflow:hidden;
	height:1%;
}
.info-box p {margin:0 2px;}
/* gallery */
.gallery {
	float:right;
	width:623px;
	background: url(../images/bg-gallery.png) no-repeat 3px 0;
	min-height: 326px;
	margin:-112px 0 0;
	margin:-120px 0 0;
	padding:17px 0 0 8px;
}
.gallery .link-prev,
.gallery .link-next {
	text-indent:-9999px;
	overflow:hidden;
	width:28px;
	height:30px;
	margin:35px 0 0;
}
.gallery .link-prev {
	background: url(../images/bg-gallery-link.png) no-repeat;
	float:left;
	margin:37px 23px 0 0;
}
.gallery .link-next {
	float:right;
	background: url(../images/bg-gallery-link.png) no-repeat 0 -40px;
}
.gallery .holder {
	overflow:hidden;
	padding:0 0 16px;
}
.gallery .frame {
	float:left;
	width:521px;
	height:356px;
	overflow:hidden;
	position:relative;
}
.gallery .frame ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:99999px;
}
.gallery .frame li {
	float:left;
	width:521px;
	height:356px;
	overflow:hidden;
	position:relative;
}
.gallery img {display:block;}
/* info */
.gallery .info {
	position:absolute;
	bottom:1px;
	left:0;
	width:461px;
	padding:8px 30px 16px;
	background: url(../images/shadow.png);
	color:#fff;
	font-size:15px;
	line-height:18px;
}
.gallery h3 {
	margin:0;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}
.gallery p {margin:0;}
/* switcher */
.switcher {
	list-style:none;
	margin:0;
	padding:5px 22px 0 0;
	text-align:center;
}
.switcher li {
	display:inline-block;
	vertical-align:top;
	margin:0 2px 0 0;
}
*+html .switcher li {
	display:inline;
	margin:0 3px 0 2px;
}
.switcher a {
	text-align:left;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-switcher.png) no-repeat;
	width:10px;
	height:11px;
}
.switcher .selected a,
.switcher a:hover {background-position:-15px 0;}
/* feature-block */
.feature-block {
	background:#fff;
	padding:0 38px 11px 0;
	color:#5f676c;
	line-height:20px;
}
.feature-block h2 {
	margin:0 0 20px;
	text-align:center;
	color:#000;
	font-size:30px;
	line-height:33px;
	font-weight:bold;
}
.feature-block .holder {
	/*width:1200px;*/
	margin:0 -206px 0 -4px;
}
.feature {
	display:inline-block;
	vertical-align:top;
	background: url(../images/bg-feature.png) no-repeat;
	width:390px;
	padding:11px 25px 0;
	margin:0 157px 24px 0;
}
*+html .feature {
	display:inline;
	margin-right:160px;
}
.feature h3 {
	margin:0 0 7px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#2d2f25;
}
.feature p {margin:0;}
/* feature-section-block */
.feature-section-block {
	background:#fff;
	padding:0 0 11px 0;
	color:#5f676c;
	line-height:20px;
	width:900px;
	margin:0 auto;
}
.feature-section-block .row {
	padding-bottom:15px;
	clear:both;
}
.feature-section-block .inner-section-2col {
	width:410px;
	padding:5px 10px;
	background: url(../images/bg-feature.png) no-repeat;
}
.feature-section-block .left { float:left; }
.feature-section-block .right { float:right; }
.feature-section-block .inner-section-2col h2 {
	padding-top:0;
	margin-top:0;
}
.feature-section-block .inner-section-2col .learn-more {
	display: block;
	text-align: right;
}

/* feature-topic-list*/
.feature-topic-list {

}
.feature-topic-list .topic {
	/*width:997px;*/
	/*background: url(../images/bg-works.png) no-repeat center top;*/
	padding:8px 15px;
	border:1px solid #f0f0f0;
	margin-bottom:10px;
}
.feature-topic-list .topic:hover {
	border:1px solid silver;
	background-color:#f7f7f7;
}

.feature-topic-list .topic .image { /* image is 28x26 */
	float:left;
	margin:-6px 11px 0 0;
	margin:0 11px 0 0;
}
.feature-topic-list .topic h3,
.feature-topic-list .topic h4 {
	overflow:hidden;
	height:1%;
	color:#3a3a3a;
}
.feature-topic-list .topic h3 {
	margin:0 0 3px;
	font-size:23px;
	line-height:28px;
	font-weight:bold;
}
.feature-topic-list .topic h4 {
	margin:0;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
.feature-topic-list .topic p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 50px;
}

.feature-topic-list .topic a.all {
	float:right;
	color:white;
	font-size:17px;
	padding:0 5px 0 5px;
	border:1px solid #6B9E12;
	background: url(../images/sprite.png) no-repeat -10px -837px;
}
.feature-topic-list.no-border-no-bg .topic {
	border: none;
	background-color: transparent;
	margin-bottom: -1px;
}
.feature-topic-list.no-border-no-bg .topic:hover {
	border: none;
	background-color: transparent;
}
.feature-topic-list.force-1-column .topic p {
	margin: 0 0 0 39px;
	clear: both;
}
.feature-topic-list.force-1-column .topic h3,
.feature-topic-list.force-1-column .topic h4 {
	float:left;
	width:auto;
}
.feature-topic-list.no-para .topic p {
	display:none;
}

/* case-block - case studies */
.case-block {
	background:#fff;
	padding:0 0 11px 0;
	line-height:20px;
	color:#5B5B5B;
	font-weight: lighter;
}
.case-block h1 { color:#000; }
.case-block .holder { margin:15px 4px; }
.case-block .detail-col blockquote p { font-size: 1.2em;line-height: 1.2em;/*color:black;*/ }

.case-wrapper  {
	padding:10px 5px 15px 5px;
	border-top:1px solid #EDEDED;
	margin:10px 0 0 0 ;
	padding:10px 0 15px 0;
}
.case-block .primary-desc {
	font-size:18px;
	line-height: 24px;
	padding: 0 ;
	/*width:975px;*/
	margin:0 0 25px 0;
}

.case-block .headerlogo {display:block;padding-top:12px;padding-bottom:12px;margin:0 auto;max-height: 100px;}
.case-block .headerlink {font-size:1.2em;padding-bottom:12px;text-align:center;}
.case-block .headshot {background-color:#EAEAEA; text-align:center;}
.case-block .headshot img {display: block;margin:0 auto;max-width:350px;width:100%;}
.case-block .case { padding:11px 5px 0 5px; }
*+html .case-block .case {
	display:inline;
	margin-right:160px;
}
.case-block .case h3, .case-block .case h4 {
	border-bottom:0;
    color: #4C4C4C;
    font-size: 23px;
    font-weight: bold;
    height: 1%;
    line-height: 28px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 15px 0 5px 0;
}
.case-block .case h4 {
	font-size: 17px;
	line-height: 21px;
}
.case-block .case h4.top {
	font-size: 19px;
	line-height: 25px;
}
.case-block .case h4.market-slug {
	padding:8px 10px;
	text-align:center;
	font-size: 19px;
	line-height: 25px;
}
.case-block h4.back-2-list a {
	padding-top:30px;
	/*text-align: center;*/
	display: block;
	width:100%;
	/*float:none;*/
	clear: both;
}
.case-block .case h3.first, .case-block .case h4.first {
    padding-top: 0;
}
.case-block .case p,
.case-block .case ul,
.case-block .case ol,
.case-block .case li,
.case-block .case dl,
.case-block .case dt,
.case-block .case strong {
	font-size:16px;
	line-height:22px;
}
.case-block .case p {
	margin:0 0 10px;
	padding: 2px 0;
}
.case-block .left-side-quote {
	font-size: 1.1em;
	line-height: 1.1em;
}
.case-block .left-side-quote p {
	margin-left:25px;
	margin-right:25px;
}
.case-block .left-side-quote footer {
	margin-left:25px;
	margin-right:25px;
	margin-top:10px;
}

@media (min-width: 768px) {
	.case-block .case h4 { font-size: 19px;line-height: 25px; }
	.case-block .case h4.market-slug {padding:10px 40px;font-size: 20px;}
	.case-block .case p { margin:0 0 10px; padding: 2px 0 2px 22px; }
	.case-block .headerlogo {margin-left:0;}
	.case-block .headerlink {padding-top:38px;padding-right:15px;text-align:right;}
	.case-block .headshot img {display: block;margin:0 auto;max-width:auto;}
	.case-block .left-side-quote { margin-top:125px; font-size: 1.2em; line-height: 1.2em; }
	.case-block .left-side-quote p, .case-block .left-side-quote footer { margin-left:0; margin-right:0; }
	.case-block h4.back-2-list a { padding-top:50px; text-align: center; }
}
@media (min-width: 992px) {
	.case-block .left-side-quote { margin-top:200px; }
	.case-block .left-side-quote p, .case-block .left-side-quote footer { /*margin:auto;*/ }
	.case-block h4.back-2-list a { padding-top:60px; }
}
@media (min-width: 1200px) {
	.case-block h4.back-2-list a { padding-top:70px; }
}


/* works-block */
.works-block {
	background:#fff;
	padding:0 0 11px 0;
	color:#5f676c;
	line-height:20px;
}
.works-block h2 {
	margin:0 0 20px;
	text-align:center;
	color:#000;
	font-size:30px;
	line-height:33px;
	font-weight:bold;
}
.works-block .holder {
	/*width:1200px;*/
	margin:15px 4px;
}
.works-wrapper  {
	padding:10px 5px 15px 5px;
	/*width:750px;*/
	
	border-top:1px solid #EDEDED;
	margin:10px 0 0 0 ;
	padding:10px 0 15px 0;
}
.works-block .primary-desc {
	font-size:18px;
	line-height: 24px;
	padding: 0 ;
	width:975px;
	margin:0 0 25px 25px;
}
.works {
	padding:11px 5px 0 5px;
}
*+html .works {
	display:inline;
	margin-right:160px;
}
.works h3 {
	margin:0 0 7px;
	font-size:22px;
	line-height:25px;
	font-weight:bold;
	color:#2d2f25;
	
	margin:0 0 7px;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	color:#5B7F1E;
	color:black;
	border-bottom:1px solid #E0E0E0;
	border-bottom:1px solid #8BBF36;
	border-bottom:1px solid black;
	border-bottom:0;
	padding:0 0 5px 25px;
	background: url(../images/bg-switcher.png) no-repeat -10px 5px;
	
	margin:0 0 7px;
	font-size:22px;
	line-height:25px;
	font-weight:bold;
	color:#2d2f25;
	
    border-bottom: 0 none;
    color: #3A3A3A;
    font-size: 23px;
    font-weight: bold;
    height: 1%;
    line-height: 28px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 0 0 5px 25px;
}
.works p,
.works ul,
.works ol,
.works li,
.works dl,
.works dt,
.works strong {
	font-size:16px;
	line-height:22px;
	color:#5B5B5B;
	font-weight: lighter;
}
.works p {
	margin:0 0 10px;
	padding: 2px 22px;
}
.works dt,
.works strong {
	color:#000;
	font-weight: 500;
}
.works .screen-capt,
.works .screen-capt-right {
	border:1px solid silver;
	float:right;
	background-color:#f0f0f0;
	padding: 4px 4px 0 4px;
	margin:2px 2px 2px 15px;
	background-color: #fff;
	border: 1px solid #566D17;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.works .screen-capt img,
.works .screen-capt-right img {
	border:1px solid grey;
}
.works a.screen-capt,
.works a.screen-capt-right  {
	border:1px solid grey;
	color:grey;
}
.works .screen-capt .caption {
	display:block;
	text-align:center;
	color:#272727;
}
.works .screen-capt span {
	text-align:center;
	display:block;
	padding:2px 5px;
}
.works .screen-capt span i.glyphicon-zoom-in {
	/*padding-bottom:4px;*/
	margin-top:-1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.works .screen-capt span:hover i.glyphicon-zoom-in {
	opacity: 1;
	filter: alpha(opacity=100);
	color:#000;
}
.works .screen-capt-hidden { display:none; }
.works li {
	margin-left:15px;
}
.works li {
	margin-left:25px;
}

/* page heading */
.page-heading {
	margin:-17px 0 13px;
	margin:0 0 13px;
	color:#fff;
	background:#8bbf36 url(../images/bg-page-heading.png) repeat-x;
}
.page-heading .holder {
	/*width:1062px;*/
	margin:0 auto;
	padding:13px 26px 15px;
}
.page-heading h2 {
	margin:0;
	font:40px/44px 'nevisBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.page-heading .smaller-head-text {
	float:left;
	margin:25px 8px 0 0;
}
.page-heading h2 a,
.page-heading .smaller-head-text a {
	color:white;
}
/* section signup */
.section-signup {
	/*width:972px;*/
	padding:0 0 0 1px;
	overflow:hidden;
	margin: 0;
}
.section-signup h2 {
	margin:0 0 -1px;
	font-size:30px;
	line-height:35px;
	color:#000;
}
/* steps */
.steps,
.steps li,
.steps .step-holder {background: url(../images/sprite.png) no-repeat 0 -364px;}
.steps {
	/*background: url(../images/sprite.png) no-repeat 0 -364px;*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 85px;
    list-style: none outside none;
    margin: 16px 0 24px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.steps li {
	position:relative;
	float:left;
	color:#000;
	padding:0 36px 0 0;
	margin:0 -36px 0 0;
	background-position:100% -645px;
	overflow:hidden;
	cursor:default;
	width:27%;
}
.steps .step-holder {
	float:left;
	height:85px;
	padding:0 0 0 36px;
	background-position:-2000px -2000px;
}
.steps li.active {
	color:#fff;
	background-position:100% -740px;
}
.steps li.active .step-holder {background-position:0 -455px;}
.steps .step-1 .step-holder {/*width:224px;*/width:100%;}
.steps .step-1.active .step-holder {background-position:-1px -550px;}
.steps .step-2 .step-holder {/*width:216px;*/width:100%;}
.steps .step-3 .step-holder {/*width:234px;*/width:100%;}
.steps .step-4 {
	padding:0 15px 0 0;
	background-position:-2000px -2000px;
	width: 29%;
}
.steps .step-4 .step-holder {/*width:230px;*/width:100%;}
.steps .step-4.active {background-position:100% -269px;}
.step-num {
	float:left;
	margin:12px 0 0 13px;
	width:61px;
	height:61px;
	font-size:40px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background: url(../images/sprite.png) no-repeat -315px 0;
}
.steps .active .step-num {
	color:#8bbf36;
	background-position:-386px 0;
}
.step-1 .step-num {margin:12px 4px 0 -13px;}
.steps .label {
	display:block;
	padding:16px 0 0 0;
	overflow:hidden;
	font-size:17px;
	line-height:23px;
	font-weight:bold;
	background-color: transparent;
	color:inherit;
}
.steps .label strong {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 30px;
    margin: -1px 0 0 -2px;
}
.step-3 .step-num {margin:12px 9px 0 27px;}
.step-4 .step-num {margin:12px 11px 0 25px;}
/* info-block */
.info-block, .info-block .holder {background: url(../images/bg-info-block.gif) no-repeat;}
.info-block.no-bg, .info-block.no-bg .holder {background: none; }
.info-block.alt-bg, .info-block.alt-bg .holder { background: #f9f9f9; }
.info-block.alt-bg { display:block;padding:10px;}



.info-block {
	/*width:972px;*/
	width:100%;
	padding:3px 0 0;
	margin:0 0 20px;
}
.info-block .holder {
	padding:10px 10px 6px;
	color:#000;
	overflow:hidden;
	background-color:#f1f1f1;
	background-position:-975px 100%;
}
.list-benefits {
	list-style:none;
	margin:0;
	padding:5px 0 0 6px;
}
.list-benefits li {
	padding:1px 0 5px 43px;
	font-size:23px;
	line-height:30px;
	font-weight:bold;
	background: url(../images/ico-yes.png) no-repeat 0 3px;
}
.list-benefits.alt-list li {
	font-weight:400;
	color:#282828;
}
body.dark-layout .list-benefits.alt-list li {
	font-weight:bold;
	color:#FFFFFF;
}
.list-benefits.padded-list li {
	padding-bottom: 15px;
}
.info-block .columns {
	/*width:1180px;*/
	width: 100%;
	padding:2px 0 17px 5px;
	overflow:hidden;
}
.info-block .col {
	float:left;
	width: 31%;
	width:300px;
	margin:0 10px 15px 0;
	font-size:15px;
	line-height:18px;
	color:#000;
}
.info-block h3 {
	margin:0 0 6px;
	font-size:17px;
	line-height:20px;
	font-weight: bold;
	color: #8BBF36;
}
.info-block .col p {margin:0 0 10px;}
.info-block .col a {color:#000;}
.info-block dl {
	margin:0;
	overflow:hidden;
}
.info-block dt {
	float:left;
	clear:both;
	min-width:85px;
	font-weight:bold;
}
.info-block dd {
	margin:0;
	overflow:hidden;
}
.info-block dt,
.info-block dd {padding:0 0 3px;}
/* benefits */
.benefits {
	position:relative;
	padding:0 0 21px;
	font-size:15px;
	line-height:21px;
	color:#767c7f;
	width:100%;
}
.benefits .item-row {
	/*width:1050px;*/
	width:100%;
	padding:18px 0 18px;
	overflow:hidden;
	background: url(../images/bg-block-list.gif) repeat-x;
}
.benefits .heading-row {
	/*width:1050px;*/
	clear:both;
	font-size:23px;
	line-height:30px;
	color:#8BBF36;
	font-weight:bold;
	margin:35px 0 10px;
	display:none;
}
.benefits .item {
	float:left;
	width:30%;
	margin:0 40px 0 0;
}
.benefits.alt-item .item {
	width:45%;
}
.benefits .item-row .item:first-child {
	padding-top:0;
	background:none;
	margin-right:20px;
	width:270px;
	width:30%;
}
.benefits .item-row .item:last-child {
	margin-right:0;
	width:30%;
}
.benefits .item-title {
	padding:0 0 1px;
	overflow:hidden;
}
.benefits.alt-item .item-row .item:first-child,
.benefits.alt-item .item-row .item:last-child {
	width:45%;
}
.benefits a.item-title {display:block;}
.benefits .item-title img {float:left;}
.benefits h3 {
	margin:0;
	padding:13px 0 0 12px;
	color:#000;
	font-size:20px;
	line-height:24px;
	word-spacing:-1px;
	overflow:hidden;
}
.benefits p {margin:0 0 0 2px;}
.benefits-hidepara p {
	display: none;
	position: absolute;
	margin-top:-10px;
	margin-left:30px;
	width: 250px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
}
.benefits-hidepara-2 p {
	display: none;
	position:relative;
	margin-top:-10px;
	margin-left:30px;
	width: 250px;
	padding: 10px;
	background: #eeeeee;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
}
.benefits-hidepara-2 {
	overflow:auto;
}


/* continue */
.continue,
.continue .holder {background: none;}
.continue {
	/*width:962px;*/
	width:100%;
	padding:0;
	margin:0 auto;
}
.continue.continue-smaller {
	width:962px;
	padding:0;
	margin:10px 0 0 0;
}
.continue .holder {
	padding:0 0 ;
	background-position:-966px 100%;
}
.continue .frame,
.continue .frame-smaller {
	font-weight:bold;
	font-size:23px;
	line-height:30px;
	color:#000;
	padding:12px 30px 11px 23px;
	border:solid #e6e6e6;
	border-width:0 1px;
	background:#e3f6cb;
	overflow:hidden;
}
.continue .frame-smaller {
	padding:8px 16px 7px 14px;
	font-size:20px;
	line-height:25px;
	margin:0;
}
.button,
.button span {background: url(../images/sprite.png) no-repeat 0 -835px;}
.button {
	float:right;
	padding:0 6px 0 0;
	color:#fff;
	background-position:100% -875px;
	cursor:pointer;
}
.button:hover {text-decoration:none;}
.button span {
	float:left;
	height:36px;
	font-size:24px;
	line-height:35px;
	font-weight:bold;
	padding:0 2px 0 8px;
}
a.button { color:white; }
.form-special .row-submit {
	padding:18px;
}
.form-special button[type="submit"] {
	cursor:pointer;
	color:white !important;
	height: 36px;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	padding: 0px 2px 0px 8px;
	background: #7CC00D none repeat scroll 0% 0%;
	border: 1px solid #79B513 ;
	border-radius:4px;
	margin:0 ;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.continue p {
	margin:0 10px 0 0;
	overflow:hidden;
}
/* more-info */
.more-info {
	padding:1px 0 28px 13px;
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:bold;
}
.more-info p {margin:0 0 9px;}
.more-info .link {
	display:inline-block;
	vertical-align:top;
	font-weight:normal;
	margin:0 0 0 8px;
}
/* form */
.form {
	width:652px;
	padding:5px 0 27px 17px;
	color:#191919;
	font-size:12px;
	line-height:15px;
}
.form-larger {
	width:100%;
}
.form-larger .input-medium-to-large {
  width: 190px;
}

/*.form-billing {padding:3px 0 7px 40px;}*/
.form h3 {
	margin:0 0 12px;
	padding:0 8px 7px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	border-bottom:1px solid #eaeaea;
}
.form-billing h3 {
	padding:0 1px 12px;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
}
.form .row,
.form .form-row {
	padding:10px 0;
	overflow:hidden;
}
.form-row.control-group.half-row {
	float:left;
	width:48%;
	margin-right:1%; 
}
/*.form .network-name {padding:0 9px 37px;}*/
/*.form .network-name .row*/
/*.form .network-name .form-row {*/
/*	font-size:14px;*/
/*	line-height:18px;*/
/*	padding:0 0 11px 57px;*/
/*}*/
.form .text,
.form .text span {
	float:left;
	background: url(../images/sprite.png) no-repeat;
} 
.form text.text-nosprite{
	background:none;
}
.form .control-label{
	/*
	width:119px;
	width:121px;
	*/
	width:145px;
	font-weight:bold;
	padding-right:15px;
}
/*.form-horizontal .controls, .form-horizontal .controls:first-child {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}
.form-horizontal {
}
.form-horizontal .control-label {
	text-align:right;
}
.form-horizontal .controls,
.form-horizontal .controls:first-child {
  padding-left: 0;
  margin-left: 0;
}*/
.form .text {
	padding:0 3px 0 0;
	background-position:100% -946px;
}
.form .text span {
	height:25px;
	padding:1px 0 1px 3px;
	background-position:0 -915px;
	overflow:hidden;
}
input, textarea, select {
	font: 14px/20px Helvetica,Arial,sans-serif;
	padding:3px 7px;
}
.form .text input {
	float:left;
	font: 14px/20px Helvetica,Arial,sans-serif;
	padding:2px 5px;
	color:#000;
	width:258px;
	margin:0;
	background:none;
	border:0;
	outline:0;
}
.form .text.long input,
.form input.long {width:413px;}
.form .text.short input {width:178px;}
.form .text.card-number input {width:240px;}
.form .text.small input {width:28px;}
/*.form .network-name label {*/
/*	float:left;*/
/*	margin:7px 11px 0 8px;*/
/*}*/
/*.form .network-name .text input {width:258px;}*/
.form p {margin:0;}
.form .area-info {padding:14px 0 0;}
.form .text-label {
	width:119px;
	float:left;
	text-align:right;
	padding:6px 13px 0 0;
	background-color:transparent;
	color:black;
}
.form .input-area {overflow:hidden;}
.form .input-area label {
	float:left;
	margin:6px 15px 0 0;
	min-width:50px;
	text-align:right;
}
.form .payment-info .input-area label {
	min-width:0;
	margin: 6px 15px 0 2px;
}
.form span.required,
.form span.required-nowfloat {
	float:left;
	font-weight:bold;
	padding:5px 16px 5px 7px;
	font-size:11px;
	color:#ff1600;
}
.form span.required-nowfloat {
	float:none;
}
.form .field-mi {
	/*float:left;*/
	/*font: 14px/20px Helvetica,Arial,sans-serif;*/
}
.form .field-mi label {/*margin:4px 12px 0 0;*/}
.form .field-mi .text input,.form .field-mi input,.form input.field-mi {width:63px;}
.form .input-area select {
	float:left;
	margin:2px 0 0;
	font: 14px/20px Helvetica,Arial,sans-serif;
	padding:2px 5px;
	color:#000;
}
.form .select-state {float:left;}
.form .select-state select {width:119px;}
.form .input-area .select-country {width:192px;}
.form .field-phone {float:left;}
.form .field-phone .text input {width:141px;}
.form .row-submit {
	/*width:457px;*/
	padding:25px 0 0 119px;
	/*overflow:hidden;*/
}
.form-account .row-submit {padding:18px 0 0 119px;}
.form-billing .row-submit {padding:18px 0 0 119px;}
.form-billing input[type="submit"],
.form-account input[type="submit"],
.form input[type="submit"] {
	float:right;
	width:96px;
	height:29px;
	padding:0;
	margin:0;
	border:0;
	background: url(../images/sprite.png) no-repeat -457px 0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.form-account input[type="submit"] {margin:0 3px 34px;}
.form-billing input[type="submit"] {margin:40px 3px 0;}
.form .payment-info {padding:12px 0 5px;}
.form .payment-info .label {width:130px;}
.form .payment-info select {width:120px;}
.credit-cards {
	float:left;
	list-style:none;
	margin:0 0 0 -3px;
	padding:2px 0 1px;
}
.credit-cards li,
.credit-cards img {float:left;}
.credit-cards-nofloat img {}
.credit-cards li {padding:0 7px 0 0;}
.form .separator {
	float:left;
	padding:5px 4px 0 5px;
}
.example {
	float:left;
	margin:3px 0 0 -4px;
}
.promo-code {
	float:left;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
.promo-code label {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 32px;
}
.promo-code-field {
	display:block;
	margin:-2px 0 0;
	width:225px;
	height:75px;
	padding:21px 53px;
	background: url(../images/sprite.png) no-repeat -573px 0;
	overflow:hidden;
}
.promo-code-field input {
	float:left;
	width:120px;
	font-size:14px;
	margin:0;
	padding:6px 0;
	background:none;
	border:0;
	outline:0;
	color:#fff;
}
.section-signup .text-block {
	padding:8px 8px 27px;
	color:#000;
	font-size:14px;
	line-height:18px;
}
.section-signup .info-block+.text-block {margin:-18px 0 17px;}
.section-signup .text-block p {margin:0;}
.section-signup .text-block h3 {
	margin:0 0 7px;
	font-size:20px;
	line-height:24px;
}
/* one-column */
.one-column {
	margin:-13px 0 0;
	padding:11px 15px 62px 15px;
	overflow:hidden;
}
/* two-columns */
.two-columns,
.two-columns-wide {
	margin:-13px 0 0;
	padding:11px 145px 62px 15px;
	background:url(../images/separator.gif) repeat-y 223px 0;
	overflow:hidden;
}
.two-columns-wide {
	padding:11px 15px 62px 15px;
	padding:11px 15px 15px 15px;
	background:none;
}
.two-columns .content-area,
.two-columns-wide .content-area {
	float:right;
	width:76%;
	/*color:#000;*/
}
.two-columns-wide .content-area {
	width:76%;
	padding: 20px 0 0 0;
}
.two-columns-wide .list-smaller-checks li {
	padding:1px 0 5px 33px;
	background: url(../images/check.png) no-repeat 0 3px;  /*23x19*/
}
.content-area h2 {
	margin:0 0 22px;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}

/* section-info */
.section-info,
/*.section-info .holder {background: url(../images/bg-info-block.gif) no-repeat -1951px 0;}*/
.section-info {
	padding:3px 0 0;
	margin:0 0 20px;
}
.section-info .holder {
	padding:0;
	font-size:18px;
	line-height:21px;
	color:#000;
	background-position:-2540px 100%;
	/*background-color:#f1f1f1;*/
	overflow:hidden;
}
.section-info h3 {
	margin:0;
	padding: 10px 10px 10px 10px;
	line-height:normal;
	font-size: 26px;
	font-weight: bold;
	/*color:#2B331B;*/
	color:white;
}
.section-info p {
	margin:0;
	padding: 0 10px 10px 10px;
	font-size: 14px;
	font-weight: normal;
}
.contact-info {
	display:inline-block;
	vertical-align:top;
	width:202px;
	min-height:34px;
	padding:12px 0 1px 46px;
	margin:0 -35px 0 32px;
	word-spacing:-1px;
	background: url(../images/iconsdarker.png) no-repeat -750px 11px;
}
*+html .contact-info {
	display:inline;
	margin-right:-30px;
}
.contact-info span {
	display:block;
	padding:0 0 2px;
}
.contact-info.phones {background-position:2px 12px;}
.contact-info.skype {background-position:-250px 10px;}
.contact-info.emails {background-position:-498px 11px;}
.contact-info address {
	padding:0;
	font-style:normal;
}
.contact-info a {color:#000;}
/* form-contact */
.form-contact {
	width:auto;
	padding:2px 0 34px 5px;
}
.form-contact .form-row {
	padding:0 0 22px;
	overflow:hidden;
	
}
.form-contact .form-row+.form-row {padding-bottom:24px;}
.form-contact .area {
	float:left;
	width:270px;
}
.form-contact .area+.area {float:left;padding-left: 20px;}
.form-contact label {
	display:inline-block;
	vertical-align:top;
	padding:0 0 8px;
	font:italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#616161;
}
.form-contact .text {
	display:block;
	width:264px;
	height:29px;
	padding:1px 3px;
	background: url(../images/sprite.png) no-repeat 0 -987px;
	overflow:hidden;
}
.form-contact .text input {
	float:left;
	width:256px;
	margin:0;
	font-size:14px;
	color:#000;
	padding:7px 4px 6px;
	border:0;
	background:#f0f0f2;
	outline:0;
}
.form-contact select {
	float:left;
	margin:0;
	width:270px;
	font-size:14px;
}
.form-contact .text-area {
	width:574px;
	height:164px;
	margin:-1px 0 20px;
	padding:1px 3px;
	background: url(../images/sprite.png) no-repeat 0 -1028px;
	overflow:hidden;
}
.form-contact .text-area textarea {
	float:left;
	width:570px;
	max-width:570px;
	min-width:570px;
	height:152px;
	max-height:152px;
	min-height:152px;
	margin:0;
	padding:7px 0 5px 4px;
	border:0;
	background:#f0f0f2;
	outline:0;
	overflow:auto;
								width:100%;
								min-width: inherit;
}
.form-contact input[type="submit"] {
	float:left;
	width:180px;
	height:33px;
	padding:0;
	margin:0;
	border:0;
	background: url(../images/sprite.png) no-repeat -490px -113px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.form-contact input[type="reset"] {
	float:right;
	width:113px;
	margin:10px 0 0;
	padding:0;
	border:0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	background:none;
	color:#b4d180;
	cursor:pointer;
}
/* aside */
.aside {
    float: left;
    padding: 20px 2% 0 0;
    width: 24%;
}
.aside .special-header{
	padding-top:0;
	margin-top:0;
	display:none;
}


/* sub-nav */
.sub-nav {
	list-style:none;
	margin:0;
	padding:0 0 25px;
	font-size:15px;
	line-height:38px;
	font-weight:bold;
}
.sub-nav a {
	display:block;
	width:140px;
	height:38px;
	padding:0 22px 0 24px;
	color:#000;
	background: url(../images/sprite.png) no-repeat -2000px -2000px;
	outline:0;
	margin: 0px 0px 10px 0px;
}
.sub-nav a:hover,
.sub-nav .active a {
	text-decoration:none;
	background-position:-295px -113px;
}

/* feature-details */
.feature-details {
}
.REMOVED.section-info.well,
.REMOVED.feature-details .feature-details-header {
	padding:10px 0 10px 39px;
	color:#000;
	overflow:hidden;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 5px rgba(148, 189, 41, 0.7);
	-moz-box-shadow: inset 0 1px 5px rgba(148, 189, 41, 0.7);
	box-shadow: inset 0 1px 5px rgba(148, 189, 41, 0.7);
	-webkit-box-shadow: 0 1px 5px rgba(148, 189, 41, 0.7);
	-moz-box-shadow: 0 1px 5px rgba(148, 189, 41, 0.7);
	box-shadow: 0 1px 5px rgba(148, 189, 41, 0.7);
	border: 1px solid #94bd29;
	background-color: #E1EAC7;
	
	/* Orig- http://www.colorzilla.com/gradient-editor/#9abc5e+0,bdd671+72,cfdbad+100;Custom */
	/* New- http://www.colorzilla.com/gradient-editor/#9abc5e+0,abdb74+69,cde8a0+100;Custom */
	background: #9abc5e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhYmM1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2FiZGI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGU4YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9abc5e 0%, #abdb74 69%, #cde8a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9abc5e), color-stop(69%,#abdb74), color-stop(100%,#cde8a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9abc5e 0%,#abdb74 69%,#cde8a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9abc5e 0%,#abdb74 69%,#cde8a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9abc5e 0%,#abdb74 69%,#cde8a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9abc5e 0%,#abdb74 69%,#cde8a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abc5e', endColorstr='#cde8a0',GradientType=0 ); /* IE6-8 */

}

.section-info.well,
.feature-details .feature-details-header {
	background: #8CC63F;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	margin-bottom: 20px;
	min-height: 20px;
	overflow: hidden;
	padding: 19px;
}

.feature-details .feature-details-header h2 {
	font-size:25px;
	font-weight:bold;
	color:#000;
	color:white;
	text-align:center;
	margin: 15px 0 5px 0;
	text-transform: capitalize;
	/*
	 *background: url(../images/ico-yes.png) no-repeat 0 3px;
	padding:7px 7px 7px 39px;
	*/
}
.feature-details .feature-details-header h3 {
	text-align:center;
	margin:0;
	padding:0;
	font: italic 18px Arial, Helvetica, sans-serif;
	/*
	color:#8bbf36;
	color:white;
	overflow:hidden;
	height:1%;
	text-shadow: black 0.05em 0.05em 0.2em
	*/
	color:#69892D;
	color:#485B26;
}
.feature-details .feature-details-header div {
	text-align:center;
}

.feature-details .feature-details-header.alt-head {
	margin-top:15px;
}
.feature-details .feature-details-header.alt-head h2 {
	margin-top:75px;
	font-size: 29px;
}
.feature-details .feature-details-header.alt-head h2.short {
	margin-top:45px;
	font-size: 29px;
}
.feature-details .feature-details-header.alt-head h3 {
	margin-top:15px;
}
.feature-details .feature-details-header.alt-head div {
	text-align: left;
	float:right;
	margin-left:15px;
}


.feature-details .feature-details-header .repons-head {
	position:relative;
	/*min-height:125px;*/
	margin-top:10px;
}
.feature-details .feature-details-header .repons-head div.text,
.feature-details .feature-details-header .repons-head.no-image div.text {
	padding:0 0;
	z-index:20;
	margin-right:580px;
}
.feature-details .feature-details-header .repons-head.no-image div.text {
	margin-right:0;
}
.feature-details .feature-details-header .repons-head div.text h2 {
	margin-top:0;
	padding-top:20px;
	font-size: 29px;
}
.feature-details .feature-details-header .repons-head div.text h2.short {
	margin-top:0;
	font-size: 29px;
}
.feature-details .feature-details-header .repons-head div.text h3 {
	margin-top:0;
	padding-bottom:20px;
}
.feature-details .feature-details-header .repons-head div.img {
	position:absolute;
	/*bottom:-120px;*/
	top: -10px;
	right:-10px;
}
.feature-details .feature-details-header .repons-head.no-image div.img {
	display:none;
}
.feature-details .feature-details-header .repons-head div.img img {
	/*top: -10px;*/
	/*right:200px;*/
	z-index: 2;
	width: 571px;
	/*width: 300px;*/
	height:auto;
}



.feature-details .feature-details-header.no-image {
	margin-top:15px;
}
.feature-details .feature-details-header.no-image .image {
	display:none;
}
.feature-details .feature-details-header.no-image h2 {
	margin-top:0;
	font-size: 29px;
}







.feature-details .main-holder {
}
.feature-details .section-content {
}
.feature-details .section-content p.primary-desc {
	font-size:18px;
	line-height: 24px;
	padding: 0 ;
	margin: 0 ;
	color:#2D2F25;
}
/*.feature-details .content-area {*/
/*	width:750px;*/
/*	padding: 20px 0 0 0;*/
/*}*/

/*.feature-details .aside {*/
/*	width:265px;*/
/*	float:left;*/
/*	padding: 360px 0 0 0;*/
/*	padding: 20px 0 0 0;*/
/*}*/
/* feature-detail-sidenav */
.feature-detail-sidenav {
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
		  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	 -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
		  box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.feature-detail-sidenav .offerit-features {
	display:none;
}
.feature-detail-sidenav > li > a {
	display: block;
	width: 200px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
	font-size:14px;
	font-weight: bold;
	color:#3A3A3A;
}
.feature-detail-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
	 -moz-border-radius: 6px 6px 0 0;
		  border-radius: 6px 6px 0 0;
}
.feature-detail-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
	 -moz-border-radius: 0 0 6px 6px;
		  border-radius: 0 0 6px 6px;
}
.feature-detail-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	   -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
			box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	color:white;
}
/* Chevrons */
.feature-detail-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}
.feature-detail-sidenav > li > a:hover {
	background-color: #f5f5f5;
	color:#000;
}
.feature-detail-sidenav.nav-list > .active > a,
.feature-detail-sidenav.nav-list > .active > a:hover,
.feature-detail-sidenav.nav-list > .active > a:focus {
	/*background: url(../images/sprite.png) no-repeat -10px -837px;*/
	background-color:#8BBF36;
	font-size:15px;
	color:#fff;
}
.feature-detail-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}
.feature-detail-sidenav .active .icon-chevron-right,
.feature-detail-sidenav .active a:hover .icon-chevron-right {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}
.feature-detail-sidenav.affix {
	top: 40px;
}
.feature-detail-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}
/* features-wrapper  */
.features-wrapper,
.features-wrapper-hidden  {
	vertical-align:top;
	/*
	 *background: url(../images/bg-works.png) no-repeat center top;
	border-top:1px solid #E0E0E0;
	*/
	margin:0 0 0 0;
	padding:10px 0 0 0 ;
	clear:both;
}
.features-wrapper-hidden  {
	display:none;
}
/* one-feature  */
.one-feature {
	padding:15px 5px 10px 5px;
	/*width:750px;*/
	
	border-top:1px solid #EDEDED;
	margin:10px 0 0 0 ;
	padding-top: 25px;
	padding: 25px 0 0 0 ;
}
*+html .one-feature {
	display:inline;
	margin-right:160px;
}
.one-feature h3 {
    background: url("../images/bg-switcher.png") no-repeat scroll -10px 7px rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    color: #3A3A3A;
    font-size: 21px;
    font-weight: bold;
    height: 1%;
    line-height: 26px;
    margin: 0 0 3px;
    overflow: hidden;
    padding: 0 0 5px 25px;
}
.one-feature h4 {
	margin:8px 0 0 20px;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
}
.one-feature p,
.one-feature ul,
.one-feature ol,
.one-feature li,
.one-feature dl,
.one-feature dt,
.one-feature strong {
}
.one-feature p {
	margin:0 0 10px;
	padding: 2px 22px;
}
.one-feature dt,
.one-feature strong {
	color:#000;
	color:#454746;
	font-weight: 600;
}
.feature-screen-capt-wrapper {
	position: static;
}
.feature-screen-capt,
.feature-screen-capt-hidden{
	border:1px solid silver;
	padding: 4px;
	position: relative;
	overflow: hidden;
	float:right;
	margin:0 5px 0 15px;
}
.feature-screen-capt.pop-footer {
	/*overflow: visible;*/
	float:left;
}

.feature-screen-capt:hover {
	border:1px solid #4a681e;
	border:1px solid #969696;
}
.one-feature .screen-capt-hidden,
.feature-screen-capt-hidden{
	display:none;
}
.feature-screen-capt img {
	border:1px solid grey;
}
.feature-screen-capt,
.one-feature a.feature-screen-capt {
	font-size: 13px;
	/*color:#000;*/
	color:#767C78;
}
.feature-screen-capt .caption {
	display:block;
	text-align:center;
	color:#272727;
}
.feature-screen-capt span {
	text-align:center;
	display:block;
	padding:3px 5px;
	border-top:1px solid silver;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #D6D6D6;
	/*background: rgba(222, 242, 193, 0.95);*/
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	-webkit-transition: opacity .10s ease-out;
    -moz-transition: opacity .10s ease-out;
    -ms-transition: opacity .10s ease-out;
    -o-transition: opacity .10s ease-out;
    transition: opacity .10s ease-out;
	
}
.feature-screen-capt:hover span {
	border-top:1px solid #4a681e;
	background: rgba(222, 242, 193, 0.95);
	opacity: 1;
	filter: alpha(opacity=100);
	color:#383838;
	
	-webkit-transition: opacity .10s ease-out;
    -moz-transition: opacity .10s ease-out;
    -ms-transition: opacity .10s ease-out;
    -o-transition: opacity .10s ease-out;
    transition: opacity .10s ease-out;
	
}
a.feature-screen-capt:hover,
.one-feature a.feature-screen-capt:hover {
	color:#EFEFEF;
	color:#383838;
}
.one-feature li {
	margin-left:15px;
}
.one-feature ol li {
	margin-left:25px;
}
.one-feature-page .pager {
	/*display:none;*/
	margin-top:10px;
}
.one-feature-page .pager ul {
	margin-top:0;
}
.one-feature-page .pager li > a {
	/*border: 1px solid #DDDDDD;*/
	border: 0 solid #DDDDDD;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
}
.one-feature-page .pager li > a span {
	/*border: 1px solid #DDDDDD;*/
	border: 0 solid #DDDDDD;
	color:grey;
	font-size:.9em;
	font-weight:normal;
}
.one-feature-page .pager li > a img,
.one-feature-page .pager li > span img {
	width:75px;
	height:auto;
}
.one-feature-page h2 {
    border-bottom: 1px dashed #E7E7E7;
    color: #3A3A3A;
    font: 23px/26px GeosansLightRegular;
    margin: 0 3px 8px;
    padding-bottom: 10px;
	margin-top:10px;
}


/* footer */
#footer {
	margin:0 auto;
	/*width:1116px;*/
	color:#fff;
	padding:37px 0 100px;
	overflow:hidden;
	font-size:15px;
	line-height:18px;
}
#footer a {color:#fff;}
#footer h3 {
	margin:0 0 5px;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	border-bottom:1px solid #3c4345;
	padding:0 10px 10px 45px;
}
#footer .logo {
	position: relative;
}
/* addnav */
.addnav {
	float:left;
	width:240px;
	width:25%;
}
.addnav ul {
	list-style:none;
	margin:0;
	padding:0 10px 0 50px;
}
.addnav li {padding:0 0 10px;}
/* social-box */
.social-box {
	float:left;
	width:250px;
	width:25%;
}
#footer .social-box h3 {padding-left:31px;}
.social-box ul {
	list-style:none;
	margin:0;
	padding:3px 0 0 29px;
	overflow:hidden;
}
.social-box li {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 14px 0 0;
}
.social-box a {
	display:block;
	height:100%;
}
.social-box .facebook {background: url(../images/sprite.png) no-repeat -121px -322px;}
.social-box .twitter {background: url(../images/sprite.png) no-repeat -159px -322px;}
.social-box .youtube {background: url(../images/sprite.png) no-repeat -84px -322px;}
.social-box .linkedin {background: url(../images/sprite.png) no-repeat -197px -322px;}
/* address-box */
.address-box {
	float:left;
	width:237px;
	width:25%;
}
#footer .address-box address {
	padding:3px 0 0 41px;
	font-style:normal;
	font-size:17px;
}
.address-box address span {
	display:block;
	padding:0 0 8px;
}
/* floating left nav */
#left-nav-wrapper { /* required to avoid jumping */
  /*position: absolute;*/
}

#left-nav {
/*  position: absolute;
  top: 0;*/
}

#left-nav.fixed {
/*  position: fixed;
  top: 0;*/
}

h3.fix-before-going-live,
.fix-before-going-live,
.fix-before-going-live * {
	color:maroon;
}



.offerit-media {
	margin-top: 42px;
}

.offerit-media h4	{
	margin-bottom:20px;
	font-weight: 700;
	color:#3A3A3A;
}

.offerit-media li	{
	padding:30px 0;
	border-bottom: 1px solid #ededed;
}

.offerit-media .media:first-child {
	padding-top: 0px;
}

.offerit-media .media, .offerit-media .media .media {
	margin-top: 0;
}

.offerit-media img	{
	display:block;
	margin: 0 auto;
	margin-bottom:18px;
}

.offerit-media .media-row .btn-action	{
	margin:0 auto;
	margin:18px 0 0 0;
}

/* override the bootstrap btn to look like our common look/feel */
.btn {
	padding: 9px 15px;
	font: 15px/21px Arial,Helvetica,sans-serif;
	font-weight: 700;
	border-radius: 0;
}
/* make our own */
.btn-action	{
	color:#FFF;
	background-color:#8BBF36;
	border:0px none;
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active, .open > .dropdown-toggle.btn-action {
	color:#DDD;
	background-color:#85b634;
	border:0px none;
}

@media only screen and (min-width : 992px)	{

	.offerit-media img	{
		margin: 0;
		padding:0;
		width:100%;
	}
	
	.offerit-media li	{
		padding:36px 0;
	}

}

/* Special header image */
.add-header-screenshot #header { background: rgb(255, 255, 255); padding: 30px; background-image: none; padding: 30px; }
@media only screen and (min-width : 800px)	{ .add-header-screenshot #header { background: rgb(255, 255, 255) url("../images/img01-sml.png") no-repeat scroll 90% 25px; } }
@media only screen and (min-width : 900px)	{ .add-header-screenshot #header { background: rgb(255, 255, 255) url("../images/img01.png") no-repeat scroll 90% 25px; } }
@media only screen and (min-width : 1100px)	{ .add-header-screenshot #header { background: rgb(255, 255, 255) url("../images/img01.png") no-repeat scroll 79.5% 25px; } }
@media only screen and (min-width : 1200px)	{ .add-header-screenshot #header { background: rgb(255, 255, 255) url("../images/img01.png") no-repeat scroll 74.5% 25px; } }
.add-header-screenshot .special-inner-screenshot { display:none; }

/* Alternative, Darker Layout */
body.dark-layout {
	color: #FFF;
}
body.dark-layout.dark-header {
	/*background: #000 none repeat scroll 0% 0%;*/
	color: #FFF;
}
body.dark-layout div#header {
	background-color: #fff;
	padding-bottom:20px;
}
body.dark-layout.dark-header div#header {
	background-color: #31471B;
}
body.dark-layout .info-block.alt-bg, .info-block.alt-bg .holder { background: #435E28; border:1px solid #1B2B0B; }
body.dark-layout .info-block.alt-bg { display:block;padding:10px; }
body.dark-layout .info-block.alt-bg * { color:white; }
body .info-block.alt-bg .line, body.dark-layout .info-block.alt-bg .line {text-align:center;font-size:23px;color:black;line-height:35px;}
body.dark-layout .info-block.alt-bg .line {color:white;}

body.no-main-header-nav #main-nav {
	display:none;
}
body.dark-layout #main-outter-wrapper {
	background-color: #49662D;
}
body.dark-layout #main,
body.lift-right-side-with-bg #main {
	padding: 0;
	overflow: visible;
	margin-top: 0;
}
body.dark-layout.alt-dark #main-nav a {
	color: white;
}

body.dark-layout #sidebar .side-with-bg {
	/*margin-top:-136px;*/
	padding: 0px;
	border-radius: 4px;
	border: 1px solid #49682E;
	background: #68A230 none repeat scroll 0% 0%;
	color: #FFF;
	/*box-shadow: 0px 3px 30px #FFF;*/
}
body.dark-layout #sidebar .side-with-bg h2 {
	color: #F2F2F2;
	background: #1B2B0B none repeat scroll 0% 0%;
	border-radius: 4px 4px 0px 0px;
	padding: 10px;
	border-bottom: none;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
body.lift-right-side-with-bg div#header {
	padding-bottom:85px;
}
body.lift-right-side-with-bg.no-main-header-nav div#header {
	padding-bottom:30px;
}
body.dark-layout #sidebar h2 {
	color: #FFF;
}
body.dark-layout #sidebar .form-wrap .alt-label label {
	font-weight: 400;
	color: #FFF;
}
body.dark-layout .feature-topic-list .topic h3,
body.dark-layout .feature-topic-list .topic h4 {
	color: #FFF;
}
body.dark-layout .img-thumbnail {
	background-color: #31471B;
	border: 1px solid #1B2B0B;
}

body.lift-right-side-with-bg #sidebar .side-with-bg, body.lift-right-side-with-bg .sidebar .side-with-bg { margin-top:20px; }
body.lift-right-side-with-bg.no-main-header-nav #sidebar .side-with-bg, body.lift-right-side-with-bg.no-main-header-nav .sidebar .side-with-bg { margin-top:20px; }
.pull-right-xs { float: right; }
.pull-left-xs  { float: left; }

@media (min-width: 768px) {
	body.lift-right-side-with-bg #sidebar .side-with-bg,
	body.lift-right-side-with-bg .sidebar .side-with-bg {
		margin-top:-125px;
	}
	body.lift-right-side-with-bg.no-main-header-nav #sidebar .side-with-bg,
	body.lift-right-side-with-bg.no-main-header-nav .sidebar .side-with-bg {
		margin-top: -129px;
	}
	.pull-right-xs { float: none; }
	.pull-left-xs  { float: none; }
	.pull-right-sm { float: right !important; }
	.pull-left-sm  { float: left !important; }
}
@media (min-width: 992px) {
	body.lift-right-side-with-bg #sidebar .side-with-bg,
	body.lift-right-side-with-bg .sidebar .side-with-bg {
		margin-top:-135px;
	}
	body.lift-right-side-with-bg.no-main-header-nav #sidebar .side-with-bg,
	body.lift-right-side-with-bg.no-main-header-nav .sidebar .side-with-bg {
		margin-top: -139px;
	}
	.pull-right-xs { float: none; }
	.pull-left-xs  { float: none; }
	.pull-right-md { float: right !important; }
	.pull-left-md  { float: left !important; }
}
@media (min-width: 1200px) {
	body.lift-right-side-with-bg #sidebar .side-with-bg,
	body.lift-right-side-with-bg .sidebar .side-with-bg {
		margin-top:-135px;
	}
	body.lift-right-side-with-bg.no-main-header-nav #sidebar .side-with-bg,
	body.lift-right-side-with-bg.no-main-header-nav .sidebar .side-with-bg {
		margin-top: -139px;
	}
	.pull-right-xs { float: none; }
	.pull-left-xs  { float: none; }
	.pull-right-lg { float: right !important; }
	.pull-left-lg { float: left !important; }
}

