.colors {
    border-left-color: #FC898F;
    border-bottom-color: #FB5F67;
    color: #ED1C24;
    background-color: #CF131C;
    border-top-color: #A3050D;
}

@font-face {
    font-family: 'kleeliconregular';
    src: url('../fonts/kleelicon-webfont.eot');
    src: url('../fonts/kleelicon-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/kleelicon-webfont.woff2') format('woff2'),
    url('../fonts/kleelicon-webfont.woff') format('woff'),
    url('../fonts/kleelicon-webfont.ttf') format('truetype'),
    url('../fonts/kleelicon-webfont.svg#kleeliconregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TextaAlt-Black';
    src: url('../fonts/TextaAlt-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/TextaAlt-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/TextaAlt-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/TextaAlt-Black.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/TextaAlt-Black.svg#TextaAlt-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    /*text-rendering: optimizeLegibility;*/
}


@font-face {
    font-family: 'TextaAlt-Heavy';
    src: url('../fonts/TextaAlt-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/TextaAlt-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/TextaAlt-Heavy.woff') format('woff'), /* Modern Browsers */
    url('../fonts/TextaAlt-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/TextaAlt-Heavy.svg#TextaAlt-Heavy') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    /*text-rendering: optimizeLegibility;*/
}

@font-face {
    font-family: 'TextaAlt-Regular';
    src: url('../fonts/TextaAlt-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/TextaAlt-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/TextaAlt-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/TextaAlt-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/TextaAlt-Regular.svg#TextaAlt-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    /*text-rendering: optimizeLegibility;*/
}



/******************* General styling *******************/

.number {
    direction: ltr !important;
}

.font-texta-alt-black {
    font-family: TextaAlt-Black, Fallback, sans-serif;
}

.font-texta-alt-heavy {
    font-family: TextaAlt-Heavy, Fallback, sans-serif;
}

.font-texta-regular {
    font-family: TextaAlt-Regular, Fallback, sans-serif;
}

html,
body {
    font-family: TextaAlt-Regular, Fallback, sans-serif;
    height: 100%;
    width: 100%;
}


a {
    color: #ED1C24;
    text-decoration: none;
    outline:none;
}
a:hover,
a:focus {
    color: #CF131C;
    text-decoration: none;
    outline:none;
}

h1,
h2,
h3,
h4 {
    font-family: TextaAlt-Heavy, Fallback, sans-serif;
}

button {
    outline:none;
}

select {
    -webkit-appearance: none;
}


.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn-default {
    text-shadow: none;
    color: #FFF;
    background-color: #EA3943;
    border-color: #CF131C;
}


.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #CF131C;
    border-color: #A3050D;
}

.form-control {
    color: #555;
    background-color: #fff;
    border: 1px solid #EA3943;
    border-radius: 0; !important;
}


.input-group-addon {
    color: #EA3943;
    background-color: #FFF;
    border: 1px solid #EA3943;
    border-radius: 0;
}

.form-control-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}


@media (min-width: 768px) {
    .form-inline .form-control-validate {
        display: inline-block;
        width: 34px;
        vertical-align: middle;
    }
}


.col-xs-offset-05 {
    margin-left: 4.16666666%;
}


.close-left {
    float: left;
}

.title-bar {
    height: 50px;
    background-color: #ED1C24;
    margin-bottom: 10px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    list-style: none;
    background-color: #FFF;

}


.kleel-table {
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
}

.kleel-table > tbody > tr > td {
    border-top: none;
}


.kleel-table tr td {
    border-left: 1px solid #DDD;
    width: 25%;
}

.kleel-table tr td:first-child {
    border-left: none;
    width: 1%;
}

.kleel-table tr:nth-child(2n) {
    padding: 5px;
}

.kleel-table tr:nth-child(3n) td{
    border-bottom: 1px solid #DDD;

}


/* xs */
@media (max-width: 767px) {

    .kleel-table tr td:first-child h1 {

    }

    .kleel-table tr:nth-child(2n) td{
        border-bottom: none;

    }

    .kleel-table tr:nth-child(3n) td{
        border-bottom: 1px solid #DDD;

    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
    background-color: #fff;
    border: 1px solid #ED1C24;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ED1C24;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ED1C24;
    border-color: #ED1C24;
}


.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid;
    border-color: #ED1C24;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #ED1C24;
}

.errors {
    color: #ED1C24;
}

.errors ul{
    list-style-type: none;
    color: #ED1C24;
}


/*------------------content centerd-------------------*/

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 85vh;
    /* You might also want to use
                           'height' property instead.

                           Note that for percentage values of
                           'height' or 'min-height' properties,
                           the 'height' of the parent element
                           should be specified explicitly.

                           In this case the parent of '.vertical-center'
                           is the <body> element */

    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /* In legacy web browsers such as Firefox 9
       we need to specify the width of the flex container
    width: 100%;
    */

    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
       hence the bootstrap's container won't be aligned to the center anymore.

       Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*----------------font sizes----------------*/
.font-size-8 {
    font-size: 8px;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-72 {
    font-size: 72px;
}



@media (max-width: 767px) {

    .row {

        margin-right: -10px;
        margin-left: -10px;
    }

    .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 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.outline-none:focus {
    outline: none;
}


/******************* End General styling *******************/

/******************* index styling ************************/

/* Home Page Carousel */

.index-carousel {
    height: 100%;
}

.index-carousel .item,
.index-carousel .item.active,
.index-carousel .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.index-carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index-carousel .carousel-indicators {
    left: 95%;
    width: auto;
    margin-left: 0;
}

/* xs */
@media (max-width: 767px) {
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .index-carousel .carousel-indicators {
        left: 90%;
        width: auto;
        margin-left: 0;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .index-carousel .carousel-indicators {
        left: 90%;
        width: auto;
        margin-left: 0;
    }
}

/* lg */
@media (min-width: 1200px) {

}


.index-carousel .carousel-indicators li{
    background-color: #000 \9;
    background-color: rgba(232, 33, 46,1);
    border: 1px solid #000;
}

.index-carousel .carousel-indicators .active {
    background-color: #000;
    border: 1px solid rgba(0, 0, 0,1);
}


.slide-01 {
    background: url("../images/slide01.png") no-repeat fixed center;
}
.slide-02 {
    background: url("../images/slide02.jpg") no-repeat fixed center;
}
.slide-03 {
    background: url("../images/slide03.jpg") no-repeat fixed center;
}

.h-carousel {
    font-size: 55px;
    margin-bottom: 0;
}

.p-carousel {
    margin-top: 0;
}

.index-content {
    /*border:  1px solid #000;*/
    position: absolute;
    max-height: 100%;
    left: 5%;
    top: 30%;
    z-index: 20;
    /*padding: 5px;*/
}

/* xs */
@media (max-width: 767px) {
    .index-content {
        /*border:  1px solid #000;*/
        position: relative;
        max-height: 100%;
        left: 0;
        top: 10%;
        z-index: 20;
        /*/!*padding: 5px;*!/*/
        /*margin: 0 auto;*/
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .index-content {
        /*border:  1px solid #000;*/
        position: absolute;
        max-height: 100%;
        left: 0;
        top: 10%;
        z-index: 20;
        /*padding: 5px;*/
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .index-content {
        /*border:  1px solid #000;*/
        position: absolute;
        max-height: 100%;
        left: 0;
        top: 25%;
        z-index: 20;
        /*padding: 5px;*/
    }
}


.index-login-form {
    margin-top: 0;
}

/* xs */
@media (max-width: 767px) {
    .index-login-form {
        margin-top: 25%;
    }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .index-login-form {
        margin-top: 50%;
    }
}


.contact-modal-dialog {
    position: relative;
    width: auto;
    margin: 0;
    height: 100%;
}

.contact-modal-dialog .modal-content {
    background-color: rgba(234, 57, 66, .9);
    height: 100%;
    border-radius: 0;
}

.contact-modal-dialog .modal-header {
    border-bottom: none;
}


.contact-modal-dialog .social-network-icons  li {
    color: #FFF;
    margin: 5px 0;
}

.contact-modal-dialog a {
    color: #FFF;
}

.contact-modal-dialog a:hover {
    color: #000;
}

.kleel-thumbnail {
    color: #FFF;
}


/***************** header/footer styling ********************/

#nav{
    float: right !important;
}


.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

#header-navbar-nav{
    margin-right: -30px;
}


.menu-list  li  a {
    color: #000;
}
.menu-list  li  a:hover,
.menu-list  li  a:focus {
    color: #EA3943;
    background-color: transparent;
}

#header-action{
    float: right !important;
}

#header-action li{
    padding-right: 0;
}

/* xs */
@media (max-width: 767px) {
    #header-action .font-size-28{
         font-size: 22px;
     }

    #header-action .font-size-14{
        font-size: 14px;
    }
}

