/* COLORS */
/* font size */
/* font */
/* effect */
/* Transition */
/* Border-radius */
/* BUTTON */
/* TEXTBOX */
/* sharethis-wrapper */
/* link, action */
/* panel first - progress bar */
/* line 6, ../sass/view.scss */
#panel-fifth .donate-progress-bar .view-header {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

/* line 15, ../sass/view.scss */
.donate-progress-bar {
    text-align: left;
    padding-left: 220px;
    position: relative;
}

/* line 16, ../sass/view.scss */
.donate-progress-bar .view-header {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

/* line 21, ../sass/view.scss */
.donate-progress-bar .view-header span {
    font-size: 18px;
}

/* line 28, ../sass/view.scss */
.donate-progress-bar h2, .donate-progress-bar h3, .donate-progress-bar h4 {
    font-size: 1.286em;
    color: white;
    font-weight: 600;
}

/* line 32, ../sass/view.scss */
.donate-progress-bar h2 span, .donate-progress-bar h3 span, .donate-progress-bar h4 span {
    color: black;
}

/* line 36, ../sass/view.scss */
.donate-progress-bar .fieldset {
    max-width: 440px;
}

/* line 38, ../sass/view.scss */
.donate-progress-bar .fieldset .views-field {
    margin-bottom: 10px;
}

/* line 40, ../sass/view.scss */
.donate-progress-bar .fieldset .views-field:last-child {
    margin-bottom: 0;
}

/* line 45, ../sass/view.scss */
.donate-progress-bar .progress-bar {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background: #00a0b0;
    background-image: linear-gradient(to bottom, #00a0b0 0%, #00a0b0 100%);
    filter: none;
}

/* line 51, ../sass/view.scss */
.donate-progress-bar .progress {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    border-width: 4px;
    border-style: solid;
    border-color: #3a3a3a;
    box-shadow: none;
    -webkit-box-shadow: none;
    filter: none;
}

/* line 60, ../sass/view.scss */
.donate-progress-bar .progress-label {
    text-transform: uppercase;
    font-weight: 600;
}

/* line 63, ../sass/view.scss */
.donate-progress-bar .progress-label span {
    padding-right: 25%;
    float: left;
}

/* line 66, ../sass/view.scss */
.donate-progress-bar .progress-label span:last-child {
    padding-right: 0;
}

/* line 71, ../sass/view.scss */
.donate-progress-bar .views-field-view-node {
    margin-bottom: 0;
}

/* line 73, ../sass/view.scss */
.donate-progress-bar .views-field-view-node a {
    display: block;
    width: 125px;
    height: 125px;
    line-height: 27px;
    color: white;
    background-color: #3a3a3a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 40px 10px;
    position: absolute;
    text-transform: uppercase;
    font-size: 1.286em;
    font-weight: 900;
    text-align: center;
    top: -15px;
    right: 220px;
    line-height: 1.2;
}

/* line 90, ../sass/view.scss */
.donate-progress-bar .views-field-view-node a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

/* line 95, ../sass/view.scss */
.donate-progress-bar .views-field-view-node a:hover, .donate-progress-bar .views-field-view-node a:focus {
    background-color: #00a0b0;
}

/* featured post */
/* line 103, ../sass/view.scss */
.featured-header {
    margin-bottom: 50px;
    text-align: center;
    padding-left: 180px;
    padding-right: 180px;
}

/* line 110, ../sass/view.scss */
.featured-header p {
    font-size: 1.286em;
}

/* quick tabs */
/* line 117, ../sass/view.scss */
.quicktabs-wrapper .item-list {
    text-align: center;
}

.quicktabs-wrapper .quicktabs-tabs {
    text-align: left;
    margin: 0 auto 50px auto;
    border: 1px solid #082f40;
    text-align: center;
    width: auto;
    background: #f6f2e7;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    padding: 0px;
    z-index: 5;
    overflow: hidden;
}

@media screen and (max-width: 765px) {
    .quicktabs-wrapper .quicktabs-tabs {
        margin: 0 auto 50px auto;
        border: 0;
        width: 100%;
        background: transparent;
        border-radius: 0;
    }

    .quicktabs-wrapper .item-list:after {
        border-bottom: 0 !important;
    }
}

/* line 120, ../sass/view.scss */
.quicktabs-wrapper .quicktabs-tabs li {
    padding: 0;
    margin: 0;
    width: auto;
    border-left: 1px solid #082f40;
    height: auto;
    display: inline-block;
    float: left;
}

.quicktabs-wrapper .quicktabs-tabs li.active {
    padding: 0px;
    margin: 0;
    width: auto;
    background-color: #006699;
    height: auto;
    display: inline-block;
    float: left;
}

@media screen and (max-width: 765px) {
    .quicktabs-wrapper .quicktabs-tabs li {
        padding: 0;
        margin: 0 0 10px 0 !Important;
        width: 100% !important;
        border-left: 1px solid #082f40;
        height: auto;
        display: inline-block;
        float: left;
        border: 1px solid #082f40;
        text-align: center;
        background: #f2f0e9;
        border-radius: 25px;
        display: inline-block;
        position: relative;
        padding: 0;
        z-index: 5;
        overflow: hidden;
    }
}

.quicktabs-wrapper .quicktabs-tabs li.first {
    border-left: 0;
}

.quicktabs-wrapper .quicktabs-tabs li.last {
    margin-right: -1px;
}

/* line 125, ../sass/view.scss */
.quicktabs-wrapper .quicktabs-tabs li a {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 9px 35px;
    font-size: 21px;
    color: #162f3b;
}

/* line 114, ../sass/includes/_include.scss */
.quicktabs-wrapper .quicktabs-tabs li a:after {
}

/* line 126, ../sass/includes/_include.scss */
.quicktabs-wrapper .quicktabs-tabs li a:hover, .quicktabs-wrapper .quicktabs-tabs li a:focus {
    color: #fff;
    border-color: #24556a;
    background-color: #006699;
}

@media screen and (max-width: 765px) {
    .quicktabs-wrapper .quicktabs-tabs li a:hover, .quicktabs-wrapper .quicktabs-tabs li a:focus {
        width:100% !important;
    }
}

/* line 129, ../sass/includes/_include.scss */
.quicktabs-wrapper .quicktabs-tabs li a:hover:after, .quicktabs-wrapper .quicktabs-tabs li a:focus:after {
    background-color: #444;
    width: 100%;
}

/* line 131, ../sass/view.scss */
.quicktabs-wrapper .quicktabs-tabs .active a {
    color: #fffcf3;
    border-color: #444;
    background-color: #006699;
}

.quicktabs-wrapper .quicktabs-tabs li.first.active a, .quicktabs-wrapper .quicktabs-tabs li.first.active a:hover {
    color: #fffcf3;
    border-radius: 25px 0 0 25px !important;
    background-color: #006699;
}

@media screen and (max-width: 765px) {
    .quicktabs-wrapper .quicktabs-tabs li.first.active a, .quicktabs-wrapper .quicktabs-tabs li.first.active a:hover {
        width:100% !important;
    }
}

.quicktabs-wrapper .quicktabs-tabs li.last.active a, .quicktabs-wrapper .quicktabs-tabs li.last a:hover {
    color: #fffcf3;
    border-radius: 0 10px 10px 0 !important;
    background-color: #006699;
}

@media screen and (max-width: 765px) {
    .quicktabs-wrapper .quicktabs-tabs li.last.active a, .quicktabs-wrapper .quicktabs-tabs li.last a:hover {
        width:100% !important;
    }
}

.quicktabs-wrapper .quicktabs-tabs .active a:hover {
    color: #fffcf3;
    border-color: #444;
    background-color: #006699;
}

/* line 135, ../sass/view.scss */
.quicktabs-wrapper .quicktabs-tabs .active a:hover, .quicktabs-wrapper .quicktabs-tabs .active a:focus {
    color: #fff;
    border-color: #444;
    background-color: #006699;
}

/* end quick tab */
/* start blog grid */
/* line 146, ../sass/view.scss */
.view-display-id-block_1 {
    text-align: left;
}

@media screen and (max-width: 768px) {
    div.view-display-id-block_1 {
        padding: 0 5px;
    }
}

/* line 148, ../sass/view.scss */
.view-display-id-block_1 .views-row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 154, ../sass/view.scss */
.view-display-id-block_1 .grid-inner {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .view-display-id-block_1 .grid-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .view-display-id-block_1 .grid-inner img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .view-display-id-block_1 .views-row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* line 162, ../sass/view.scss */
.view-display-id-block_1 .views-field-title {
    font-size: 1.286em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #162f3b;
}

/* line 166, ../sass/view.scss */
.view-display-id-block_1 .more-link {
    text-align: center;
}

/* line 168, ../sass/view.scss */
.view-display-id-block_1 .more-link a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 40px;
    z-index: 0;
    background-color: inherit;
    overflow: hidden;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: white;
    padding: 10px 80px;
    margin-top: 30px;
}

/* line 177, ../sass/includes/_include.scss */
.view-display-id-block_1 .more-link a:hover, .quicktabs_main .more-link a:focus {
    background-color: #00a0b0;
    border-color: #00a0b0;
    color: white;
}

/* end blog grid */
/* start view donate */
/* line 182, ../sass/view.scss */
.donate-content {
    text-align: right;
    padding-left: 440px;
    padding-right: 290px;
}

/* line 186, ../sass/view.scss */
.donate-content .views-field-title {
    font-size: 2.143em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

/* line 192, ../sass/view.scss */
.donate-content .views-field-nothing {
    font-size: 2.143em;
    font-weight: 300;
    line-height: 1;
    margin-top: -25px;
}

/* line 199, ../sass/view.scss */
.donate-content .fieldset .views-field {
    display: inline-block;
    margin-bottom: 0;
}

/* line 203, ../sass/view.scss */
.donate-content .fieldset a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 40px;
    z-index: 0;
    background-color: inherit;
    overflow: hidden;
    padding: 12px 60px;
}

/* line 177, ../sass/includes/_include.scss */
.donate-content .fieldset a:hover, .donate-content .fieldset a:focus {
    background-color: #00a0b0;
    border-color: #00a0b0;
    color: white;
}

/* line 209, ../sass/view.scss */
.donate-content .views-field-view-node a {
    background-color: white;
    color: #3a3a3a;
    margin-right: 15px;
}

/* line 216, ../sass/view.scss */
.donate-content .views-field-nothing-2 a {
    border-color: white;
    color: white;
    margin-left: 15px;
}

/* line 221, ../sass/view.scss */
.donate-content .views-field-nothing-2 span {
    color: #3a3a3a;
    font-weight: 600;
}

/* end view donate */
/* start event-typical*/
/* line 232, ../sass/view.scss */
.event-typical .views-field-title {
    font-size: 2.143em;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
}

/* line 237, ../sass/view.scss */
.event-typical .views-field-title:after {
    content: "\f0c1";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 50%;
    bottom: -43px;
    margin-left: -18px;
}

/* line 247, ../sass/view.scss */
.event-typical .views-field-title a {
    color: white;
}

/* line 249, ../sass/view.scss */
.event-typical .views-field-title a:hover, .event-typical .views-field-title a:focus {
    color: #00a0b0;
}

/* line 254, ../sass/view.scss */
.event-typical .fieldset {
    margin-top: 40px;
}

/* line 256, ../sass/view.scss */
.event-typical .fieldset .views-field {
    display: inline-block;
    margin-bottom: 0;
}

/* line 260, ../sass/view.scss */
.event-typical .fieldset a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 40px;
    z-index: 0;
    background-color: inherit;
    overflow: hidden;
    padding: 12px 60px;
}

/* line 177, ../sass/includes/_include.scss */
.event-typical .fieldset a:hover, .event-typical .fieldset a:focus {
    background-color: #00a0b0;
    border-color: #00a0b0;
    color: white;
}

/* line 266, ../sass/view.scss */
.event-typical .views-field-view-node a {
    background-color: white;
    color: #3a3a3a;
    margin-right: 15px;
}

/* line 273, ../sass/view.scss */
.event-typical .views-field-nothing a {
    color: white;
    border-color: white;
    margin-left: 15px;
}

/* line 279, ../sass/view.scss */
.event-typical .views-field-body {
    font-size: 1.286em;
}

/* end event-typical*/
/* line 286, ../sass/view.scss */
.event-typical .views-field-nothing {
    font-weight: 600;
}

/* start partners-list */
/* line 292, ../sass/view.scss */
.partners-list {
    padding-top: 0;
}

a.jcarousel-prev.jcarousel-prev-horizontal, a.jcarousel-next.jcarousel-next-horizontal {
    display: none;
}

/* line 294, ../sass/view.scss */
.partners-list .jcarousel-container-horizontal {
    height: auto;
    padding: 0;
    width: auto;
}

/* line 299, ../sass/view.scss */
.partners-list .views-field {
    margin-bottom: 0;
}

/* line 302, ../sass/view.scss */
.partners-list .jcarousel-clip-horizontal {
    width: 100%;
}

/* line 305, ../sass/view.scss */
.partners-list .jcarousel-item {
    width: 170px !important;
    height: auto;
    margin: 0 24px 0 0;
    position: relative;
    border: none;
    /*
  border-color: #dddddd;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
*/
}

/* line 313, ../sass/view.scss */
.partners-list .jcarousel-item:hover, .partners-list .jcarousel-item:focus {
    border-color: #999999;
}

/* line 316, ../sass/view.scss */
.partners-list .jcarousel-item a {
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
}

/* line 329, ../sass/view.scss */
.partners-list .views-field-type-image img, .partners-list .views-field-field-image img {
    cursor: pointer;
}

/* line 333, ../sass/view.scss */
.partners-list .jcarousel-prev-horizontal {
    left: 50%;
    margin-right: 38px;
    position: absolute;
    top: -43px;
    margin-left: -40px;
}

/* line 340, ../sass/view.scss */
.partners-list .jcarousel-next-horizontal {
    top: -43px;
    position: absolute;
    left: 50%;
    right: auto;
    z-index: 5;
}

/* line 347, ../sass/view.scss */
.partners-list .jcarousel-prev, .partners-list .jcarousel-next {
    background-image: none;
    width: auto;
    height: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 30px;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #3a3a3a;
    color: #3a3a3a;
    font-size: 0.857em;
    font-size: 1em;
    position: absolute;
    padding: 2px 15px;
}

/* line 114, ../sass/includes/_include.scss */
.partners-list .jcarousel-prev:after, .partners-list .jcarousel-next:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/* line 126, ../sass/includes/_include.scss */
.partners-list .jcarousel-prev:hover, .partners-list .jcarousel-next:hover, .partners-list .jcarousel-prev:focus, .partners-list .jcarousel-next:focus {
    color: white;
    border-color: #00a0b0;
}

/* line 129, ../sass/includes/_include.scss */
.partners-list .jcarousel-prev:hover:after, .partners-list .jcarousel-next:hover:after, .partners-list .jcarousel-prev:focus:after, .partners-list .jcarousel-next:focus:after {
    background-color: #00a0b0;
    width: 100%;
}

/* line 355, ../sass/view.scss */
.partners-list .jcarousel-prev:before, .partners-list .jcarousel-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    z-index: 99;
    color: black;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* line 362, ../sass/view.scss */
.partners-list .jcarousel-prev:hover, .partners-list .jcarousel-next:hover, .partners-list .jcarousel-prev:focus, .partners-list .jcarousel-next:focus {
    outline: none;
}

/* line 363, ../sass/view.scss */
.partners-list .jcarousel-prev:hover:before, .partners-list .jcarousel-next:hover:before, .partners-list .jcarousel-prev:focus:before, .partners-list .jcarousel-next:focus:before {
    color: white;
}

/* line 371, ../sass/view.scss */
.partners-list .jcarousel-next:before {
    content: "\f105";
}

/* end partners-list */
/* start galleries gird */
/* line 322, ../sass/includes/_include.scss */
.gallery-sidebar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* line 382, ../sass/view.scss */
.gallery-sidebar .views-row {
    margin-left: -5px;
    margin-right: -5px;
}

/* line 388, ../sass/view.scss */
.gallery-sidebar .grid-inner {
    padding: 5px;
}

/* line 391, ../sass/view.scss */
.gallery-sidebar .views-field {
    margin-bottom: 0;
}

/* end gallery grid */
/* advertisement-list */
/* line 399, ../sass/view.scss */
.ads-sidebar {
    margin-left: -5px;
    margin-right: -5px;
}

/* line 322, ../sass/includes/_include.scss */
.ads-sidebar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* line 405, ../sass/view.scss */
.ads-sidebar .views-row {
    display: inline-block;
    padding: 0 5px;
}

/* line 409, ../sass/view.scss */
.ads-sidebar .views-row:last-child .views-field {
    margin-bottom: 0;
}

/* line 414, ../sass/view.scss */
.ads-sidebar .views-field {
    margin-bottom: 20px;
}

/* end advertisement-list */
/* tagclouds-term */
/* line 422, ../sass/view.scss */
.tagclouds-term {
    font-size: 0.857em;
}

/* line 424, ../sass/view.scss */
.tagclouds-term a {
    color: #3a3a3a;
    padding: 10px 20px;
    background-color: #f2f2f2;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 5px;
}

/* line 431, ../sass/view.scss */
.tagclouds-term a:hover, .tagclouds-term a:focus {
    background-color: #00a0b0;
    color: white;
}

/* teams-grid */
/* line 441, ../sass/view.scss */
#panel-fifth .teams-grid .view-header {
    text-align: center;
    margin-bottom: 70px;
}

