/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-2i {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}


/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

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

audio[controls],
canvas,
video {
    display: inline-block;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    -ms-text-size-adjust: 100%;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}

:focus {
    outline: 0;
}

img {
    vertical-align: middle;
    outline: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

html,
body,
textarea,
input {
    -webkit-text-size-adjust: none;
}

body {
    text-align: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}


/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    height: 35px;
    -webkit-appearance: button;
    font-size: 14px;
    background: transparent;
    letter-spacing: 1px;
    border: 1px;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
    border: 1px solid #c4c5c7;
    height: 25px;
    font-size: 12px;
    padding: 5px;
    color: #5f6062;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

textarea {
    resize: none;
}


/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.donate-center-content {
    width: 100% !important;
}

.text-content {
    max-width: 540px;
    float: right;
    margin: 60px 0;
}

/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
    clear: both;
}


/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}


/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

p {
    margin: 0 0 1em 0;
    text-align: left;
    line-height: 1.5;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    border: 0;
}

.small {
    font-size: 10px;
}

hr {
    display: block;
    height: 0px;
    line-height: 0px;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 16px 0;
    float: none;
    clear: both;
    padding: 0;
}


/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.story {
    line-height: 1.5;
}

.story ul {
    list-style: circle;
}

.story ul>li {
    list-style: circle;
}

.story ol {
    list-style: decimal;
}

.story ol>li {
    list-style: decimal;
}

.story ul,
.story ol {
    margin: 0 0 1em 1.5em;
    line-height: 1.5;
}

.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
    margin-bottom: 0;
}

.story ol ol {
    list-style: upper-alpha;
}

.story ol ol ol {
    list-style: lower-roman;
}

.story ol ol ol ol {
    list-style: lower-alpha;
}

.story img,
.story .wp-caption {
    max-width: 100%;
    height: auto;
}

.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
    text-transform: none;
    margin-bottom: .5em;
    color: #1e1d1c;
}

.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
    text-decoration: none;
}

.story table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.story table td,
.story table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.story table th {
    font-weight: bold;
}

.story pre,
.story code {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 2px #d0d0d0;
    color: #4a4a4a;
    display: block;
    margin: 10px 15px 10px 0px;
    overflow: hidden;
}

.story address {
    display: inline-block;
    padding: 20px;
    background: #eaeaea;
    line-height: 20px;
    margin-bottom: 15px;
}

.story blockquote {
    font-style: italic;
    border-left: 2px dotted #9b9b9b;
    padding-left: 15px;
    margin: 1em 3em;
}

.story blockquote p:before {
    content: '"';
}

.story blockquote p:after {
    content: '"';
}

.story .wp-caption {
    box-shadow: 1px 1px 2px #bebebe;
    width: auto;
    max-width: 100%;
}

.story .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #a1a1a1!important;
    margin: 0!important;
}

.story dl {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 2px #d0d0d0;
    color: #4a4a4a;
    display: block;
    margin: 10px 20px 10px 0px;
    overflow: auto;
}

.story dl dt {
    width: 150px;
    float: left;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    text-transform: uppercase;
}

.story dl dd {
    margin-left: 160px;
    margin-bottom: 10px;
    line-height: 18px;
}

.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.story .alignleft,
.story img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.story .alignright,
.story img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

.story .aligncenter,
.story img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
    margin-bottom: 1em;
}

.story .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}

.story .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}

.story .wp-smiley {
    margin: 0;
}

.story input[type="submit"] {
    background: #f65339;
    font-family: inherit;
    color: #ffffff;
    padding: 4px 12px;
}

.story input[type="password"] {
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 17px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
}

.story embed {
    max-width: 100%;
    height: 300px;
}

.story .flexslider {
    margin: 10px 0;
}

.story .flex-control-nav {
    z-index: 2;
    bottom: -5px;
}

.story .flex-control-nav li {
    margin: 0 2px;
}

.story .flex-direction-nav {
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 100%;
}

.story .flex-direction-nav .flex-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6) url("../css/images/left.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: 1%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
    text-indent: -9999px;
}

.story .flex-direction-nav .flex-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6) url("../css/images/right.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    right: 1%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
    text-indent: -9999px;
}


/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.flexslider {
    position: relative;
}

.flexslider ul,
.flexslider ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider ul li,
.flexslider ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.flexslider .descr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(100, 100, 100, 0.5);
    color: #fff;
    text-align: left;
}

.flexslider .descr h3 {
    text-align: left;
}

.flexslider .descr .text p:last-child {
    margin-bottom: 0;
}

.flex-container {
    position: relative;
}


/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.col-1,
.col-2,
.col-2i,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-2i {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}


/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.center {
    width: 1080px;
    margin: 0 auto;
}

html {
    overflow-x: hidden;
}


/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

header.top {
    width: 100%;
    height: 50px;
    background-color: #7bae4e;
}

header.top .tel {
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    font-family: 'sans-serif';
    font-weight: 300;
    float: left;
}

header.top .tel span {
    font-family: 'sans-serif';
    font-weight: 600;
}

header.top .right {
    float: right;
}

header.top .right .block {
    background: #72a248;
    height: 50px;
    float: left;
}

header.top .right .email {
    border-left: 1px solid #6c9a44;
    border-right: 1px solid #6c9a44;
}

header.top .right .email a {
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    padding-left: 25px;
    background: url("../css/images/mail-top.png") no-repeat center left;
    margin: 0 18px;
}

header.top .right .email a:hover {
    color: #B4CB9F;
}

header.top .right .donate_ {
    border-right: 1px solid #6c9a44;
}

header.top .right .donate_ a {
    font-family: 'sans-serif';
    font-weight: 700;
    padding-left: 27px;
    font-size: 13px;
    color: #fde200;
    line-height: 50px;
    background: url("../css/images/logo-small.png") no-repeat center left;
    margin: 0 9px;
    text-transform: uppercase;
}

header.top .right .donate_ a:hover {
    color: #ff7e69;
}

header.top .right .name {
    border-right: 1px solid #6c9a44;
    line-height: 50px;
    color: #fff;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 13px;
    padding: 0 9px;
}

header.top .right .search {
    border-right: 1px solid #6c9a44;
}

header.top .right .search form {
    height: 50px;
    position: relative;
}

header.top .right .search input[type='search'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 27px;
    width: 179px;
    margin: 0 9px;
    border: 0;
    background-color: #7bae4e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 11px;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    padding-right: 20px;
}

header.top .right .search input[type='search']::-webkit-search-cancel-button {
    display: none;
}

header.top .right .search input[type="search"]::-ms-clear {
    display: none;
}

header.top .right .search input[type='submit'] {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    background: url("../css/images/search.png") no-repeat center;
}


/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

header.main {
    width: 100%;
    background: #fff;
}

header.main .center {
    height: 98px;
    position: relative;
}

header.main .logo {
    position: absolute;
    width: 254px;
    height: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

header.main .logo a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 3em;
    color: #000000;
    font-weight: 700;
}

header.main .logo a img {
    width: 100%;
    height: auto;
}

header.main nav {
    position: absolute;
    height: 33px;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

header.main nav>ul>li {
    display: inline-block;
    position: relative;
}

header.main nav>ul>li>a {
    display: block;
    font-family: 'sans-serif';
    font-size: 15px;
    color: #38383f;
    line-height: 31px;
    text-align: center;
    padding: 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

header.main nav>ul>li:hover>a,
header.main nav>ul>li.current-menu-item>a {
    color: #fff;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 -2px 0 0 #d8422a;
}

header.main nav>ul>li:hover>ul {
    display: block;
}

header.main nav>ul>li ul {
    display: none;
    position: absolute;
    width: 208px;
    left: 0;
    top: 40px;
    z-index: 10;
    background: #7bae4e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header.main nav>ul>li ul:before {
    left: 0;
    top: -10px;
    content: '';
    position: absolute;
    background: url("images/triang.png") no-repeat 25% bottom;
    width: 100%;
    height: 10px;
}

header.main nav>ul>li ul li:first-child>a {
    border-top: 1px solid transparent;
}

header.main nav>ul>li ul li>a {
    display: block;
    font-family: 'sans-serif';
    font-size: 13px;
    color: #fff;
    padding: 8px 13px;
    border-top: 1px solid #91bc6c;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.main nav>ul>li ul li>a:hover {
    background: #72a248;
    border-top: 1px solid #72a248;
}

header.main #mobile-button {
    display: none;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    background: url("images/menu-thin.jpg") no-repeat center;
    background-size: 80%;
    cursor: pointer;
}

header.main #mobile-menu {
    display: none;
    min-width: 225px !important;
    z-index: 100;
    position: absolute;
    right: -1px;
    top: 80%;
    padding: 20px;
    background: #7bae4e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

header.main #mobile-menu li a {
    font-family: 'sans-serif';
    font-size: 15px;
    color: #38383f;
    line-height: 20px;
}

header.main #mobile-menu ul ul {
    display: none;
    padding: 10px 0;
}

header.main #mobile-menu ul ul li a {
    padding-left: 10px;
    font-size: 13px;
}


