@charset "utf-8";

section {
    padding: 50px 0 50px 0;
}
.dark {
    background: #f9f9f9;

}
section h3 {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
}
section p {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}
section img {

}
section iframe {
    box-shadow: 0 20px 20px -10px rgba(0,0,0,0.2);
}
.modal-dialog {
    margin-top: 250px;
}
.modal-header p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.modal-title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

.modal-body input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.modal-body input:focus {
    background: #fcfcfc;
    box-shadow: inset 0 1px 3px #cccccc;
    border: 1px solid #ccc;
}
.modal-body input[type=submit] {
    width: 150px;
    height: auto;
    padding: 10px;
    font-weight: normal;
    border: none;
    color: #fff;
    margin-top: 20px;
}
.button {
    padding: 10px;
    border-radius: 2px;
}

.green {
    background: #63a046; /* Old browsers */
    background: -moz-linear-gradient(top,  #63a046 1%, #538839 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#63a046), color-stop(100%,#538839)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #63a046 1%,#538839 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #63a046 1%,#538839 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #63a046 1%,#538839 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #63a046 1%,#538839 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a046', endColorstr='#538839',GradientType=0 ); /* IE6-9 */
    font-size: 18px;
    color: #fff;
    box-shadow: 0 2px 1px #0a4500;
    transition: all 400ms;
    font-weight: bold;
}
.green:hover {
    background: #569e32; /* Old browsers */
    background: -moz-linear-gradient(top,  #569e32 1%, #3f871c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#569e32), color-stop(100%,#3f871c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #569e32 1%,#3f871c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #569e32 1%,#3f871c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #569e32 1%,#3f871c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #569e32 1%,#3f871c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569e32', endColorstr='#3f871c',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    box-shadow: 0 2px 2px #0a4500;
    text-decoration: none;
}
.green:active {
    background: #3f871c; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f871c 0%, #569e32 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f871c), color-stop(99%,#569e32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3f871c 0%,#569e32 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3f871c 0%,#569e32 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3f871c 0%,#569e32 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #3f871c 0%,#569e32 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f871c', endColorstr='#569e32',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #fff;
}
.light {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    font-size: 18px;
    color: #666666;
    margin-left: 10px;
    padding: 10px;
    transition: all 400ms;
}
.light:hover {
    border: 1px solid #4a0000;
    color: #4a0000;
    text-decoration: none;
}
.heading-button {
    margin-top: 50px;

}
.auth {
    padding-bottom: 10px;
    text-align: right;
    margin-top: 10px;
}
.auth a {
    color: #666666;
}
.logo {
    margin-top: -5px;
}
.navbar {
    padding: 0 0 15px;
    border-bottom: 1px solid #efefef;
    height: 95px;
    margin-bottom: 0;
}
nav li {
    font-size: 20px;
    text-align: right;
}
nav {
    font-weight: 300;
}
nav ul li {
    margin-left: 10px;
}
nav ul:first-child {
    margin-left: 0;
}
nav ul li a {
    color: #444444;
    font-size: 18px;
}
nav ul li a:hover {
    text-decoration: none;
}

.logo span {
    font-size: 24px;
    font-weight: normal;
    color: #4a0000;
}
.logo p {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}
.phone span {
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.phone a {
    font-size: 18px;
    font-weight: 300;
    color: #055096;
    text-decoration: none;
    border-bottom: 1px dashed #055096;
}
.phone a:hover {
    border: none;
}
.product-header {
    background: #fcfcfc;
    padding: 10px;
    border-bottom: 1px solid #efefef;

}
.product-header h3 a {
    font-size: 24px;
    font-weight: normal;
    color: #b82828;
    font-family: 'Ubuntu', sans-serif;
}
.product-nav {
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.product-nav ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.product-nav .light:hover {
    border: 1px solid #4a0000;
}
.product-nav ul li a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #444444;
}
.heading {
    padding: 80px 0 120px 0;
    background: #edf0f6;
    border-top: 1px solid #cccccc;
}
.heading h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000000;

}
.heading h2 {
    font-size: 20px;
    font-weight: 300;
    max-width: 80%;
    margin-top: 20px;
    display: block;
    color: #444444;
    line-height: 20pt;
}
.value {
    box-shadow: inset 0 1px 2px #666666;
    padding: 20px;
    background: #f9f9f9;

}
.value-time {
    background: url("http://admin.carbonsoft.ru/wp-content/uploads/2015/02/like.png") no-repeat left center;
    padding-left: 60px;
}
.value-time span {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}
.value-time a {
    margin: 0;
    color: #055096;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #055096;

}
.value-time a:hover {
    border: none;
}
.value-time p {
    margin: 0;
    color: #444444;
    font-weight: 300;
    font-size: 18px;
}
.value-setup {
    padding-left: 60px;
    background: url("https://carbonsoft.ru/wp-content/uploads/2015/02/downloads.png") no-repeat left center;
}
.value-setup span {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}
.value-setup p {
    margin: 0;
    color: #444444;
    font-weight: 300;
    font-size: 18px;
}
.value-setup a {
    margin: 0;
    color: #055096;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #055096;

}
.value-setup a:hover {
    border: none;
}
.value-support {
    padding-left: 60px;
    background: url("https://carbonsoft.ru/wp-content/uploads/2015/02/support.png") no-repeat left center;
}
.value-support span {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.value-support a {
    margin: 0;
    color: #055096;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #055096;

}
.value-support a:hover {
    border: none;
}
.howItWork {
    padding: 10px;
}
.howItWork h4 {
    font-weight: 800;
    font-size: 20px;
}
#short p {
    color: #666;
}
#short img {
    box-shadow: none!important;
    display: block;
    margin: 0 auto;

}
#short-filters {
    background: #f9f9f9;
}
#short-filters h3 {
    font-size: 36px;
    font-weight: 500;
}
#short-filters img {
    box-shadow: none!important;
}
#short-more {
    text-align: center;
}
#short-more h3 {
    font-size: 36px;
}
#short-more ul {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;

}
#short-more ul li {
    border-left: 1px solid #ccc;
    padding: 10px 20px 10px 20px
}
#short-more ul li:first-child {
    border: 0;
}
#short-more a {
    color: #055096;
    border-bottom: 1px dashed #055096;
    font-size: 20px;
}
#short-more a:hover {
    text-decoration: none;
    border: 0;
}
#problem {
    padding: 10px;
}
#problem a {
    color: #055096;
    border-bottom: 1px dashed #055096;

}
#problem a:hover {
    text-decoration:none;
    border: none;
}
#problem .problem-text {
    margin-top: 100px;
}
#problem .problem-text h3 {
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
#problem .problem-text .problem-url {
    font-size: 46px;
    font-family: 'Ubuntu', sans-serif;
    color: #b82828;
    font-weight: 800;
}
#problem .problem-text span {
    display: block;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