/* line 449, ../sass/view.scss */
.teams-grid .view-header {
    text-align: center;
}

/* line 452, ../sass/view.scss */
.teams-grid .jcarousel-container {
    width: 100%;
    height: auto;
    padding: 0;
}

/* line 456, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-clip-horizontal {
    width: 100%;
}

/* line 459, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-item {
    width: 270px !important;
    margin-left: 0;
    margin-right: 30px;
    height: auto;
    padding: 20px;
    background-color: #dddddd;
    border: none;
}

/* line 468, ../sass/view.scss */
.teams-grid .jcarousel-container .views-field-picture, .teams-grid .jcarousel-container .views-field-type-image {
    margin: -20px -20px 15px -20px;
}

/* line 471, ../sass/view.scss */
.teams-grid .jcarousel-container .views-field-field-full-name {
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 8px;
    line-height: 1;
}

/* line 478, ../sass/view.scss */
.teams-grid .jcarousel-container .views-field-field-position {
    text-transform: uppercase;
    color: #00a0b0;
    font-size: 0.857em;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 1;
}

/* line 486, ../sass/view.scss */
.teams-grid .jcarousel-container .views-field-field-description {
    color: #999999;
    font-size: 0.857em;
    font-weight: 100;
}

/* line 492, ../sass/view.scss */
.teams-grid .jcarousel-container .views-field-field-email, .teams-grid .jcarousel-container .views-field-field-phone {
    font-size: 0.857em;
    margin-bottom: 5px;
    font-weight: 100;
    word-break: break-all;
}