.header-kleel-logo {
    margin: 15px;
}

/* xs */
@media (max-width: 767px) {
    .header-kleel-logo {
        margin: 10px 20px;
    }
}

.footer-kleel-logo {
    margin-top: 35px;
    padding: 15px;
}

/* xs */
@media (max-width: 767px) {

    .footer-kleel-logo {
        margin-top: 0;
        padding: auto 10px;
    }

    .footer-kleel-qoute {
        font-size: 20px;
        margin-top: 10px;
    }
}

.footer-kleel-qoute {
    line-height: 0.9;
}


/*************** Dashboard styling ******************/

#myCarousel {
    height: 50%;
}

/* xs */
@media (max-width: 767px) {
    #myCarousel {
        height: 40%;
    }
}

@media (max-width: 767px) and (orientation: landscape){
    #myCarousel {
        height: 60%;
    }
}




#myCarousel .item,
#myCarousel .item.active,
#myCarousel .carousel-inner {
    height: 100%;
}

#myCarousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.carousel-caption-right {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption-top-left {
    position: absolute;
    right: 5%;
    top: 25%;
    bottom: 20px;
    left: 17%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption-bottom-left {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 17%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption-top-left h1{
    font-size: 45px;
}

/* xs */
@media (max-width: 767px) {
    .carousel-caption-top-left {
        right: 5%;
        top: 10%;
        bottom: 20px;
        left: 5%;
    }

    .carousel-caption-bottom-left {
        left: 5%;
        right: 0;
    }

    .carousel-caption-top-left h1{
        font-size: 35px;
    }

    .carousel-caption-bottom-left h1 {
        font-size: 22px;
    }

}




.divider-down-top {
    background-image: url("../images/divider-down-2.png");
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    z-index: 20;
    position: absolute;
    margin-top: 0;
    background-size: cover;
}

.divider-down-bottom {
    background-image: url("../images/divider-down.png");
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    position: absolute;
    margin-top: -47px;
    background-size: cover;
}

.divider-up {
    background-image: url("../images/divider-up.png");
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 20;
    position: absolute;
    margin-top: -25px;
    background-size: cover;
}


.dashboard-slide-01 {
    background-image: url("../images/slideDashboard04.jpg");
}
.dashboard-slide-02 {
    background-image: url("../images/slideDashboard05.jpg");
}
.dashboard-slide-03 {
    background-image: url("../images/slideDashboard06.jpg");
}

.curve {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 11.1%;
    height: 7%;
    padding-left: 0;
    margin-left: -5.5%;
    text-align: center;
    list-style: none;
    background-image: url("../images/curve.png");
    background-size:   100% 100%;
}

.carousel-indicators-center {
    bottom: -5px;
}

.carousel-indicators-center li {
    background-color: rgba(232, 33, 46,1) \9;
    background-color: rgba(232, 33, 46,1);
    border: 1px solid rgba(232, 33, 46,1);
}

.carousel-indicators-center .active {
    background-color: #000;
    border: 1px solid rgba(0, 0, 0,1);
}


/* xs */
@media (max-width: 767px) {
    .curve {
        position: absolute;
        bottom: 0;
        left: 45%;
        z-index: 10;
        width: 20.5%;
        height: 7%;
        padding-left: 0;
        margin-left: -5.5%;
        text-align: center;
        list-style: none;
        background-image: url("../images/curve.png");
        background-size:   100% 100%;
    }

    .carousel-indicators-center {
        bottom: -13px;
    }

    .carousel-indicators-center li {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators-center .active {
        width: 10px;
        height: 10px;
    }
}


.kleel-font-icons {
    font-family: kleeliconregular, Fallback, sans-serif;
    font-size: 100px;
    line-height: 80%;
}

.kleel-anchor {
    color: #414141 !important;
    transition: all 1s;
}

.kleel-anchor:hover {
    color: #ED1C24 !important;
    -webkit-transform: scale(1.5);
}



figure{
    width: 50%;
    margin: 50px auto;
    cursor: pointer;
    position: relative;

}

figure div {
    -webkit-transition: all 1.5s ease; /* Safari and Chrome */
    -moz-transition: all 1.5s ease; /* Firefox */
    -o-transition: all 1.5s ease; /* IE 9 */
    transition: all 1.5s ease;
}

figure:hover div,
figure:focus div{

    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);

}

figure a {
    color: #414141;
}

figcaption p {
    margin: auto;
    color: #414141;

}

figure:hover p,
figure:hover span {
    color: #CF131C;
}

#dashboard {
    margin: 70px auto;
    padding: 0 60px;
    border-bottom: 1px solid #ED1C24;
}