#problem .problem-percent .problem-percent-p {
    font-size: 46px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
#problem .problem-percent .problem-percent-s {
    text-align: left;
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
#home-benefits .home-benefit {
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #ccc;
    padding: 15px;
}
#home-benefits .home-benefit:hover {
    border: 1px solid #b82828;
}
#home-benefits .home-benefit h4 {
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
#home-benefits .home-benefit a {
    font-size: 18px;
    border-bottom: 1px dashed #337ab7;
}
#home-benefits .home-benefit a:hover {
    font-size: 18px;
    text-decoration: none;
    border-bottom: none;
}

#list-support img {
    box-shadow: none !important;
}
#list-support .lists {
    margin-top: 25px;
}
#list-support .lists dl dd {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}
#list-support .lists dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}

#filters .lists {
    margin-top: 25px;
}
#filters .lists dl dd {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
}
#filters .lists dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}
/*#cta*/
#setup ul {

}
#setup ul li {
    color: #444444;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
}
#setup .button {
    display: inline-block;
    margin-top: 20px;
}
#map {
    text-align: center;
}
#map h3 {
    font-size: 30px;
}
#map .yandex-map {
    width: 600px;
    margin: 15px auto;
}
#cta {
    text-align: center;
    padding: 20px 0 50px 0;
}
#cta h3 {
    font-size: 30px;
}
#other-benefits {
    padding: 20px 0 50px 0;
}
#other-benefits h3 {
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
#other-benefits ul {
    list-style: none;
}
#other-benefits ul li {
    padding-left: 30px;
    background: url("/wp-content/uploads/2015/04/plus.png") no-repeat left center;
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    margin-top: 15px;
}
#support {
    text-align: center;
    padding: 20px 0 50px 0;
}
#support h3 {
    font-size: 30px;
}
#price-list {
    background: #fcfcfc;
}
.price-list-table {
    margin-top: 20px;
    text-align: left;
    background: #ffffff;
}
.price-list-table .price-list-text:hover {
    background: #fcfcfc;
}
.price-list-table .price-list-text p {
    text-align: left;
    padding: 5px;
    font-size: 16px;
}
.price-list-table .price-list-text a {
    color: #666;
    font-size: 14px;
}
.price-list-table .price-list-text .price {
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
}
.price-list-table .price-list-text .col-sm-2, .col-sm-3 {
    text-align: center;
}
.price-list-text .row {
    padding-top: 5px;
    padding-bottom: 5px;
}
.price-list-head {
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.price-list-head span {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
.price-list-head .price-recomended {

}
.price-list-prgf {
    font-size: 18px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
    padding: 15px;
}
#demo {
    padding: 20px 0 50px 0;
    text-align: center;
}
#demo h3 {
    font-size: 30px;
}
#demo h4 {
    margin-top: 10px;
}
#form-order {
    background: #f9f9f9;
}
#form-order h3 {
    font-size: 30px;
    font-weight: normal;
}
#form-order span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
#form-order .list-unstyled li {
    display: block;
    padding-left: 40px;
    background: url("https://carbonsoft.ru/wp-content/uploads/2015/03/ok.png") no-repeat left center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Ubuntu', sans-serif;
}
#form-order .form {
    width: 550px;
    margin: 30px auto;
    text-align: left;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    box-shadow: 0 20px 20px -10px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: #ffffff;
    padding: 0 50px 50px;
}
#form-order .form .form-group {

}
#form-order .form .form-group label {
    color: #444444;
}
#form-order input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
#form-order input:focus {
    background: #fcfcfc;
    box-shadow: inset 0 1px 3px #cccccc;
}
#form-order input[type=submit] {
    width: 200px;
    height: auto;
    padding: 10px;
    font-weight: normal;
    border: none;
    color: #fff;
    margin-top: 20px;
}