/* line 498, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset, .teams-grid .jcarousel-container fieldset {
    margin-top: 25px;
}

/* line 500, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset .views-field, .teams-grid .jcarousel-container fieldset .views-field {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* line 508, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset .views-field:last-child, .teams-grid .jcarousel-container fieldset .views-field:last-child {
    margin-right: 0;
}

/* line 513, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset .field-content:before, .teams-grid .jcarousel-container fieldset .field-content:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 9px;
    font-size: 22px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* line 524, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset .field-content:hover:before, .teams-grid .jcarousel-container .fieldset .field-content:focus:before, .teams-grid .jcarousel-container fieldset .field-content:hover:before, .teams-grid .jcarousel-container fieldset .field-content:focus:before {
    color: #00a0b0;
}

/* line 527, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset .field-content:hover a, .teams-grid .jcarousel-container .fieldset .field-content:focus a, .teams-grid .jcarousel-container fieldset .field-content:hover a, .teams-grid .jcarousel-container fieldset .field-content:focus a {
    border-color: #00a0b0;
}

/* line 532, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset a, .teams-grid .jcarousel-container fieldset a {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #3a3a3a;
    overflow: hidden;
    color: #3a3a3a;
    position: relative;
    z-index: 2;
}

/* line 542, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset a:hover, .teams-grid .jcarousel-container .fieldset a:focus, .teams-grid .jcarousel-container fieldset a:hover, .teams-grid .jcarousel-container fieldset a:focus {
    color: #00a0b0;
    border-color: #00a0b0;
}

/* line 546, ../sass/view.scss */
.teams-grid .jcarousel-container .fieldset a .fa, .teams-grid .jcarousel-container fieldset a .fa {
    font-size: 22px;
    line-height: 38px;
}