/* Control Nav
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 14px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #b7ae96;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #f2c32f;
}

.flex-control-paging li a.flex-active {
    background: #f2c32f;
    cursor: default;
}


/* Slider
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

#slider {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

#slider .slides li {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

#slider .slides li img {
    width: 100.1%;
}

#slider .slides li .text1 {
    width: 340px;
    min-height: 64px;
    position: absolute;
    bottom: 94px;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    background: #7bae4e;
    text-align: center;
    left: 50%;
    margin-left: -178px;
    padding: 0 16px;
}

#slider .slides li .text1 a {
    color: #ffffff;
}

#slider .slides li .text2 {
    width: 220px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    bottom: 41px;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 23px;
    color: #fff;
    background: rgba(0, 0, 0, 0.73);
    text-align: center;
    left: 50%;
    margin-left: -110px;
}

#slider .slides li.flex-active-slide {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

#slider .flex-viewport {
    overflow: visible !important;
}

#slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 100%;
}

#slider .flex-direction-nav .flex-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6) url("../css/images/left.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -72px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slider .flex-direction-nav .flex-prev:hover {
    background: rgba(0, 0, 0, 0.4) url("../css/images/left.png") no-repeat center;
}

#slider .flex-direction-nav .flex-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6) url("../css/images/right.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    right: -72px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#slider .flex-direction-nav .flex-next:hover {
    background: rgba(0, 0, 0, 0.4) url("../css/images/right.png") no-repeat center;
}


/* Info
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.info {
    padding: 72px 0;
}

section.info.i2 {
    padding: 40px 0 0;
}

section.info.i2 .center {
    padding-bottom: 55px;
    border-bottom: 1px solid #ececec;
}

section.info .col-4:nth-child(3n+1) {
    padding-right: 60px;
}

section.info .col-4:nth-child(3n+2) {
    padding-left: 30px;
    padding-right: 30px;
}

section.info .col-4:nth-child(3n+3) {
    padding-left: 60px;
}

section.info .col-4 .icon {
    width: 72px;
    height: 72px;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 1px #c2c2c2;
    -moz-box-shadow: 0 0 0 1px #c2c2c2;
    box-shadow: 0 0 0 1px #c2c2c2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
}

section.info .col-4 .icon.i1 {
    background: url("images/i1.png") no-repeat center;
}

section.info .col-4 .icon.i2 {
    background: url("images/i2.png") no-repeat center;
}

section.info .col-4 .icon.i3 {
    background: url("images/i3.png") no-repeat center;
}

section.info .col-4 h3 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 18px;
    color: #404148;
    padding: 0;
    text-transform: none;
    margin-bottom: 10px;
}

section.info .col-4 p {
    font-family: 'sans-serif';
    font-size: 12px;
    color: #8c8d95;
    margin-bottom: 0;
}


/* Donate
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.donate_ {
    height: 285px;
    width: 100%;
    background: #77a94c url("images/donate.png") no-repeat 20% 50%;
}

section.donate_.page {
    background: #ededed url("images/donate2.png") no-repeat 20% 50%;
}

section.donate_.page .col-6.text {
    border-right: 1px solid #d8d8d8;
}

section.donate_.page .col-6.text h3 {
    background: url("images/logo-small-white.png") no-repeat center left;
    color: #38383f;
}

section.donate_.page .col-6.text h4 {
    color: #808081;
}

section.donate_.page .col-6.text h5 {
    color: #808081;
}

section.donate_.page .col-6.text h5 span {
    color: #7bae4e;
}

section.donate_.page .share span {
    color: #888888;
}

section.donate_.page .share .twitter {
    background: url("images/twitter-g.png") no-repeat center bottom;
}

section.donate_.page .share .facebook {
    background: url("images/facebook-g.png") no-repeat center bottom;
}

section.donate_.page .share .pinterest {
    background: url("images/pinterest-g.png") no-repeat center bottom;
}

section.donate_.page .share .skype {
    background: url("images/skype-g.png") no-repeat center bottom;
}

section.donate_ .col-6 {
    margin-top: 50px;
}

section.donate_ .col-6.text {
    border-right: 1px solid #92ba70;
    text-align: right;
    padding: 10px 20px 10px 0;
    color: #fff;
}

section.donate_ .col-6.text h3 {
    display: inline-block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    text-transform: none;
    background: url("images/logo-small-white.png") no-repeat center left;
    padding-left: 40px;
    margin-bottom: 5px;
}

section.donate_ .col-6.text h4 {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 19px;
    text-transform: none;
    margin: 0;
    margin-bottom: 5px;
}

section.donate_ .col-6.text h5 {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 19px;
    text-transform: none;
    margin: 0;
}

section.donate_ .col-6.text h5 span {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 25px;
}

section.donate_ .col-6.but {
    padding: 15px 0 0 20px;
}

section.donate_ .col-6.but a {
    display: inline-block;
    width: 390px;
    height: 78px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 78px;
    font-family: 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.donate_ .col-6.but a:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}

section.donate_ #line {
    margin: 20px auto 0;
    width: 1000px;
    height: 45px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.1) url("images/donate-buttone.png") repeat-x left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
}

section.donate_ #line .way {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
}

section.donate_ #line .way .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffd200 url("images/donate-buttone.png") repeat-x left;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -4px 0 0 #eea008;
    -moz-box-shadow: inset 0 -4px 0 0 #eea008;
    box-shadow: inset 0 -4px 0 0 #eea008;
}

section.donate_ .share {
    margin-top: 17px;
    text-align: center;
}

section.donate_ .share span {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #b4cb9f;
    display: inline-block;
}

section.donate_ .share a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

section.donate_ .share a:hover {
    opacity: 0.7;
}

section.donate_ .share .twitter {
    background: url("images/twitter.png") no-repeat center bottom;
}

section.donate_ .share .facebook {
    background: url("images/facebook.png") no-repeat center bottom;
}

section.donate_ .share .pinterest {
    background: url("images/pinterest.png") no-repeat center bottom;
}

section.donate_ .share .skype {
    background: url("images/skype.png") no-repeat center bottom;
}


/* Latest Donations
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.latest-donations {
    padding: 67px 0;
}

section.latest-donations h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 37px;
}

section.latest-donations .peoples {
    margin-top: 67px;
}

section.latest-donations .peoples .col-2i:hover>.circle {
    border: 1px solid #ffd801;
}

section.latest-donations .peoples .col-2i:hover>.donated .left {
    background: #ffd801;
}

section.latest-donations .peoples .circle {
    margin: 0 auto;
    width: 108px;
    height: 108px;
    border: 1px solid #cccccc;
    padding: 10px;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

section.latest-donations .peoples img {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.latest-donations .peoples .name {
    text-align: center;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 13px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 4px;
}

section.latest-donations .peoples .state {
    text-align: center;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 11px;
    color: #cecece;
}

section.latest-donations .peoples .donated {
    margin: 15px auto 0;
    width: 140px;
    font-size: 13px;
    font-family: 'sans-serif';
    font-weight: 400;
}

section.latest-donations .peoples .donated .left {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 50%;
    float: left;
    background: #dbdbdb;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

section.latest-donations .peoples .donated .right {
    position: relative;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 50%;
    float: right;
    background: #76a84b;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
}

section.latest-donations .peoples .donated .right:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    border: 4px solid transparent;
    border-right: 4px solid #76a84b;
}


/* How can you help
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.how-help {
    position: relative;
    background: url("../css/images/childrens.jpg") no-repeat center right, #76a84b url("../css/images/donacion.jpg") no-repeat left bottom;
}

section.how-help .top-border {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -83px;
    width: 165px;
    height: 7px;
    background: #ffd800;
}

section.how-help h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 58px;
    text-transform: uppercase;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.11);
}

section.how-help .col-6.left {
    padding-right: 20px;
}

section.how-help .col-6.right {
    padding-left: 20px;
}

section.how-help .col-6 iframe {
    width: 100%;
    height: 485px;
}

section.how-help .col-6 h3 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    margin-bottom: 5px;
}

section.how-help .col-6 p {
    display: inline-block;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}

section.how-help .col-6.line {
    margin-bottom: 12px;
}

section.how-help .col-6.line .li {
    width: 80%;
    height: 1px;
    background: #82ba52;
}

section.how-help .c1,
section.how-help .c2,
section.how-help .c3,
section.how-help .c4 {
    font-family: 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 42px;
    color: #fff;
    margin-bottom: 12px;
}

section.how-help .c1.c1,
section.how-help .c2.c1,
section.how-help .c3.c1,
section.how-help .c4.c1 {
    background: url("images/c1.png") no-repeat center left;
}

section.how-help .c1.c2,
section.how-help .c2.c2,
section.how-help .c3.c2,
section.how-help .c4.c2 {
    background: url("images/c2.png") no-repeat center left;
}

section.how-help .c1.c3,
section.how-help .c2.c3,
section.how-help .c3.c3,
section.how-help .c4.c3 {
    background: url("images/c3.png") no-repeat center left;
}

section.how-help .c1.c4,
section.how-help .c2.c4,
section.how-help .c3.c4,
section.how-help .c4.c4 {
    background: url("images/c4.png") no-repeat center left;
}

section.how-help .more {
    display: inline-block;
    width: 208px;
    height: 50px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 50px;
    font-family: 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.how-help .more:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}


/* News
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.news {
    padding: 60px 0;
    position: relative;
    background: url("../css/images/map.png") no-repeat center right;
    background-size: cover;
}

section.news h3 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 25px;
}

section.news .news {
    padding-right: 30px;
}

section.news .news section {
    margin-bottom: 25px;
}

section.news .news section .time {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #b5b5b5;
    padding-left: 15px;
    background: url("images/time.png") no-repeat center left;
    margin-bottom: 5px;
}

section.news .news section a {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    color: #70a346;
    text-transform: none;
    margin: 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.news .news section a:hover {
    color: #88c452;
}

section.news .news section p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #7c7c7b;
}

section.news .news .info {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

section.news .news .info .reply,
section.news .news .info .comment,
section.news .news .info .tag {
    height: 16px;
    line-height: 16px;
    float: left;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 9px;
    color: #999999;
    margin-right: 15px;
}

section.news .news .info .reply {
    background: url("images/reply.png") no-repeat center left;
    padding-left: 22px;
}

section.news .news .info .comment {
    background: url("images/chat.png") no-repeat center left;
    padding-left: 22px;
}

section.news .news .info .tag {
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #a7a7a7;
    padding: 0 5px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.news .news .more {
    display: inline-block;
    width: 208px;
    height: 50px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 50px;
    font-family: 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.news .news .more:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}

section.news .about {
    padding-right: 15px;
}

section.news .about img {
    width: 100%;
    margin-bottom: 25px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.news .about p {
    color: #7c7c7b;
    font-size: 13px;
    line-height: 24px;
    font-family: 'sans-serif';
    font-weight: 400;
}

section.news .photos h3 {
    padding-left: 13px;
    position: relative;
}

section.news .photos h3 .control {
    display: block;
    position: absolute;
    top: 23%;
    right: 10px;
}

section.news .photos h3 .control span {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

section.news .photos h3 .control span:hover {
    background-color: #60893d;
}

section.news .photos h3 .control .left {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #70a346;
    background-image: url("images/left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

section.news .photos h3 .control .right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #70a346;
    background-image: url("images/right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

section.news #photo-slider {
    padding-left: 15px;
}

section.news #photo-slider a {
    position: relative;
    display: block;
    overflow: hidden;
}

section.news #photo-slider a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url("images/photo-search.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

section.news #photo-slider a:hover>.mask {
    opacity: 1;
}

section.news #photo-slider img {
    width: 100%;
    height: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.news #photo-slider .col-6 {
    width: 48%;
    margin-bottom: 10px;
}

section.news #photo-slider .col-6:nth-child(2n+1) {
    padding-right: 5px;
}

section.news #photo-slider .col-6:nth-child(2n+2) {
    padding-left: 5px;
}


/* Bottom
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.bottom {
    padding: 30px 0;
    background: #eaeaea;
}

section.bottom .col-4:nth-child(1) {
    padding-right: 30px;
}

section.bottom .col-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}

section.bottom .col-4:nth-child(3) {
    padding-left: 30px;
}

section.bottom img {
    width: 100%;
    height: auto;
}

section.bottom .img {
    position: relative;
}

section.bottom .text {
    position: absolute;
    left: 0;
    bottom: 14%;
}

section.bottom .text h3 {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #70a346;
    padding: 12px 13px;
    text-transform: uppercase;
    margin: 0;
}

section.bottom .text a {
    display: inline-block;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 13px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.bottom .text a:hover {
    color: #000;
    background: #ffd800;
}


/* Footer
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

footer .line {
    width: 100%;
    padding: 18px 0;
    background: #70a346;
}

footer .line .links {
    float: left;
    height: 10px;
}

footer .line .links li {
    display: inline-block;
}

footer .line .links li a {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #cfe4be;
    margin-right: 30px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

footer .line .links li a:hover {
    color: #fff;
}

footer .line .copy {
    float: right;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 11px;
    color: #cfe4be;
}

footer .line .copy span {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 14px;
}

footer .footer {
    padding: 50px 0;
    background: #2b2b2b;
}

footer .footer .col-4:nth-child(1) {
    padding-right: 30px;
}

footer .footer .col-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}

footer .footer .col-4:nth-child(3) {
    padding-left: 30px;
}

footer .footer .social {
    margin-top: 25px;
}

footer .footer .social a {
    display: inline-block;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

footer .footer .social .twitter {
    background: url("images/twits.png") no-repeat center;
}

footer .footer .social .facebook {
    background: url("images/ft-facebook.png") no-repeat center;
}

footer .footer .social .google {
    background: url("images/ft-google.png") no-repeat center;
}

footer .footer .social .flickr {
    background: url("images/ft-flickr.png") no-repeat center;
}

footer .footer .social .youtube {
    background: url("images/ft-youtube.png") no-repeat center;
}

footer .footer .contacts .phone {
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 17px;
    color: #959595;
    margin-bottom: 15px;
    background: url("images/phone.png") no-repeat 1.5% center;
    padding-left: 25px;
}

footer .footer .contacts .phone span {
    font-family: 'sans-serif';
    font-weight: 600;
}

footer .footer .contacts .adress {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 15px;
    color: #959595;
    margin-bottom: 10px;
    background: url("images/world.png") no-repeat 1% 10%;
    padding-left: 25px;
}

footer .footer .contacts .adress span {
    font-size: 16px;
    font-family: 'sans-serif';
    font-weight: 600;
    display: block;
}

footer .footer .contacts .email {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #959595;
    background: url("images/email.png") no-repeat center left;
    padding-left: 25px;
}

footer .footer h3 {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: none;
}

footer .footer p {
    font-family: 'sans-serif';
    font-size: 12px;
    color: #959595;
}

footer .footer .twits h3 {
    background: url("../css/images/twits.png") no-repeat left;
    padding-left: 35px;
}

footer .footer .twit {
    margin-bottom: 20px;
}

footer .footer .twit p {
    margin-bottom: 0px;
}

footer .footer .twit a {
    color: #959595;
    font-style: italic;
}

footer .footer .twit .name {
    font-family: 'sans-serif';
    font-size: 12px;
    color: #54bee6;
}

footer .footer .twit .name span {
    color: #555555;
}

footer .footer .footer-info {
    clear: both;
}


/* About Us
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.top-page-nav {
    padding: 30px 0;
    background: #2b2b2b url("images/map2.png") no-repeat center;
    background-size: cover;
}

section.top-page-nav h2 {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    text-transform: none;
    margin: 0;
    float: left;
    line-height: 40px;
    max-width: 63.4%;
}

section.top-page-nav .navi {
    float: right;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 10px 15px 40px;
    max-width: 29.4%;
    position: relative;
}

section.top-page-nav .navi:before {
    content: "";
    background: url("images/home.png") no-repeat;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 14px;
}

section.top-page-nav .navi a {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 12px;
    color: #e5e5e5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.top-page-nav .navi a:hover {
    opacity: 0.7;
}

section.top-page-nav .navi .arrow {
    height: 7px;
    width: 6px;
    display: inline-block;
    background: url("images/strel.png") no-repeat center;
    background-size: 100%;
    margin: 0 14px;
}

section.top-page-nav .navi .current {
    font-family: 'sans-serif';
    font-weight: 300;
    color: #ffd800;
    border-bottom: 1px dotted #ffd800;
    text-transform: lowercase;
}

section.top-page-nav .navi .current:first-letter {
    text-transform: uppercase;
}

section.top-page-nav .navi span {
    display: inline-block;
}

.linetext {
    margin-top: 40px;
}

.linetext.donate_ {
    margin: 35px 0;
}

.linetext p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    line-height: 24px;
}


/* Management
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.management {
    padding: 40px 0 0 0;
}

section.management .center {
    padding-bottom: 45px;
    border-bottom: 1px solid #ececec;
}

section.management h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 37px;
    color: #1e1d1c;
    margin: 0;
    text-align: center;
}

section.management .peoples {
    margin-top: 50px;
}

section.management .peoples .col-3:nth-child(4n+1) {
    padding-right: 20px;
}

section.management .peoples .col-3:nth-child(4n+2) {
    padding-left: 7px;
    padding-right: 13px;
}

section.management .peoples .col-3:nth-child(4n+3) {
    padding-left: 13px;
    padding-right: 7px;
}

section.management .peoples .col-3:nth-child(4n+4) {
    padding-left: 20px;
}

section.management .peoples img {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.management .peoples .name {
    margin: 20px 0 15px;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    color: #414141;
    text-transform: uppercase;
}

section.management .peoples .spec {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    color: #414141;
    margin-bottom: 15px;
}

section.management .peoples p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    margin-bottom: 20px;
}

section.management .peoples .contacts {
    min-height: 18px;
}

section.management .peoples .contacts a {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

section.management .peoples .contacts a:hover {
    opacity: 0.5;
}

section.management .peoples .contacts .twitter {
    background: url("images/c-twitter.png") no-repeat center;
}

section.management .peoples .contacts .facebook {
    background: url("images/c-facebook.png") no-repeat center;
}

section.management .peoples .contacts .pinterest {
    background: url("images/c-pinterest.png") no-repeat center;
}

section.management .peoples .contacts .skype {
    background: url("images/c-skype.png") no-repeat center;
}


/* Organization Details
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.org-details {
    padding: 40px 0 0 0;
}

section.org-details .center {
    padding-bottom: 60px;
    border-bottom: 1px solid #ececec;
}

section.org-details h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    margin: 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 55px;
}

section.org-details .col-4:nth-child(3n+1) {
    padding-right: 60px;
}

section.org-details .col-4:nth-child(3n+2) {
    padding-left: 30px;
    padding-right: 30px;
}

section.org-details .col-4:nth-child(3n+3) {
    padding-left: 60px;
}

section.org-details h3 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 18px;
    color: #404148;
    text-transform: none;
    margin-bottom: 12px;
}

section.org-details p {
    font-family: 'sans-serif';
    font-size: 12px;
    color: #8c8d95;
    margin-bottom: 25px;
}

section.org-details a {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    color: #7bae4e;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

section.org-details a:hover {
    opacity: 0.5;
}


/* Organization Details
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.you-help {
    padding: 40px 0 60px;
}

section.you-help h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 19px;
    color: #414141;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.you-help .col-8 {
    padding-right: 30px;
}

section.you-help .col-8 p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #414141;
    line-height: 24px;
    margin-bottom: 30px;
}

section.you-help .col-8 a {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    color: #7bae4e;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

section.you-help .col-8 a:hover {
    opacity: 0.5;
}

section.you-help .col-4 {
    padding-left: 30px;
}

section.you-help .col-4 form input#email {
    width: 100%;
    height: 40px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 15px;
}

section.you-help .col-4 form textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 13px;
    padding: 15px;
}

section.you-help .col-4 form #submit {
    display: inline-block;
    width: 208px;
    height: 50px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 50px;
    font-family: 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
}

section.you-help .col-4 form #submit:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}


/* Blog
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.blog {
    margin-top: 40px;
    padding-right: 35px;
    margin-bottom: 40px;
}

section.blog .smalls {
    position: relative;
    height: 100%;
}

section.blog .smalls iframe {
    width: 100%;
    height: 169px;
}

section.blog .big {
    overflow: auto;
}

section.blog .big iframe {
    width: 100%;
    height: 296px;
}

section.blog .img,
section.blog .frame,
section.blog .img-big {
    position: relative;
    width: 323px;
    height: 172px;
}

section.blog .img img,
section.blog .frame img,
section.blog .img-big img {
    width: 100%;
    height: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.blog .img .logo,
section.blog .frame .logo,
section.blog .img-big .logo {
    position: absolute;
    background: url("images/logo-small.png") no-repeat center;
    width: 14px;
    height: 15px;
    left: 10px;
    top: 10px;
}

section.blog .img .like,
section.blog .frame .like,
section.blog .img-big .like {
    position: absolute;
    right: 0;
    top: 0;
    background: #7bae4e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.blog .img .like p,
section.blog .frame .like p,
section.blog .img-big .like p {
    margin: 0;
    background: url("images/like.png") no-repeat 10px center;
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    min-width: 56px;
    min-height: 48px;
    text-align: right;
    color: #ffffff;
}

section.blog .img .like p a,
section.blog .frame .like p a,
section.blog .img-big .like p a {
    margin-top: -3px !important;
}

section.blog .frame .like {
    position: absolute;
    right: 0;
    top: 0;
    background: #7bae4e;
    height: 45px;
    padding-left: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.blog .img-big {
    width: 100%;
    height: auto;
}

section.blog article.big {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
    overflow: auto;
}

section.blog article.big .title {
    display: block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 19px;
    color: #484849;
    text-transform: uppercase;
    margin: 20px 0;
}

section.blog article.big img {
    height: auto;
}

section.blog article.big .info {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #b7b7b7;
    float: left;
}

section.blog article.big .info a {
    color: #b7b7b7;
}

section.blog article.big .info.events {
    font-size: 12px;
}

section.blog article.big .info.events div {
    border-right: 0 !important;
    margin-right: 23px;
}

section.blog article.big .info.events .calendar {
    background: url("images/calendar.png") no-repeat left center;
    padding-left: 25px;
}

section.blog article.big .info.events .location {
    height: 18px;
    background: url("images/loc.png") no-repeat left center;
    padding-left: 25px;
}

section.blog article.big .info.events .category span {
    font-size: 13px;
    font-family: 'sans-serif';
    font-weight: 700;
    color: #7bae4e;
}

section.blog article.big .info div {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}

section.blog article.big .info div:nth-child(1),
section.blog article.big .info div:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}

section.blog article.big .info div:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
}

section.blog article.big .info span {
    color: #dedede;
    margin-right: 3px;
}

section.blog article.big .date {
    float: right;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #bdbdbd;
    background: url("images/calendar.png") no-repeat left center;
    padding-left: 20px;
}

section.blog article.big p {
    margin-top: 15px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #696969;
    line-height: 24px;
}

section.blog article.big a {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    color: #7bae4e;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin: 0;
}

section.blog article.big a:hover {
    opacity: 0.5;
}

section.blog article.small {
    margin-bottom: 35px;
}

section.blog article.small:nth-child(2n+1) {
    padding-left: 20px;
}

section.blog article.small:nth-child(2n+2) {
    padding-right: 20px;
}

section.blog article.small .title {
    display: block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    color: #414141;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}

section.blog article.small .info {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #b7b7b7;
}

section.blog article.small .info a {
    color: #b7b7b7;
}

section.blog article.small .info div {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}

section.blog article.small .info div:nth-child(1),
section.blog article.small .info div:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}

section.blog article.small .info div:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
}

section.blog article.small .info span {
    color: #dedede;
    margin-right: 3px;
}

section.blog article.small p {
    margin-top: 13px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    line-height: 18px;
}

section.blog article.small a {
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    color: #7bae4e;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin: 0;
}

section.blog article.small a:hover {
    opacity: 0.5;
}

section.blog article.small .line {
    margin-top: 25px;
    height: 1px;
    background-color: #ececec;
}

section.blog article.small .like {
    position: absolute;
    right: 0;
    top: 0;
    background: #7bae4e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

section.blog article.small .like p {
    margin: 0;
    background: url("images/like.png") no-repeat 10px center;
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    min-width: 56px;
    min-height: 48px;
    text-align: right;
    color: #ffffff;
}

section.blog article.small .like p a {
    margin-top: 0!important;
}

section.blog .page-numbers {
    margin-bottom: 40px;
}

section.blog .page-numbers li {
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #e1e1e1;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    display: block;
    margin-right: 5px;
}

section.blog .page-numbers li span,
section.blog .page-numbers li a {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #484849;
    text-align: center;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.blog .page-numbers li:hover {
    background: #e1e1e1;
}

section.blog .page-numbers .current {
    border: none;
    border-top: 2px solid #d8422a;
    background: #f65339;
    color: #fff;
    line-height: 22px;
}

section.blog .page-numbers .current a {
    color: #ffffff;
}

section.blog .page-numbers .current:hover {
    background: #f65339;
}

section.blog .page-numbers .prev {
    border: none;
    background: #70a346 url("images/pag-left.png") no-repeat center;
    text-indent: -9999px;
}

section.blog .page-numbers .prev:hover {
    background: #70a346 url("images/pag-left.png") no-repeat center;
    opacity: 0.7;
}

section.blog .page-numbers .next {
    border: none;
    background: #70a346 url("images/pag-right.png") no-repeat center;
    text-indent: -9999px;
}

section.blog .page-numbers .next:hover {
    background: #70a346 url("images/pag-right.png") no-repeat center;
    opacity: 0.7;
}


/* `Aside Blog
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

aside.blog {
    margin-top: 40px;
    margin-bottom: 40px;
}

aside.blog img {
    height: auto;
}

aside.blog form {
    position: relative;
}

aside.blog form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

aside.blog form input[type="search"]::-ms-clear {
    display: none;
}

aside.blog form #search {
    width: 100%;
    height: 45px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

aside.blog form #submit {
    position: absolute;
    top: 0;
    right: 20px;
    width: 17px;
    height: 100%;
    background: url("images/search2.png") no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

aside.blog #aside-dynamic .menu {
    width: 100%;
    margin: 0 0 35px 0;
}

aside.blog #aside-dynamic .menu>div {
    float: left;
    display: block;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 39px;
    text-align: center;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    color: #38383f;
    padding: 0 22px;
    border-right: 1px solid #a8ca8a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #7bae4e;
    border-bottom: 3px solid #ffd800;
}

aside.blog #aside-dynamic .menu>div:nth-child(1) {
    width: 28%;
}

aside.blog #aside-dynamic .menu>div:nth-child(2) {
    width: 24%;
}

aside.blog #aside-dynamic .menu>div:nth-child(3) {
    width: 48%;
    border-right: 0;
}

aside.blog #aside-dynamic .menu>div:hover {
    background: #8cc757;
}

aside.blog #aside-dynamic .menu>div.active {
    background: #ffd800;
    cursor: default;
}

aside.blog #aside-dynamic .menu>div.active:hover {
    background: #ffd800;
}

aside.blog #aside-dynamic .content .item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

aside.blog #aside-dynamic .content .col-3 {
    padding-right: 8px;
}

aside.blog #aside-dynamic .content .col-3 img {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

aside.blog #aside-dynamic .content .col-9 {
    padding-left: 12px;
}

aside.blog #aside-dynamic .content .col-9 .title {
    display: block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    color: #414141;
    margin: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside.blog #aside-dynamic .content .col-9 .title:hover {
    opacity: 0.7;
}

aside.blog #aside-dynamic .content .col-9 p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    margin-bottom: 8px;
}

aside.blog #aside-dynamic .content .col-9 .info .date {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #b5b5b5;
    float: left;
}

aside.blog #aside-dynamic .content .col-9 .info .comments {
    background: url("images/chat.png") no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #b5b5b5;
    float: right;
}

aside.blog .recent-events>h3 {
    margin-bottom: 25px;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
}

aside.blog .recent-events .title {
    display: block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    color: #414141;
    margin: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside.blog .recent-events .title:hover {
    opacity: 0.7;
}

aside.blog .recent-events .item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

aside.blog .recent-events .item .col-3 {
    padding-right: 8px;
}

aside.blog .recent-events .item .col-3 img {
    width: 100%;
    height: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

aside.blog .recent-events .item .col-9 {
    padding-left: 12px;
}

aside.blog .recent-events .item .col-9 .title {
    display: block;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    color: #414141;
    margin: 0;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

aside.blog .recent-events .item .col-9 .title:hover {
    opacity: 0.7;
}

aside.blog .recent-events .item .col-9 .info .calendar {
    background: url("images/calendar.png") no-repeat left center;
    padding-left: 22px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #b5b5b5;
}

aside.blog #photostream .no-title {
    min-height: 1.3em;
}

aside.blog #photostream ul {
    margin-left: 0;
}

aside.blog #photostream>h3 {
    margin-bottom: 25px;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
    position: relative;
}

aside.blog #photostream>h3 .control {
    display: block;
    position: absolute;
    top: 23%;
    right: 7px;
}

aside.blog #photostream>h3 .control span {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

aside.blog #photostream>h3 .control span:hover {
    background-color: #60893d;
}

aside.blog #photostream>h3 .control .left {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #70a346;
    background-image: url("images/left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

aside.blog #photostream>h3 .control .right {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #70a346;
    background-image: url("images/right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

aside.blog #photostream a {
    position: relative;
    display: block;
    overflow: hidden;
}

aside.blog #photostream a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url("images/photo-search.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

aside.blog #photostream a:hover>.mask {
    opacity: 1;
}

aside.blog #photostream img {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

aside.blog #photostream .col-4 {
    width: 32.5%;
    margin-bottom: 9px;
}

aside.blog #photostream .col-4:nth-child(3n+1) {
    padding-right: 6px;
}

aside.blog #photostream .col-4:nth-child(3n+2) {
    padding-right: 3px;
    padding-left: 3px;
}

aside.blog #photostream .col-4:nth-child(3n+3) {
    padding-left: 6px;
}

aside.blog .video>h3 {
    margin-bottom: 25px;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
}

aside.blog .video iframe {
    width: 100%;
    height: 200px;
}

aside.blog .widget {
    margin-bottom: 25px;
}

aside.blog .widget select {
    width: 100%;
}

aside.blog .widget ul {
    line-height: 20px;
}

aside.blog .widget .caption {
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
    margin-bottom: 20px;
}

aside.blog .widget p {
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    margin-bottom: 8px;
}

aside.blog .widget a {
    font-weight: 600;
    font-size: 13px;
    color: #7bae4e;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin: 0;
}

aside.blog .widget img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

aside.blog .widget ul {
    margin-left: 10px;
}

aside.blog .widget .aletheme-flickr-widget .picture {
    width: 31.73%;
    float: left;
    margin-right: 2.4%;
    margin-bottom: 2.4%;
    border-radius: 4px;
    overflow: hidden;
}

aside.blog .widget .aletheme-flickr-widget .picture:nth-child(3n+3) {
    margin-right: 0;
}

aside.blog .widget .aletheme-flickr-widget .picture img {
    width: 100%;
    height: auto;
}

aside.blog .widget .aletheme-blog-widget .entry-thumb {
    margin: 6px 0;
}

aside.blog .widget .entry-title {
    margin-bottom: 0;
}

aside.blog .widget_search input[type="search"] {
    width: 100%;
    height: 45px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}

aside.blog .widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 20px;
    width: 17px;
    height: 100%;
    background: url("images/search2.png") no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

aside.blog .widget_calendar {
    float: left;
    width: 100%;
}

aside.blog #wp-calendar {
    width: 100%;
}

aside.blog #wp-calendar caption {
    color: #333;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

aside.blog #wp-calendar thead {
    font-size: 10px;
    text-align: center;
}

aside.blog #wp-calendar thead th {
    padding-bottom: 10px;
}

aside.blog #wp-calendar tbody {
    color: #aaa;
}

aside.blog #wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

aside.blog #wp-calendar tbody td:hover {
    background: #fff;
}

aside.blog #wp-calendar tbody .pad {
    background: none;
}

aside.blog #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

aside.blog #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

aside.blog .widget_aletheme_best_sellers_widget .item {
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 22px;
}

aside.blog .widget_aletheme_best_sellers_widget .item .text {
    width: 83.175%;
    display: inline-block;
}

aside.blog .widget_aletheme_best_sellers_widget .item .text h3 {
    font-size: 16px;
    color: #a5c78a;
    text-transform: none;
    margin-bottom: 0;
}

aside.blog .widget_aletheme_best_sellers_widget .item .text p {
    font-size: 14px;
    color: #414141;
}

aside.blog .widget_aletheme_best_sellers_widget .item .text p ins {
    text-decoration: none !important;
}

aside.blog .widget_aletheme_best_sellers_widget .item .text p del {
    margin-right: 6px;
}

aside.blog .widget_aletheme_best_sellers_widget .item img {
    width: 16%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}


/* Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.gallery {
    margin-bottom: 10px;
}

.gallery .menu {
    width: 100%;
    margin: 3px 0 37px 0;
}

.gallery .menu>a {
    width: 20%;
    float: left;
    display: block;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 39px;
    text-align: center;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    color: #38383f;
    padding: 0 22px;
    border-right: 1px solid #a8ca8a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #7bae4e;
    border-bottom: 3px solid #ffd800;
}

.gallery .menu>a:last-child {
    border-right: 0;
}

.gallery .menu>a:hover {
    background: #8cc757;
}

.gallery .menu>a.active {
    background: #ffd800;
    cursor: default;
}

.gallery .menu>a.active:hover {
    background: #ffd800;
}

.gallery .photos .col-6 {
    margin-bottom: 24px;
    position: relative;
}

.gallery .photos .col-6:nth-child(2n+1) {
    padding-right: 12px;
}

.gallery .photos .col-6:nth-child(2n+1) .like {
    right: 12px;
}

.gallery .photos .col-6:nth-child(2n+2) {
    padding-left: 12px;
}

.gallery .photos .col-6>a {
    display: block;
    position: relative;
}

.gallery .photos .col-6>a:hover>.mask {
    opacity: 1;
}

.gallery .photos .col-6>a .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url("images/photo-search.png") no-repeat center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    border: 2px solid #7bae4e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.gallery .photos .col-6>a img {
    width: 100%;
    height: auto;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.gallery .photos .col-6 .like {
    position: absolute;
    right: 0;
    top: 0;
    background: #7bae4e;
    padding-left: 10px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.gallery .photos .col-6 .like p {
    margin: 0;
    background: url("images/like.png") no-repeat 3px center;
    font-family: 'sans-serif';
    font-weight: 600;
    font-size: 13px;
    min-width: 48px;
    min-height: 48px;
    text-align: right;
    color: #ffffff;
}

.gallery .photos .col-6 .like p a {
    margin-top: 0;
    min-width: 0px;
}


/* Contacts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.map iframe {
    width: 100%;
    height: 430px;
}

section.contacts {
    margin: 40px 0;
}

section.contacts h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    color: #1e1d1c;
    text-transform: none;
}

section.contacts .col-7:nth-child(1) {
    padding-right: 20px;
}

section.contacts .col-7>a {
    display: block;
    margin-bottom: 15px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 40px;
}

section.contacts .col-7>a:hover {
    color: #70a346;
}

section.contacts .col-7 .home {
    background: url("images/contacts/home.png") no-repeat left center;
}

section.contacts .col-7 .home:hover {
    background: url("images/contacts/home-g.png") no-repeat left center;
}

section.contacts .col-7 .mail {
    background: url("images/contacts/mail.png") no-repeat 0.2% center;
}

section.contacts .col-7 .mail:hover {
    background: url("images/contacts/mail-g.png") no-repeat 0.2% center;
}

section.contacts .col-7 .skype {
    background: url("images/contacts/skype.png") no-repeat 0.3% center;
}

section.contacts .col-7 .skype:hover {
    background: url("images/contacts/skype-g.png") no-repeat 0.3% center;
}

section.contacts .col-7 .twitt {
    background: url("images/contacts/twitt.png") no-repeat 0.2% center;
}

section.contacts .col-7 .twitt:hover {
    background: url("images/contacts/twitt-g.png") no-repeat 0.2% center;
}

section.contacts .col-7 .phone {
    background: url("images/contacts/phone.png") no-repeat left center;
}

section.contacts .col-7 .phone:hover {
    background: url("images/contacts/phone-g.png") no-repeat left center;
}

section.contacts .col-7 .flickr {
    background: url("images/contacts/flickr.png") no-repeat 0.2% center;
}

section.contacts .col-7 .flickr:hover {
    background: url("images/contacts/flickr-g.png") no-repeat 0.2% center;
}

section.contacts .col-7 .facebook {
    background: url("images/contacts/facebook.png") no-repeat 0.5% center;
}

section.contacts .col-7 .facebook:hover {
    background: url("images/contacts/facebook-g.png") no-repeat 0.5% center;
}

section.contacts .col-7 .vimeo {
    background: url("images/contacts/vimeo.png") no-repeat 0.2% center;
}

section.contacts .col-7 .vimeo:hover {
    background: url("images/contacts/vimeo-g.png") no-repeat 0.2% center;
}

section.contacts .col-7 p {
    margin-top: 40px;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    line-height: 24px;
}

section.contacts .col-5 {
    padding-left: 10px;
}

section.contacts .col-5 form .name,
section.contacts .col-5 form .email,
section.contacts .col-5 form .subject,
section.contacts .col-5 form .message {
    width: 100%;
    height: 42px;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 15px;
}

section.contacts .col-5 form .message {
    height: 96px;
}

section.contacts .col-5 form #submit {
    display: inline-block;
    width: 208px;
    height: 50px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 50px;
    font-family: 'sans-serif';
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
}

section.contacts .col-5 form #submit:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}


/* Donate
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */


/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.cause {
    padding: 40px 0 0 0;
}

section.cause .center {
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}

section.cause h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 37px;
    color: #1e1d1c;
    text-transform: uppercase;
    text-align: center;
}

section.cause .causes .col-4:nth-child(1) {
    padding-right: 30px;
}

section.cause .causes .col-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}

section.cause .causes .col-4:nth-child(3) {
    padding-left: 30px;
}

section.cause .causes img {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}

section.cause .causes h3 {
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    color: #414141;
    margin: 20px 0;
}

section.cause .causes .percent {
    width: 100%;
    height: 3px;
    background: #ededed;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
}

section.cause .causes .percent .active {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #7bae4e;
}

section.cause .causes .percent .num {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: -34px;
    height: 18px;
    line-height: 18px;
    width: 34px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #7bae4e;
    text-align: center;
    color: #fff;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
}

section.cause .causes .cols {
    margin-top: 25px;
}

section.cause .causes .cols .col-4:nth-child(1) {
    padding-right: 2px;
}

section.cause .causes .cols .col-4:nth-child(2) {
    padding-left: 1px;
    padding-right: 1px;
}

section.cause .causes .cols .col-4:nth-child(3) {
    padding-left: 2px;
}

section.cause .causes .cols .back {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background: #f2f2f2;
    padding: 5px 0;
}