#form-order .md5checksum {
    position: relative;
    top: 13px;
    font-weight: normal;
}

#end {
    box-shadow: 0 2px 3px #777777;
}
#end ul {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}


.thank-header {
    margin-top: 55px;
    padding-bottom: 30px;

}
.thank-header h1 {
    font-size: 40px;
    color: #4a0000;
    font-weight: 500;
}
.thank-header p {
    font-size: 18px;
    font-weight: 300;
}
.thank-setup {
    border: 0;
    padding: 0 10px 10px;
    /*box-shadow:*/
}
.thank-setup {
    border: 1px solid #ccc;
    background: #fcfcfc;
    box-shadow: 0 2px 2px #ccc;

}
.thank-setup a {
    font-size: 18px;
    font-weight: 500;
    color: #055096;
    border-bottom: 1px dashed #055096;
    font-family: Ubuntu, serif;
}
.thank-setup h3 {
    font-weight: normal;
}
.thank-social {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #ccc;

}
.thank-social a {
    text-decoration: none;
    border: 0;
    box-shadow: none;
}

.thank-social img {
    box-shadow: none !important;
}


.tm-head-top {
    padding: 50px;
    border-bottom: 0;
}
.tm-head-top img {
    box-shadow: none !important;
}
.tm-head-top h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
}
.tm-head-top p {
    font-size: 18px;
    font-weight: 300;
}
.tm-head-top a {
    color: #055096;
    border-bottom: 1px dashed #055096;
}
.tm-head-top a:hover {
    border-bottom: 1px dashed #055096;
    text-decoration: none;

}

