/* general */
html {
    font-size: 100.01%
    }
body {
    font-size: 62.5%;
    font-family: "Proxima Nova", sans-serif;
    color: #453e40
    }
a, a:link, a:visited, a:hover {
    color: #e46d50;
    text-decoration: underline;
    cursor: pointer
    }
a:hover {
    text-decoration: none
    }
a:focus, input:focus, textarea:focus, button:focus, select, .select {
    outline: 1px dotted #000
    }
.button, .comment-reply-link, .form-submit input[type="submit"], .search-group input[type=submit], .cf-sb input, .wpcf7-submit {
    padding: 0.75em 1.4em;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
    background-color: #e46d50;
    border: none;
    text-shadow: 0 1px 0 #d74a31;
    text-decoration: none !important
    }
.button:hover, .comment-reply-link:hover, .form-submit input[type="submit"]:hover, .search-group input[type=submit]:hover, .cf-sb input:hover, .wpcf7-submit:hover {
    background: #f2b6a8
    }
/* layout */
body, html {
    height: 100%
    }
.wrapper {
    margin: 0 auto;
    height: 100%;
    min-width: 980px
    }
.container {
    width: 960px;
    margin: 0 auto
    }
section {
    min-height: 100%;
    background-color: #fff8ee
    }
.central {
    margin-top: 25px;
    padding-bottom: 675px
    }
/* padding-bottom footer + footer figures*/
footer {
    margin-top: -480px;
    position: relative;
    height: 480px
    }
.main {
    position: relative;
    z-index: 2;
    float: none;
    width: 100%
    }
/* z-index more then footer */
.main-left .main {
    float: left;
    width: 635px
    }
.main-left .side {
    float: right;
    width: 315px
    }
.main-right .main {
    float: right;
    width: 630px
    }
.main-right .side {
    float: left;
    width: 320px
    }
/* registration page layout */
.registration header {
    display: none
    }
.registration .wrapper {
    height: 100%
    }
.registration .main {
    margin: 0 auto;
    float: none;
    display: table;
    width: 100%;
    height: 100%
    }
.registration .alignment {
    display: table-cell;
    vertical-align: middle;
    background: #231f20
    }
.registration .content {
    padding: 110px 0 280px 0;
    margin: 0 auto;
    width: 700px
    }
.registration footer {
    margin-top: -280px;
    height: 280px;
    z-index: 2
    }
/* page decoration */
header {
    position: relative;
    min-height: 300px;
    background: #231f20
    }
header a:focus, header button:focus, footer a:focus, footer button:focus {
    outline: 1px dotted #fff
    }
footer {
    position: relative;
    background: url(../images/footer-bg.png) center bottom repeat-x
    }
footer .seed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 150px;
    background: url(../images/footer-seed.jpg) center bottom no-repeat
    }
footer .figures {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    min-width: 1000px;
    height: 480px
    }
footer .figures div {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
    }
footer div.left-man {
    top: -206px;
    background: url(../images/footer-left-man.png) left top no-repeat
    }
footer div.right-woman {
    top: -115px;
    background: url(../images/footer-right-woman.png) right top no-repeat
    }
footer div.center-woman {
    top: -180px;
    background: url(../images/footer-center-woman.png) 73% top no-repeat
    }
footer div.footer-hand {
    background: url(../images/footer-hand.png) 40% top no-repeat
    }
footer div.text {
    top: 250px
    }
footer .funds {
    width: 390px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/footer-lottery.png) 0 top no-repeat
    }
footer .copyright {
    float: left;
    font-size: 1.4em;
    margin-left: 10px
    }
footer div.footer-menu {
    margin: -20px 30px 0 0;
    float: right;
    position: static;
    font-size: 0;
    text-align: right
    }
footer .footer-menu ul {
    display: inline-block
    }
footer .footer-menu li {
    display: inline-block;
    font-size: 14px
    }
footer .footer-menu a {
    padding: 10px 20px;
    display: block;
    border-left: 1px solid #e2cfb3
    }
footer .footer-menu li:first-child a {
    border-left: none
    }
/* home page */
.carousel-wr {
    margin-bottom: 7px;
    padding-bottom: 13px;
    position: relative;
    height: 451px;
    overflow: hidden
    }
.carousel-wr .slides > li {
    margin-bottom: 50px;
    position: relative;
    height: 451px;
    overflow: hidden
    }
.carousel-wr .center {
    position: relative;
    float: left;
    left: 50%
    }
.carousel-wr img {
    position: relative;
    float: left;
    left: -50%
    }
.carousel-wr .descr {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 960px;
    text-align: left
    }
.carousel-wr .descr .text {
    padding: 16px 28px;
    display: inline-block;
    max-width: 600px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background: rgba(255, 255, 255, 0.8)
    }
.carousel-wr .descr .text h2 {
    margin-bottom: 12px;
    font-size: 3.5em;
    font-weight: 600;
    color: #f15d32
    }
.carousel-wr .descr .text p {
    margin: 12px 0 15px;
    font-size: 2.2em;
    color: #231f20;
    font-weight: 600;
    word-wrap: break-word
    }
.carousel-wr img {
    display: inline-block;
    border-bottom: 1px solid #e3d0b4
    }
.controls-wr {
    margin: 0 auto;
    position: absolute;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    width: 960px;
    height: 69px;
    text-align: center
    }
.flex-active-slide {
    z-index: 100
    }
.flex-active-slide .descr {
    display: block
    }
.flex-direction-nav {
    position: absolute;
    bottom: 13px;
    right: 0;
    height: 56px;
    width: 152px;
    background: url(../images/carousel-conrols.png) right top no-repeat
    }
.flex-direction-nav a {
    position: absolute;
    top: 14px;
    display: block;
    width: 29px;
    height: 27px;
    overflow: hidden;
    text-indent: -1000%;
    background: url(../images/carousel-buttons.png) no-repeat
    }
a.flex-prev {
    right: 83px;
    background-position: 0 0
    }
a.flex-prev:hover {
    background-position: 0 -31px
    }
a.flex-next {
    right: 41px;
    background-position: -42px 0
    }
a.flex-next:hover {
    background-position: -42px -31px
    }
.flex-control-paging {
    margin-top: 43px;
    padding: 0 3px;
    display: inline-block;
    font-size: 0;
    text-align: center;
    border: 1px solid #e3d0b4;
    background: #fff8ee;
    border-radius: 15px
    }
.flex-control-paging li {
    padding: 4px 0;
    display: inline-block
    }
.flex-control-paging a {
    display: block;
    height: 16px;
    width: 14px;
    margin: 0 4px;
    background: url(../images/slider-indicator.png) -20px 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
    }
