/* Generic */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@font-face {
  font-family: 'rotissemiserifbold';
  src: url("/fonts/rfb____-webfont.eot");
  src: url("/fonts/rfb____-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/rfb____-webfont.woff") format("woff"), url("/fonts/rfb____-webfont.ttf") format("truetype"), url("/fonts/rfb____-webfont.svg#rotissemiserifbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  cursor: default;
  color: #333333;
  font-size: 16px; 
  font-family: 'rotissemiserifregular', Georgia, "Times New Roman", Times, serif;
  padding-top: 88px;
  overflow-x: hidden;
}


/* navbar */

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .navbar-default .container-fluid {
	width: 1200px;
    }
}

.navbar-header > a 
{
    float: left;
}

.navbar-brand {
    height: 40px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.navbar-brand>img{
    height: 40px;
}

@media (min-width: 1100px) {
    .navbar-brand {
	height: 57px;
    }
    .navbar-brand>img{
	height: 57px;
    }
}


.signup-button {
  cursor: pointer;
  width: 380px;
  height: 40px;
  border: 2px solid #006633;
  background: #ffffff;
  border-radius: 3px;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  padding: 0px 5px;
  float: left;
  position: relative;
}

@media (min-width: 1200px) {
    .signup-button {
	xmargin-left: 70px;
	xmargin-right: 50px;
	
    }
}

@media (max-width: 1050px) {
    .signup-button {
	font-size: 14px;
	width: 330px;
    }
}

@media (max-width: 992px) {
    .signup-button {
	margin-left: 5px;
    }
}

.navbar-header .signup {
    color: #006633;
    float: left;
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
}

.signup-button .arrow {
  cursor: pointer;
  float: right;
  width: 9px;
  height: 40px;
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-position:center;
}

.signup-button #badge {
    position: absolute;
    height: 90px;
    width: 90px;
    right: 35px;
    bottom: -25px;
}

.navbar-default ul.navbar-nav {
    margin-top: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #1a5623;
    height: 40px;
    line-height: 40px;
    font-family: "rotissemiserifbold", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    padding: 0px 8px;
}

@media (min-width: 1100px) {
    .navbar-default .navbar-nav>li>a {
	font-size: 16px;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1a5623;
    text-decoration: underline;
}

.navbar-collapse {
 #   margin-top: 15px;
}

/* intro part */
#section-intro {
    background-color: #113d1c;
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 1;
}

#section-intro .container {
    position: relative;
    padding-top: 30px;
}

#section-intro .container .greenbg-im {
    position: absolute;
    left: -400px;
    top: 0px;
    height: 100%;
    width: 1800px;
    z-index: 0;
    overflow: hidden;
    display: none;
}

@media (min-width: 992px){
    #section-intro .container .greenbg-im {
	display: block;
    }
}

#section-intro .container .greenbg-im-inner {
    position: absolute;
    height: 720px;
    width: 1800px;
    top: -80px;
    left: 0px;
    background: url(/images/bg-visual.jpg) no-repeat;
    z-index: 0;
}

#section-intro .container .slideshow {
    position:relative;
    float: left;
    z-index: 1;
    width: 500px;
    height: 500px;
    display: none;
}

@media (min-width: 992px){
    #section-intro .container .slideshow {
	display: block;
    }
}

#section-intro .container .slideshow  .spinner {
    position: absolute !important;
    display: none;
    z-index: 10;
    width: 80px;
    height: 80px;
    top: 50% !important;
    left: 90% !important;
}

#section-intro .container .slideshow .slide {
    position: absolute;
    z-index: 1;
    width: 489px;
    height: 489px;
    left: -9999px;
}

#section-intro .container .slideshow .slide .image-area {
    position: relative;
    width: 489px;
    height: 489px;
}

#section-intro .container .slideshow .slide .image-area .mirror {
    position: absolute;
    width: 163px;
    height: 163px;
    border: 5px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