.header-tm span {
    font-size: 16px;
    font-weight: bold;
}
.header-tm img {
    box-shadow: none;
}
.header-tm a {
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
}
.header-tm p {
    font-size: 15px;
}
.header-tm {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid #7aa47a;
    min-height: 150px;
    background: #ffffff;
    text-align: left;
}
#testimonials {
    text-align: center;

}
#testimonials h3 {
    font-size: 30px;
}
.tm {
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #ccc;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    text-align: left;
}
.tm span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.cta-testimonials {
    padding-bottom: 100px !important;
}

.actions-how {
    padding: 10px;
}

.price-block-header {
    background: #EFF2EF;
    text-align: center;
    padding: 10px 20px 20px;
    border-top: 3px solid #438B20;
    color: #3F871C;
}
.price-block-header p {
    color: #3F871C;
    font-size: 18px;
    font-weight: normal;
}
.price-block-header span {
    font-size: 24px;
    font-weight: bold;
}
.price-block-body .list-group {
    box-shadow: none;
    border-radius: 0;
}
.price-block-body .list-group-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.price-block {
    border: 3px solid #dddddd ;
    border-top: none;
    background: #fff;
}

.plus-item {
    padding-left: 35px;
    background: #fff url("/wp-content/uploads/2015/06/plus-item.png") no-repeat left;
    padding-top: 20px;
    padding-bottom: 20px;

}
.minus-item {
    padding-left: 35px;
    background: #fff url("/wp-content/uploads/2015/06/1434973177_21.png") no-repeat left;
    opacity: 0.5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price-block-body .list-group {
    padding: 0 20px 0 20px;
}

.list-group-item-heading {
    color: #222;
    font-weight: bold;
    margin:0;
    font-size: 16px;
}

.list-group-item-text {
    color: #222;
    font-weight: normal;
    font-size: 15px !important;
}
.price-block-rec {
    border: 3px solid #438B20;
    border-top: 0;
}
.price-block-footer {
    text-align: center;
    padding: 25px;
}
.price-button {
    text-align: center;
    background: #438B20;
    border-bottom: 3px solid DarkGreen;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
}
.price-button:hover {
    color: #fff !important;
    background: DarkGreen;
}
#price-list h3 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
}

.special-block {
    padding: 30px;
    background: #EFF2EF;
    border-top: 1px solid #438B20
}
.special-block h3 {
    font-size: 30px;
    font-weight: bold;
}
.special-block p {
    font-size: 18px;
}
.special-button {
    border-bottom: 2px solid #bc3b00;
    background: #ff7200;
    border-radius: 5px;
    padding: 8px 20px 8px 20px;
    margin-top: 10px;
    color: #fff;
}
.special-button:hover {
    color: #fff !important;
    border-bottom: 2px solid #ff7200;
}
.heading-special {
    padding: 15px 0 15px 0;
    line-height: normal;
    background: #fff;
    color: #000;
}

