/* LOGIN DROP DOWN */


#login-dp {
    min-width: 315px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: #3a3f46;
    color: #bbbbbb;
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: #2c353d;
        border-top: 1px dashed #4b5868;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    height: 40px;
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #496ebc;
    }

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    height: 40px;
}

    .btn-twitter:hover {
        color: #fff;
        background-color: #59b5fa;
    }

.btn-google {
    color: #fff;
    background-color: #D62D20;
    height: 40px;
}

    .btn-google:hover {
        color: #fff;
        background-color: #e6564b;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }

        /*Responsive fix - Parallax overlapping schools*/
        .single-project-item {
            float: left;
            height: 450px;
        }
}


.share-buttons {
    line-height: 24px;
    padding-right: 0px;
}

    .share-buttons .social-links {
        position: relative;
        float: left;
    }

        .share-buttons .social-links a {
            position: relative;
            display: block;
            float: left;
            width: 40px;
            height: 40px;
            line-height: 24px;
            padding: 8px 10px;
            text-align: center;
            font-size: 16px;
            color: #ffffff;
            border-radius: 50%;
            margin: 2px;
        }

    .share-buttons .fa-facebook-f {
        background: #4365c5;
    }

    .share-buttons .fa-twitter {
        background: #3ddcef;
    }

    .share-buttons .fa-instagram {
        background: #b26f4d;
    }

    .share-buttons .fa-dribbble {
        background: #f263f4;
    }

    .share-buttons .fa-google-plus {
        background: #f35632;
    }

    .share-buttons .fa-youtube-play {
        background: #a72203;
    }

    .share-buttons .fa-linkedin {
        background: #166b97;
    }

    .share-buttons .fa-pinterest-p {
        background: #f24343;
    }

    .share-buttons .social-links a:hover {
        opacity: 0.7;
    }

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/



/*.tooltip.right {

    margin-left: 50px;
    border-color: #337AB7;
    border-width:5px;
    border-style:solid;
}

.tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  visibility:hidden;

}*/

/* Tooltip class for sparkline piecharts*/
.tooltip-class {
    width: 71px;
    height: 26px;
    color: white;
    font: 12px arial, san serif;
    background-color: transparent;
    margin: 0;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 17px 12px;
        pointer-events: none;
        color: #F25F15;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.btn {
    border-radius: 0px;
}

.btn-default {
    color: #bd2c1e;
    background-color: rgba(255,255,255,0);
    border-color: #bd2c1e;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #bd2c1e;
        background-color: rgba(255,255,255,0);
        border-color: #bd2c1e;
    }

    .btn-default:hover {
        color: #ffffff /*important_removed*/
        background-color: #bd2c1e;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #bd2c1e;
        background-color: rgba(255,255,255,0);
        border-color: #bd2c1e;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #bd2c1e;
    border-color: #bd2c1e;
    border-radius: 8px;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #bd2c1e;
        border-color: #bd2c1e;
    }

    .btn-primary:hover {
        color: #bd2c1e;
        background-color: #fff;
        border: 1px solid #bd2c1e; /*important_removed*/
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    background-color: #84B567;
    color: #fff;
    border-color: #84B567;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #fff;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #449d44;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-tab {
    background-color: #525E69;
    color: #fff;
    border-color: #434d56;
}

    .btn-tab:focus,
    .btn-tab.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-tab:hover {
        color: #fff;
        background-color: #2c353d;
        border-color: #434d56;
    }

    .btn-tab:active,
    .btn-tab.active,
    .open > .dropdown-toggle.btn-tab {
        color: #fff;
        background-color: #2c353d;
        /*border-color: #fff;*/
    }

        .btn-tab:active:hover,
        .btn-tab.active:hover,
        .open > .dropdown-toggle.btn-tab:hover,
        .btn-tab:active:focus,
        .btn-tab.active:focus,
        .open > .dropdown-toggle.btn-tab:focus,
        .btn-tab:active.focus,
        .btn-tab.active.focus,
        .open > .dropdown-toggle.btn-tab.focus {
            color: #fff;
            background-color: #70808f;
            border-color: #434d56;
        }

    .btn-tab:active,
    .btn-tab.active,
    .open > .dropdown-toggle.btn-tab {
        background-image: none;
    }

    .btn-tab.disabled:hover,
    .btn-tab[disabled]:hover,
    fieldset[disabled] .btn-tab:hover,
    .btn-tab.disabled:focus,
    .btn-tab[disabled]:focus,
    fieldset[disabled] .btn-tab:focus,
    .btn-tab.disabled.focus,
    .btn-tab[disabled].focus,
    fieldset[disabled] .btn-tab.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-tab .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #84B567;
    color: #fff;
    border-color: #84B567;
}

