/* ADD CACHED Reset CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
    width: 100%;
    min-width: 980px;
}
.main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -145px 0;
    padding: 0;
}
.footer {
    height: 145px;
    margin: 0;
    padding: 0;
}
body {
    line-height:1;
    font-family: 'Cabin', sans-serif;
    height: 100%;
    min-width: 980px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Common Styles */
.container {
    width: 980px;
    margin: 0 auto;
}
.home-stories div.SuccessStories {
    width:96%;
    height:358px;
    max-height:358px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

.nextStories {
    position: absolute;
    right: -14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-size: 50px;
    color: #4c4c4c;
    cursor: pointer;
}

.prevStories {
    position: absolute;
    left: -13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-size: 50px;
    color: #4c4c4c;
    cursor: pointer;
}

div.SuccessStories img._b_loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stories-scroll-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 360px;
}

div.SuccessStories ul {
    display: table;
}

.top-nav-line {
    width: 100%;
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 22px 0 20px 0;
    position: absolute;
    top: 0;
    min-width: 980px;
}
.logo {
    display: block;
    width: 166px;
    height: 39px;
    background: transparent url(../images/logo.png) top left no-repeat;
    float: left;
    margin-right: 20px;
}
.button {
    background-color: #1dbc60;
    color: #ffffff;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.button:hover {
    background-color: #16a753;
}
.top-nav {
    float: right;
    margin-left: -15px;
    margin-top: 5px;
}
.top-nav li {
    float: left;
    margin-left: 15px;
}

.top-nav li a, .top-nav li span {
    display: block;
    font-size: 16px;
    text-decoration: none;
    margin-top: 7px;
}

.top-nav li a {
    text-transform: uppercase;
    color: #ffffff;
}

