/*
Theme Name: Kezenfogva
Theme URI: http://clearcode.hu
Author: The Clear Code Team
Author URI: http://clearcode.hu
Version: 1.0
*/

/* FONT STYLES
----------------------------------------------- */

@font-face {
    font-family: 'DinPro-Light';
    src: url('fonts/dinpro-light/DINPro-Light.eot');
    src: url('fonts/dinpro-light/DINPro-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-light/DINPro-Light.woff2') format('woff2'),
         url('fonts/dinpro-light/DINPro-Light.woff') format('woff'),
         url('fonts/dinpro-light/DINPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-Regular';
    src: url('fonts/dinpro-regular/DINPro-Regular.eot');
    src: url('fonts/dinpro-regular/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-regular/DINPro-Regular.woff2') format('woff2'),
         url('fonts/dinpro-regular/DINPro-Regular.woff') format('woff'),
         url('fonts/dinpro-regular/DINPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-Bold';
    src: url('fonts/dinpro-bold/DINPro-Bold.eot');
    src: url('fonts/dinpro-bold/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-bold/DINPro-Bold.woff2') format('woff2'),
         url('fonts/dinpro-bold/DINPro-Bold.woff') format('woff'),
         url('fonts/dinpro-bold/DINPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lazing';
    src: url('fonts/lazing/lazing.eot');
    src: url('fonts/lazing/lazing.eot?#iefix') format('embedded-opentype'),
         url('fonts/lazing/lazing.woff2') format('woff2'),
         url('fonts/lazing/lazing.woff') format('woff'),
         url('fonts/lazing/lazing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* COMMON STYLES
----------------------------------------------- */

/* margin */

.m-0  { margin: 0px;  }
.m-5  { margin: 5px;  }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-20 { margin: 20px; }
.m-25 { margin: 25px; }
.m-30 { margin: 30px; }
.m-35 { margin: 35px; }
.m-40 { margin: 40px; }
.m-45 { margin: 45px; }
.m-50 { margin: 50px; }

/* margin-top */

.mt-0  { margin-top: 0px;  }
.mt-5  { margin-top: 5px;  }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }

/* margin-right */

.mr-0  { margin-right: 0px;  }
.mr-5  { margin-right: 5px;  }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-45 { margin-right: 45px; }
.mr-50 { margin-right: 50px; }

/* margin-bottom */

.mb-0  { margin-bottom: 0px;  }
.mb-5  { margin-bottom: 5px;  }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }

/* margin-left */

.ml-0  { margin-left: 0px;  }
.ml-5  { margin-left: 5px;  }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }

/* padding */

.p-0  { padding: 0px;  }
.p-5  { padding: 5px;  }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-35 { padding: 35px; }
.p-40 { padding: 40px; }
.p-45 { padding: 45px; }
.p-50 { padding: 50px; }

/* padding-top */

.pt-0  { padding-top: 0px;  }
.pt-5  { padding-top: 5px;  }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }

/* padding-right */

.pr-0  { padding-right: 0px;  }
.pr-5  { padding-right: 5px;  }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }

/* padding-bottom */

.pb-0  { padding-bottom: 0px;  }
.pb-5  { padding-bottom: 5px;  }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

/* padding-left */

.pl-0  { padding-left: 0px;  }
.pl-5  { padding-left: 5px;  }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }

/* image align */

img.alignleft {
    float: left;
    margin: 0 10px 0 0;
}

img.alignright {
    float: right;
    margin: 0 0 0 10px;
}

img.aligncenter {
    display: block; 
    margin: 0 auto;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.full-width-img {
    width: 100%;
    height: auto;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
}

body {
    background: #f6f5f3;
    font: 14px 'DinPro-Regular';
    color: #8d8a85;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DinPro-Bold';
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 23px;
}

h2 > span {
    font-family: 'DinPro-Light';
}

h3 {
    font-size: 20px;
}

.sub-title {
    font-family: 'DinPro-Regular';
    text-transform: none;
}

.premade_sub {
    font: 15px 'DinPro-Bold';
    color: #24877c;
}

strong, b {
    font-family: 'DinPro-Bold';
}

/* animation */

.animated-300ms {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* inputs */

::-webkit-input-placeholder {
    color: #b7b7b7 !important;
}

:-moz-placeholder {
    color: #b7b7b7 !important;
}

::-moz-placeholder {
    color: #b7b7b7 !important;
}

:-ms-input-placeholder {
    color: #b7b7b7 !important;
}

label {
    font-size: 14px;
    color: #24877c;
    font-weight: normal;
}

.required {
    color: red;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #b7b7b7;
    color: #ac1f8e;
}

textarea {
    resize: none;
}

.btn {
    border-color: #14a5eb;
    color: #14a5eb;
    font: 18px 'DinPro-Bold';
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    text-transform: uppercase;
    outline: 0 !important;
}

.btn:hover, .btn:focus, .btn:active, #donate-form .btn.active {
    background: #14a5eb !important;
    color: #fff !important;
}

a, a:hover {
    color: #ac1f8e;
    outline: 0;
}

/* colors */

.white {
    color: #fff;
}

.yellow {
    color: #ffc908;
}

.green {
    color: #24877c;
}

.dark-gray {
    color: #484848;
}

.magenta {
    color: #ac1f8e;
}

/* background colors */

.white-bg {
    background: #fff;
}

.green-bg {
    background: #59a39a;
}

/* progress circle */

.progress-circle {
    position: relative;
}

.progress-circle strong {
    position: absolute;
    font-size: 30px;
    color: #ad218f;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 79px;
    margin: auto;
}

/* progress bar */

.campaign-donated .tooltip {
    opacity: 1;
    top: -30px;
    position: relative;
    float: right;
    
}

.campaign-donated .tooltip-arrow {
    border-top-color: #ac1f8e !important;
}

.campaign-donated .tooltip-inner {
    background: #ac1f8e;
    padding: 3px 5px;
}

.campaign-donated .progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ccc;
    height: 4px;
    overflow: visible;
}