.flex-control-paging a.flex-active {
    background-position: 0 0
    }
.userboard {
    margin-bottom: 10px;
    padding: 20px;
    background: #fff
    }
.userboard .status {
    margin-bottom: 10px
    }
.userboard .status .avatar {
    position: relative;
    float: left;
    width: 160px;
    height: 160px;
    cursor: pointer
    }
.userboard .status .avatar > .button {
    display: none;
    position: absolute;
    z-index: 2;
    top: 60px;
    right: -120px
    }
.userboard .status .avatar:hover > .button {
    display: block
    }
.userboard .status .avatar img {
    max-width: 100%;
    max-height: 100%
    }
.userboard .status .info {
    float: right;
    position: relative;
    width: 423px;
    height: 158px;
    border: 1px solid #e2cfb3
    }
.userboard .status textarea {
    margin: 0;
    padding: 18px;
    height: 123px !important;
    font-size: 1.8em;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.userboard .status .placeholder {
    font-size: 18px
    }
.userboard .status .info > .button {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 365px;
    height: 36px;
    line-height: 36px
    }
.userboard .status .info .button.profile {
    top: 20px
    }
.userboard .status .info .button.group {
    top: 70px
    }
.userboard .status .controls {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 3.6em;
    line-height: 3.6em;
    background: #e2cfb3
    }
.userboard .status .controls select {
    width: 125px
    }
/* custom select gets width from standart */
.userboard .status .controls #whats-new-post-in-box {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 114px
    }
.userboard .status .controls #whats-new-post-in-box .chzn-container, .userboard .status .controls #whats-new-post-in-box .chzn-single {
    height: 100%
    }
.userboard .status .controls #whats-new-post-in-box .chzn-single {
    padding-top: 0;
    padding-bottom: 0
    }
.userboard .status .controls #whats-new-post-in-box .chzn-single > span {
    display: inline-block;
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.userboard .status .controls #whats-new-post-in-box .chzn-results {
    margin-right: 0
    }
.userboard .status .controls #whats-new-post-in-box .chzn-results li {
    line-height: 1
    }
.userboard .status .controls > span {
    margin: 0 18px;
    float: left;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/arrow.gif) center top no-repeat
    }
.userboard .status .controls > button {
    margin: 0;
    padding: 0;
    width: 188px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    color: #e46d50;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
    background: none
    }
.userboard .status .controls > button:hover {
    text-decoration: none;
    color: #fff
    }
.userboard .status .controls .post {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 114px
    }
.userboard .steps {
    display: table;
    width: 100%;
    background: #e2cfb3
    }
.userboard .steps .num {
    display: table-cell;
    vertical-align: middle;
    width: 68px;
    text-align: center;
    font-size: 6em;
    color: #e46d50;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e2cfb3
    }
.step {
    display: none
    }
.userboard .steps .step {
    display: table-cell;
    vertical-align: middle;
    height: 100%
    }
.userboard .steps .step .name {
    padding: 15px 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
    }
.userboard .steps .step .name > span {
    margin-bottom: 10px;
    display: block;
    font-size: 1.2em;
    color: #b09977;
    text-transform: uppercase;
    font-weight: bold
    }
.userboard .steps .step .name > strong {
    font-size: 3em;
    color: #695a45;
    font-weight: bold
    }
.userboard .progress-wr {
    position: relative
    }
.userboard .progress {
    padding: 0 9px;
    position: absolute;
    top: 9px;
    right: 128px;
    height: 26px;
    line-height: 26px;
    border-radius: 12px;
    background: #efe0ca;
    font-size: 0
    }
.userboard .progress em {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 6px;
    background: url(../images/progress-steps.png) 0 0 no-repeat
    }
.userboard .progress .done {
    width: 10px;
    height: 10px;
    background-position: -38px 0
    }
.userboard .progress .current {
    width: 18px;
    height: 18px;
    background-position: -13px 0
    }
.userboard .next {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 114px;
    text-align: center;
    color: #fff;
    text-decoration: none
    }
.userboard .next span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold
    }
.userboard #message {
    z-index: 100
    }
.activity {
    background: #fff;
    border-radius: 0 0 2px 2px
    }
.activity .header {
    padding: 0 20px;
    height: 5em;
    line-height: 5em;
    color: #bba688;
    text-transform: uppercase;
    border-bottom: 1px solid #f1e9dc
    }
.activity .header h2 {
    float: left;
    font-size: 1.2em;
    font-weight: bold
    }
.activity .header dl {
    float: right;
    font-size: 1.2em
    }
.activity .header dl dt, .activity .header dl dd {
    float: left;
    font-weight: bold
    }
.activity .header dl dt {
    padding-right: 10px;
    border-right: 1px solid #f1e9dc
    }
.activity .header dl dd {
    padding-left: 10px;
    position: relative;
    color: #e46d50;
    cursor: pointer
    }
.activity .header dl dd em {
    display: inline-block;
    height: 0;
    width: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #e46d50 transparent transparent transparent
    }
.activity .header dl dd .dropdown {
    min-width: 135px;
    right: -20px
    }
.activity > ul > li {
    padding: 18px 0;
    position: relative;
    border-top: 1px solid #f1e9dc
    }
.activity li.title h4 {
    font-size: 1.2em;
    color: #bba688;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 20px
    }
.activity > ul > li:first-child {
    border-top: none
    }
.activity .bpm-inner-text {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 1em;
    color: #bba688;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none
    }
.activity .bpm-report-link {
    position: absolute;
    top: 9px;
    right: 20px;
    width: auto !important;
    font-size: 1.2em;
    color: #bba688;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    text-shadow: none
    }
.activity .bpm-report-link .bpm-inner-text {
    background: none
    }
.activity .delete-activity-single {
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: auto !important;
    font-size: 1.2em;
    color: #e46d50 !important;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    text-shadow: none
    }
.activity .delete-activity-single.button:hover {
    background: none !important
    }
.activity .avatar {
    margin-left: 20px;
    float: left;
    height: 70px;
    width: 70px
    }
.activity .info {
    margin: 0 20px 0 110px
    }
.activity .info h3, .activity .info h3 a {
    line-height: 1.1em;
    color: #e46d50;
    font-weight: bold;
    text-decoration: none
    }
.activity .info h3 {
    font-size: 1.8em;
    margin-bottom: 9px
    }
.activity .info h3 a {
    font-size: 1em
    }
.activity .info p {
    font-size: 1.8em;
    line-height: 1.7em
    }
.activity .info .time {
    margin: 6px 0 8px 0;
    display: block;
    font-size: 1.2em;
    color: #cfbda3
    }