.btn-primary.active {
    background-color: #84B567;
    color: #fff;
    border-color: #84B567;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    /*background-color: #84B567;*/
    color: #fff;
    border-color: #84B567;
}

.btn-success.active {
    /*background-color: #84B567;*/
    color: #fff;
    border-color: #84B567;
}

.btn-option {
    color: #bd2c1e;
    background-color: rgba(255,255,255,0);
    border: none;
    border-top: 1px solid;
    border-color: #ddd;
}

    .btn-option:focus,
    .btn-option.focus {
        color: #EB4534;
        background-color: rgba(255,255,255,0);
        border: none;
        border-top: 1px solid;
        border-color: #ddd;
    }

    .btn-option:hover {
        color: #fff;
        background-color: #EB4534;
        border: none;
        border-top: 1px solid;
        border-color: #ddd;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #d5ffbb;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #b7e6ff;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #ffeab8;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #ffbc9d;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
    right: 0px;
}

.error {
    background-image: none !important;
    background-color: #fbc7b1;
    border-radius: 0px;
}

.success {    
    background:url(/images/tick.png) no-repeat 89.5% center;
    background-size:24px;
}

#toast-container > div.toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}


#toast-container > .toast-success:before {
    content: "\f06b";
}

#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-w-xs {
    padding: 0 10px;
}

.p-w-sm {
    padding: 0 15px;
}

.p-w-m {
    padding: 0 20px;
}

.p-w-md {
    padding: 0 25px;
}

.p-w-lg {
    padding: 0 30px;
}

.p-w-xl {
    padding: 0 40px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.circleBase {
    border-radius: 50%;
    /*behavior: url(PIE.htc);  remove if you don't care about IE8 */
    border: 2px solid white;
    width: 45px;
    height: 45px;
}

.boxed-section-title {
    padding-top: 30px;
    padding-bottom: 15px;
}

.box-radius-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #E26023;
    margin-bottom: 10px;
    float: left;
    margin-left:15px;
}

    .box-radius-small span {
        font-size: 16px;
        line-height: 60px;
        color: #fff;
        text-transform: capitalize;
    }

.box-radius-small-title {
    font-size: 18px;
    line-height: 60px;
    color: #000;
    text-transform: capitalize;
    padding-left: 15px;
    display: inline-block;
}

.box-radius-small-subtitle {
    font-size: 14px;
    color: #000;
    padding-bottom: 15px;
}

.box-radius-xs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #E26023;
    margin-bottom: 10px;
    float: left;
    margin-left:0px;
}

    .box-radius-xs span {
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
    }

    .box-radius-small-subtitle {
        padding-bottom: 15px;
        font-size: 14px;
        color: #000;
        margin-left: 40px;
        margin-top: 20px;
        padding-left: 10px;
        border-top: 1px solid #E26023;
    }
.type1 {
    width: 100px;
    height: 100px;
    background: yellow;
    border: 3px solid red;
}

.type2 {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 3px solid #000;
}

.type3 {
    width: 500px;
    height: 500px;
    background: aqua;
    border: 30px solid blue;
}

.imgcontainer {
    width: 320px;
    height: 180px;
    position: relative;
}


.tag {
    float: right;
    position: absolute;
    left: 297px;
    top: -23px;
    z-index: 1000;
    background-color: #ff9900;
    /*filter: alpha(opacity=40);*/
    font-size: 18px;
    line-height: 33px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    border: 2px solid white;
    border-radius: 50%;
    /* behavior: url(PIE.htc);  remove if you don't care about IE8 */
    box-shadow: 1px 1px 1px black;
    width: 45px;
    height: 45px;
}

.progress {
    height: 20px;
    width: 320px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


/*Revolution Slider
------------------------------------*/
.tp-caption a {
    color: #ffffff;
}

    .tp-caption a:active {
        color: #ffffff;
    }

    .tp-caption a:hover {
        color: #ffffff;
    }

.tp-dottedoverlay {
    z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
    border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
    list-style: none;
    visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
    color: #fff;
    border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
    background: none;
    border: solid 1px #fff;
}

    .tp-banner-container a.re-btn-brd:hover {
        color: #555;
        background: #fff;
    }

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
    font-weight: 400;
}

.tp-banner-container {
    position: relative;
}

/*Fullscreen*/
.fullscreen-container {
    padding: 0;
    width: 100%;
    position: relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0,0,0,0.3);
}