/* line 552, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-prev, .teams-grid .jcarousel-container .partners-list .jcarousel-next, .partners-list .teams-grid .jcarousel-container .jcarousel-next, .teams-grid .jcarousel-container .jcarousel-next {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 30px;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #3a3a3a;
    color: #3a3a3a;
    font-size: 0.857em;
    top: -50px;
    left: 50%;
    right: auto;
    width: 30px;
    height: 20px;
    background: none;
    display: block;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    position: absolute;
    text-indent: -999em;
    padding: 0;
}

/* line 114, ../sass/includes/_include.scss */
.teams-grid .jcarousel-container .jcarousel-prev:after, .teams-grid .jcarousel-container .partners-list .jcarousel-next:after, .partners-list .teams-grid .jcarousel-container .jcarousel-next:after, .teams-grid .jcarousel-container .jcarousel-next:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/* line 126, ../sass/includes/_include.scss */
.teams-grid .jcarousel-container .jcarousel-prev:hover, .teams-grid .jcarousel-container .partners-list .jcarousel-next:hover, .partners-list .teams-grid .jcarousel-container .jcarousel-next:hover, .teams-grid .jcarousel-container .jcarousel-prev:focus, .teams-grid .jcarousel-container .partners-list .jcarousel-next:focus, .partners-list .teams-grid .jcarousel-container .jcarousel-next:focus, .teams-grid .jcarousel-container .jcarousel-next:hover, .teams-grid .jcarousel-container .jcarousel-next:focus {
    color: white;
    border-color: #00a0b0;
}