.heading-special h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.heading-special h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}
.heading-special a {
    color: #055096;
    border-bottom: 1px dashed #055096;
}
.special-v {
    background: #fcfcfc;
    padding: 20px;
    border-top: 1px solid #0BAB00;
}
.special-v h3 {
    text-align: left;
    font-size: 36px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.special-v ul li {
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    color: #333
}
.special-v-col {
    margin-top: 60px;
    text-align: center;
}
.special-v-col a {
    color: #055096;
    border-bottom: 1px dashed #055096;
}
.special-v .special-v-list li {
    padding: 10px 10px 10px 50px;
    background: url("/wp-content/uploads/2015/09/1442938917_approval.png") left no-repeat;
}

.special-v-col a:hover {
    border: none;
}
.special-v-col img {
    display: block;
    margin: 0 auto;
}
.special-v-col span {
    font-size: 24px;
    font-weight: normal;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
.special-v-col p {
    font-size: 18px;
    color: #555;
    font-weight: 300;
}
.short-about {
    padding: 70px;
    border-top: 1px solid #ccc;
    background: #f4f4f4;
}
.getproduct {
    padding: 20px 20px 50px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 12px #ccc;
}
.short-about h3 {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
}
.short-about p {
    font-size: 18px;
}

.reductor-server {
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #ccc;
    text-align: center;
}
.reductor-server ul {
    text-align: left;
}
.reductor-server span {

    display: block;
    font-size: 24px;
}
.reductor-server img {
    box-shadow: none !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.opensans {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 24px;
}

.reductor-nav {
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;

    transition: 400ms opacity;
}
.reductor-nav-nav {
    padding-top: 5px;
}
.reductor-nav:hover {
    opacity: 1;
}
.reductor-nav a {
    color: #666 !important;
    border-bottom: 1px dotted #666;
}
.reductor-nav a:hover {
    text-decoration: none;
    border: none;
}
.reductor-nav-contact {
    font-weight: bold;

}
.reductor-nav-contact a {
    color: #269913 !important;
    border: none;
}
.reductor-nav-contact-chat {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px !important;
    padding-left: 35px !important;
    background: url("/wp-content/uploads/2015/12/chat.png") left no-repeat;

}
.reductor-nav-contact-phone {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px !important;
    background: url("/wp-content/uploads/2015/12/earphone.png") left no-repeat;
}
.reductor-nav-contact-mail {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px !important;
    background: url("/wp-content/uploads/2015/12/message.png") left no-repeat;
}
.ab-head {
    font-family: 'Open Sans', sans-serif !important;
    padding-top: 50px;
    padding-bottom: 150px;
    box-shadow: 0 1px 2px #ccc;
    position: relative;
    z-index: 2;
}
.ab-head h1 {
    font-weight: normal;
    line-height: 32pt;
    color: #000;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    line-height: 32pt;
    color: #000;
    font-size: 30px;
}
header h1 {
    font-weight: normal;
    line-height: 32pt;
    color: #000;
    margin-bottom: 20px;
}
.opensans p {
    font-size: 18px !important;
    line-height: 1.6em !important;
    color: #777 !important;
    font-weight: normal !important;
}
.header-button {
    margin-top: 50px;
}
.new-green {
    font-family: 'Open Sans', sans-serif !important;
    background: #269913;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #269913;
    border-bottom: 3px solid DarkGreen;
    transition: background 400ms;
}
.new-green:hover {
    color: #fff !important;
    text-decoration: none;
    background: Green;
}
.new-outline {
    background: #fff;
    color: #777;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #777;
    transition: background 400ms;
    margin-left: 10px;
}
.new-outline:hover {
    color: #555;
    text-decoration: none;
    background: #fff;
    border: 1px solid #555;
}

section {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
section img {
    margin-top: 30px;
}
section iframe {
    margin-top: 30px;
}

.new-dark {
    background: #f9f9f9;
}
.new-light {
    background: #fff;
}

.value {
    padding-top: 50px;
    padding-bottom: 50px;

}
.value-col-auto span {
    font-size: 24px;
    font-weight: normal;

}
.value p {
    font-size: 16px;
}
.value-check {
    padding-left: 60px;
    background: url("/wp-content/uploads/2015/12/check.png") left no-repeat;
    margin-top: 30px;
    /*opacity: 0.5;
    transition: opacity 400ms ;*/
}
.value-check:hover {
    opacity: 1;
}
.value-check span {
    font-size: 18px;
    font-weight: bold;
}
.value-list-d {
    padding: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
    background: #fff;
    margin-top: 20px;

}
.value-list-d span {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 22px;
}
.value-list {
    background: url("/wp-content/uploads/2015/12/list.png") left no-repeat;
    padding-left: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.map {
    text-align: center;
    width: 1041px;
    margin: 0 auto;
}
#download .form {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}