.top-nav li .username, .top-nav li .guest {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.top-nav li .guest {
    opacity: 0.3;
}

.top-nav li .username {
    display: inline-block;
    float: left;
    margin-top: 7px;
    padding-right: 15px;
    position: relative;
}
.top-nav li.user-dropdown {
    position: relative;
}
.top-nav li.user-dropdown .dropdown {
    position: absolute;
    padding: 7px 11px;
    background-color: #aaa;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    right: 0;
    bottom: -26px;
    opacity: 0;
    visibility: hidden;
}
.top-nav li.user-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.top-nav li.user-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
}
.top-nav li.user-dropdown .dropdown:hover {
    background: #f99400;
    color: #333;
}
.top-nav li.user-dropdown .dropdown a {
    text-transform: none;
    text-decoration: none;
    margin: 0;
    border: none;
    color: #ffffff;
    display: block;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.top-nav li.user-dropdown .dropdown:hover a {
    color: #333;
}
.top-nav li .username:after {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 0;
    display: block;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    right: 0;
    top: 5px;
}
.top-nav li .user-profile {
    float: left;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    margin-right: 9px;
    background: transparent top left no-repeat;
    margin-top: 2px;
    overflow: hidden;
}
.top-nav li .user-profile img{
    width: 27px;
    border-radius: 100%;
}

.top-nav li .donate {
    padding: 8px 16px 8px 0;
    text-transform: uppercase;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 45px;
    font-size: 14px;
    margin-top: 0;
    color: #f7931e;
}
.top-nav li .donate:after {
    position: absolute;
    content: '';
    display: block;
    top: 6px;
    right: 18px;
    width: 24px;
    height: 17px;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -1074px;
}
.top-nav li .search {
    display: block;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -118px;
    width: 19px;
    height: 18px;
    margin-top: 4px;
    position: relative;
}
.top-nav li .search form.search {
    position: absolute;
    right: -17px;
    bottom: -30px;
    width: 211px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.top-nav li .search:hover form.search {
    visibility: visible;
    opacity: 1;
}
.top-nav li .search.active form.search {
    visibility: visible;
    opacity: 1;
}
.top-nav li .search form.search:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 9px;
    display: block;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -407px;
    top: -8px;
    right: 11px;
}
.top-nav li .search form.search input {
    width: 211px;
    height: 35px;
    color: #c4c4c4;
    padding: 10px;
    box-sizing: border-box;
}
.top-nav li .search form.search input::-webkit-input-placeholder {
    color: #c4c4c4;
}
.top-nav li .search form.search input:-moz-placeholder {
    color: #c4c4c4;
}
.top-nav li .search form.search input::-moz-placeholder {
    color: #c4c4c4;
}
.top-nav li .search form.search input:-ms-input-placeholder {
    color: #c4c4c4;
}
.main-slider-wrapper {
    position: relative;
}
.main-slider li {
    overflow: hidden;
    min-height: 665px;
    max-height: 762px;
}
.main-slider li .slide {
    width: 100%;
    height: 100%;
}

.main-slider-wrapper .slider-content {
    position: absolute;
    top: 190px;
    left: 0;
    text-align: center;
    z-index: 10;
    width: 100%;
}
.main-slider-wrapper .slider-content .caption-text {
    color: #ffffff;
    font-size: 55px;
    margin-bottom: 50px;
}

.bx-wrapper img {
    width: 100%;
}

.main-slider-wrapper #bx-pager {
    width: 861px;
    margin: 0 auto;
}
.main-slider-wrapper #bx-pager ul {
    list-style: none;
    padding: 0;
    margin: 0 0 106px -44px;
}
.main-slider-wrapper #bx-pager ul li {
    float: left;
    margin-left: 44px;
}
.main-slider-wrapper #bx-pager ul li a {
    height: 122px;
    display: block;
    font-size: 26px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-top: 76px;
    opacity: 0.3;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    box-sizing: border-box;
}
.main-slider-wrapper #bx-pager ul li a.active {
    opacity: 1;
}
.main-slider-wrapper #bx-pager ul li .pager-item1 {
    width: 255px;
    background: transparent url(../images/pager_item1.png) top center no-repeat;
}
.main-slider-wrapper #bx-pager ul li .pager-item2 {
    width: 236px;
    background: transparent url(../images/pager_item2.png) top center no-repeat;
}
.main-slider-wrapper #bx-pager ul li .pager-item3 {
    width: 236px;
    background: transparent url(../images/pager_item3.png) top center no-repeat;
}
.main-slider-wrapper .petition-button {
    padding: 26px 67px 24px 18px;
    position: relative;
    background-color: #2ccb6f;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.main-slider-wrapper .petition-button:hover {
    background-color: #2ccb6f;
}
.main-slider-wrapper .petition-button:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: transparent url(../images/button_arrow_right.png) top left no-repeat;
    top: 14px;
    right: 11px;
}
.main-slider-wrapper .bx-wrapper {
    margin: 0 auto 28px;
}
.description-unit {
    width: 100%;
    min-width: 980px;
    padding-bottom: 26px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 25px;
}
.description-unit .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 23px;
    font-size: 18px;
}
.description-unit .description {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 20px;
    margin-bottom: 10px;
}
.description-unit .subscription a {
    font-size: 16px;
    color: #ababab;
    text-decoration: none;
}