.campaign-donated .progress-bar {
    background: #8dc63f;
}

.campaign-donated > span {
    font-size: 14px;
}

.campaign-donated .subtitle {
    color: #333;
}

/* pagination */

.pagination i {
    font-style: normal;
}

/* facebook */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* HEADER
----------------------------------------------- */

#menu {
    background: none;
    border: none;
}

#menu > .container {
    position: relative;
}

#menu .navbar-brand {
    height: auto;
}

#header-menu {
    margin-top: 55px;
}

.navbar-nav .menu-item > a {
    font: 18px 'DinPro-Bold';
    padding: 7px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-nav .menu-item > a:hover, .navbar-nav .menu-item > a:focus,
.navbar-nav > .menu-item > a:active, .navbar-nav .menu-item.active > a {
    color: #fff !important;
    background: #24877c !important;
}

.language-chooser {
    float: right;
    padding: 0;
    margin: 4px 15px 0 0;
}

.language-chooser > li {
    margin-right: 5px;
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg#greyscale);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.language-chooser > li:hover,
.language-chooser > li.active {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.language-chooser > li img {
    width: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* HOME PAGE
----------------------------------------------- */

/* slider */

#slider {
    border-top: 1px solid #3f3004;
    border-bottom: 1px solid #3f3004;
    overflow: hidden;
}

#slider .item {
    height: 410px;
}

#slider .item h1 {
    font: 71px 'Lazing';
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

#slider .carousel-control {
    width: 60px;
    background: rgba(36, 135, 124, 0.4);
    opacity: 1;
    left: -64px;
    filter: none;
}

#slider .carousel-control.right {
    left: auto;
    right: -64px;
}

#slider:hover .carousel-control.left {
    left: 0;
}

#slider:hover .carousel-control.right {
    left: auto;
    right: 0;
}

#slider .carousel-control > .fa {
    position: absolute;
    top: 45%;
    left: 20px;
    font-size: 48px;
}

#slider .carousel-control.right > .fa {
    left: auto;
    right: 20px;
}

/* person section */

.persons-section .person-item {
    border: 1px solid #e1e1e1;
}

.persons-section .person-item .person-thumbnail {
    display: block;
    height: 200px;
    position: relative;
}

#persons .person-thumbnail:hover .ribbon, 
#persons .person-thumbnail:hover .ribbon:after {
    background: #14a5eb;
}

#persons .person-thumbnail .ribbon {
    position: absolute;
    top: 0;
    left: 10px;
    height: 110px;
    width: 65px;
    background: #a1a1a1;
    font-size: 12px;
}

#persons .person-thumbnail .ribbon:after {
    content: '';
    display: block;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 65px;
    background: #a1a1a1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#persons .person-thumbnail .circle {
    width: 55px;
    height: 55px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    z-index: 1;
    left: 5px;
    font-size: 18px;
    line-height: 47px;
}

.persons-section .person-item h3 {
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
}