.revolution-ch1 {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
    /*text-transform: uppercase;*/
    font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
    color: #fff;
    font-size: 28px;
    /*max-width: 470px;*/
    line-height: 32px;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

    .revolution-ch2:after {
        left: 50%;
        width: 70px;
        height: 2px;
        content: ' ';
        bottom: -20px;
        background: #fff;
        margin-left: -35px;
        position: absolute;
    }

/*Slider Contents v2*/
.re-title-v1 {
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    padding: 6px 75px;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

    .rs-caption-1:after,
    .rs-caption-1:before {
        font-size: 16px;
        content: "\f005";
        position: absolute;
        font-family: FontAwesome;
    }

@media (max-width: 768px) {
    .rs-caption-1:after,
    .rs-caption-1:before {
        content: "";
    }
}

.rs-caption-1:after {
    right: 4%;
}

.rs-caption-1:before {
    left: 4%;
}

.rs-caption-2 {
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    padding: 10px 50px;
    text-align: center;
}

    .rs-caption-2:after {
        left: 50%;
        content: "";
        height: 1px;
        width: 100px;
        bottom: -10px;
        background: #fff;
        margin-left: -50px;
        position: absolute;
    }

.rs-caption-3 a {
    margin: 0 5px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.page-navigation {
    float: right;
}

.page-items {
    float: left;
}

.pagination {
    position: relative;
    margin: 0px 0px 20px;
    margin-right: -15px;
}

    .pagination li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #ffffff;
        background: #eb4534;
    }


    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #ffffff;
        background: #eb4534;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        display: block;
        /*line-height:24px;
	padding:8px 13px;
	font-size:14px;
	min-width:40px;*/
        border: 1px solid #222a33;
        background: #222a33;
        color: #ffffff;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }


@media (max-width: 768px) {
    .rs-caption-1,
    .rs-caption-2,
    .rs-caption-3 {
        font-weight: normal;
    }
}


.omnispinner, .omnispinner-mission {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/preloader.GIF);
    display: none;
    opacity: 0.9;
}

.four-column .image-box .km-box {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 36px;
}

.km-box {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 5px;
    top: 5px;
    height: 36px;
    position: absolute;
    bottom: -14px;
    font-size: 12px;
    font-family: "ZonaPro", sans-serif;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 26px;
    background: var(--gradient-green);   
    transform: skewX(-7deg);
    box-shadow: 3px 6px 20px 0 var(--green-main-subtle), inset 0 2px 4px 0 #5fec5f;
}

.four-column .image-box .km-icon {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    background: #bd2c1e;
    font-size: 11px;
    z-index: 1;
    padding: 2px;
}

/*** 

====================================================================
	Featured Project Style
====================================================================

***/

.featured-video {
    position: relative;
    background: #ffffff;
    padding: 15px 0px 20px;
}

.fc-time {
    display: none;
}


.fc-title {
    font-size: 18px;
    display: inline-block;
}

.fc-left h2 {
    font-size: 24px;
}

.featured-video .image-box,
.featured-video .text-column {
    position: relative;
    /*margin-bottom:30px;*/
}

    .featured-video .image-box:hover .heart-icon {
        -ms-animation-name: hvr-pulse;
        -moz-animation-name: hvr-pulse;
        -op-animation-name: hvr-pulse;
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -ms-animation-duration: 700ms;
        -moz-animation-duration: 700ms;
        -op-animation-duration: 700ms;
        -webkit-animation-duration: 700ms;
        animation-duration: 700ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -op-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .featured-video .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

    .featured-video .image-box .icon-box {
        position: absolute;
        right: 20px;
        bottom: -20px;
        width: 40px;
        height: 40px;
    }

    .featured-video .image-box .heart-icon {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        background: #eb4534;
        font-size: 14px;
        z-index: 1;
    }

    .featured-video .text-column h3 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .featured-video .text-column .text {
        margin-top: 15px;
        margin-bottom: 30px;
        color: #353535;
    }

        .featured-video .text-column .text p {
            margin-top: 15px;
        }

    .featured-video .text-column .info {
        color: #ababab;
    }

.featured-video .proj-donation {
    position: relative;
    color: #ababab;
    padding-right: 150px;
}

    .featured-video .proj-donation .theme-btn {
        /*position:absolute;
	right:0px;*/
        top: 20px;
    }

    .featured-video .proj-donation strong {
        font-weight: 600;
        color: #3d3d3d;
    }

    .featured-video .proj-donation .bar-outer {
        position: relative;
        width: 100%;
        height: 8px;
        background: #d4d4d4;
        margin-top: 10px;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        overflow: hidden;
    }

    .featured-video .proj-donation .bar-inner {
        position: relative;
        height: 8px;
        background: #eb4534 url(/images/icons/progress-bg.jpg) left top repeat-x;
        width: 0;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
    }

.featured-video .image-box .earn-screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: #2c353d;
}

    .featured-video .image-box .earn-screen .message {
        position: absolute;
        width: 100%;
        top: 75px;
        text-align: center;
        vertical-align: middle;
        padding: 15px;
    }

    .featured-video .image-box .earn-screen.success {
        color: white;
        background: #84B567;
    }

    .featured-video .image-box .earn-screen.error {
        color: white;
        background: #bd2c1e;
    }

    .featured-video .image-box .earn-screen .video-mobile h2
    .featured-video .image-box .earn-screen .video-mobile h4 {
        padding-bottom: 25px;
    }


.earn-type {
    position: absolute;
    top: 9px;
    left: 11px;
    background-color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    background: rgba(20,20,20,0.2) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: white;
}
/*** 

====================================================================
	Column / Municipality News
====================================================================

***/

@media (max-width: 414px) {
    .hidden-xxs {
        display: none !important;
    }

     .news figure {
        max-width: 414px !important;
    }

    .school-home-cont h5 {
    font-size: 10px;
    }
}

.news {
    padding: 30px 0px 10px;
    position: relative;
}

    .news article {
        position: relative;
        padding-top: 15px;
    }

    .news figure {
        position: relative;
        width: 100%;
        max-width: 335px;
        display: table-cell;
    }


    .news article .news-xs-title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        color: #ffffff;
    }

        .news article .news-xs-title a h3 {
            font-size: 24px;
            font-weight: 600;
        }

    .news article .news-body {
        /*display: table-cell;*/
    }

        .news article .news-body .text {
            margin-left: 360px;
            padding: 26px;
        }

    .news article img {
        width: 100%;
        height: auto;
        padding-bottom:10px;
        border-radius: 0 0 50px 0;
    }

    .news article h3 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #292929;
    }

    .news article a {
        text-decoration: none;
        cursor: pointer;
        color: #fb4848;
    }

        .news article a:hover {
            text-decoration: none;
            cursor: pointer;
            color: #eb4534;
        }


    .news .proj-donation {
        color: #ababab;
        padding-top: 20px;
    }