#section-intro .container .visualContent {
    position: relative;
    float: left;
    z-index: 1;
    max-width: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

@media (min-width: 1200px) {
    #section-intro .container .visualContent {
	max-width: 550px;
    }
}

@media (min-width: 992px) {
    #section-intro .container .visualContent {
	max-width: 430px;
    }

    #section-intro .container .visualContent h2 {
	font-size: 33px;
	line-height: 33px;
	margin-left: 20px;
    }
    
    #section-intro .container .visualContent .subhead {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	margin: 0 0 16px 20px;
	font-weight: normal;
    }
    
    #section-intro .container .visualContent ul li {
	margin-top: 20px;
	list-style-type: square;
	font-size: 24px;
	line-height: 27px;
    }
}

#section-intro .container .visualContent ul li a {
    color: #cc99cc;
}

#section-info  {
    position: relative;
    z-index: 2;
    width: 100%;
}

#how {
    position: absolute; 
    top: -70px;
}

#section-info .container {
    position: relative;
    height: 480px;
}

@media (min-width: 992px){
    #section-info .container  {
	height: 480px;
    }
}

#section-info .slide img.image {
    display: none;
}

@media (min-width: 992px){
    #section-info .slide img.image {
	display: block;
    }
}

#section-info .slide {
    left: 0px;
    width: auto;
    position: absolute;
    height: 480px;
    top: 0px;
}

#section-info .reduce-frame {
    height: 380px;
    z-index: 1;
    position: relative;
    top: 0px;
    color: #595959;
    width: auto;
    left: 0px;
}

@media (min-width: 992px) {
    #section-info .slide {
	left: 320px;
	width: 1160px;
    }

    #section-info .reduce-frame {
	position: absolute;
	left: -320px;
	width: 460px;
    	font-size: 22px;
	line-height: 24px;
	height: 380px;
	z-index: 1;
	margin-top: 50px;
    }
}

#section-info .reduce-frame h2 {
    color: #67ad45;
}

#section-info .reduce-frame  .graphArea img {
    float: left;
}

#deloitte {
    float: none !important;
}

#section-info .reduce-frame  .graphDescription {
    float: left;
    width: auto;
    margin: inherit;
}

@media (min-width: 992px) {
    #section-info .reduce-frame h2 {
	font-size: 32px;
	line-height: 40px;
    }
    
    #section-info .reduce-frame  .graphDescription {
	width: 310px;
	margin-right: -150px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 24px;
    }
}

#section-info .pagination {
    position: absolute;
    bottom: 30px;
    left: 400px;
    z-index: 5;
    display: none;
}

@media (min-width: 992px){
    #section-info .pagination {
	display: block;
    }
}

#section-info .pagination li {
    float: left;
    width: 12px;
    margin: 0 3px 0 2px;
    color: #000000;
}

#section-info .pagination li a {
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    text-align: left;
    background: url(/images/btn-swicher.png) -18px 0 no-repeat;
}

#section-info .pagination li.active a, #section-info .pagination li a:hover {
    background: url(/images/btn-swicher.png) no-repeat;
}

#section-join {
    background-color: #11401e;
}

#join {
    position: absolute;
    top: -80px;
}

#section-join .container {
    position: relative;
}

#section-join .container .greenbg-im {
    position: absolute;
    left: -400px;
    top: 0px;
    height: 100%;
    width: 1800px;
    z-index: 0;
    overflow: hidden;
    display: none;
}

@media (min-width: 992px){
    #section-join .container .greenbg-im {
	display: block;
    }
}

#section-join .container .greenbg-im-inner {
    position: absolute;
    height: 479px;
    width: 1800px;
    top:  0px;
    left: 0px;
    background: url(/images/bg-joinfree.jpg) no-repeat;
    z-index: 0;
}

#bulb {
    position: relative;
    float: left;
    z-index: 2;
    display: none;
}