.signatures-block {
    margin-bottom: 37px;
}
.signatures-block .title {
    width: 50%;
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #2b2b2b;
    left: auto;
    text-align: left;
    text-transform: uppercase;
    padding-top: 12px;
}
.signatures-block .signatures {
    width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 20px;
}
.signatures-block .signatures .text {
    color: #f59000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -6px;
}
.signatures-block .signatures .numbers {
    font-family: 'Dosis', sans-serif;
    font-size: 37px;
    font-weight: normal;
    margin-right: 10px;
    color: #f59000;
}
.tabs-heads-wrapper {
    width: 100%;
    min-width: 980px;
    background-color: #ffffff;
    padding-top: 36px;
    overflow: hidden;
}
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin-right: 0;
}
ul.tabs li.current {
    background: #ededed;
    color: #222;
}
.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}
.tab-content.current{
    display: block;
}
ul.home-tabs {
    margin-bottom: 25px;
    border-bottom: 1px solid #ced2d9;
    margin-left: -1000px;
    margin-right: -1000px;
    padding: 0 1000px;
}
ul.home-tabs li.current {
    background-color: #fff;
    padding: 27px 6px 16px 6px;
    margin: 0 12px;
    font-size: 24px;
    text-align: center;
    color: #f69200;
    text-decoration: none;
    position: relative;
    border-bottom: 2px solid #f69200;
}
ul.home-tabs li {
    color: #9da0a6;
    font-size: 24px;
    text-align: center;
    max-width: 350px;
    margin: 0 12px;
    padding: 27px 6px 18px 6px;
    vertical-align: bottom;
    text-transform: capitalize;
    position: relative;
    bottom: -1px;
}
.tabs-content-wrapper .tab-content {
    padding: 0;
    background-color: #fff;
}
.tabs-content-wrapper {
    margin-bottom: 33px;
}
ul.petitions-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.petitions-list li {
    margin-bottom: 49px;
    background-color: #fff;
}
.petition-item .img-wrapper {
    float: left;
    width: 260px;
    height: 200px;
}
.petition-item .img-wrapper a {
    height: 200px;
    position: relative;
    display: block;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: hidden;
}
.petition-item .img-wrapper a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 1;
}
.petition-item .img-wrapper a:after {
    content: '';
    display: block;
    width: 51px;
    height: 51px;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -251px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 2;
}
.petition-item:hover .img-wrapper a:before {
    opacity: .5;
}
.petition-item:hover .img-wrapper a:after {
    opacity: 1;
}
.petition-item .img-wrapper img {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.petition-item:hover .img-wrapper img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}
.petition-item .petition-item-content, .petition-item-empty .petition-item-content {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 720px;
    box-sizing: border-box;
    height: 200px;
    padding: 10px 10px 10px 31px;
    position: relative;
    overflow: hidden;
}
.petition-item .petition-item-content:before {
    content: '';
    display: block;
    position: absolute;
    width: 720px;
    height: 200px;
    top: 0;
    left: -680px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.petition-item:hover .petition-item-content:before {
    left: 0;
    background-color: #f2f2f2;
}
.petition-item .petition-item-content .title {
    color: #000000;
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 25px;
}
.petition-item .petition-item-content .title:hover {
    color: #ff8b00;
}
.petition-item .petition-item-content .description {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
    line-height: 20px;
    max-height: 122px;
    overflow: hidden;
}
.petition-item .petition-item-content .author {
    font-size: 16px;
    color: #9da0a6;
    position: relative;
    margin-bottom: 12px;
}
.petition-item .petition-item-content .date {
    font-size: 14px;
    color: #a2a2a2;
    padding-left: 20px;
    position: relative;
}
.petition-item .petition-item-content .date:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 14px;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -187px;
    top: 0;
    left: 0;
}
.home-stories {
    background-color: #f2f2f2;
    padding-top: 30px;
}
.home-stories h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 23px;
}
.home-stories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-stories ul li {
    float: left;
    padding: 0 12px;
    width: 270px;
    border-right: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
.home-stories ul li:nth-child(3n+3) {
    border-right: none;
}
.home-stories ul li .title {
    font-size: 18px;
    color: #363940;
    font-weight: bold;
    text-align: center;
    display: block;
    min-height: 45px;
    line-height: 25px;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: 10px;
}
.home-stories ul li:hover .title {
    color: #f7931f;
}
.home-stories ul li .description {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: left;
}
.home-stories .more {
    display: block;
    font-size: 16px;
    color: #6b6b6b;
    margin: 20px auto 40px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}

.home-stories .img-wrapper a {
    position: relative;
    display: block;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: hidden;
    height: 160px;
}
.home-stories .img-wrapper a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 1;
}
.home-stories .img-wrapper img {


}
.home-stories ul li:hover .img-wrapper a:before {
    opacity: .5;
}
.home-stories .img-wrapper {
    height: 160px;
    overflow: hidden;
}
.home-stories .img-wrapper img {
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.home-stories ul li:hover .img-wrapper img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.home-stories .img-wrapper a:after {
    content: '';
    display: block;
    width: 51px;
    height: 51px;
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -251px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 2;
}
.home-stories ul li:hover .img-wrapper a:after {
    opacity: 1;
}
.one-pix {
    height: 1px;
}
footer {
    height: 145px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/footer_bg.png) top left repeat;
}
.footer-wrapper {
    background: transparent url(../images/footer_bg.png) top left repeat;
}
.footer-wrapper a {
    color: #f7931e;
    text-decoration: none;
}
.footer-wrapper a:hover {
    color: #ffffff;
}
.footer-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrapper .left-block {
    width: 70%;
    float: left;
}
.footer-wrapper .left-block .copyright {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin: 28px 0;
}
.footer-wrapper .right-block {
    width: 30%;
    float: left;
    padding-top: 62px;
}
.footer-wrapper .right-block .footer-social-title {
    color: #f7931e;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    margin-top: 7px;
}
.footer-wrapper .footer-links li {
    float: left;
    margin-right: 23px;
}
.footer-wrapper .social-links {
    float: right;
}
.footer-wrapper .social-links li {
    float: right;
    margin-left: 10px;
}
.footer-wrapper .social-links li a {
    display: block;
    width: 26px;
    height: 26px;
}
.footer-wrapper .social-links li .facebook {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -466px;
}
.footer-wrapper .social-links li .facebook:hover {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -542px;
}
.footer-wrapper .social-links li .twitter {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -618px;
}
.footer-wrapper .social-links li .twitter:hover {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -694px;
}
.footer-wrapper .social-links li .plus {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -770px;
}
.footer-wrapper .social-links li .plus:hover {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -846px;
}
.footer-wrapper .social-links li .pinterest {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -922px;
}
.footer-wrapper .social-links li .pinterest:hover {
    background: transparent url(../images/sprite.png) top left no-repeat;
    background-position: 0 -998px;
}

