@charset "UTF-8";

/*
* Bootstrap v4 Custom Theme
* Tim Marner Ltd
*/

/* Firefox Bootstrap Responsive Table Fix */
@-moz-document url-prefix() {
    fieldset { 
        display: table-cell;
    }
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer
}
/* BUTTONS */
.btn {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    background-image: none;
    border-color: none;
    color: #fff;
    position: relative;
    display: inline-block;
    opacity: 0.95;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-weight: 700;
}
.btn:hover {
   text-decoration: none;
   opacity: 1;
}
.btn.btn-lg {
    padding: 0.75rem 1rem;
    font-weight: 700;
}
.btn-default {
    text-shadow: none;
    background-image: none;
    background: #00aeef;
    border-color: none;
    color: #fff !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    text-shadow: none;
    background-image: none;
    background: #00aeef;
    border-color: none;
    color: #fff !important;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .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, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    opacity: 0.5
}
.btn-primary {
    text-shadow: none;
    background-image: none;
    background: #ed1165!important;
    border-color: none!important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    text-shadow: none;
    background-image: none;
    background: #ed1165!important;
    border-color: none!important;
    color: #fff !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    opacity: 0.5
}

.btn-secondary {
    text-shadow: none;
    background-image: none;
    background: #ccc;
    border-color: none;
    color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    text-shadow: none;
    background-image: none;
    background: #ccc;
    border-color: none;
    color: #fff !important;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
    opacity: 0.5
}

a[aria-expanded="true"] .btn {
    background: #ed1165 !important;
}

/* BREADCRUMBS */
.breadcrumb {
    margin-bottom: 0rem;
    padding: .75rem 1.25rem;
}
.breadcrumb > li + li::before {
    padding-right: .3rem;
    padding-left: .5rem;
}
.breadcrumb > li a {
    opacity: 0.8
}
.breadcrumb > li.active a {
    opacity: 1
}

/* FORMS */
.form-control {
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    border: 1px #dddddd solid;
    /* padding: .6rem 1rem; */
    background-color: #eceeef;
    color: #555 !important;
    max-width: 100%;
}
.form-control:focus, .form-control:hover {
    border-color: #888;
}
.form-control-label {
    padding: .375rem 0rem;
    font-weight: bold;
    margin-bottom: 0
}
.input-group .form-control {
    z-index: auto;
}
.input-group .input-group-addon {
    border-color: #eceeef;
}
.c-input > input:checked ~ .c-indicator {
    color: #fff;
    background-color: #ed1165
}
.c-select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    padding-right: .75rem\9;
    background-size: 8px 10px;
    
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    border-color: #eceeef;
    padding: .56rem 1rem;

    background-color: #eceeef;
    color: #222222 !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 2.4rem !important;
}
/*.file {
    position: relative;
    display: inline-block;
    height: 2.77rem;
    cursor: pointer
}
.file-custom {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.64rem;
    padding: .4rem 1rem;
    line-height: 1.7;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
}
.file-custom::before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    height: 2.7rem;
    padding: .6rem 1rem;
    line-height: 1.5;
    color: #555;
    content: "Browse";
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}
.file-custom::after {
    content: 'Browse';
}*/


/* IMAGES */
.img-fluid, .img-responsive {
    width: 100%;
}

/* GRID */
.container {
    overflow: hidden;
}
.row {
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: .5rem;
    padding-left: .5rem;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: .5rem;
    padding-left: .5rem;
}

/* PANELS */
.panel {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    overflow:hidden;
    position: relative;
    margin-bottom: 1rem;
    border: none;
    background-color: transparent
}
.panel a {
    
}
.panel a:hover {
}
.panel-body {
    display: block;
    padding: 1.5rem;
    margin: 0px;
}
.panel-heading {
    display: block;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading small {
    /* display: block; */
    font-weight: 700;
    color: inherit;
}

.panel-header {
    position: relative;
}
.panel-footer {
    border-top: none;
    padding: 1.5rem;
    padding-top: 0;
}

/* cards */
.card {
     -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: none;
    background-color: transparent
}
.card-footer {
    border-top: none;
    padding: 1.25rem;
    padding-top: 0;
    background: transparent;
}
.card-text a {
    /* color: rgba(0, 0, 0, 0.95); */
}
.card-text a:hover {
     /* color: rgba(0, 0, 0, 1); */
}
.card-title{
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0rem
}
.card-title a {
    color: rgba(0, 0, 0, 0.95);
}
.card-title a:hover {
    color: rgba(0, 0, 0, 1);
}
.card-text p {
    margin-top: .75rem
}
.card-text p:last-child {
    margin-bottom: 0;
}

.card-img-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background: rgba(21, 21, 21, 0.5);
}
.card-img-overlay:hover {
    background: rgba(21, 21, 21, 0.9);
}

.card-img, .card-header {
    position: relative;
    border:none;
}


/* CAROUSEL */
.carousel {
   
}
.carousel-control {
    position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 10%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: none;
filter: alpha(opacity=30);
opacity: .2;
}
.carousel-control i {
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control.left {
    background-image: none;
    background-image:none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}
.carousel-control.left i {
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image:none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}
.carousel-control.right i {
    right: 50%;
    margin-right: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=9);
    outline: 0;
    opacity: .9;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
    margin-left: -20px;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
   
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    filter: alpha(opacity=5);
    outline: 0;
    opacity: .5;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.carousel-indicators li:hover {
    filter: alpha(opacity=9);
    opacity: .9;
    background-color: #ed1165;
    border: #fffc00;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 1px;
    background-color: #ed1165;
    filter: alpha(opacity=1);
    border: #fffc00;
    opacity: 1;
}

.carousel-inner > .carousel-item, .carousel-inner > .carousel-item img {
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.carousel-caption {
    text-align: left;
    padding: 1.5% 1% 0.8% 2%;
    /* margin-left: 0.5rem; */
    /* margin-right: 0.5rem; */
    left: 0;
    bottom: 0;
    width: 100% !important;
    text-shadow: none;
    opacity: 0.9;
    font-size: 120%;
    background: rgba(0, 0, 0, 0.5);
}
.carousel-caption:hover {
    
    
}
.carousel-caption .title {
    margin-bottom: 0.4rem;
    padding: 0px;
    font-size: 190%;
    line-height: 100%;
    font-weight: 700;
    /*-webkit-text-stroke: 2px #fff;*/
}
.carousel-caption p {
    margin: 0 0 0.5rem 0;
padding: 0;
color: #fff;
font-weight: bold;
}

.carousel-caption .btn {
    text-shadow: none;
}

/* LABELS */
.label {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    text-transform: uppercase;
    border: none;
    z-index: auto;
    opacity: 0.9;
    padding: 0.5rem 1.5rem;
}
.label.label-default {
    background-color:rgba(154, 68, 151, 1);
    opacity: 0.5;
}
.custom-controls-stacked label {
    display: block;
}
.custom-controls-stacked label.custom-radio {
    cursor: pointer;
}


.form-error {
    padding: 0;

}

.row-clickable {
    cursor: pointer;
}

/* FLASH MESSAGES */
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc
}


/* PAGING */
.page-item.active .page-link, .page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ed1165;
    border-color: #ed1165
}

.page-link {
    color: #ed1165
}


/* RESPONSIVE */
@media (min-width: 34em) {
    
    .container {
        
    }
    .col-xs-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 48em) {

    .container {
        
    }

    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 62em) {
    .container {
        
    }
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 75em) {
    .container {
        
    }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}