@media (min-width: 992px){
    #bulb {
	display: block;
    }
}

#section-join .container .sectionJoinContent {
    position: relative;
    z-index: 2;
    float:left;
    color: #fff;
}

@media (min-width: 992px){
    #section-join .container .sectionJoinContent {
	margin-top: 40px;
	width: 500px;
	font-size: 17px;
	line-height: 26px;
	padding-left: 30px;
    }

    #section-join .container .sectionJoinContent h2 {
	font-size: 36px;
	line-height: 36px;
    }
    
    #section-join .sectionJoinContent ul li {
	list-style-type: square;
	font-size: 18px;
	line-height: 28px;
    }
}

#section-references .container {
    position: relative;
    margin-top: 30px;
    height: 360px;
}

@media (min-width: 992px){
    #section-references .container {
	margin-top: 0px;
    }
}

#section-references .slide {
    position: absolute;
    height: 360px;
}

@media (min-width: 992px){
    #section-references .slide {
	width: 1000px;

    }
}

#section-references .slide img {
    position: absolute;
    right: 0px;
    display: none;
}

@media (min-width: 992px){
    #section-references .slide img {
	display: block;
    }
}
#section-references .slide blockquote {
    border: none;
}

#section-references .slide blockquote q {
    quotes: "\201C""\201D""\2018""\2019";
    display: block;
    padding: 0 30px 15px 0;
    color: #595959;
}

@media (min-width: 992px){
    #section-references .slide blockquote q {
	font: 18px/26px "rotissemiserifregular", Georgia, "Times New Roman", Times, serif;
    }
    #section-references .slide blockquote q {
	quotes: none;
    }
}

@media (max-width: 991px){
    #section-references .slide blockquote q:before {
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	color: #67ad45;
    }

    #section-references .slide blockquote q:after {
	font-size: 4em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.4em;
	color: #67ad45;
    }
}

@media (min-width: 992px){
    #section-references .slide blockquote {
	position: absolute;
	width: 430px;
	top: 65px;
	padding: 16px 0 0 37px;
	background-color: #fff;
	background: url(/images/quote.gif) no-repeat;
	border: none;
}
    
    #section-references .slide blockquote q {
	display: block;
	padding: 0 30px 15px 0;
	background: url(/images/quote2.gif) 100% 100% no-repeat;
	color: #595959;
	font-size: 18px;
	line-height: 26px;
	quotes: none;
    }
}

#section-references .slide blockquote q span {
    font-size: 12px;
}

#section-references .slide blockquote cite {
    color: #67ad45;
}

@media (min-width: 992px){
    #section-references .slide blockquote cite {
	font-size: 24px;
	line-height: 27px;
    }
}

#section-references .pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}

@media (min-width: 992px){
    #section-references .pagination {
	left: 400px;
    }
}

#section-references .pagination li {
    float: left;
    width: 12px;
    margin: 0 3px 0 2px;
    color: #000000;
    display: none;
}

@media (min-width: 992px){
    #section-references .pagination li {
	display: block;
    }
}

#section-references .pagination li a {
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    text-align: left;
    background: url(/images/sectionInfo/btn-swicher.png) -18px 0 no-repeat;
}

#section-references .pagination li.active a, #section-references .pagination li a:hover {
    background: url(/images/sectionInfo/btn-swicher.png) no-repeat;
}

#sponsor {
    position: relative;
}
#sponsor #examples {
    position: absolute;
    top: -60px;
}

#sponsor p {
    color: #595959;
}

@media (min-width: 992px){
    #sponsor p {
	font-size: 16px;
	line-height: 19px;
    }
}

#sponsor .container div {
    margin: 0 0 44px;
    line-height: 19px;
    text-align: center;
}

#sponsor div a {
    color: #595959;
    text-decoration: none;
}

#sponsor h2 {
    text-align: center;
    color: #67ad45;
}

#sponsor h2 strong {
    display: inline-block;
}