.blog-title {
    position: relative;
    padding: 15px 0px;
    color: #353535;
}

.blog-subtitle {
    padding: 20px;
    background-color: #7f7f7f;
    color: white;
    line-height: 24px;
}

/* news side bar */
.sidebar .recent-news .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 78px;
    padding: 0px 0px 0px 160px;
    color: #7f7f7f;
}

    .sidebar .recent-news .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 140px;
        border:1px solid #7f7f7f;
    }

        .sidebar .recent-news .post .post-thumb img {
            width: 100%;
            display: block;
        }

        .sidebar .recent-news .post .post-thumb .post-date {
            position: absolute;
            left: 0px;
            top: 0px;
            padding: 0 3px;
            background-color: #eb4534;
            color: white;
            font-size: x-small;
            height: 20px;
            line-height: 20px;
        }

.post .post-thumb .tag-title {
    overflow: hidden;
    position: absolute;
    right: 0px;
    padding-right: 2px;
    padding-top: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    /*line-height:50px;*/
    color: #ffffff;
    text-align: right;
}

    .post .post-thumb .tag-title span {
        position: relative;
        z-index: 5;
        padding: 0px;
        margin-top: -10px;
    }

    .post .post-thumb .tag-title:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background: #84B567;
        position: absolute;
        right: -25px;
        top: -25px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        z-index: 0;
    }


.sidebar .recent-news .post h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0px 10px;
    color: #292929;
}

.sidebar .recent-news .post a,
.sidebar .recent-news .post a:hover {
    color: #fb4848;
}

.sidebar .recent-news .post h4 a {
    color: #292929;
}

.search-post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 12px;
    background-color: #eb4534;
    border-radius: 0 0 13px 0;
    color: white;
    font-size: small;
    height: 40px;
    line-height: 40px;
}

/*.main-section-small{
    padding-top:35px;
}*/

/* Julia overrides*/
/*.main-header .main-menu .navbar-collapse > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 60px;
}
.main-header .main-menu .navbar-collapse > ul > li > ul {
    background-color: white;
    border: 1px solid #e42a2a;
}

.main-header .main-menu .navbar-collapse > ul > li > ul:before {
    color: #e42a2a;
}*/

.faq .faq-content .faq-search {
    padding: 10px;
}

    .faq .faq-content .faq-search input[type=button] {
        margin-left: 0px;
        padding: 10px 10px;
        border-radius:0px;
    }

/*.featured-project .proj-donation .theme-btn {
    position: relative;
    right: initial;
    top: 20px;
}*/

.form-group {
    margin-bottom: 20px;
}