.activity .info .complited {
    margin-top: 15px;
    display: block;
    font-size: 0.6em;
    line-height: 1;
    color: #b09977;
    font-weight: bold;
    text-transform: uppercase
    }
/* font-size 12px */
.activity .info .group {
    margin: -2px 0 10px 0;
    display: block;
    font-size: 0.6em;
    line-height: 1;
    color: #b09977;
    /* font-weight: bold;*/
    text-transform: uppercase
    }
/* font-size 12px */
.activity .info .group a {
    text-transform: none;
    text-decoration: none
    }
.activity .info img {
    margin: 20px 0;
    border: 1px solid #e2cfb3
    }
.activity .button {
    margin: 0;
    padding: 1.3em 0;
    width: 100%;
    border-radius: 0 0 2px 2px
    }
/* attach media */
#bp-media-activity-upload-ui {
    position: absolute !important;
    top: 0;
    left: 0
    }
#bp-media-activity-upload-browse-button.button {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 80px;
    width: 108px;
    height: 3em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
    color: #e46d50;
    text-decoration: underline;
    text-transform: uppercase;
    border: none;
    background: none;
    text-shadow: none
    }
#bp-media-activity-uploaded-files {
    position: absolute;
    top: 35px;
    width: 435px
    }
.bp-media-progress-completed {
    margin-top: -29px !important;
    height: 15px !important;
    background-image: none !important;
    background-color: #e46d50 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
    }
.bp-media-progressbar {
    height: 14px !important;
    overflow: visible !important;
    border: 1px solid #e2cfb3 !important;
    background-image: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
    }
.bp-media-progress-text {
    line-height: 16px !important;
    position: none !important;
    height: 28px !important;
    font-size: 12px !important;
    color: #000;
    text-shadow: 0 !important
    }
.side {
    padding-top: 290px;
    position: relative;
    z-index: 2
    }
/* z-index more then footer */
.home .side {
    padding-top: 0
    }
.hand {
    position: absolute;
    right: -35px;
    width: 87px;
    height: 240px;
    background: url(../images/content-hand.png) 0 0 no-repeat
    }
.side .map, .side .group {
    margin-bottom: 10px;
    background: #fff
    }
.side .map p, .side .group p {
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.5em
    }
.search-wr {
    padding: 20px
    }
.side div.search-wr h3 {
    margin-bottom: 8px;
    font-size: 1.8em;
    color: #e46d50
    }
.side div.search-wr p {
    margin-bottom: 5px
    }
.search {
    position: relative
    }
.search .field {
    padding-right: 90px
    }
.search .go {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 77px
    }
.numbers {
    margin-left: 6px;
    padding-top: 70px;
    position: relative;
    background: #fff8ee
    }
.numbers h4 {
    height: 75px;
    font-size: 1.2em;
    color: #bba688;
    text-transform: uppercase;
    background: url(../images/num-colorfull.jpg) center bottom no-repeat
    }
.numbers h4 span {
    margin-left: 20px;
    font-weight: bold
    }
.numbers > div > p {
    margin-left: 20px;
    font-size: 1.4em
    }
.numbers > div > p > strong {
    margin-right: 5px;
    font-size: 2.5em;
    color: #e46d50;
    font-weight: bold
    }
/* font-size 36px */
.numbers .groups {
    margin-top: -10px;
    padding-bottom: 30px;
    background: url(../images/num-green.jpg) center bottom no-repeat
    }
.numbers .members {
    padding-bottom: 44px;
    background: url(../images/num-blue.jpg) center bottom no-repeat
    }
.numbers .planted {
    padding-bottom: 54px;
    background: url(../images/num-purple.jpg) center bottom no-repeat
    }
.numbers .hand {
    top: -150px
    }
/* registration page decoration */
.registration .logo {
    float: left;
    width: 285px;
    max-width: 285px;
    height: 480px
    }
.registration .logo > h1 {
    height: 435px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/registr-logo.jpg) top center no-repeat
    }
.registration .logo > h3 {
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/slogan.jpg) top center no-repeat
    }
.registration .form {
    margin-bottom: 110px;
    float: right;
    width: 330px;
    border-radius: 2px;
    background: #fff8ee
    }
.registration .form p, .registration .form h3, .registration .form label {
    font-size: 1.4em
    }
.registration .form label {
    color: #b8b8b8
    }
.registration .form h2 {
    padding: 0.8em 25px;
    text-transform: uppercase;
    font-size: 2.4em;
    color: #fff8ee;
    border-radius: 2px;
    background: #f69c32
    }
.registration .form .form-message {
    margin-top: 16px
    }
.registration .form .form-message li {
    margin-bottom: 0
    }
.registration .form form {
    margin: 0 34px
    }
.registration .form h3 {
    margin: 30px 0;
    color: #e46d50;
    text-align: center
    }
.registration .form legend, .registration .age label {
    margin: 0 0 0.6em 1em;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    color: #888284
    }
.registration .age label {
    margin-top: 20px
    }
.registration .form li {
    margin-bottom: 1.2em
    }
.registration .form .controls {
    margin-bottom: 1.8em
    }
.registration .form .cancel {
    padding: 1em 0;
    float: left;
    font-size: 1.4em
    }
.registration .form .continue {
    float: right
    }
.registration .form .info {
    padding: 2.8em 34px;
    margin: 0 -34px;
    color: #231f20;
    border-top: 1px solid #e2cfb3
    }
.registration .form .birth label {
    padding: 0.75em;
    float: left;
    color: #888284
    }
.registration .form .birth span {
    float: right
    }
.registration .form .birth input {
    padding: 0.75em 0;
    margin-left: 5px;
    float: left;
    width: 3em;
    text-align: center
    }
.registration .form .check p {
    padding: 0.4em 0 0.6em 24px
    }
.registration .form .check p > a, .registration .form .check p > a:visited {
    color: #231f20
    }
/* */
.form-view label {
    margin: 20px 0;
    display: block
    }
.form-view br {
    display: none
    }
.form-view input {
    margin-bottom: 10px;
    display: block
    }
.form-view label strong {
    margin: 0 0 0.6em 0;
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    color: #888284
    }
.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    display: block;
    padding: 0 0.8em;
    font-size: 1.4em;
    line-height: 2.2em;
    color: #f00;
    border: 1px solid #f00
    }
/* custom checkbox */
.registration .form .check {
    overflow: hidden
    }
.registration .form .check span input {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    position: relative;
    z-index: -1px;
    width: 20px;
    height: 20px
    }
/* hides under label */
.registration .form .check input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
.registration .form .check span label {
    position: relative;
    z-index: 2;
    display: block;
    height: 1.8em;
    line-height: 22px;
    background: #fff8ee
    }