@media (min-width: 992px){
    #sponsor h2 {
	font-size: 36px;
	line-height: 46px;
    }
    
    #sponsor h2 strong {
	font-size: 93px;
	line-height: 93px;
    }
}

#sponsor h2 a {
    text-decoration: none;
    color: #67ad45;
}

#sponsor h2 span {
    display: inline-block;
    line-height: 43px;
    margin: 28px 0 0 20px;
    vertical-align: top;
}
 
#sponsor .logos {
    position: absolute;
    width: 1000px;
    height: 151px;
    border: 1px solid #cc66cc;
}

#sponsor .scrollWrapper {
    height: 130px !important;
}

#sponsor .scrollWrapper div, #sponsor .scrollWrapper a {
    height: 100% !important;
    vertical-align: middle !important;
}

#sponsor .scrollWrapper img {
    margin: auto 0px !important;
}

#footer {
    background-color: #dadada;
}

#footer .container {
    height: 140px;
}

#footer_logo {
    float: left;
    margin-top: 23px;
}

#footer #footer_menu {
    float: right;
    margin-top: 45px;
}

#footer #footer_menu li {
  display: inline-block;
  padding: 0 8px;
}

#footer #footer_menu li a {
    line-height: 16px;
    text-decoration: none;
    color: #1a5623;
}

#footer #footer_menu li a:hover {
  text-decoration: underline;
}

#lpButDivID-1305800736505 {
    z-index: 10;
}

/* SIGNUP */
#signupPage .examples {
    position: relative;
    float: right;
    z-index: 1;
    width: 500px;
    height: 500px;
    display: none;
}

@media (min-width: 992px){
    #signupPage .examples {
	display: block;
	margin-left: 50px;
    }
}

#signupPage .slider .spinner {
    display: none;
}

#signupPage .joinImg1 {
    position: absolute;
    top: -50px;
}

#signupPage .joinImg2 {
    position: absolute;
    top: 290px;
}

#signupPage .examples  .betweenImages {
    position: absolute;
    top: 254px;
    width: 300px;
}

/* Examples */
#examplesPage {
    margin-top: 50px;
    margin-bottom: 160px;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
}

#examplesPage a {
    color: #1a5623;
}

#examplesPage .join {
    height: 69px;
}

#examplesPage #examplesim {
    position: relative; 
    height: 426px;
    width: 100%; 
    overflow: scroll;
}

@media (min-width: 992px){
    #examplesPage #examplesim {
	width: 830px; 
	overflow: visible;
    }
}

#certificatesContent {
    height: 1900px;
}

.aboutUs .text {
    padding-top: 20px !important;
    color: #fff;
    line-height: 20px;
}

.aboutUs .img {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

@media (min-width: 992px){
    .aboutUs .text {
	padding-top: 100px !important;
    }

    .aboutUs .img {
	margin-top: 90px;
	margin-bottom: 50px;
    }

    .contact {
	margin-top: 50px;
    }

}

.aboutUs .img img {
    border: 1px solid #fff;
}

.contactInfo {

}


@media (min-width: 992px){
    .contactForm input {
	width: 300px !important;
    }
    
    .contactForm textarea {
	width: 300px !important;
    }
}

.contactForm td {
    padding-bottom: 10px;
}

.sectionErik {
    margin-top: 20px;
}
.sectionErik .birds {
    float: left;
}
.sectionErik .img {
    clear: both;
}

.statusArea .quoteTop {
    width: 24px;
    height: 19px;
    top: 80px;
    background: url(/images/quote.gif) no-repeat;
}

.statusArea .quoteBottom {
    width: 24px;
    height: 19px;
    bottom: 0px;
    float: right;
    margin-right: 30px;
    background: url(/images/quote2.gif) no-repeat;
}
.statusArea .blockQuote {
    margin-left: 30px;
}

.paragraph {
    margin-top: 20px;
}

.links a {
    color: #1a5623;
}