/* line 129, ../sass/includes/_include.scss */
.teams-grid .jcarousel-container .jcarousel-prev:hover:after, .teams-grid .jcarousel-container .partners-list .jcarousel-next:hover:after, .partners-list .teams-grid .jcarousel-container .jcarousel-next:hover:after, .teams-grid .jcarousel-container .jcarousel-prev:focus:after, .teams-grid .jcarousel-container .partners-list .jcarousel-next:focus:after, .partners-list .teams-grid .jcarousel-container .jcarousel-next:focus:after, .teams-grid .jcarousel-container .jcarousel-next:hover:after, .teams-grid .jcarousel-container .jcarousel-next:focus:after {
    background-color: #00a0b0;
    width: 100%;
}

/* line 566, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-prev:before, .teams-grid .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .teams-grid .jcarousel-container .jcarousel-next:before, .teams-grid .jcarousel-container .jcarousel-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 30px;
    height: 20px;
    line-height: 17px;
}

/* line 577, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-prev:hover, .teams-grid .jcarousel-container .partners-list .jcarousel-next:hover, .partners-list .teams-grid .jcarousel-container .jcarousel-next:hover, .teams-grid .jcarousel-container .jcarousel-prev:focus, .teams-grid .jcarousel-container .partners-list .jcarousel-next:focus, .partners-list .teams-grid .jcarousel-container .jcarousel-next:focus, .teams-grid .jcarousel-container .jcarousel-next:hover, .teams-grid .jcarousel-container .jcarousel-next:focus {
    color: white;
}

/* line 583, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-prev, .teams-grid .jcarousel-container .partners-list .jcarousel-next, .partners-list .teams-grid .jcarousel-container .jcarousel-next {
    margin-left: -33px;
}

/* line 585, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-prev:before, .teams-grid .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .teams-grid .jcarousel-container .jcarousel-next:before {
    content: "\f104";
}

/* line 590, ../sass/view.scss */
.teams-grid .jcarousel-container .jcarousel-next:before {
    content: "\f105";
}

/* testimonials */
/* line 598, ../sass/view.scss */
.testimonials-slider {
    width: 440px;
}

/* line 600, ../sass/view.scss */
.testimonials-slider .jcarousel-container {
    padding: 25px 30px;
    background-color: #f2f2f2;
    color: #999999;
    width: auto;
    height: auto;
}

/* line 607, ../sass/view.scss */
.testimonials-slider .jcarousel-clip-horizontal {
    width: auto;
}

/* line 610, ../sass/view.scss */
.testimonials-slider .jcarousel-item {
    border: none;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    background: none;
}

/* line 619, ../sass/view.scss */
.testimonials-slider .views-field-title {
    color: #999999;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    position: relative;
}

/* line 627, ../sass/view.scss */
.testimonials-slider .views-field-title .field-content {
    padding-left: 40px;
}

/* line 629, ../sass/view.scss */
.testimonials-slider .views-field-title .field-content:before {
    content: "";
    background-color: #999999;
    height: 1px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 10px;
}

/* line 639, ../sass/view.scss */
.testimonials-slider .views-field-title a {
    color: #999999;
}

/* line 641, ../sass/view.scss */
.testimonials-slider .views-field-title a:hover, .testimonials-slider .views-field-title a:focus {
    color: #00a0b0;
}

/* line 646, ../sass/view.scss */
.testimonials-slider .views-field-body {
    text-align: left;
    font-weight: 300;
}

/* line 649, ../sass/view.scss */
.testimonials-slider .views-field-body .field-content {
    padding-left: 20px;
    position: relative;
}

/* line 652, ../sass/view.scss */
.testimonials-slider .views-field-body .field-content:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    color: #00a0b0;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

/* line 664, ../sass/view.scss */
.testimonials-slider .views-field-body p:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10e";
    margin-left: 10px;
    color: #00a0b0;
}

/* line 672, ../sass/view.scss */
.testimonials-slider .jcarousel-prev, .testimonials-slider .partners-list .jcarousel-next, .partners-list .testimonials-slider .jcarousel-next, .testimonials-slider .jcarousel-next {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 30px;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #3a3a3a;
    color: #3a3a3a;
    font-size: 0.857em;
    bottom: -30px;
    top: auto;
    left: auto;
    right: 0;
    width: 30px;
    height: 20px;
    background: none;
    display: block;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    padding: 0;
    position: absolute;
}

/* line 114, ../sass/includes/_include.scss */
.testimonials-slider .jcarousel-prev:after, .testimonials-slider .partners-list .jcarousel-next:after, .partners-list .testimonials-slider .jcarousel-next:after, .testimonials-slider .jcarousel-next:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/* line 126, ../sass/includes/_include.scss */
.testimonials-slider .jcarousel-prev:hover, .testimonials-slider .partners-list .jcarousel-next:hover, .partners-list .testimonials-slider .jcarousel-next:hover, .testimonials-slider .jcarousel-prev:focus, .testimonials-slider .partners-list .jcarousel-next:focus, .partners-list .testimonials-slider .jcarousel-next:focus, .testimonials-slider .jcarousel-next:hover, .testimonials-slider .jcarousel-next:focus {
    color: white;
    border-color: #00a0b0;
}