.form-group-inner {
    display: table;
    width: 100%;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
    
.field-outer {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.form-group .required {
    border: 1px solid #EB4534; 
}

.form-group-inner .select2,
.form-group-inner input,
.form-group-inner select {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    height : 40px;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.form-group-inner textarea {
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}


.blue-hover-button {
    position: relative;
    display: inline-block;
    background: #222a33;
    color: #ffffff;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}



    .blue-hover-button.disabled:hover,
    .blue-hover-button[disabled]:hover,
    fieldset[disabled] .blue-hover-button:hover,
    .blue-hover-button.disabled:focus,
    .blue-hover-button[disabled]:focus,
    fieldset[disabled].blue-hover-button:focus,
    .blue-hover-button.disabled.focus,
    .blue-hover-button[disabled].focus,
    fieldset[disabled] .blue-hover-button.focus {
        background-color: #ccc;
        border-color: #ccc;
        padding: 8px 30px;
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
    }




.hvr-bounce-to-right .disabled {
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}



button[disabled], html input[disabled] {
    cursor: not-allowed;
}

button .disabled {
    background-color: #dddddd !important;
}

.green-hover-button {
    position: relative;
    display: inline-block;
    background: #84B567;
    color: #ffffff;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.grey-hover-button {
    position: relative;
    display: inline-block;
    background: #d4d4d4;
    color: #3d3d3d;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.blue-hover-button .icon {
    position: relative;
    top: 2px;
}

.blue-hover-button:before {
    background: #eb4534;
}

.view-info-item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #eb4534;
    color: white;
    border-radius: 50%;
}

.view-info-item-inverse {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #eb4534;
}


.tag {
    float: right;
    position: absolute;
    left: 297px;
    top: -23px;
    z-index: 1000;
    background-color: #ff9900;
    /*filter: alpha(opacity=40);*/
    font-size: 18px;
    line-height: 33px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    border: 2px solid white;
    border-radius: 50%;
    /* behavior: url(PIE.htc);  remove if you don't care about IE8 */
    box-shadow: 1px 1px 1px black;
    width: 45px;
    height: 45px;
}

.image-box .post-image {
    border: 1px solid #7f7f7f;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.image-box .tag-title {
    overflow: hidden;
    position: absolute;
    right: 0px;
    padding-right: 7px;
    padding-top: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    line-height: 50px;
    color: #ffffff;
    text-align: right;
}

    .image-box .tag-title span {
        position: relative;
        z-index: 5;
    }

    .image-box .tag-title:before {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        background: #84B567;
        position: absolute;
        right: -60px;
        top: -50px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        z-index: 0;
    }

.points-icon-box {
    position: absolute;
    right: -40px;
    bottom: 20px;
}

.points-icon-box-mobile {
    position: absolute;
    right: 0px;
    bottom: 5px;
    /*width: 40px;
    height: 40px;*/
}

.badge-error {
    background-color: #eb4534;
}

.heart-icon {
    position: relative;
    display: block;
    /*width: 40px;
    height: 40px;*/
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    /*background: #eb4534;*/
    font-size: 14px;
    z-index: 1;
}

.points-icon-box:hover .heart-icon {
    -ms-animation-name: hvr-pulse;
    -moz-animation-name: hvr-pulse;
    -op-animation-name: hvr-pulse;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -ms-animation-duration: 700ms;
    -moz-animation-duration: 700ms;
    -op-animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -op-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.duplicate-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #ee5f4a !important;
    background-color: rgba(255,255,255,0);
    color: #ee5f4a;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

    .duplicate-btn:hover {
        background-color: #84b567;
        border: 1px solid #84b567 !important;
        color: #ffffff;
    }

.remove-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #ee5f4a !important;
    background-color: rgba(255,255,255,0);
    color: #ee5f4a;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

    .remove-btn:hover {
        background-color: #84b567;
        border: 1px solid #84b567 !important;
        color: #ffffff;
    }

/* member section */

.member-section .form-group .icon-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

    .member-section .form-group .icon-box label {
        position: relative;
        display: inline-block;
        width: 40px;
        line-height: 39px;
        text-align: center;
        font-size: 16px;
        color: #3d3d3d;
        margin: 0px;
        background: #ffffff;
        border-right: 1px solid #d0d0d0;
    }

.member-section .form-group label.error {
    display: none !important;
}

.member-section {
    position: relative;
    padding: 30px 0px 10px;
}

    .member-section.extended .column {
        margin-bottom: 40px;
    }

    .member-section .column-inner {
        border-style: dashed;
        text-align: center;
    }

    .member-section .image-box {
        /*overflow: hidden;*/
        border: none;
    }

        .member-section .image-box .tag-title {
            position: absolute;
            right: 0px;
            padding-right: 7px;
            padding-top: 0px;
            top: 0px;
            width: 100px;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
            text-align: right;
        }

            .member-section .image-box .tag-title span {
                position: relative;
                z-index: 5;
            }

            .member-section .image-box .tag-title:before {
                content: '';
                display: block;
                width: 100px;
                height: 100px;
                background: #57b22f;
                position: absolute;
                right: -50px;
                top: -50px;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                z-index: 0;
            }

    .member-section .bottom-part {
        position:absolute;
        bottom:0px;
        text-align:center;
        width:100%
    }

    .member-section .lower-part {
        text-align: center;
    }

    .member-section .info strong {
        font-weight: 600;
        color: #353535;
    }

    .member-section .info .icon {
        font-size: 14px;
        padding-right: 10px;
    }

    .member-section .info a {
        color: #3d3d3d;
    }

    .member-section .social-links {
        padding-top: 15px;
    }

        .member-section .social-links a {
            position: relative;
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin: 0px 3px;
            color: #3d3d3d;
            font-size: 14px;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            border-radius: 50%;
            -ms-border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .member-section .social-links .fa-facebook-f:hover {
            background: #4365c5;
            color: #ffffff;
        }

        .member-section .social-links .fa-twitter:hover {
            background: #3ddcef;
            color: #ffffff;
        }

        .member-section .social-links .fa-google-plus:hover {
            background: #f35632;
            color: #ffffff;
        }

        .member-section .social-links .fa-instagram:hover {
            background: #b26f4d;
            color: #ffffff;
        }

.proj-donation {
    color: #ababab;
}

    .proj-donation strong {
        font-weight: 600;
        color: #3d3d3d;
    }

.bar-outer {
    position: relative;
    width: 100%;
    height: 8px;
    background: #d4d4d4;
    margin-top: 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.bar-inner {
    position: relative;
    height: 8px;
    background: #eb4534 url(/images/icons/progress-bg.jpg) left top repeat-x;
    width: 0;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}


a.disabled {
    /*pointer-events: none;*/
    cursor: default;
}

a.disabled:hover {
    /*pointer-events: none;*/
    background-color:#d0d0d0;
    border: 1px solid #d0d0d0!important;
}


.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.5;
    border-radius: 3px;
    border: 0px solid #ffffff !important;
    background-color: #ffffff !important;
    font-weight: 400;
}


.modal {
    position: fixed;
    top: 12%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

@media (min-width: 1024px) {
    #actionModal-1 .modal-dialog {
        width: 920px;
    }
    #actionModal-2 .modal-dialog {
        width: 920px;
    }
}

/* quiz */
.quiz {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 418px;    
}

.quiz-header {
    position: absolute;
    top: 75px;
    left: 15px;
    color: #fff;
    font-size: x-large;
    text-align: left;
}

.quiz-answers {
    position: absolute;
    top: 160px;
    left: 15px;
    color: #fff;
    font-size: large;
    text-align: left;
}

.quiz-option {
    /*padding-top: 15px;*/
}

.quiz-buttons {
    position: absolute;
    top: 360px;
    left: 15px;
    width: 92%;
    text-align: left;
}

.quiz-done {
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.quiz-submit-buttons {
    position: absolute;
    top: 360px;
    left: 15px;
    width: 92%;
    text-align: center;
}

.submitform {
    left: 260px;
    top: 0px;
    line-height: 20px;
    display: none;
}

.quiz-answer {
    padding-left: 15px;
}

.start-button {
    padding: 15px 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.quiz-explain {
    position: absolute;
    top: 25%;
    left: 20%;
    width: 60%;
    opacity: 1;
}

    .quiz-explain p {
        line-height: 21px;
    }

.quiz-pane {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    padding: 20px;
}

    .quiz-pane .nav-pills {
        border-radius: 0px;
    }

        .quiz-pane .nav-pills > li {
            width: 25px;
            height: 25px;
        }

            .quiz-pane .nav-pills > li > a {
                padding: 0px;
                width: 25px;
                height: 25px;
                text-align: center;
                color: #fff;
                border-radius: 50%;
            }

            .quiz-pane .nav-pills > li.completed {
                background-color: #84B567 !important;
                color: white !important;
                border-radius: 50%;
            }

            .quiz-pane .nav-pills > li.right {
                background-color: #84B567 !important;
                color: white !important;
                border-radius: 50%;
            }

            .quiz-pane .nav-pills > li.wrong {
                background-color: #bd2c1e !important;
                color: white !important;
                border-radius: 50%;
            }

            .quiz-pane .nav-pills > li.active > a {
                background-color: #337ab7;
            }

.question-icon {
    margin-top: 10px;
    display: inline-block;
    border: 2px solid;
    padding: 5px;
    border-radius: 50%;
}

.readonlyregister {
    background-color: #EBEBE4 !important;
}

.swal2-container{
    z-index:13000;
}

.swal2-modal h2 {
    color: #3d3d3d;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.swal2-modal .swal2-content {
    margin-top: 15px;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #666;
    text-align:center;
}

.swal_button {
    padding: 10px;
    margin: 10px;
    min-width: 150px;
    border-radius: 13px;
}

.recycle-blue {
    color: #3333cc;
}

.recycle-yellow {
    color: #ffe840;
}

.recycle-brown {
    color: #ac7339;
}

/*.recyclediv{
    background-color :transparent;
}*/

.tri-column-outer .one-row {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
}

.disable {
    pointer-events: none;
}

/*loginpage styles*/
.login-delimiter {
    border: 1px solid #d0d0d0;
    border-width: 0 0 0 1px;
    bottom: 0;
    position: absolute;
    top: 80px;
}

.ltr .login-delimiter span {
    margin-left: -15px;
}


.login-delimiter span {
    background: #fff;
    color: #7f7f7f;
    margin-left: -15px;
    display: block;
    font-weight: 600;
    margin-top: -2em;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}


.btn-bluercl {
    background-color: #004DF1;
    color: #fff;
    height: 32px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    border:none;
}

.btn-receircl {
    background-color: #84B567;
    color: #fff;
    height: 32px;
    width: 140px;
    padding: 5px;
    font-size: 12px;
    border:none;
}


.recycle-pop-over {
    position: absolute;
    top: -5px;
    margin-left: 4px;
    z-index: 9999 !important;
}

.saving-pop-over {
    position: absolute;
    top: -5px;
    margin-left: 4px;
    z-index: 9999 !important;
}

.recycle-pop-over-machine {
    left: 72px !important;
    top: 140px !important;
}

.btn-receipt {
    background-color: #4a4848;
    color: #fff;
    height: 32px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    border:none;
}


.btn-organicrcl {
    background-color: #8F6F4D;
    color: #fff;
    height: 32px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    border:none;
}

.btn-yellowrcl {
    background-color: #FDDA56;
    color: #fff;
    height: 32px;
    width: 100px;
    padding: 5px;
    font-size: 12px;
    border:none;
}


#bluerecyclediv {
    position: relative;
    height: 365px;
    width: 141px;
    margin: 0 auto;
    vertical-align: bottom;
}

    #bluerecyclediv img {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #bluerecyclediv img.transparent {
            opacity: 0;
        }


#yellowrecyclediv {
    position: relative;
    height: 365px;
    width: 141px;
    margin: 0 auto;
    vertical-align: bottom;
}

    #yellowrecyclediv img {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #yellowrecyclediv img.transparent {
            opacity: 0;
        }

#organicrecyclediv {
    position: relative;
    height: 365px;
    width: 141px;
    margin: 0 auto;
    vertical-align: bottom;
}

    #organicrecyclediv img {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #organicrecyclediv img.transparent {
            opacity: 0;
        }