#map-canvas{
    height: 322px;
    width: 100%;
    clear: both;
}

.gmap-holder {
    position: relative;
}

.gmap-holder .spot {
    display: block;
    width: 21px;
    height: 21px;
    background: transparent url(../images/gmap_spot.png) top left no-repeat;
}
.gmap-holder .location {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: -11px;
    width: 62px;
    height: 62px;
    background: url(../images/location_icon.png) top left no-repeat;
}

.gmap-holder .spot:hover {
    background: none;
}

.gmap-holder .location .loc-avatar {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 24px;
    height: 24px;
    background: transparent top left no-repeat;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    cursor: pointer;
}
.gmap-holder .location > .user-info {
    cursor: default;
    position: absolute;
    left: 62px;
    top: -6px;
    display: block;
    padding-left: 11px;
    overflow-y: hidden;
}
.gmap-holder .spot:hover >> .user-info {
    display: block;
}
.gmap-holder .user-info .supporters {
    width: 463px;
}
.gmap-holder .user-info .supporters .left-block {
    width: 137px;
    height: 68px;
    float: left;
    position: relative;
}
.gmap-holder .user-info .supporters .left-block .info {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 4px 0;
}
.gmap-holder .user-info .supporters .left-block .info span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
}
.gmap-holder .user-info .supporters .left-block .info span:before {
    content: '';
    position: absolute;
    background: transparent url(../images/sup_icon.png) top left no-repeat;
    display: block;
    left: 0;
    top: 0;
    width: 13px;
    height: 10px;
}
.gmap-holder .user-info .supporters .right-block {
    width: 326px;
    height: 68px;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    box-sizing: border-box;
}
.gmap-holder .user-info .supporters .right-block:after {
    width: 40px;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(78%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

}
.gmap-holder .user-info .supporters .right-block .title {
    width: 100%;
    font-size: 17px;
    color: #2b2b2b;
    white-space: nowrap;
    text-transform: none;
    padding: 0;
    font-weight: normal;
    margin-bottom: 4px;
}

.gmap-holder .user-info .supporters .right-block .title a {
    text-decoration: none;
    color: #2b2b2b;
}

.gmap-holder .user-info .supporters .right-block .user-info-block .avatar {
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 8px;
}
.gmap-holder .user-info .supporters .right-block .user-info-block .name-wrapper {
    float: left;
}
.gmap-holder .user-info .supporters .right-block .user-info-block .name-wrapper .name {
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 4px;
}
.gmap-holder .user-info .supporters .right-block .user-info-block .name-wrapper .time {
    color: #979797;
    font-size: 12px;
    display: inline-block;
}
.gmap-holder .user-info .supporters .right-block .user-info-block .name-wrapper .place {
    color: #979797;
    font-size: 12px;
    display: inline-block;
}
.footer-push {
    height: 145px;
    margin: 0;
    padding: 0;
}

.flash-msg {
    position: fixed;
    top: 5px;
    left: 50%;
}

.flash-msg >div{
    position: relative;
    padding: 10px 10px 10px 50px;
    border-radius: 4px;
    line-height: 23px;
    vertical-align: middle;
    color: #FFF;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-align: center;
}

.flash-msg .error{
    left: -145px;
    width: 290px;
    background-color: #ff7f7f;
    background-image: url(../images/error.png);
}

.flash-msg .success{
    left: -125px;
    width: 250px;
    background-color: #2ccb6f;
    background-image: url(../images/success.png);
}



#markerOverlay {
    position: absolute;
    z-index: 9999;
}