.registration .form .check span label > span {
    margin-left: 5px
    }
.registration .form .check span:not(#foo) label em {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    background: #fff8ee url(../images/checkbox.png) left center no-repeat
    }
.registration .form .check span:not(#foo) input:checked ~ label em {
    background-image: url(../images/checkbox_checked.png)
    }
/* :not(#foo) hides from ie8 */
.registration .form .check input:focus ~ label em {
    border: 1px dotted #000
    }
.registration footer {
    background: #fff8ee url(../images/footer-seed.jpg) top repeat-x
    }
.registration #menu-footer, .registration #menu-footer-welsh {
    margin-top: 0;
    padding-top: 180px;
    float: left
    }
.registration .links-right {
    padding-top: 145px;
    float: right
    }
.registration .links-right li {
    float: left
    }
.registration .links-right a {
    display: block;
    width: 114px;
    height: 109px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
.registration .links-right .lottery {
    background: url(../images/reg-footer-lottery.jpg) 0 0 no-repeat
    }
.registration .links-right .kew {
    background: url(../images/reg-footer-kew.jpg) 0 0 no-repeat
    }
/* forms styles */
input[type="text"], input[type="password"], input[type="email"], textarea {
    padding: 0.75em 0.9em;
    width: 100%;
    font-size: 1.4em;
    border: 1px solid #e2cfb3
    }
input[type="text"], input[type="password"], input[type="email"], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
input[type="checkbox"] {
    cursor: pointer
    }
input.invalid, select.invalid {
    border: 2px solid #f00
    }
.form-message {
    display: none
    }
.form-message, #usermessagea span {
    padding: 0.8em;
    font-size: 1.4em;
    color: #f00;
    border: 1px solid #f00
    }
#usermessagea span {
    margin: 20px 0;
    display: block
    }
label {
    cursor: pointer
    }
textarea {
    resize: none
    }
.dropdown {
    padding-top: 7px;
    position: absolute;
    z-index: 3;
    border-bottom: 1px solid #e2cfb3;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.2)
    }
.dropdown:after {
    content: "";
    position: absolute;
    top: 0;
    top: 0;
    right: 13px;
    width: 16px;
    height: 8px;
    background: url(../images/drop.png) 0 0 no-repeat
    }
.dropdown li {
    border: 1px solid #e2cfb3;
    border-bottom: none;
    background: #fff
    }
.dropdown li span {
    padding: 1.1em 0.9em;
    font-size: 1em;
    color: #bba688;
    text-transform: uppercase;
    cursor: pointer
    }
.dropdown li a {
    padding: 1.1em 0.9em;
    font-size: 1em;
    color: #bba688;
    text-transform: uppercase;
    text-decoration: none
    }
input::-webkit-input-placeholder {
    color: #b8b8b8
    }
input:-moz-placeholder {
    color: #b8b8b8
    }
/* profile */
.sideblock {
    margin-bottom: 10px;
    padding: 1px 0;
    background: #fff
    }
.sideblock h4, .sideblock h5 {
    padding: 20px;
    font-size: 1.2em;
    color: #bba688;
    font-weight: bold;
    text-transform: uppercase
    }
.sideblock h4 {
    border-bottom: 1px solid #f1e9dc
    }
.profile .sideblock h6 {
    margin-bottom: 2px;
    font-size: 1.8em
    }
.profile .sideblock h6 a {
    text-decoration: none;
    font-weight: bold
    }
.profile .sideblock p {
    margin-bottom: 0;
    font-size: 1.2em;
    color: #beb4a7
    }
.profile .sideblock .details {
    padding: 15px 20px;
    /*border-bottom: 1px solid #f1e9dc;*/
    }
.profile .sideblock .members li {
    padding: 0 20px 12px
    }
.profile .complited {
    position: relative
    }
.profile .complited .hand {
    top: -205px
    }
.profile .complited .progress li {
    padding: 18px 55px 18px 20px;
    list-style-position: inside;
    font-size: 1.2em;
    line-height: 1.2;
    color: #b8b8b8;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #f1e9dc;
    background: url(../images/step-incomplited.png) right center no-repeat
    }
.profile .complited .progress li:first-child {
    border-top: none
    }
.profile .complited .progress li.current {
    color: #e46d50
    }
.profile .complited .progress .done {
    color: #e46d50;
    background: url(../images/step-complited.png) center right no-repeat
    }
.social a {
    margin: 15px 0;
    padding: 0 20px;
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase
    }
.social em {
    margin: auto 0;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 55px;
    width: 60px;
    background: url(../images/social.png) 0 0 no-repeat
    }
.social .facebook em {
    background-position: 0 0
    }
.social .facebook:hover em {
    background-position: 0 -70px
    }
.social .youtube em {
    background-position: -64px 0
    }
.social .youtube:hover em {
    background-position: -64px -70px
    }
.social .twitter em {
    background-position: -126px 0
    }
.social .twitter:hover em {
    background-position: -126px -70px
    }
.social span {
    padding-left: 70px;
    font-weight: bold
    }
.current-step {
    border: 1px solid #e2d0b4;
    border-top: none
    }
.current-step > li {
    padding: 20px 60px
    }
.current-step .button {
    width: 100%
    }
.current-step .intro p {
    margin: 10px 0;
    font-size: 1.8em;
    line-height: 1.7em
    }
.current-step .intro p a {
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: bold
    }
/* font-size: 12px; */
.current-step .intro .button {
    margin: 20px 0
    }
.current-step .details {
    border-top: 1px solid #f1e9dc
    }
.current-step .details h4 {
    margin: 20px 0 10px;
    font-size: 1.8em;
    color: #b09977;
    font-weight: bold
    }
.current-step .details p {
    margin: 10px 0;
    font-size: 1.2em;
    line-height: 1.7em;
    color: #b09977
    }
.current-step .details p > a {
    font-size: 1em
    }
.current-step .details ul.form {
    margin: 35px 0
    }
.current-step .details ul.form > li {
    margin: 10px 0
    }
.current-step .details ul.form label {
    margin: 25px 0 15px;
    display: block;
    font-size: 1.8em;
    color: #e46d50;
    font-weight: bold
    }
.current-step .details ul.form textarea {
    padding: 8px;
    margin: 0;
    width: 100%;
    height: 115px;
    font-size: 1.4em;
    border: 1px solid #e2cfb3;
    resize: none
    }
.current-step .details .button {
    margin-top: 40px
    }
.profile .userboard .status .user {
    padding-left: 20px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    border: none
    }
.profile .userboard .status .user .username {
    font-size: 3em;
    color: #695a45;
    font-weight: bold
    }