#machinerecyclediv {
    position: relative;
    width: 180px;
    height:365px;
    margin: 0 auto;
    vertical-align: bottom;
}

    #machinerecyclediv img {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        #machinerecyclediv img.transparent {
            opacity: 0;
        }

.savingdiv {
    position: relative;
    height: 365px;
    width: 141px;
    margin: 0 auto;
    vertical-align: bottom;
}

    .savingdiv img {
        position: absolute;
        cursor: pointer;
        bottom: 3px;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        .savingdiv img.transparent {
            opacity: 0;
        }

.modal .recycle-modal {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

.recycleBucketColumn {
    padding: 20px;
}

#actionModal-1 .container {
    float: left;
}

#actionModal-1 .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}


.alert-recycle {
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 5px;
    color: white;
    background-color: #84b567;
    border-color: #84b567;
    border-radius: 0px;
    z-index: 9999;
    font-size: 13px;
}

.four-column .column .lower-part .infoname {
    color: #ababab;
    font-size: 12px;
    font-style: italic;
}


@media print {

    .logo {
        display: none;
    }
}

@page {
    size: 8.5in 11in;
    margin: 2cm;
}


#changeprofileImage {
    position: absolute;
    bottom: 0;
}


.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}

.viewed-info-button {
    height: 32px;
    float: left;
    padding: 3px 10px;
}