/* line 129, ../sass/includes/_include.scss */
.testimonials-slider .jcarousel-prev:hover:after, .testimonials-slider .partners-list .jcarousel-next:hover:after, .partners-list .testimonials-slider .jcarousel-next:hover:after, .testimonials-slider .jcarousel-prev:focus:after, .testimonials-slider .partners-list .jcarousel-next:focus:after, .partners-list .testimonials-slider .jcarousel-next:focus:after, .testimonials-slider .jcarousel-next:hover:after, .testimonials-slider .jcarousel-next:focus:after {
    background-color: #00a0b0;
    width: 100%;
}

/* line 686, ../sass/view.scss */
.testimonials-slider .jcarousel-prev:before, .testimonials-slider .partners-list .jcarousel-next:before, .partners-list .testimonials-slider .jcarousel-next:before, .testimonials-slider .jcarousel-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 20px;
}

/* line 696, ../sass/view.scss */
.testimonials-slider .jcarousel-prev:hover, .testimonials-slider .partners-list .jcarousel-next:hover, .partners-list .testimonials-slider .jcarousel-next:hover, .testimonials-slider .jcarousel-prev:focus, .testimonials-slider .partners-list .jcarousel-next:focus, .partners-list .testimonials-slider .jcarousel-next:focus, .testimonials-slider .jcarousel-next:hover, .testimonials-slider .jcarousel-next:focus {
    color: white;
}

/* line 700, ../sass/view.scss */
.testimonials-slider .jcarousel-prev, .testimonials-slider .partners-list .jcarousel-next, .partners-list .testimonials-slider .jcarousel-next {
    right: 33px;
}

/* line 702, ../sass/view.scss */
.testimonials-slider .jcarousel-prev:before, .testimonials-slider .partners-list .jcarousel-next:before, .partners-list .testimonials-slider .jcarousel-next:before {
    content: "\f104";
}

/* line 707, ../sass/view.scss */
.testimonials-slider .jcarousel-next:before {
    content: "\f105";
}

/* line 711, ../sass/view.scss */
.testimonials-slider .more-link {
    text-align: left;
    padding-top: 15px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 0.857em;
}

/* line 720, ../sass/view.scss */
.testimonials-slider .more-link a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #00a0b0;
    font-weight: 600;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* line 729, ../sass/view.scss */
.testimonials-slider .more-link a:hover:before, .testimonials-slider .more-link a:hover:after, .testimonials-slider .more-link a:focus:before, .testimonials-slider .more-link a:focus:after {
    color: #3a3a3a;
}

/* view cart */
/* line 739, ../sass/view.scss */
.cart-review table {
    width: 100%;
    border: 1px solid #dddddd;
    border-spacing: 10px;
    padding: 30px;
    color: #3a3a3a;
}

/* line 745, ../sass/view.scss */
.cart-review table td, .cart-review table th {
    padding: 10px;
}

/* line 748, ../sass/view.scss */
.cart-review table th {
    border-bottom: none;
    font-weight: 600;
}

/* line 752, ../sass/view.scss */
.cart-review table tr {
    vertical-align: middle;
    background-color: inherit;
}

/* line 756, ../sass/view.scss */
.cart-review table thead {
    border-bottom: 1px solid #dddddd;
}

/* line 759, ../sass/view.scss */
.cart-review table tbody {
    border-top: none;
}

/* line 761, ../sass/view.scss */
.cart-review table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

/* line 764, ../sass/view.scss */
.cart-review table tbody tr.views-row-last {
    border-bottom: none;
}

/* line 770, ../sass/view.scss */
.cart-review .view-footer table {
    border: none;
}

/* line 773, ../sass/view.scss */
.cart-review .view-footer table tbody tr {
    border-bottom: none;
}