.profile .userboard .status .user .location {
    font-size: 1.2em;
    color: #b09977;
    font-weight: bold;
    text-transform: uppercase
    }
.calend {
    position: relative
    }
.calend input {
    padding-right: 45px
    }
.calend > span {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 36px;
    background-color: #e46d50
    }
.calend span:hover {
    background-color: #f2b6a8
    }
.ui-datepicker-trigger {
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 1px;
    cursor: pointer
    }
.ui-datepicker {
    margin: 0 0 0 435px;
    display: none;
    position: absolute;
    z-index: 4;
    top: 0;
    color: #535353;
    background: #fff;
    border: 1px solid #e2cfb3
    }
.ui-datepicker-calendar {
    padding: 0 5px 7px;
    font-weight: bold
    }
.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 1px
    }
.ui-datepicker-title, .ui-datepicker-calendar th {
    font-size: 1.4em;
    text-align: center
    }
.ui-datepicker-title span, .ui-datepicker-calendar th span {
    font-weight: 700
    }
.ui-datepicker-calendar th span:hover {
    background-color: transparent
    }
.ui-datepicker-calendar td {
    padding: 5px;
    font-size: 1.2em;
    text-align: right;
    background: #fff8ee
    }
.ui-datepicker-calendar td a {
    color: #535353;
    text-decoration: none;
    font-weight: 600
    }
.ui-datepicker-calendar td.ui-datepicker-today {
    background: #e46d50
    }
.ui-datepicker-calendar td.ui-datepicker-today a {
    color: #fff
    }
.ui-datepicker-header {
    position: relative
    }
.ui-datepicker-header .ui-datepicker-title {
    margin-bottom: 12px;
    padding: 0.75em 0.9em;
    text-align: center;
    border-bottom: 1px solid #e2cfb3
    }
.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
.ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    background: #e46d50 url(../images/calend-prev.png) center center no-repeat
    }
.ui-datepicker-header .ui-datepicker-next {
    right: 0;
    background: #e46d50 url(../images/calend-next.png) center center no-repeat
    }
.ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: #f2b6a8
    }
/* soil test */
.soil {
    margin: 40px -45px 40px 0
    }
.soil ul {
    margin: 25px 0
    }
.soil li {
    margin-right: 2px;
    float: left;
    position: relative
    }
.soil li.name {
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8em;
    color: #e46d50;
    font-weight: bold;
    text-transform: uppercase
    }
.soil input {
    padding: 0;
    display: block;
    width: 54px;
    height: 39px
    }
/* input hides under label */
.soil img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 54px;
    height: 39px
    }
.soil label {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 43px;
    background: url(../images/blank.gif) repeat
    }
/* blank.gif ie8-9 fix*/
.soil li:not(#foo) input:checked ~ label {
    display: block;
    width: 54px;
    height: 39px;
    /* :not(#foo) hides from ie8 */
    background: rgba(255, 255, 255, 0.5) url(../images/checked.png) center 2px no-repeat
    }
.soil label.checked {
    display: block;
    width: 54px;
    height: 39px;
    /* .checked ie8 fix with addClass */
    background: url(../images/checked.png) center 2px no-repeat
    }
.soil .parsley-error-list {
    margin: -14px 0 0 0;
    position: absolute
    }
/* flowers test */
.flowers {
    margin: 20px 0
    }
.flowers ul {
    margin-left: -15px
    }
.flowers li {
    margin: 0 0 20px 15px;
    float: left;
    position: relative;
    width: 145px;
    height: 135px
    }
.flowers input {
    width: 145px;
    height: 124px
    }
.flowers .img {
    width: 145px;
    height: 124px;
    position: absolute;
    top: 0;
    left: 0
    }
.flowers .framed img {
    padding: 5px
    }
.flowers .framed:before, .flowers .framed:after {
    bottom: 10px;
    box-shadow: 0 9px 5px rgba(119, 119, 119, 0.73)
    }
.flowers .framed:before {
    left: 5px
    }
.flowers .framed:after {
    right: 5px
    }
.flowers label {
    width: 145px;
    height: 135px;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    background: url(../images/blank.gif) repeat
    }
/* blank.gif ie8-9 fix*/
.flowers label em {
    width: 145px;
    height: 124px;
    position: absolute;
    top: 0;
    left: 0
    }
.flowers label span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.2em;
    color: #e46d50;
    font-weight: bold;
    text-transform: uppercase
    }
.flowers li:not(#foo) input:checked ~ label em, .flowers input:disabled ~ label em {
    /* disabled inputs have been already checked */
    background: rgba(255, 255, 255, 0.5) url(../images/checked.png) center center no-repeat
    }
.flowers label.checked em {
    /* .checked ie8 fix with addClass */
    background: url(../images/checked.png) center center no-repeat
    }
/* group profile */
.userboard .steps .step .name > em {
    font-size: 1.2em;
    color: #b09977;
    text-transform: uppercase
    }
.activity .info .group {
    font-weight: bold
    }
/* news */
a.button {
    display: inline-block;
    color: #fff;
    text-decoration: none
    }
/* inline-block fixes buttom space */
.news-list {
    background: #fff
    }
.news-list .load {
    margin-top: 45px;
    width: 100%
    }
.news-list > ul > li {
    padding: 50px 40px;
    border-top: 1px solid #f1e9dc
    }
.news-list > ul > li:first-child {
    border-top: none
    }
.news-list .descr .name {
    margin-bottom: 9px;
    font-size: 3em;
    font-weight: bold;
    color: #e46d50
    }
.news-list .descr .name a {
    text-decoration: none
    }
.news-list .descr .date {
    margin-bottom: 28px;
    display: block;
    font-size: 1.4em;
    color: #b09977;
    font-weight: bold;
    text-transform: uppercase
    }
.news-list .descr p {
    font-size: 1.8em;
    line-height: 1.3em
    }
.news-list .descr .button {
    margin-top: 28px
    }
.news-list img {
    margin-right: 50px;
    float: left
    }
.news-list li:nth-child(even) img {
    margin: 0 0 0 50px;
    float: right
    }
.news-item {
    padding: 40px 55px;
    background: #fff
    }
.news-item .ctext hr {
    margin-left: -55px;
    margin-right: -55px
    }
.news-item .blockquote {
    margin-left: auto;
    margin-right: auto;
    width: 565px
    }
.related-news h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #b09977;
    text-transform: uppercase
    }
.related-news li {
    font-size: 1.8em;
    line-height: 1.6em
    }
.related-news li a {
    text-decoration: none;
    color: #453e40
    }
/* section */
.main-right .side {
    padding: 0 0 460px 0;
    background: url(../images/watering-left.jpg) left bottom no-repeat
    }
.section-wr {
    background: #fff
    }