#markerOverlay .spot {
    display: block;
    width: 21px;
    height: 21px;
    background: none;
}

#markerOverlay .location {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: -11px;
    width: 43px;
    height: 62px;
    background: url(../images/location_icon_new.png) top left no-repeat;
}

#markerOverlay .location .loc-avatar {
    display: block;
    position: absolute;
    top: 9px;
    right: 9px;
    width: 24px;
    height: 24px;
    background: transparent top left no-repeat;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    cursor: pointer;
}
#markerOverlay .location > .user-info {
    cursor: default;
    position: absolute;
    left: 42px;
    top: -6px;
    display: block;
    padding-left: 11px;
    overflow-y: hidden;
}


#markerOverlay .location > .user-info.left {
    left: -148px;
    padding-left: 0;
    padding-right: 11px;
}


#markerOverlay .spot:hover >> .user-info {
    display: block;
}
#markerOverlay .user-info .supporters {
    width: 137px;
}
#markerOverlay .user-info .supporters .left-block {
    width: 137px;
    height: 68px;
    float: left;
    position: relative;
}
#markerOverlay .user-info .supporters .left-block .info {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    padding: 4px 0;
}
#markerOverlay .user-info .supporters .left-block .info span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
}
#markerOverlay .user-info .supporters .left-block .info span:before {
    content: '';
    position: absolute;
    background: transparent url(../images/sup_icon.png) top left no-repeat;
    display: block;
    left: 0;
    top: 0;
    width: 13px;
    height: 10px;
}
#markerOverlay .user-info .supporters .right-block {
    width: 137px;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    box-sizing: border-box;
    font-size: 11px;
}

#markerOverlay .user-info .supporters .right-block.bottom {
    border-top: 1px solid #ddd;
}

#markerOverlay .user-info .supporters .right-block:after {
    width: 40px;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(78%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}
#markerOverlay .user-info .supporters .right-block .title {
    width: 100%;
    color: #000;
    text-transform: none;
    padding: 0;
    font-weight: normal;
    margin-bottom: 4px;
}

#markerOverlay .user-info .supporters .right-block .title a {
    text-decoration: none;
    white-space: normal;
    color: #000;
}

#markerOverlay .user-info .supporters .right-block .user-info-block .avatar {
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 8px;
}
#markerOverlay .user-info .supporters .right-block .user-info-block .name-wrapper {
    float: left;
}
#markerOverlay .user-info .supporters .right-block .user-info-block .name-wrapper .name {
    font-size: 14px;
    color: #2b2b2b;
}
#markerOverlay .user-info .supporters .right-block .user-info-block .name-wrapper .time {
    margin-top: 4px;
    font-size: 10px;
    color: #2b2b2b;
    display: inline-block;
}
#markerOverlay .user-info .supporters .right-block .user-info-block .name-wrapper .place {
    color: #979797;
    font-size: 12px;
    display: inline-block;
}
.tablet-visible {
    display: none !important;
}
.desktop-visible {
    display: block !important;
}
.mobile-visible {
    display: none !important;
}