/* line 780, ../sass/view.scss */
.cart-review .views-field-edit-quantity .form-text {
    min-width: inherit;
    padding: 12px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

/* line 791, ../sass/view.scss */
.cart-review tbody .views-field-line-item-title a {
    color: #3a3a3a;
}

/* line 793, ../sass/view.scss */
.cart-review tbody .views-field-line-item-title a:hover, .cart-review tbody .views-field-line-item-title a:focus {
    color: #00a0b0;
}

/* line 823, ../sass/view.scss */
.cart-review tbody .views-field-edit-delete {
    padding-left: 25px;
}

/* line 825, ../sass/view.scss */
.cart-review tbody .views-field-edit-delete .form-submit {
    background: url("../images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border: none;
    text-indent: -999em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* line 840, ../sass/view.scss */
.cart-review tbody .views-field-edit-delete .form-submit:hover, .cart-review tbody .views-field-edit-delete .form-submit:focus {
    background-position: 0 -31px;
}

/* line 846, ../sass/view.scss */
.cart-review .line-item-summary {
    padding: 30px 0 15px 30px;
    font-weight: 700;
    color: #3a3a3a;
}

/* line 850, ../sass/view.scss */
.cart-review .line-item-summary span {
    padding-left: 15px;
}

/* line 854, ../sass/view.scss */
.cart-review .continue-shopping {
    padding: 10px 30px;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 600;
}

/* line 861, ../sass/view.scss */
.cart-review .continue-shopping:hover, .cart-review .continue-shopping:focus {
    background-color: #00a0b0;
    border-color: #00a0b0;
    color: white;
}

/* line 867, ../sass/view.scss */
.cart-review .commerce-line-item-actions {
    float: right;
    margin-top: 0;
}

/* line 870, ../sass/view.scss */
.cart-review .commerce-line-item-actions .form-submit {
    margin-left: 10px;
    background-color: #3a3a3a;
    color: white;
}

/* line 874, ../sass/view.scss */
.cart-review .commerce-line-item-actions .form-submit:hover, .cart-review .commerce-line-item-actions .form-submit:focus {
    background-color: #00a0b0;
}

/* testimonials-content */
/* line 887, ../sass/view.scss */
.testimonials-content .views-row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 893, ../sass/view.scss */
.testimonials-content .grid-inner {
    padding: 25px 30px;
    background-color: #f2f2f2;
    color: #999999;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

/* line 903, ../sass/view.scss */
.testimonials-content .views-field-body {
    text-align: justify;
    font-weight: 300;
}

/* line 906, ../sass/view.scss */
.testimonials-content .views-field-body .field-content {
    padding-left: 20px;
    position: relative;
}

/* line 909, ../sass/view.scss */
.testimonials-content .views-field-body .field-content:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10d";
    color: #00a0b0;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}

/* line 921, ../sass/view.scss */
.testimonials-content .views-field-body p:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f10e";
    margin-left: 10px;
    color: #00a0b0;
}

/* line 929, ../sass/view.scss */
.testimonials-content .views-field-title {
    color: #999999;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    position: relative;
}

/* line 937, ../sass/view.scss */
.testimonials-content .views-field-title .field-content {
    padding-left: 40px;
}

/* line 939, ../sass/view.scss */
.testimonials-content .views-field-title .field-content:before {
    content: "";
    background-color: #999999;
    height: 1px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 10px;
}

/* line 949, ../sass/view.scss */
.testimonials-content .views-field-title a {
    color: #999999;
}

/* line 951, ../sass/view.scss */
.testimonials-content .views-field-title a:hover, .testimonials-content .views-field-title a:focus {
    color: #00a0b0;
}

/* shop-related */
/* line 960, ../sass/view.scss */
.shop-related .jcarousel-container {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

/* line 965, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-clip-horizontal {
    width: auto;
}

/* line 968, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-item {
    height: auto;
    border: none;
    margin-left: 0;
    margin-right: 30px;
    width: 360px !important;
}

/* line 975, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-prev, .shop-related .jcarousel-container .partners-list .jcarousel-next, .partners-list .shop-related .jcarousel-container .jcarousel-next, .shop-related .jcarousel-container .jcarousel-next {
    background: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 30px;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #3a3a3a;
    color: #3a3a3a;
    font-size: 0.857em;
    position: absolute;
    top: -60px;
    padding: 0;
    width: 46px;
    height: 30px;
}

/* line 114, ../sass/includes/_include.scss */
.shop-related .jcarousel-container .jcarousel-prev:after, .shop-related .jcarousel-container .partners-list .jcarousel-next:after, .partners-list .shop-related .jcarousel-container .jcarousel-next:after, .shop-related .jcarousel-container .jcarousel-next:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/* line 126, ../sass/includes/_include.scss */
.shop-related .jcarousel-container .jcarousel-prev:hover, .shop-related .jcarousel-container .partners-list .jcarousel-next:hover, .partners-list .shop-related .jcarousel-container .jcarousel-next:hover, .shop-related .jcarousel-container .jcarousel-prev:focus, .shop-related .jcarousel-container .partners-list .jcarousel-next:focus, .partners-list .shop-related .jcarousel-container .jcarousel-next:focus, .shop-related .jcarousel-container .jcarousel-next:hover, .shop-related .jcarousel-container .jcarousel-next:focus {
    color: white;
    border-color: #00a0b0;
}

/* line 129, ../sass/includes/_include.scss */
.shop-related .jcarousel-container .jcarousel-prev:hover:after, .shop-related .jcarousel-container .partners-list .jcarousel-next:hover:after, .partners-list .shop-related .jcarousel-container .jcarousel-next:hover:after, .shop-related .jcarousel-container .jcarousel-prev:focus:after, .shop-related .jcarousel-container .partners-list .jcarousel-next:focus:after, .partners-list .shop-related .jcarousel-container .jcarousel-next:focus:after, .shop-related .jcarousel-container .jcarousel-next:hover:after, .shop-related .jcarousel-container .jcarousel-next:focus:after {
    background-color: #00a0b0;
    width: 100%;
}

/* line 983, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-prev:before, .shop-related .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .shop-related .jcarousel-container .jcarousel-next:before, .shop-related .jcarousel-container .jcarousel-next:before {
    width: 12px;
    height: 12px;
    line-height: 26px;
    color: #3a3a3a;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

/* line 992, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-prev:hover:before, .shop-related .jcarousel-container .partners-list .jcarousel-next:hover:before, .partners-list .shop-related .jcarousel-container .jcarousel-next:hover:before, .shop-related .jcarousel-container .jcarousel-prev:focus:before, .shop-related .jcarousel-container .partners-list .jcarousel-next:focus:before, .partners-list .shop-related .jcarousel-container .jcarousel-next:focus:before, .shop-related .jcarousel-container .jcarousel-next:hover:before, .shop-related .jcarousel-container .jcarousel-next:focus:before {
    color: white;
}

/* line 997, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-prev, .shop-related .jcarousel-container .partners-list .jcarousel-next, .partners-list .shop-related .jcarousel-container .jcarousel-next {
    left: auto;
    right: 50px;
}

/* line 1000, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-prev:before, .shop-related .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .shop-related .jcarousel-container .jcarousel-next:before {
    content: "\f104";
}

/* line 1004, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-next {
    right: 0;
}

/* line 1006, ../sass/view.scss */
.shop-related .jcarousel-container .jcarousel-next:before {
    content: "\f105";
}

/* donates-related */
/* line 1015, ../sass/view.scss */
.donates-related .jcarousel-container {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

/* line 1020, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-clip-horizontal {
    width: auto;
}

/* line 1023, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-item {
    height: auto;
    border: none;
    margin-left: 0;
    margin-right: 30px;
    position: relative;
    width: 555px !important;
}

/* line 1031, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-item:hover .fieldset, .donates-related .jcarousel-container .jcarousel-item:focus .fieldset {
    width: 100%;
    text-align: center;
}

/* line 1035, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-item:hover .views-field-view-node, .donates-related .jcarousel-container .jcarousel-item:focus .views-field-view-node {
    width: 100%;
}

/* line 1040, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-prev, .donates-related .jcarousel-container .partners-list .jcarousel-next, .partners-list .donates-related .jcarousel-container .jcarousel-next, .donates-related .jcarousel-container .jcarousel-next {
    background: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 30px;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #3a3a3a;
    color: #3a3a3a;
    font-size: 0.857em;
    position: absolute;
    top: -60px;
    padding: 0;
    width: 46px;
    height: 30px;
}

/* line 114, ../sass/includes/_include.scss */
.donates-related .jcarousel-container .jcarousel-prev:after, .donates-related .jcarousel-container .partners-list .jcarousel-next:after, .partners-list .donates-related .jcarousel-container .jcarousel-next:after, .donates-related .jcarousel-container .jcarousel-next:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

/* line 126, ../sass/includes/_include.scss */
.donates-related .jcarousel-container .jcarousel-prev:hover, .donates-related .jcarousel-container .partners-list .jcarousel-next:hover, .partners-list .donates-related .jcarousel-container .jcarousel-next:hover, .donates-related .jcarousel-container .jcarousel-prev:focus, .donates-related .jcarousel-container .partners-list .jcarousel-next:focus, .partners-list .donates-related .jcarousel-container .jcarousel-next:focus, .donates-related .jcarousel-container .jcarousel-next:hover, .donates-related .jcarousel-container .jcarousel-next:focus {
    color: white;
    border-color: #00a0b0;
}

/* line 129, ../sass/includes/_include.scss */
.donates-related .jcarousel-container .jcarousel-prev:hover:after, .donates-related .jcarousel-container .partners-list .jcarousel-next:hover:after, .partners-list .donates-related .jcarousel-container .jcarousel-next:hover:after, .donates-related .jcarousel-container .jcarousel-prev:focus:after, .donates-related .jcarousel-container .partners-list .jcarousel-next:focus:after, .partners-list .donates-related .jcarousel-container .jcarousel-next:focus:after, .donates-related .jcarousel-container .jcarousel-next:hover:after, .donates-related .jcarousel-container .jcarousel-next:focus:after {
    background-color: #00a0b0;
    width: 100%;
}

/* line 1048, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-prev:before, .donates-related .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .donates-related .jcarousel-container .jcarousel-next:before, .donates-related .jcarousel-container .jcarousel-next:before {
    width: 12px;
    height: 12px;
    line-height: 26px;
    color: #3a3a3a;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

/* line 1057, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-prev:hover:before, .donates-related .jcarousel-container .partners-list .jcarousel-next:hover:before, .partners-list .donates-related .jcarousel-container .jcarousel-next:hover:before, .donates-related .jcarousel-container .jcarousel-prev:focus:before, .donates-related .jcarousel-container .partners-list .jcarousel-next:focus:before, .partners-list .donates-related .jcarousel-container .jcarousel-next:focus:before, .donates-related .jcarousel-container .jcarousel-next:hover:before, .donates-related .jcarousel-container .jcarousel-next:focus:before {
    color: white;
}

/* line 1062, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-prev, .donates-related .jcarousel-container .partners-list .jcarousel-next, .partners-list .donates-related .jcarousel-container .jcarousel-next {
    left: auto;
    right: 50px;
}

/* line 1065, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-prev:before, .donates-related .jcarousel-container .partners-list .jcarousel-next:before, .partners-list .donates-related .jcarousel-container .jcarousel-next:before {
    content: "\f104";
}

/* line 1069, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-next {
    right: 0;
}

/* line 1071, ../sass/view.scss */
.donates-related .jcarousel-container .jcarousel-next:before {
    content: "\f105";
}

/* line 1079, ../sass/view.scss */
.donates-typical .views-row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 1085, ../sass/view.scss */
.donates-typical .grid-inner {
    position: relative;
    min-height: 220px;
    margin-left: 15px;
    margin-right: 15px;
}

/* line 1093, ../sass/view.scss */
.donates-typical .fieldset {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    text-align: right;
    z-index: 5;
    background-color: rgba(58, 58, 58, 0.7);
}

/* line 1104, ../sass/view.scss */
.donates-typical .views-field-title {
    font-size: 2.571em;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 150px;
}

/* line 1109, ../sass/view.scss */
.donates-typical .views-field-title a {
    color: white;
}

/* line 1111, ../sass/view.scss */
.donates-typical .views-field-title a:hover, .donates-typical .views-field-title a:focus {
    color: #00a0b0;
}

/* line 1116, ../sass/view.scss */
.donates-typical .views-field-type-image, .donates-typical .views-field-field-image {
    margin-bottom: 0;
}

/* line 1119, ../sass/view.scss */
.donates-typical .views-field-body {
    font-size: 0.857em;
    color: white;
    margin-bottom: 15px;
}

/* line 1124, ../sass/view.scss */
.donates-typical .views-field-view-node {
    font-size: 0.857em;
    margin-bottom: 0;
    font-weight: 600;
}

/* line 1128, ../sass/view.scss */
.donates-typical .views-field-view-node a {
    margin-top: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 30px;
    color: white;
    border: 1px solid white;
    display: inline-block;
}

/* line 1135, ../sass/view.scss */
.donates-typical .views-field-view-node a:hover, .donates-typical .views-field-view-node a:focus {
    background-color: #00a0b0;
    border-color: #00a0b0;
}