.section-wr .load {
    margin-top: 30px;
    width: 100%
    }
.section {
    padding: 30px
    }
.section .ctext hr {
    margin-left: -30px;
    margin-right: -30px
    }
/* text, uploaded with CMS editor */
.ctext {
    font-size: 1.8em;
    line-height: 1.6em
    }
.ctext h1, .ctext h2, .ctext h3, .ctext h4, .ctext h5, .ctext h6 {
    color: #e46d50;
    line-height: 1
    }
.ctext h1 {
    margin-bottom: 30px;
    font-size: 2.6em;
    line-height: 1;
    font-weight: 300;
    font-family: "proxima-nova-n3", "proxima-nova"
    }
/* 48px */
.ctext h2 {
    margin-bottom: 28px;
    font-size: 1.6em;
    font-weight: bold;
    color: #e46d50
    }
/* 30px */
.ctext h3 {
    margin-bottom: 26px;
    font-size: 1em;
    font-weight: bold;
    color: #e46d50
    }
/* 18px */
.ctext h4, .ctext h5, .ctext h6 {
    margin-bottom: 20px;
    font-size: 0.6em;
    font-weight: bold;
    color: #b09977;
    text-transform: uppercase
    }
/* 12px */
.ctext strong {
    font-weight: bold
    }
.ctext em {
    font-style: italic
    }
.ctext .alignright {
    margin-left: 20px;
    float: right
    }
.ctext .alignleft {
    margin-right: 20px;
    float: left
    }
.ctext p, .ctext ul, .ctext ol {
    margin: 25px 0
    }
.ctext ol li {
    list-style-position: inside
    }
.ctext ul li {
    list-style: disc;
    list-style-position: inside
    }
.ctext li > ul {
    margin: 0 0 0 30px
    }
.ctext hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #f1e9dc
    }
.ctext .blockquote dl {
    font-size: 0.6em
    }
/* 12px */
.ctext .blockquote blockquote {
    font-size: 1em
    }
.ctext .social a {
    font-size: 0.667em
    }
/* 12px */
.ctext .social br {
    display: none
    }
.ctext .form-view input {
    font-size: 0.778em
    }
/* 14px */
.ctext textarea {
    font-size: 1em
    }
/* 14px */
.ctext .form-view strong {
    font-size: 0.889em
    }
/* 16px */
.ctext .form-view .wpcf7-not-valid-tip-no-ajax, .ctext .wpcf7-validation-errors, .ctext .wpcf7-mail-sent-ng {
    font-size: 1em
    }
blockquote /*  */ .blockquote {
    padding: 30px 0 0 60px;
    background: url(../images/quote-left.png) 0 0 no-repeat;
    overflow: hidden
    }
/* overflow:hidden; clearfix */
.blockquote blockquote {
    font-size: 1.8em
    }
.blockquote dl {
    margin-top: -10px;
    padding: 15px 0 0 50px;
    float: right;
    font-size: 1.2em;
    color: #b09977;
    background: url(../images/quote-right.png) 0 0 no-repeat
    }
/* 12px */
.blockquote dd, .blockquote dt {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase
    }
/* sidebar */
.sidebar li {
    background: #fff
    }
.sidebar li + li {
    margin-top: 4px
    }
.sidebar a {
    padding: 20px;
    display: block;
    font-size: 1.2em;
    color: #b09977;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none
    }
.sidebar li > ul li + li {
    margin-top: 0
    }
.sidebar li > ul a {
    padding-left: 40px;
    border-top: 1px solid #f1e9dc
    }
.current_page_item a {
    color: #e46d50
    }
/* contact */
.contact {
    padding: 30px;
    background: #fff
    }
.contact .ctext hr {
    margin-left: -30px;
    margin-right: -30px
    }
.contact h1 {
    margin-bottom: 40px;
    font-size: 4.8em;
    line-height: 1;
    font-weight: 300;
    font-family: "proxima-nova-n3", "proxima-nova";
    color: #e46d50
    }
.contact legend {
    display: block;
    padding-bottom: 25px;
    font-size: 1.8em;
    color: #888284;
    font-weight: 600
    }
.contact .cf_hidden legend {
    padding-bottom: 0
    }
.contact legend span {
    margin-top: 10px;
    display: block;
    color: #e46d50
    }
.contact .cf-ol {
    margin: 0 0 35px 0
    }
.contact .cf-ol li {
    position: relative;
    list-style: none;
    margin-bottom: 17px
    }
.contact .cf-ol li:after {
    content: "";
    display: block;
    clear: both
    }
.contact .cf-ol label {
    float: left;
    width: 125px
    }
.contact .cf-ol input[type="text"], .contact .cf-ol input[type="email"], .contact .cf-ol textarea {
    width: 445px
    }
.contact .cf-ol label span {
    padding: 0.4em 0;
    display: block;
    width: 115px;
    font-size: 1.8em;
    color: #b8b8b8;
    font-weight: bold
    }
.contact .cf-ol textarea {
    height: 215px
    }
.contact .form-message {
    margin-bottom: 30px
    }
.contact .cf-sb input {
    width: 100%
    }
.contact .reqtxt, .contact .emailreqtxt {
    position: absolute;
    left: 0;
    top: 26px;
    display: block;
    font-size: 1.3em;
    color: #e66d6d
    }
/* header */
header .container {
    position: relative
    }
.header-main {
    float: left;
    width: 740px;
    overflow: hidden
    }
.header-main .logo {
    padding-left: 110px;
    background: url(../images/header-hand.jpg) left 15px no-repeat
    }
.header-main .logo .name {
    padding-top: 125px;
    width: 281px;
    height: 74px;
    background: url(../images/logo.jpg) bottom left no-repeat
    }
.header-main .logo .name a {
    display: block;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
.header-main .logo .slogan {
    width: 281px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/slogan.jpg) top center no-repeat
    }
.header-main nav {
    margin: 38px 0 0 0
    }
.header-main nav ul {
    display: inline
    }
.header-main nav ul li {
    padding-bottom: 6px;
    display: inline-block
    }
.header-main nav a {
    margin-right: 13px;
    font-size: 1.3em;
    color: #fff8ee;
    font-weight: bold;
    text-decoration: none
    }
.header-main nav a:hover, .header-main nav a.active {
    color: #e46d50
    }
.header-main nav a:focus {
    outline: 1px dotted #fff
    }
.header-side {
    float: right;
    width: 210px
    }
.header-side .top-menu {
    margin-right: 17px;
    position: absolute;
    right: 125px;
    top: 40px
    }
.header-side .top-menu > ul {
    float: left;
    height: 3.333em;
    line-height: 3.333em;
    vertical-align: top;
    font-size: 1.2em
    }