/* xs */
@media (max-width: 767px) {

    figure{
        margin: 15px auto;

    }

    #dashboard {
        margin: 10px auto;
        padding: 0 20px;
        border-bottom: 1px solid #ED1C24;
    }
}

.kleel-notification {
    position: absolute;
    background-color: red;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    top: -10px;
    left: 20%;
    bottom: 0;

}

.kleel-notification-content {
    color: #FFF;
    margin: 0 auto;
    padding: 5px;

}

/*************** Calculator styling **********/

.col-calc {
    padding-right: 0;
    padding-bottom: 15px;
}

.btn-calc {
    height: 83px;
    font-size: 50px;
}

/* xs */
@media (max-width: 767px) {

    .td-xs-none {
        display: none;
    }

    .row-calc {

        margin-right: -15px;
        margin-left: -15px;
    }
    .col-xs-calc {
        padding-left: 15px;

    }
}



/***************** form validation ***************/

.form-inline-validation .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-validation .form-control {
    display: inline-block;
    width: 34px;
    vertical-align: middle;
}
.form-inline-validation .form-control-static {
    display: inline-block;
}
.form-inline-validation .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline-validation .input-group .input-group-addon,
.form-inline-validation.input-group .input-group-btn,
.form-inline-validation .input-group .form-control {
    width: auto;
}
.form-inline-validation .input-group > .form-control {
    width: 100%;
}
.form-inline-validation .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-validation .radio,
.form-inline-validation .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline-validation.radio label,
.form-inline-validation.checkbox label {
    padding-left: 0;
}
.form-inline-validation.radio input[type="radio"],
.form-inline-validation.checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
.form-inline-validation .has-feedback .form-control-feedback {
    top: 0;
}