section.cause .causes .cols .back h4 {
    margin-bottom: 0px;
    font-family: 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    color: #414141;
}

section.cause .causes .cols .back p {
    text-align: center;
    margin: 0;
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #cfcfcf;
}


/* Donate Text
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

section.donate-text {
    margin-bottom: 40px;
}

section.donate-text h2 {
    font-family: 'sans-serif';
    font-weight: 700;
    color: #1e1d1c;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

section.donate-text p {
    font-family: 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #7c7c7b;
    line-height: 24px;
}

section.donate-text .col-8 {
    padding-right: 40px;
}

section.donate-text .col-4 {
    padding-left: 10px;
}

section.donate-text .col-4 form .name,
section.donate-text .col-4 form .email,
section.donate-text .col-4 form .message {
    width: 100%;
    height: 42px;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 15px;
}

section.donate-text .col-4 form .message {
    height: 96px;
}

section.donate-text .col-4 form #submit {
    display: inline-block;
    width: 208px;
    height: 50px;
    background: #f65339;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    line-height: 50px;
    font-family: 'sans-serif';
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
}

section.donate-text .col-4 form #submit:hover {
    -webkit-box-shadow: 0 0px 0 0 #d8422a;
    -moz-box-shadow: 0 0px 0 0 #d8422a;
    box-shadow: 0 0px 0 0 #d8422a;
}

.comments .comment {
    margin-bottom: 3%;
}

.comments .comment .avatar {
    width: 16%;
    float: left;
}

.comments .comment .avatar img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.comments .comment .text {
    width: 80%;
    float: right;
}

.comments .comment .text .top h4 {
    display: inline-block;
    margin-right: 2%;
    text-transform: capitalize;
}

.comments .comment .text a {
    color: #7bae4e;
}

.comments .comment .text .text-box {
    background: #f5f5f5;
    padding: 3%;
}

.comments .respond input[type="text"],
.comments .respond input[type="url"],
.comments .respond input[type="email"],
.comments .respond textarea {
    width: 98.2%;
    height: 45px;
    border: 1px solid #e7e7e7;
    background: #f6f6f6;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 1%;
}

.comments .respond textarea {
    height: 100px;
}

.comments .respond input[type="submit"] {
    display: inline-block;
    background: #f65339;
    padding: 0 18px;
    float: right;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 0 0 #d8422a;
    -moz-box-shadow: 0 3px 0 0 #d8422a;
    box-shadow: 0 3px 0 0 #d8422a;
    text-align: center;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 6px;
}

.comments .respond .full {
    width: 100%;
}

.comments .respond .left input {
    float: left;
}

.comments .respond .right input,
.comments .respond .right textarea {
    float: right;
}

.dot-irecommendthis {
    background: none;
    border: 0 !important;
    min-width: 24px;
    text-decoration: none;
    text-align: right;
    padding: 14px 14px 0 0;
    margin-top: 3px;
}

.dot-irecommendthis span {
    color: #ffffff!important;
}

.blog .small .dot-irecommendthis {
    margin-top: 3px !important;
}

.grid .grid-sizer {
    max-width: 50%;
}

.donate-form {
    display: none;
    font-family: inherit;
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    width: 600px;
    padding: 1%;
    top: 50%;
    right: 50%;
    margin-top: -290px;
    margin-right: -300px;
    box-sizing: border-box;
    border-radius: 4px;
}

.donate-form #donateextraform {
    width: 100%;
}

.donate-form .submit {
    margin-bottom: 0;
    line-height: 1em;
}

.donate-form .submit input[type="image"] {
    margin: 0 auto;
    display: block;
}

.donate-form input[type="text"],
.donate-form textarea {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
}

.donate-form select {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.donate-form #amount_container input {
    float: right;
    width: 96%;
}

.donate-form .exit {
    position: absolute;
    top: 0.5%;
    right: 1.2%;
    font-size: 1.2em;
    display: block;
    padding: 1px 6px;
    border-radius: 100%;
    cursor: pointer;
}

.donate-form .exit:hover {
    background: #77a94c;
    color: #ffffff;
    transition: all 0.3s;
}

.donate-form .install {
    color: #404148;
    font-size: 2em;
    text-align: center;
    margin: 500px 0;
}

.donate-form .dgx-donate-pay-enabled {
    display: block;
    margin: 0 auto;
}

.donate-form #dgx-donate-container {
    background: none;
    padding: 4px;
}

.get-news-form {
    display: none;
    font-family: inherit;
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    width: 400px;
    padding: 1.4% 1% 1% 1%;
    top: 50%;
    right: 50%;
    margin-right: -212px;
    margin-top: -156px;
    box-sizing: border-box;
    border-radius: 4px;
}

.get-news-form input[type="submit"] {
    background: #f65339;
    font-family: inherit;
    color: #ffffff;
    padding: 4px 12px;
}

.get-news-form input[type="submit"]:hover {
    background: #77a94c;
}

.get-news-form input[type="text"],
.get-news-form textarea {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 10px;
}

.get-news-form select {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-family: 'sans-serif';
    font-weight: 300;
    font-size: 12px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.get-news-form textarea {
    height: 80px;
}

.get-news-form #amount_container input {
    float: right;
    width: 96%;
}

.get-news-form .exit {
    position: absolute;
    top: 2%;
    right: 1.2%;
    font-size: 1.2em;
    display: block;
    padding: 1px 6px;
    border-radius: 100%;
    cursor: pointer;
}

.get-news-form .exit:hover {
    background: #77a94c;
    color: #ffffff;
    transition: all 0.3s;
}

.mfp-gallery {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.mfp-gallery .mfp-container {
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.mfp-gallery .mfp-container .mfp-figure {
    display: block;
    margin: 0 auto;
    max-width: 1600px;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
}

.mfp-gallery .mfp-container .mfp-figure .mfp-close {
    position: absolute;
    bottom: 4%;
    right: 2%;
    width: 27px;
    height: 27px;
    background: url("images/close.png") no-repeat 50% 50%;
    text-indent: -9999px;
}

.mfp-gallery .mfp-container .mfp-figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.mfp-gallery .mfp-container .mfp-figure .mfp-counter {
    text-align: center;
    padding-top: 1%;
    margin-bottom: 1%;
}

.mfp-gallery .mfp-container .mfp-preloader {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mfp-gallery .mfp-container .mfp-arrow-left.mfp-prevent-close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 2%;
    margin-top: -32px;
    background: url("images/prev.png") no-repeat 20% 50%;
    opacity: 0;
}

.mfp-gallery .mfp-container .mfp-arrow-right.mfp-prevent-close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 2%;
    margin-top: -32px;
    background: url("images/next.png") no-repeat 80% 50%;
    opacity: 0;
}

.mfp-gallery .mfp-container:hover .mfp-arrow-left.mfp-prevent-close,
.mfp-gallery .mfp-container:hover .mfp-arrow-right.mfp-prevent-close {
    opacity: 1;
}


/* Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 1150px) {
    .center {
        width: 800px;
    }
    header.main .logo {
        width: 200px;
        background-size: 80%;
        background-position: left center;
    }
    header.main nav>ul>li>a {
        font-size: 14px;
        padding: 0 14px;
    }
    #slider {
        width: 800px;
    }
    section.info .col-4 .icon {
        float: none;
        margin: 0 auto 10px;
    }
    section.info .col-4 h3 {
        text-align: center;
    }
    section.info .col-4 p {
        text-align: center;
    }
    section.donate_ #line {
        width: 800px;
    }
    section.donate_ .col-6.but a {
        width: 350px;
        font-size: 20px;
    }
    section.news .news .info .tag {
        margin-top: 10px;
    }
    section.news .news .more {
        width: 100%;
    }
    section.bottom .text {
        top: 40%;
    }
    section.bottom .text h3 {
        font-size: 13px;
    }
    section.you-help .col-4 form #submit {
        width: 100%;
    }
    section.cause .causes h3 {
        font-size: 12px;
    }
    section.donate-text .col-4 form #submit {
        width: 100%;
    }
    section.blog article.big .info.events .calendar,
    section.blog article.big .info.events .location {
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        margin-bottom: 10px;
    }
    aside.blog .recent-events>h3,
    aside.blog #photostream>h3,
    aside.blog .video>h3 {
        font-size: 25px;
    }
    aside.blog .recent-events .item .col-9 .title,
    aside.blog #aside-dynamic .content .col-9 .title {
        font-size: 14px;
    }
    aside.blog #aside-dynamic .content .col-9 .info .date,
    aside.blog #aside-dynamic .content .col-9 .info .comments {
        height: 18px;
        line-height: 18px;
        font-size: 10px;
    }
    aside.blog .recent-events .item .col-9 .info .calendar {
        font-size: 10px;
        background: none;
        padding-left: 0;
    }
    aside.blog {
        padding-left: 0;
    }
    aside.blog #aside-dynamic .menu>div {
        display: block;
        width: 100%!important;
        float: none;
        border: 0!important;
    }
    section.blog article.big .info,
    section.blog article.big .date {
        font-size: 10px;
        line-height: 18px;
    }
    section.blog .img,
    section.blog .frame,
    section.blog .img-big {
        width: 100%;
        height: auto;
    }
    section.blog article.small .info {
        font-size: 10px;
    }
    section.blog article.small .info div {
        margin-bottom: 5px;
    }
    section.blog article.big .info div {
        margin-right: 10px;
        padding-right: 10px;
    }
    .gallery .menu>a {
        font-size: 12px;
    }
    aside.blog .video {
        margin-bottom: 20px;
    }
    section.blog .smalls iframe {
        height: 126px;
    }
}


/* Tablets
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 1150px) and (min-width: 850px) {
    header.main #mobile-button {
        display: block;
    }
}

@media (max-width: 850px) {
    .center {
        width: 500px;
    }
    header.main #mobile-button {
        display: block;
    }
    #slider {
        width: 500px;
    }
    #slider .slides li .text1 {
        height: 40px;
        font-size: 30px;
        line-height: 30px;
    }
    #slider .slides li .text2 {
        font-size: 18px;
        line-height: 25px;
        height: 25px;
    }
    header.main nav,
    header.top .right .email,
    header.top .right .donate_ {
        display: none;
    }
    section.info .col-4:nth-child(3n+1) {
        padding-right: 30px;
    }
    section.info .col-4:nth-child(3n+2) {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.info .col-4:nth-child(3n+3) {
        padding-left: 30px;
    }
    section.info .col-4 h3 {
        font-size: 14px;
    }
    #slider .flex-direction-nav .flex-next {
        right: -48px;
    }
    #slider .flex-direction-nav .flex-prev {
        left: -48px;
    }
    section.donate_ {
        height: auto;
        padding: 40px 0;
        background-image: none;
    }
    section.donate.page {
        background-image: none;
    }
    section.donate_ .col-6.text {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
        padding: 0;
    }
    section.donate_ #line {
        width: 500px;
    }
    section.donate_ .col-6.but {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .col-2i {
        width: 50%;
        margin-bottom: 20px;
    }
    section.how-help h2,
    section.latest-donations h2 {
        font-size: 30px;
    }
    section.how-help .col-6.left,
    section.how-help .col-6.right {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    section.news .about,
    section.news .news,
    section.news .photos {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    section.news .photos h3 {
        padding-left: 0;
    }
    section.news .news .more {
        margin-top: 0;
    }
    section.news .news .info .tag {
        margin-top: 0;
    }
    section.news #photo-slider .col-6:nth-child(2n+1),
    section.news #photo-slider .col-6:nth-child(2n+2),
    section.news #photo-slider {
        padding: 0;
    }
    section.news #photo-slider .col-6:nth-child(2n+1) .flex-control-nav,
    section.news #photo-slider .col-6:nth-child(2n+2) .flex-control-nav,
    section.news #photo-slider .flex-control-nav {
        display: none;
    }
    section.news #photo-slider .col-6 {
        width: 33.333333333333%;
        padding: 0 5px !important;
    }
    section.news .photos h3 .control {
        right: 0;
    }
    section.bottom .col-4 {
        width: 100%;
        padding: 0!important;
        margin-bottom: 15px;
    }
    footer .line .links {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .line .links a {
        margin-right: 15px;
    }
    footer .line {
        text-align: center;
    }
    footer .line .copy {
        margin-top: 10px;
        float: none;
    }
    footer .footer .col-4 {
        width: 100%;
        padding: 0!important;
        margin-bottom: 40px;
    }
    footer .footer .col-4:last-child {
        margin-bottom: 0;
    }
    section.top-page-nav .navi {
        display: none;
    }
    section.contacts .col-7,
    section.contacts .col-5 {
        width: 100%;
        padding: 0!important;
        margin-bottom: 20px;
    }
    section.management .peoples .col-3 {
        width: 50%;
        padding: 0 20px!important;
        margin-bottom: 20px;
    }
    section.org-details .col-4 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    section.org-details .col-4:last-child {
        margin-bottom: 0;
    }
    section.you-help .col-8 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    section.you-help .col-4 {
        width: 100%;
        padding-left: 0;
    }
    section.cause .causes>.col-4 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
    }
    section.donate-text .col-8 {
        width: 100%;
        padding-right: 0;
    }
    section.donate-text .col-4 {
        width: 100%;
        padding-left: 0;
    }
    aside.blog {
        display: none;
    }
    section.blog {
        width: 100%;
        padding: 0;
    }
    section.blog article.small .title {
        font-size: 14px;
    }
    section.blog article.small .info div {
        margin-right: 5px;
        padding-right: 5px;
        border-right: 0 !important;
    }
    section.top-page-nav h2 {
        font-size: 35px;
    }
    .comments .respond input[type="text"],
    .comments .respond input[type="url"],
    .comments .respond input[type="email"],
    .comments .respond textarea {
        width: 100%;
    }
    .comments .respond .col-6 {
        width: 100%;
    }
    section.top-page-nav h2 {
        max-width: 100%;
    }
    .mfp-gallery .mfp-container .mfp-figure .mfp-close {
        width: 3%;
        height: 3%;
        background-size: 75%;
    }
    .top-filter {
        margin-top: 40px !important;
    }
    .shop {
        width: 100%;
    }
    section.shop {
        padding-right: 0 !important;
    }
    section.shop .big .item .add-to-cart .product_type_simple,
    section.shop .big .item .add-to-cart .add_to_cart_button {
        width: auto !important;
    }
    .top-filter .top-cart span {
        margin-top: 20% !important;
    }
    section.shop .big .info button[type="submit"] {
        width: 100% !important;
    }
    .cross-sells .item .add-to-cart .product_type_simple,
    .cross-sells .item .add-to-cart .add_to_cart_button {
        width: 100% !important;
        box-sizing: border-box;
    }
    .cross-sells .item .info>.purchase div:nth-child(1) .price,
    .cross-sells .item .info>.discount div:nth-child(1) .price,
    .cross-sells .item .info>.price div:nth-child(1) .price {
        line-height: 1.2em;
    }
}


/* Mobile
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 550px) {
    section.blog .big iframe {
        height: auto;
    }
    .center {
        width: 100%;
        text-align: center;
    }
    #slider {
        width: 100%;
    }
    #slider .slides li .text1,
    #slider .slides li .text2 {
        display: none;
    }
    header.top .tel {
        font-size: 14px;
    }
    header.top .right .name {
        display: none;
    }
    header.top .right .search {
        border-right: 0;
    }
    header.top .right .search input[type='search'] {
        width: 128px;
    }
    section.info .col-4 {
        width: 100%;
        padding: 0!important;
        margin-bottom: 15px;
    }
    #slider .flex-direction-nav .flex-next {
        right: 3px;
    }
    #slider .flex-direction-nav .flex-prev {
        left: 3px;
    }
    section.donate_ #line {
        width: 260px;
    }
    section.donate_ .col-6.but a {
        font-size: 14px;
        width: 240px;
    }
    section.donate_ .col-6.text h4 {
        font-size: 16px;
    }
    .col-2i {
        width: 100%;
    }
    section.how-help h2 {
        font-size: 20px;
    }
    section.how-help .c1,
    section.how-help .c2,
    section.how-help .c3,
    section.how-help .c4 {
        width: 100%;
    }
    section.how-help .col-6.line {
        display: none;
    }
    section.how-help .more {
        width: 100%;
    }
    section.news #photo-slider .col-6 {
        width: 50%;
    }
    section.contacts .col-5 form #submit {
        width: 100%;
    }
    section.contacts .col-7>a {
        font-size: 13px;
    }
    section.management .peoples .col-3 {
        width: 100%;
        padding: 0!important;
    }
    section.management h2 {
        font-size: 30px;
    }
    section.blog article.small {
        width: 100%;
        padding: 0 !important;
    }
    section.blog article.big .date {
        display: none;
    }
    section.blog article.big .title {
        font-size: 14px;
    }
    .gallery .photos .col-6 {
        width: 100%;
        padding: 0!important;
    }
    .gallery .menu>a {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #a8ca8a;
    }
    section.top-page-nav h2 {
        font-size: 30px;
    }
    .gallery .photos .col-6:nth-child(2n+1) .like {
        right: 0;
    }
    footer .line .links {
        height: auto;
    }
    .top-filter {
        height: 130px !important;
        background: none !important;
    }
    .top-filter .top-cart {
        height: 50% !important;
        top: 50%;
        width: 100%;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100% !important;
        margin: 0 !important;
    }
    .top-filter .top-cart span {
        margin-top: 9% !important;
    }
    section.shop .big .item {
        width: 100% !important;
    }
    .top-filter .dropdown {
        width: 100% !important;
    }
    section.shop .big .description {
        padding-right: 0!important;
        width: 100% !important;
    }
    section.shop .big .col-4 {
        width: 100% !important;
    }
    section.shop .big .info .quantity {
        width: 100% !important;
    }
    .comment_container .star-rating {
        display: none;
    }
    .woocommerce p.stars a,
    .woocommerce-page p.stars a {
        font-size: 10px;
    }
    .cross-sells .item {
        width: 100% !important;
    }
    .woocommerce table,
    .woocommerce thead,
    .woocommerce tbody,
    .woocommerce th,
    .woocommerce td,
    .woocommerce tr {
        display: block;
    }
    .woocommerce table thead tr,
    .woocommerce thead thead tr,
    .woocommerce tbody thead tr,
    .woocommerce th thead tr,
    .woocommerce td thead tr,
    .woocommerce tr thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .woocommerce table tr,
    .woocommerce thead tr,
    .woocommerce tbody tr,
    .woocommerce th tr,
    .woocommerce td tr,
    .woocommerce tr tr {
        border: 1px solid #ccc;
    }
    .woocommerce table tr.cart_item td,
    .woocommerce thead tr.cart_item td,
    .woocommerce tbody tr.cart_item td,
    .woocommerce th tr.cart_item td,
    .woocommerce td tr.cart_item td,
    .woocommerce tr tr.cart_item td {
        text-align: left;
    }
    .woocommerce table td,
    .woocommerce thead td,
    .woocommerce tbody td,
    .woocommerce th td,
    .woocommerce td td,
    .woocommerce tr td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        overflow: auto;
    }
    .woocommerce table td .quantity,
    .woocommerce thead td .quantity,
    .woocommerce tbody td .quantity,
    .woocommerce th td .quantity,
    .woocommerce td td .quantity,
    .woocommerce tr td .quantity {
        margin: 0;
    }
    .woocommerce table .actions,
    .woocommerce thead .actions,
    .woocommerce tbody .actions,
    .woocommerce th .actions,
    .woocommerce td .actions,
    .woocommerce tr .actions {
        height: 166px;
    }
    .woocommerce table .actions .coupon,
    .woocommerce thead .actions .coupon,
    .woocommerce tbody .actions .coupon,
    .woocommerce th .actions .coupon,
    .woocommerce td .actions .coupon,
    .woocommerce tr .actions .coupon {
        padding-bottom: 0 !important;
    }
    .woocommerce table .actions input,
    .woocommerce thead .actions input,
    .woocommerce tbody .actions input,
    .woocommerce th .actions input,
    .woocommerce td .actions input,
    .woocommerce tr .actions input {
        width: 100% !important;
        margin-bottom: 6px !important;
    }
    .woocommerce table td:nth-of-type(3):before,
    .woocommerce thead td:nth-of-type(3):before,
    .woocommerce tbody td:nth-of-type(3):before,
    .woocommerce th td:nth-of-type(3):before,
    .woocommerce td td:nth-of-type(3):before,
    .woocommerce tr td:nth-of-type(3):before {
        content: "Product:";
    }
    .woocommerce table td:nth-of-type(4):before,
    .woocommerce thead td:nth-of-type(4):before,
    .woocommerce tbody td:nth-of-type(4):before,
    .woocommerce th td:nth-of-type(4):before,
    .woocommerce td td:nth-of-type(4):before,
    .woocommerce tr td:nth-of-type(4):before {
        content: "Price:";
    }
    .woocommerce table td:nth-of-type(5):before,
    .woocommerce thead td:nth-of-type(5):before,
    .woocommerce tbody td:nth-of-type(5):before,
    .woocommerce th td:nth-of-type(5):before,
    .woocommerce td td:nth-of-type(5):before,
    .woocommerce tr td:nth-of-type(5):before {
        content: "Quqntity:";
    }
    .woocommerce table td:nth-of-type(6):before,
    .woocommerce thead td:nth-of-type(6):before,
    .woocommerce tbody td:nth-of-type(6):before,
    .woocommerce th td:nth-of-type(6):before,
    .woocommerce td td:nth-of-type(6):before,
    .woocommerce tr td:nth-of-type(6):before {
        content: "Total:";
    }
    .woocommerce table td:before,
    .woocommerce thead td:before,
    .woocommerce tbody td:before,
    .woocommerce th td:before,
    .woocommerce td td:before,
    .woocommerce tr td:before {
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        white-space: nowrap;
        float: left;
    }
    .woocommerce .cart-collaterals .cart_totals table th,
    .woocommerce-page .cart-collaterals .cart_totals table th {
        width: 100%;
        text-align: center;
        border: none;
    }
    .woocommerce .checkout .shop_table tfoot {
        display: block;
    }
    .woocommerce .checkout .shop_table tbody td:nth-of-type(1):before {
        content: "Product:";
    }
    .woocommerce .checkout .shop_table tbody td:nth-of-type(2):before {
        content: "Price:";
    }
    section.shop .big .info p {
        clear: both;
    }
    .shop_attributes tr {
        border: none !important;
        text-align: center;
    }
    .shop_attributes tr td,
    .shop_attributes tr th {
        text-align: center !important;
        display: block;
        width: 100% !important;
    }
    .checkout_coupon p {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
    .checkout_coupon p input {
        width: 100% !important;
    }
    section.shop .big .woocommerce-tabs ul li {
        display: block;
        width: 100%;
    }
    .story .flexslider h3 {
        margin-bottom: 0;
    }
    .story .flexslider p {
        margin-top: 0!important;
    }
    .story .flex-direction-nav {
        top: 0;
        margin-top: 0;
    }
    .story .flex-direction-nav .flex-prev {
        left: 0;
        width: 24px;
    }
    .story .flex-direction-nav .flex-next {
        right: 0;
        width: 24px;
    }
}