.header-side .top-menu > ul li {
    margin-right: 17px;
    float: left;
    font-weight: bold
    }
.header-side .top-menu > ul li a {
    color: #f47d00;
    text-decoration: none
    }
.header-side .font {
    margin: 40px 0;
    text-align: right
    }
.header-side .font ul {
    display: inline-block;
    background: #f7941e;
    border-radius: 2px;
    border: 1px solid #cc522f
    }
.header-side .font li {
    float: left;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    border-left: 1px solid #cc522f
    }
.header-side .font li:first-child {
    border: none
    }
.header-side .font button {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background-color: transparent
    }
.header-side .font .small {
    font-size: 1.4em
    }
.header-side .font .average {
    font-size: 1.8em
    }
.header-side .font .big {
    font-size: 2.4em
    }
.header-side .links {
    margin-bottom: 49px;
    text-align: right
    }
.header-side .links a {
    display: inline-block;
    vertical-align: top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
.header-side .links .kew {
    width: 109px;
    height: 76px;
    background: url(../images/header-kew.jpg) 0 0 no-repeat
    }
.header-side .links .lottery {
    width: 75px;
    height: 76px;
    background: url(../images/header-lottery.jpg) 0 0 no-repeat
    }
.header-side .login {
    margin-bottom: 16px
    }
.header-side .login a {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff8ee;
    border: 1px solid #cc522f;
    border-radius: 3px;
    background: #f7941e
    }
.header-side .filter {
    position: absolute;
    right: 0;
    bottom: 48px;
    max-width: 280px;
    height: 4em;
    line-height: 4em;
    text-align: center;
    background: #2b2627;
    border: 1px solid #3c3738;
    border-radius: 2px;
    text-decoration: none
    }
.header-side .filter .img {
    padding: 2px;
    float: left;
    width: 4em;
    height: 100%;
    border-right: 1px solid #3c3738;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.header-side .filter .img img {
    display: inline-block;
    max-width: 100%
    }
.header-side .filter > span {
    padding: 0 10px;
    display: inline-block;
    max-width: 165px;
    min-width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold
    }
.header-side .filter > em {
    float: right;
    width: 4em;
    height: 100%;
    background: url(../images/filter.jpg) center center no-repeat;
    border-left: 1px solid #3c3738;
    cursor: pointer
    }
.header-side .dropdown {
    display: none;
    right: 0;
    left: 0;
    top: 100%;
    font-size: 1.2em
    }
.header-side .dropdown span {
    display: block;
    text-align: left;
    line-height: normal
    }
.header-side .dropdown a {
    text-align: left
    }
.header-side .dropdown a:hover {
    color: #231F20
    }
.header-side .filter:hover .dropdown {
    display: block
    }
/* custom select */
select {
    width: 100%
    }
.chzn-container {
    position: relative
    }
.chzn-single {
    padding: 0.75em 42px 0.75em 0.9em;
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 1.4em;
    border: 1px solid #e2cfb3;
    text-decoration: none !important;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.chzn-results li {
    margin-bottom: 0 !important
    }
.chzn-single:focus {
    border: 1px dotted #000
    }
.chzn-single > span {
    color: #b8b8b8;
    text-decoration: none
    }
.chzn-single > div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 36px;
    background: #e46d50 url(../images/arrow_select.png) center center no-repeat
    }
.chzn-single > div:hover {
    background-color: #f2b6a8
    }
.chzn-search {
    display: none
    }
/* don't need search */
.chzn-drop {
    position: absolute;
    z-index: 6
    }
.chzn-results {
    margin-right: 36px;
    border: 1px solid #e2cfb3;
    border-top: none
    }
.chzn-results li {
    padding: 0.75em 0.9em;
    font-size: 1.4em;
    color: #666;
    background-color: #f6f1e8;
    border-top: 1px solid #e2cfb3;
    cursor: pointer
    }
.chzn-results li:hover {
    color: #fff;
    background: #e46d50
    }
/* image frame */
.framed {
    position: relative;
    z-index: 5;
    display: inline-block
    }
.framed img {
    padding: 6px;
    position: relative;
    z-index: 5;
    border: 1px solid #cbcbcb !important;
    background: #fff
    }
.framed:before, .framed:after {
    z-index: 4;
    position: absolute;
    content: "";
    bottom: 30px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: rgba(119, 119, 119, 0.73);
    box-shadow: 0 35px 20px rgba(119, 119, 119, 0.73);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
    }
.framed:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
    }
/* placeholder polyfill */
.pl {
    left: -999em;
    position: absolute;
    font-size: 14px
    }
/* hides label */
span.placeholder {
    position: absolute;
    z-index: 1;
    color: #b8b8b8;
    font-family: sans-serif;
    cursor: text;
    font-size: 1em
    }
span.placeholder-hide-except-screenreader {
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    border: 0 !important;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
    }
span.placeholder-hide {
    display: none
    }
/* overwrite for the HTML5 Boilerplate way to hide labels */
label.visuallyhidden-with-placeholder {
    height: auto !important;
    overflow: visible !important;
    position: absolute !important;
    left: -999em
    }
/* pagination */
.pagination {
    font-size: 1.6em;
    overflow: hidden
    }
/* clearfix */
.pagination li:last-child {
    text-decoration: none
    }
.pagination .pag-count, .pagination .pagination-links {
    float: right
    }
.pagination .pagination-links {
    clear: right
    }
.activity .pagination {
    padding: 20px
    }
/* comments */
.comment-options .comment-reply-link, .comment-options .button, .form-submit input[type="submit"] {
    display: inline-block;
    font-size: 0.7em !important;
    line-height: 1 !important
    }
/* font-size 14px */
.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
    }
.children .comment {
    margin: 30px 0 0;
    padding-bottom: 0;
    list-style: none;
    border-bottom: none
    }
.comment-options .comment-reply-link, .comment-options .button {
    margin-right: 10px
    }
.comment-head .comment-avatar-box, .comment-head .comment-meta {
    display: inline-block;
    vertical-align: middle;
    line-height: normal
    }
.comment-head .comment-meta p {
    margin: 0;
    font-size: 0.7em;
    color: #bba688
    }
/* font-size 14px */
.comment-head .comment-meta a {
    text-decoration: none;
    font-size: bold
    }
.comment-head .comment-avatar-box {
    margin-right: 10px
    }
.comment-head .comment-avatar-box img {
    display: block
    }
.comment-head .comment-author {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold
    }
.form-allowed-tags {
    display: none
    }
.comment-content p textarea {
    font-size: 1em
    }