.bought-info-button {
    height: 32px;
    float: left;
    padding: 3px 10px;
    margin-left: 5px;
}

.tp-dottedoverlay {
    opacity: 0.6;
}

.padd-leftright-sidemenu
{
    margin:0px 0px;
}

.member-title {
    margin-bottom: 24px;
    padding: 30px 0px 10px;
    border-bottom: 1px solid #d0d0d0;
}

.member-title h3 {
    font-size: 20px;
    color: #292929;
    line-height: 40px;
}

./*modal-content{
    margin:0px 25px;
}*/

.no-padd-left-sm{
 
}

/*.pac-item:first-of-type {
    background-color: #E26023;
    color: black;
}*/

.pac-item:hover {
    background-color: #E26023;
    color: black;
}

.pac-item-selected {
    background-color: #E26023;
    color: black;
}

.pac-item:hover .pac-icon-marker {
    background-position: -16px -161px;
}


/*--------------------------------------------------
	[34. Blog Grid]
----------------------------------------------------*/
.blog-grid img {
  margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}

.blog-grid h3 a {
  color: #333;
}

.blog-grid p {
  margin-bottom: 15px;
}

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
  position: relative;
}

.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}

.blog-grid .blog-grid-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-grid .blog-grid-info li a {
  color: #888;
}