.persons-section .person-item p {
    display: -webkit-box;
    height: 54px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.persons-section .person-item .btn {
    font-size: 11px;
}

/* event section */

.event-item {
    display: block;
    height: 215px;
    position: relative;
}

.event-item .hover {
    background-color: rgba(36, 135, 124, 0.851);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.event-item:hover .hover {
    opacity: 1;
}

.event-item:hover .event-details {
    opacity: 0;
}

.event-item h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event-item .hover h4 {
    font-family: 'DinPro-Regular';
}

.event-item .hover .white,
.event-item .hover h2:last-child {
    text-transform: none;
}

.event-item .event-details {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.event-details h5 > span {
    text-transform: none;
    font-family: 'DinPro-Regular';
}

/* join section */

.join-item {
    border: 1px solid #c2c2c2;
}

.join-item .join-thumbnail {
    height: 135px;
}

.join-item p {
    height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* news feed section */

.news-item {
    font-size: 12px;
}

.news-item h3 {
    font-size: 18px;
    text-transform: none;
}

.news-item p {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.tile-item {
    color: #8d8a85 !important;
    text-decoration: none !important;
}

/* newsletter */

#newsletter {
    background: #24877c;
}

#newsletter h3 {
    text-transform: capitalize;
}

#newsletter h3, #alo_easymail_widget_form {
    display: inline-block;
    vertical-align: middle;
}

#alo_em_widget_loading {
    display: none !important;
} 

.alo_easymail_form_table {
    float: left;
}

.alo_easymail_form_table tr > td > label {
    display: none;
}

#opt_email {
    max-width: 385px;
    border: 1px solid #b7b7b7;
    color: #24877c;
    width: 385px;
    height: 25px;
    padding: 5px 10px;
    margin: 5px 15px 0 0;
    line-height: 0;
}

#alo_easymail_widget_form .input-submit {
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font: 16px 'DinPro-Bold';
    background: none;
    width: 117px;
    padding: 6px 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#alo_easymail_widget_form .input-submit:hover {
    color: #24877c;
    background-color:#fff;
}

.alo_easymail_widget_ok,
.alo_easymail_widget_error {
    margin-top: 10px;
}

/* success campaign */

#success-campaign .person-item .ribbon {
    position: absolute;
    top: 16px;
    left: -39px;
    height: 45px;
    width: 156px;
    font-size: 15px;
    line-height: 58px;
    border-width: 0 30px 30px 30px;
    border-style: solid;
    border-color: transparent transparent #59a39a transparent;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* SINGLE PERSON PAGE AND SINGLE TEAM PAGE
----------------------------------------------- */

#person-details .progress-circle {
    width: 177px;
    height: 177px;
}

#person-details .progress-circle > canvas {
    border: 5px solid #d6d6d6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
}

#person-details .progress-circle > strong:before {
    content: '';
    display: block;
    margin: auto;
    width: 37px;
    height: 41px;
    background: url('images/icons.png');
}

.campaign-details > li {
    color: #5b5b5b;
}

.team-member-control {
    position: absolute;
    top: 2px;
    right: 15px;
    z-index: 1;
    white-space: nowrap;
}

.team-member-control .fa {
    font-size: 28px;
    cursor: pointer;
    vertical-align: top;
    line-height: 22px;
}

#person-details .person-name {
    text-transform: none;
}

.single-thumbnail {
    border-top: 3px solid #a81f89;
} 

.single-thumbnail > .full-width-img {
    border: 1px solid #cac8c6
}

#donation-section > .container {
    position: relative;
}

.donate-person {
    background: #24877c;
}

#donations .owl-item:nth-child(even) > .donate-person {
    background: #1d6c63;
}

.donate-person h3 {
    font-family: 'DinPro-Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.donate-person p {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

.donate-person strong {
    font-size: 16px;
}

#donation-section .fa {
    font-size: 50px;
    position: absolute;
    top: 56%;
    left: 0;
    cursor: pointer;
}

#donation-section .fa-angle-right {
    left: auto;
    right: 0;
}

#team-list .owl-wrapper-outer {
    overflow: visible;
}

#team-list .owl-wrapper {
    left: 0 !important;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

#team-list .owl-item {
    width: 10% !important;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    margin: 0 5px 5px 0;
}

#team-list .team-mate-item > .full-width-img {
    border: 1px solid #c4c4c4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg#greyscale);
    filter: grayscale(100%);
    filter: gray;
}

#team-list .owl-item.synced .full-width-img,
#team-list .team-mate-item > .full-width-img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    border-color: #ad2390;
}

#team-list .tooltip-inner {
    font: 18px 'DinPro-Light';
    color: #ffc908;
    white-space: nowrap;
}

#testimonials .owl-item {
    padding: 0 12px;
}

.testimonial-item {
    background: #ebebeb;
    border: 1px solid #d5d5d5;
    border-bottom: 2px solid #24877c;
}

.testimonial-item .testimonial-thumbnail > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-item h5 {
    font-size: 16px;
}

.testimonial-item h6 {
    font-family: 'DinPro-Light';
}

#testimonials .owl-pagination {
    text-align: center;
}

#testimonials .owl-page {
    display: inline-block;
}

#testimonials .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 2px;
    background: #acacac;
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#testimonials .owl-page.active span,
#testimonials .owl-page:hover span{
    background: #24877c;
    opacity: 1;
}

/* SINGLE CAMPAIGN
----------------------------------------------- */

.team-group-item {
    display: inline-block;
    vertical-align: top;
}