#message {
    padding: 1em 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #e46d50;
    text-decoration: 1px 1px 1px #df6146;
    border: none;
    text-shadow: 0 1px 0 #d74a31
    }
.mincheck, .required {
    font-size: 1.4em
    }
/* settings-page */
.settings-block {
    margin-bottom: 10px;
    padding: 30px 35px;
    background: #fff
    }
.settings-block .ctext p {
    margin: 15px 0
    }
.settings-form dt {
    float: left;
    width: 240px;
    height: 3.9em;
    line-height: 3.9em;
    clear: both
    }
.settings-form label {
    display: inline-block;
    line-height: 1;
    font-size: 1.8em;
    vertical-align: middle
    }
.settings-form dd {
    margin: 0 0 30px 250px
    }
.settings-block .submit {
    margin: 0 -35px;
    padding: 25px 35px 10px 35px;
    border-top: 1px solid #f1e9dc
    }
.settings-block h2 {
    margin: 0 -35px 40px -35px;
    padding: 0 35px 30px 35px;
    font-weight: 300;
    font-family: "proxima-nova-n3", "proxima-nova";
    font-size: 3.6em;
    color: #e46d50;
    border-bottom: 1px solid #f1e9dc
    }
.settings-avatar {
    margin: 30px 0
    }
.settings-avatar li {
    margin-right: 10px;
    float: left;
    position: relative;
    width: 70px;
    height: 70px
    }
.settings-avatar input {
    width: 70px;
    height: 70px
    }
.settings-avatar img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0
    }
.settings-avatar label {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url(../images/blank.gif) repeat;
    /* blank.gif ie8-9 fix */
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
    }
.settings-avatar label:hover {
    background-color: transparent
    }
.settings-avatar input:checked ~ label {
    background-color: transparent
    }
/* geocode */
#geocode-error {
    position: absolute;
    font-size: 1.4em;
    bottom: -17px
    }
/* search-group */
.search-group {
    padding: 1px 0;
    background: #fff
    }
.search-group li {
    margin-bottom: 20px
    }
.search-group .info p {
    font-size: 1.4em;
    line-height: 1
    }
.search-group #message {
    padding: 0;
    position: static;
    text-transform: none;
    text-align: left;
    color: #453e40;
    font-size: 1.2em;
    line-height: 1;
    background-color: transparent;
    text-shadow: none
    }
.search-group .dir-search {
    position: relative
    }
.search-group input[type=submit] {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
    }
.search-group input[type=text] {
    padding-right: 75px
    }
.search-group form, .search-group .search-group-results {
    margin: 30px
    }
.search-group #pag-top {
    display: none
    }
.search-group .item-avatar {
    float: left
    }
.search-group .item, .search-group .action {
    margin-left: 60px;
    font-size: 1.4em
    }
.search-group .item-title {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none
    }
.search-group .item-title a {
    text-decoration: none
    }
.search-group .placeholder {
    font-size: 14px
    }
/* 404 */
.page-404 {
    background: #fff;
    padding: 30px
    }
.search-page form {
    position: relative
    }
.search-page .button {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
    }
.search-page {
    background: #fff
    }
.page-404 .posttitle {
    margin-bottom: 20px;
    font-size: 2.4em;
    color: #e46d50
    }
.page-404 p {
    margin: 10px 0;
    font-size: 1.4em
    }
/*Lang Switcher*/
#lang_sel {
    height: 3.333em;
    line-height: 3.333em;
    float: left;
    font-size: 1.2em;
    font-family: "Proxima Nova", sans-serif
    }
#lang_sel a.lang_sel_sel {
    position: relative;
    color: #f47d00 !important;
    background: transparent
    }
#lang_sel a.lang_sel_sel:after {
    content: "";
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: #f47d00 transparent transparent transparent;
    vertical-align: middle
    }
#lang_sel a {
    font-size: 1em
    }
#lang_sel a, #lang_sel a:visited {
    padding-left: 0;
    border: none !important
    }
#lang_sel ul ul {
    top: 3px !important;
    left: auto;
    right: 0;
    border-top: none !important
    }
#lang_sel .icl_lang_sel_current {
    font-weight: bold
    }
#lang_sel li {
    float: none;
    display: inline-block;
    text-align: right;
    width: auto
    }
#lang_sel ul ul a, #lang_sel ul ul a:visited {
    background: none !important;
    color: #fff !important;
    padding-right: 20px !important
    }
#lang_sel a, #lang_sel a:visited {
    line-height: 1 !important
    }
#lang_sel ul ul .icl-cy a {
    padding-right: 0 !important
    }
/* wp classess */
.entry-header, .entry-meta {
    margin-top: auto;
    height: auto;
    background: transparent;
    position: static;
    min-height: 0
    }
.entry-content p {
    font-size: 1.8em;
    line-height: 1.6em;
    margin: 25px 0
    }
.entry-header h1, .page-header h1 {
    margin-bottom: 30px;
    font-size: 2.6em;
    line-height: 1;
    color: #e46d50;
    font-weight: 300;
    font-family: "proxima-nova-n3", "proxima-nova"
    }
/* blocks on home page */
.blocks {
    margin: 30px 0 5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3d0b4
    }
.blocks > ul {
    margin: 0 auto;
    width: 960px;
    overflow: hidden
    }
.blocks > ul > li {
    margin-left: 12px;
    float: left;
    width: 312px;
    height: 282px;
    overflow: hidden
    }
.blocks > ul > li:first-child {
    margin-left: 0
    }
.block {
    position: relative;
    width: 310px;
    height: 280px;
    border: 1px solid #e2cfb3
    }
.block > a {
    display: block;
    text-align: center
    }
.block img {
    display: block;
    width: inherit;
    max-width: 100%;
    height: auto
    }
.block .descr {
    padding: 16px 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background: rgba(255, 255, 255, 0.9)
    }
.block .descr h2 {
    font-size: 2.4em;
    color: #e46d50;
    line-height: 1.1;
    text-align: left
    }
.block .descr p {
    margin: 25px 0 20px;
    max-height: 138px;
    overflow: hidden;
    font-size: 1.8em;
    text-align: left;
    color: #231f20;
    line-height: 1.3em
    }
.block .descr .more {
    margin-bottom: 20px;
    display: block;
    font-size: 1.8em;
    text-align: left
    }
.block .descr .details {
    display: none
    }
.block:hover .descr .details, .block:focus .descr .details {
    display: block
    }
.big-block {
    margin: 0 0 20px 0;
    display: inline-block;
    width: auto;
    height: auto
    }
/* subscribe plugin */
.mailchimp-view {
    position: relative
    }
.error {
    margin: 20px 0;
    padding: 0.8em;
    font-size: 1.4em;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 0
    }