.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}

.blog-grid a.r-more:hover {
  text-decoration: none;
}

/*--------------------------------------------------
  [35. Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  transform: 0.55s;
  transition: opacity 0.55s,
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
  color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}

.blog-thumb .blog-thumb-info li {
  color: #888;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
  color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
  color: #e74c3c;
}

/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}


/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(114,192,44,0.9);
}
.blog-grid .blog-grid-grad i:hover {
  background: rgba(114,192,44,1);
}

.irecycle{
    background-color:#108BAB;
}

.irecycle .box{
    display: flex;
    height:100px;
}

.irecycle .box .message {
    align-self: center;
    /*margin-left: auto;*/
}
.irecycle .box .title
{
    color:white !important;
}

.irecycle .box .text
{
    color:white !important
}

.irecycle .button
{
    line-height:100px;
}

.isuggest{
    background-color:#7f7f7f;
}

.isuggest .box{
    display: flex;
    height:100px;
}

.isuggest .box .message {
    align-self: center;
    margin-left: auto;
}
.isuggest .box .title
{
    color:white !important;
}

.isuggest .box .text
{
    color:white !important
}

.isuggest .button
{
    line-height:100px;
}

.howto-content {
    margin-left: 90px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top:10px;
    margin-bottom:10px;
}

.how-to-sec-title
{
    padding:15px 15px;
}

.four-column {
    position: relative;
    /*padding: 20px 0px 10px;*/
}

.section{
    padding: 30px 0px 10px;
}

.section .page-title p{
    padding-top:10px;
    line-height:1.4em;
}

/*#mun div{
    color:#222a33;
    font-size:18px;
    margin-top:18px;
    margin-left:90px;
    position:relative;
    max-width:350px;
}

#mun img{
    margin-top:10px;
}*/

.no-cursor img {
    cursor: default !important;
}

.tooltip-inner {
    width: 850px !important; 
}

.regor {
    background: url(/images/seperator.png) no-repeat;
    background-size: 95% 100%;
    margin-left: 0px;
}

.tooltip-inner {
    background-color: #2c353d;
    color: #fff;
    font-size:14px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2c353d;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2c353d;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2c353d;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2c353d;
}

/*.main-article
{
    margin-bottom: 25px;
}*/

    .main-article .text h3,
    .main-article .text h5,
    .main-article .text .link {
        padding-left: 25px !important;
        margin-left: 0;
    }

/*Parallax Additions to each muncipality*/

.ioannina-parallax {
    background-image: url(/images/parallax/ioannina-parallax.jpg);
}

.komotini-parallax {
    background-image: url(/images/parallax/komotini-parallax.jpg);
}

.orestiada-parallax {
    background-image: url(/images/parallax/orestiada-parallax.jpg);
}

.loutraki-parallax {
    background-image: url(/images/parallax/loutraki-parallax.jpg);
}

.vrilissia-parallax {
    background-image: url(/images/parallax/vrilissia-parallax.jpg);
}

.ampelokipi-menemeni-parallax {
    background-image: url(/images/parallax/ampelokipi-menemeni-parallax.jpg)
}

.pallini-parallax {
    background-image: url(/images/parallax/pallini-parallax.jpg);
}

.peristeri-parallax {
    background-image: url(/images/parallax/peristeri-parallax.jpg);
}

.pilea-hortiatis-parallax {
    background-image: url(/images/parallax/pilea-hortiatis-parallax.jpg);
}

.koropi-parallax {
    background-image: url(/images/parallax/koropi-parallax.jpg);
}

.zitsa-parallax {
    background-image: url(/images/parallax/zitsa-parallax.jpg);
}

.arta-parallax {
    background-image: url(/images/parallax/arta-parallax.jpg);
}

.moschato-tavros-parallax {
    background-image: url(/images/parallax/moschato-tavros-parallax.jpg);
}

.centralkerkira-parallax {
    background-image: url(/images/parallax/centralkerkira-parallax.jpg);
}

.drama-parallax {
    background-image: url(/images/parallax/drama-parallax.jpg);
}

.tinos-parallax {
    background-image: url(/images/parallax/tinos-parallax.jpg);
}

.default-parallax {
    background-image: url(/images/parallax/grass-2.jpg) !important;
}


.select2-container {
    z-index: 14000;
}