/* DONATE PAGE 
----------------------------------------------- */

.campaign-item {
    border: 1px solid #e1e1e1;
}

.donate-price-item, .payment-item {
    border-left: 1px solid #ccc;
}

.donate-price-item:nth-child(2), .payment-item:nth-child(2) {
    border: none;
}

.donate-price-item h2 {
    text-transform: none;
}

.select-payment-btn.active .base-text {
    display: none;
}

.select-payment-btn.active .active-text {
    display: block !important;
}

.simple-pay-logo {
    display: inline-block;
}

/* SUCCESS PAGE
----------------------------------------------- */

#success-message, #abort-message {
    background: #fff;
    border: 1px solid #dadada;
    margin: 0 auto 50px;
    max-width: 935px;
}

#abort-message {
    margin-top: 50px;
}

/* SEARCH PAGE
----------------------------------------------- */

.entry-summary {
    border-bottom: 2px solid #e1e1e1;
}

.by-author {
    display: none;
}

/* SINGLE PAGE
----------------------------------------------- */

.single-entry-meta {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

/* FOOTER
----------------------------------------------- */

#footer {
    background-color: #262525;
}

#footer .contact-info-list, #footer .contact-info-list a {
    font-size: 14px;
    color: #f6c104;
}

.social-icons > .social-icon-item {
    display: inline-block;
}

.social-icon-item > a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #898886;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
}

.social-icon-item > a:hover {
    background: #39a0dd;
}

#footer .menu {
    line-height: 20px;
    list-style: none;
    padding: 0;
}

#footer .menu li {
    margin-bottom: 15px;
}

#footer .menu a {
    color: #e9e7e7;
}

#footer .menu a:hover, #footer .menu a:focus {
    color: #ffc80b;
}

#copyright {
    border-top: 1px solid #68571c;
}

#copyright, #copyright a {
    font-size: 12px;
    color: #7d7d7c;
}

/* RESPONSIVE STYLES
----------------------------------------------- */

@media(min-width: 1270px) {
    .container {
        width: 1240px;
    }
}

@media(max-width: 1200px) {
    .full-width-md-img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 991px) {
    .container {
        width: 100%;
    }
    
    #header-menu {
        margin-top: 0;
    }
    
    .navbar-header {
        float: none;
        padding: 5px 0;
    }
    
    .navbar-toggle {
        display: block !important;
        border: none;
        height: 40px;
        width: 30px;
        background: none !important;
        margin: 48px 15px;
        padding: 0;
    }
    
    .navbar-toggle .icon-bar {
        height: 5px;
        width: 30px;
        background: #000 !important;
    }
    
    .navbar-collapse {
        border-top: 1px solid  #000 !important;
        text-align: center;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
        border-top: 1px solid #000;
    }
    
    .navbar-nav {
        float: none !important;
        margin: 5px -15px 0 !important;
    }
    
    .navbar-nav > li {
        float: none;
        display: block !important;
    }
    
    .navbar-nav > li > a {
        padding: 10px !important;
    }
    
    #slider .item h1 {
        font-size: 40px !important;
    }
    
    .full-width-sm-img {
        width: 100%;
        height: auto;
    }
    
    #choose-price-part .donate-price-item:nth-child(2n+0),
    .payment-item:nth-child(2n+0) {
        border: none;
    }
    
    #opt_email {
        width: 250px;
    }
}

@media(max-width: 767px) {
    .full-width-xs-img {
        width: 100%;
        height: auto;
    }
    
    .navbar-brand {
        max-width: 76%;
    }
    
    .campaign-item .col-md-9 {
        padding: 0 30px;
    }
    
    #newsletter h3 {
        display: block;
        margin: 0 0 10px 0;
    }
    
    #footer {
        text-align: center;
    }
}

@media(max-width: 600px) {
    .full-width-xxs-img {
        width: 100%;
        height: auto;
    }
    
    img.alignright, img.alignleft, img.aligncenter {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
    
    #slider .item h1 {
        font-size: 30px !important;
    }
    
    .progress-circle {
        margin: auto;
    }
    
    .person, .campaign-details-box, .person-item .col-xs-4, .person-item .col-xs-8, 
    .sport-man-item .col-md-2, .sport-man-item .col-md-10, .campaign-list-item .col-md-2, .campaign-list-item .col-md-10 {
        width: 100%;
    }
    
    .donate-price-item, .payment-item {
        width: 100%;
        border: none;
    }
    
    .team-member-control {
        top: -25px;
    }
    
    .campaign-details-box {
        text-align: center;
    }
    
    #person-details .col-xs-offset-4 {
        margin-left: 0;
    }
    
    .event-item .yellow, .event-item .white {
        font-size: 16px;
    }
    
    .alo_easymail_form_table {
        float: none;
    }
    
    #opt_email {
        margin: 0 0 10px 0;
    }
}