/*Responsive Frontend*/
/*Large Desktops*/
@media only screen and (max-width : 3000px) {
    .home-stories .img-wrapper img {
        min-height: 160px !important;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 979px) {
    body {
        min-width: 100%;
    }
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .top-nav-line {
        min-width: 100%;
    }
    .description-unit {
        min-width: 100%;
        border-bottom: none;
    }
    .tabs-heads-wrapper {
        min-width: 100%;
    }
    html {
        min-width: 100%;
    }
    .gmap-holder {
        display: none;
    }
    .petition-item .petition-item-content, .petition-item-empty .petition-item-content {
        float: none;
        width: 720px;
    }
    .mobile-visible {
        display: none !important;
    }
    .desktop-visible {
        display: none !important;
    }
    .tablet-visible {
        display: block !important;
    }
    .main-slider-wrapper .bx-wrapper {
        margin: 0 auto 128px;
    }
    .main-slider li {
        height: 458px;
        min-height: 100%;
    }
    .bx-wrapper img {
        min-height: 100%;
        height: auto;
    }
    .main-slider-wrapper .slider-content {
        top: 180px;
    }
    .main-slider-wrapper .slider-content .caption-text {
        margin-bottom: 20px;
        font-size: 45px;
    }
    .main-slider-wrapper #bx-pager ul {
        margin: 0 auto 86px;
        width: 100%;
    }
    .main-slider-wrapper #bx-pager ul li {
        margin-left: 8px;
        float: none;
        display: inline-block;
    }
    .main-slider-wrapper #bx-pager ul li a {
        height: 110px;
        font-size: 22px;
    }
    .main-slider-wrapper #bx-pager ul li .pager-item1 {
        background-size: contain;
        height: 104px;
        width: 220px;
    }
    .main-slider-wrapper #bx-pager ul li .pager-item2 {
        background-size: contain;
        height: 104px;
        width: 205px;
    }
    .main-slider-wrapper #bx-pager ul li .pager-item3 {
        background-size: contain;
        height: 104px;
        width: 201px;
    }
    .main-slider-wrapper #bx-pager ul li a {
        padding-top: 71px;
    }
    .main-slider-wrapper #bx-pager {
        width: 100%;
    }
    .signatures-block {
        display: none;
    }
    .top-nav-menu {
        background: transparent url(../images/top_nav_lnk.png) top left no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 11px;
        cursor: pointer;
    }
    .top-nav-wrapper {
        position: relative;
    }
    .top-nav {
        position: absolute;
        right: 0;
        top: 39px;
        background-color: #f2f2f2;
        padding: 3px 8px 13px 20px;
        float: none;
        box-sizing: border-box;
        margin: 0;
        z-index: 100;
        box-shadow: 1px 1px 2px #d9d9d9;
        display: none;
    }
    .top-nav li {
        float: right;
        width: 100%;
        margin: 7px 0 0 0;
        clear: both;
    }
    .top-nav li a {
        text-transform: uppercase;
        text-align: right;
        color: #2b2b2b;
        height: 20px;
        display: block;
        margin-top: 0;
        line-height: 21px;
    }
    .top-nav li .username {
        margin-top: 7px;
        padding-right: 0;
        position: relative;
        display: block;
        clear: both;
        float: none;
        text-align: right;
        color: #2b2b2b;
    }
    .top-nav li .user-profile {
        float: none;
        clear: both;
        margin-right: 0;
        margin-top: 0;
        overflow: hidden;
        text-align: right;
        width: 100%;
        display: none;
    }
    .top-nav li .user-profile img {
        display: inline-block;
    }
    .top-nav li.user-dropdown .dropdown {
        display: none;
    }
    .top-nav li.search {
        display: none;
    }
    .top-nav li .donate {
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 0;
    }
    .top-nav li .donate:after {
        display: none;
    }
    .top-nav li .username:after {
        display: none;
    }
    .home-stories ul {
        width: 100%;
        text-align: center;
    }
    .home-stories ul li {
        padding: 0 10px;
        width: 30%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .home-stories ul li .title {
        min-height: 75px;
        height: auto;
    }
    .top-nav li .user-profile img {
        width: 27px;
        height: 27px;
    }
    .petition-item:hover .img-wrapper a:before {
        display: none;
    }
    .petition-item:hover .img-wrapper a:before {
        display: none;
    }
    .petition-item:hover .img-wrapper img {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
    .petition-item:hover .img-wrapper img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .home-stories .img-wrapper img {
        min-height: 160px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    .tablet-visible {
        display: none !important;
    }
    .desktop-visible {
        display: none !important;
    }
    .mobile-visible {
        display: block !important;
    }
    body {
        min-width: 100%;
    }
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .main-wrapper {
        background-color: #f2f2f2;
    }
    .top-nav-line {
        min-width: 100%;
    }
    .description-unit {
        min-width: 100%;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: none;
        background-color: #ffffff;
    }
    .description-unit .subscription a {
        font-size: 18px;
        text-decoration: underline;
    }
    .tabs-heads-wrapper {
        min-width: 100%;
        padding-top: 0;
        background-color: transparent;
    }
    html {
        min-width: 100%;
    }
    .gmap-holder {
        display: none;
    }
    .petition-item .petition-item-content, .petition-item-empty .petition-item-content {
        clear: both;
        margin-bottom: 20px;
        height: auto;
        display: block;
        background-color: #ffffff;
        width: auto;
        padding: 22px 30px 15px 30px;
        text-align: center;
    }
    .petition-item .petition-item-content .description {
        height: auto;
        font-size: 14px;
        margin-bottom: 0;
        max-height: 100%;
        line-height: 18px;
        display: none;
    }
    .petition-item .petition-item-content .author {
        font-size: 14px;
        font-weight: normal;
    }
    .petition-item .petition-item-content .title {
        height: auto;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: bold;
    }
    .petition-item .petition-item-content:before {
        display: none;
    }
    .petition-item .img-wrapper {
        float: none;
        margin: 0 auto;
        width: 276px;
        padding: 2px 2px 0 2px;
    }
    .signatures-block .signatures .numbers {
        line-height: 1.9em;
    }
    .signatures-block .title {
        text-align: center;
        width: 100%;
    }
    .signatures-block .signatures {
        width: 100%;
        text-align: center;
    }
    ul.home-tabs li:last-child {
        display: none;
    }
    ul.home-tabs li, ul.home-tabs li.current {
        color: #000000;
        text-align: center;
        text-decoration: none;
        background-color: transparent;
        padding: 0 0 20px 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
        border-bottom: none;
        text-transform: uppercase;
        font-size: 22px;
        margin: 0;
    }
    ul.home-tabs li.current:after {
        display: none;
    }
    .signatures-block {
        margin-bottom: 20px;
        display: none;
    }
    ul.home-tabs {
        text-align: center;
    }
    ul.home-tabs {
        float: none;
        padding-bottom: 2px;
        margin-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .tabs-content-wrapper .container {
        background-color: #f2f2f2;
    }
    .tabs-content-wrapper .tab-content {
        background-color: #f2f2f2;
    }
    .home-stories {
        padding-top: 20px;
        background-color: #fff;
    }
    .home-stories h2 {
        color: #000000;
        text-align: center;
        text-decoration: none;
        background-color: transparent;
        padding: 0 0 20px 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
        border-bottom: none;
        text-transform: uppercase;
        font-size: 22px;
        margin: 0;
    }
    .home-stories ul li {
        float: none;
        border-right: none;
        padding: 0 10px 15px 10px;
        width: 30%;
        border-right: 1px solid #d6d6d6;
    }
    .home-stories ul li .title {
        height: auto;
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        min-height: inherit;
        width: 270px;
        margin: 8px auto 0;
    }
    .home-stories ul li .description {
        font-size: 14px;
        width: 270px;
        margin: 0 auto 15px;
        color: #363940;
        text-align: left;
    }
    .home-stories .more {
        margin-bottom: 25px;
        color: #1897f2;
        font-size: 14px;
    }
    .home-stories .img-wrapper {
        height: auto;
        width: 270px;
        margin: 0 auto;
    }
    .home-stories .img-wrapper img {
        min-height: inherit !important;
    }
    .home-stories ul li:last-child {
        border-bottom: none;
    }
    .main-slider-wrapper .bx-wrapper {
        margin-bottom: 0;
    }
    .main-slider-wrapper .petition-button {
        position: relative;
        font-size: 22px;
        font-weight: normal;
        padding: 24px 14px 23px 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .main-slider-wrapper .petition-button:after {
        width: 12px;
        height: 20px;
        background: transparent url(../images/button_arrow_right3.png) center center no-repeat;
        right: auto;
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(120%, -47%);
        -moz-transform: translate(120%, -47%);
        -ms-transform: translate(120%, -47%);
        -o-transform: translate(120%, -47%);
        transform: translate(120%, -47%);
    }
    .description-unit .title {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
    }
    .description-unit .description {
        line-height: 1.45em;
        font-size: 12px;
        padding: 0 10px;
    }
    .footer-wrapper .left-block {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 14px;
    }
    .footer-wrapper .right-block {
        float: none;
        clear: both;
        text-align: center;
        width: 100%;
        padding-top: 10px;
        display: none;
    }
    .footer-wrapper ul {
        width: 100%;
        display: none;
    }
    .footer-wrapper ul li {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    .footer-wrapper ul li a {
        text-align: center;
        display: block;
        margin: 0;
        line-height: 23px;
    }
    .footer-wrapper .left-block .copyright {
        font-size: 10px;
        line-height: 1.5em;
        margin: 9px 0 0 0;
    }
    .footer-wrapper .right-block .footer-social-title {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-wrapper .social-links {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .footer-wrapper .social-links li {
        display: inline-block;
        float: none;
        margin: 0 3px;
        width: 26px;
        height: 26px;
    }
    .footer-wrapper .social-links li a {

    }
    .footer-wrapper .right-block .footer-social-title {
        margin-bottom: 8px;
    }
    footer {
        height: 80px;
    }
    .footer-push {
        height: 80px;
    }
    .main-wrapper {
        margin: 0 0 -80px 0;
    }
    .top-nav-menu {
        background: transparent url(../images/top_nav_lnk.png) top left no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 11px;
        cursor: pointer;
    }
    .top-nav-wrapper {
        position: relative;
    }
    .top-nav {
        position: absolute;
        right: 0;
        top: 39px;
        background-color: #f2f2f2;
        padding: 3px 8px 13px 20px;
        float: none;
        box-sizing: border-box;
        margin: 0;
        z-index: 100;
        box-shadow: 1px 1px 2px #d9d9d9;
        display: none;
    }
    .top-nav li {
        width: 100%;
        margin: 5px 0 0 0;
        float: right;
        clear: both;
    }
    .top-nav li a {
        text-transform: uppercase;
        text-align: right;
        color: #2b2b2b;
        height: 20px;
        display: block;
        margin-top: 0;
        line-height: 21px;
    }
    .top-nav li .username {
        margin-top: 7px;
        padding-right: 0;
        position: relative;
        display: block;
        clear: both;
        float: none;
        text-align: right;
        color: #2b2b2b;
    }
    .top-nav li .user-profile {
        float: none;
        clear: both;
        margin-right: 0;
        margin-top: 0;
        overflow: hidden;
        text-align: right;
        width: 100%;
        display: none;
    }
    .top-nav li .user-profile img {
        display: inline-block;
    }
    .top-nav li.user-dropdown .dropdown {
        display: none;
    }
    .top-nav li.search {
        display: none;
    }
    .top-nav li .donate {
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 0;
    }
    .top-nav li .donate:after {
        display: none;
    }
    .top-nav li .username:after {
        display: none;
    }
    .main-slider-wrapper #bx-pager {
        display: none;
    }
    .main-slider-wrapper .slider-content .caption-text {
        display: none;
    }
    .main-slider-wrapper .mobileimg {
        width: 100%;
        height: 230px;
        background: transparent url(../images/slide2.jpg) top center no-repeat;
        background-size: cover;
        position: relative;
    }
    .main-slider-wrapper .mobileimg .caption-text {
        color: #ffffff;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 128px;
    }
    .main-slider-wrapper .mobileimg .caption-text span {
        font-size: 18px;
        color: #ffffff;
        text-transform: none;
        font-weight: normal;
    }
    .main-slider-wrapper .bx-wrapper {
        display: none;
    }
    .main-slider-wrapper .slider-content {
        top: 230px;
    }
    .description-unit {
        text-align: center;
        padding-top: 86px;
    }
    .description-unit .subscription {
        display: block;
    }
    .description-unit .subscription a {
        display: block;
        text-align: center;
        color: #0087fc;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }
    .top-nav li .user-profile img {
        width: 27px;
        height: 27px;
    }
    .petition-item:hover .img-wrapper a:before {
        display: none;
    }
    .petition-item:hover .img-wrapper a:before {
        display: none;
    }
    .petition-item:hover .img-wrapper img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    ul.petitions-list li {
        width: 280px;
        padding-top: 0;
        margin: 0 auto;
        box-shadow: 0 1px 1px #ccc;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .top-nav li .search {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -911px;
        background-size: 62px;
    }
    .top-nav li .donate:after {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -153px;
        background-size: 62px;
    }
    .main-slider-wrapper .petition-button:after {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 0;
        background-size: 62px;
    }
    .gmap-holder .spot {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -688px;
        background-size: 62px;
    }
    .gmap-holder .location {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -584px;
        background-size: 62px;
    }
    .petition-item .petition-item-content .date:before {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -90px;
        background-size: 62px;
    }
    .petition-item .img-wrapper a:after {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -1132px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .pinterest {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -759px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .pinterest:hover {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -835px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .plus {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -372px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .plus:hover {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -448px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .twitter {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -980px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .twitter:hover {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -1056px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .facebook {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -220px;
        background-size: 62px;
    }
    .footer-wrapper .social-links li .facebook:hover {
        background: transparent url(../images/sprite@2x.png) top left no-repeat;
        background-position: 0 -296px;
        background-size: 62px;
    }
    .main-slider-wrapper .petition-button:after {
        background: transparent url(../images/button_arrow_right3.png) center center no-repeat;
        background-size: 100%;
    }
}