﻿/* This css file is personalize the bootstrap css cards
---------------------------------------------------------------------- */
/*---------------------------------------------------------------------- 
TABLE OF CONTENTS
// 1. SECTIONS
// 2. CARDS
//      2.1 Card Table 
//      2.1 Card Blog 
//      2.1 Card Background 
//      2.1 Card Profile 
//      2.1 Card Category 
//      2.1 Card Author 
//      2.1 Card Product
//      2.1 Card Testimonial
//      2.1 Text Color
// 3. BUTTONS
// 4. SOCIAL MEDIA BUTTONS
// 5. BOOTSTRAP COL-MD-12 CLASS
// 6. FONT AWESOME FA CLASS
------------------------------------------------------------------------*/
/*---------------------------------------------------------------------- /
SECTIONS
----------------------------------------------------------------------- */
.section-cards {
    z-index: 3;
    position: relative;
}
.section-gray {
    background: #E5E5E5;
    padding: 60px 0 30px 0;
}
/*---------------------------------------------------------------------- /
CARDS
----------------------------------------------------------------------- */
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card:not(.turquoise):hover{
    -webkit-filter: contrast(90%) brightness(90%);
    filter:contrast(90%) brightness(90%); 
        -webkit-transition: ease-in-out all .2s; /* Safari */
    transition: ease-in-out all .2s;
}
.card.turquoise:hover{
    color: #acc4c7;
    -webkit-transition: ease-in-out all .2s; /* Safari */
    transition: ease-in-out all .2s;
}
.card .card-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}
.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}
.card img {
    width: 100%;
    height: auto;
}
.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card h4{
    margin-top: 1em;
    font-weight: bold;
}
.card h4, .card p{
    padding: 0 0.5em;
}
.card p:nth-last-child(1){
    padding: 0 0.5em .5em;
}

.card .date {
   font-size: smaller;
   color: #777;
   font-style: italic;
}


.ftr {
    margin: .4em 0 0 0;
    padding: 1em 0.1em;
    font-size: smaller;
    background-color: #efefef;
}
.ftr div {
    display: inline-block;
}
.ftr .author {
    color: #888;
}
.ftr .stats {
    float: right;
    line-height: 30px;
}
.ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}
/* ============ Card Table ============ */
.table {
    margin-bottom: 0px;
}
.card .table {
    padding: 15px 30px;
}
.card .table-primary {
    background: linear-gradient(60deg, #ab47bc, #7b1fa2);
}
.card .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}
.card .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}
.card .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}
.card .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}
.card .table-rose {
    background: linear-gradient(60deg, #ec407a, #c2185b);
}
.card [class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}
.card [class*="table-"] .card-caption a,
.card [class*="table-"] .card-caption,
.card [class*="table-"] .icon i {
    color: #FFFFFF;
}
.card [class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}
.card [class*="table-"] .author a,
.card [class*="table-"] .ftr .stats,
.card [class*="table-"] .category,
.card [class*="table-"] .card-description {
    color: rgba(255, 255, 255, 0.8);
}
.card [class*="table-"] .author a:hover,
.card [class*="table-"] .author a:focus,
.card [class*="table-"] .author a:active {
    color: #FFFFFF;
}
.card [class*="table-"] h1 small,
.card [class*="table-"] h2 small,
.card [class*="table-"] h3 small {
    color: rgba(255, 255, 255, 0.8);
}
/* ============ Card Blog ============ */
.card-blog {
    margin-top: 30px;
}
.card-blog .card-caption {
    margin-top: 5px;
}
.card-blog .card-image + .category {
    margin-top: 20px;
}
.card-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-outline{
   border: solid 2px #00254d;
}
/* ============ Card Background ============ */
.card-background {
    background-position: center;
    background-size: cover;
    text-align: center;
}
.card-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}
.card-background .category,
.card-background .card-description,
.card-background small {
    color: rgba(255, 255, 255, 0.8);
}
.card-background .card-caption {
    color: #FFFFFF;
    margin-top: 10px;
}
.card-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    table: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}
/* ============ Card Profile ============ */
.card-profile {
    margin-top: 30px;
    text-align: center;
}
/* ============ Card Category ============ */
.category {
    position: relative;
    line-height: 0;
    margin: 15px 0;
}
.card .category-social .fa {
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 2px;
    margin-right: 5px;
}
/* ============ Card Author ============ */
.card .author .avatar {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.card .author a {
    color: #333;
    text-decoration: none;
}
.card .author a .ripple-cont {
    display: none;
}
/* background Colors */
.orange {
    background-color:#ff7c00;
}
.turquoise{
    background-color: #046771;
    color: white;
}
.yellow {
    background-color: #fdeb7d;
}

.green {
    background-color: #7ec5c2;
    color: white;
}

    .green *, .turquoise *{
        color: white;
    }
.card a{
    color: #721c24;
    text-decoration:underline;
}
.orange h4, .orange a{
    color: white;
}
.orange .ftr{
    background-color: #dc6335;
}

.turquoise .date {
    color: white;
}
.turquoise .ftr{
    background-color: #9dcfd4;
    color: white;
}
.yellow .ftr{
   
    background-color: #e6e674;
}
.green .ftr {
    background-color: #99ccc9;
    color: white;
}

    .green .ftr a, .turquoise .ftr a {
        color: white;
    }
/*---------------------------------------------------------------------- /
BUTTONS
----------------------------------------------------------------------- */
/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
/*---------------------------------------------------------------------- /
SOCIAL MEDIA BUTTONS
----------------------------------------------------------------------- */
/* facebook */
.btn.btn-facebook,
.navbar .navbar-nav > li > a.btn.btn-facebook {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
}
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook:hover {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
}
.btn.btn-facebook.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-facebook.btn-simple {
    color: #3b5998;
    background-color: transparent;
    box-shadow: none;
}
/*twitter*/
.btn.btn-twitter,
.navbar .navbar-nav > li > a.btn.btn-twitter {
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
}
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter:hover {
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
}
.btn.btn-twitter.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-twitter.btn-simple {
    color: #55acee;
    background-color: transparent;
    box-shadow: none;
}
/*google*/
.btn.btn-google,
.navbar .navbar-nav > li > a.btn.btn-google {
    background-color: #dd4b39;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
}
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google:hover {
    background-color: #dd4b39;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
}
.btn.btn-google.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-google.btn-simple {
    color: #dd4b39;
    background-color: transparent;
    box-shadow: none;
}
/*instagram*/
.btn.btn-instagram,
.navbar .navbar-nav > li > a.btn.btn-instagram {
    background-color: #125688;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12);
}
.btn.btn-instagram:focus,
.btn.btn-instagram:active,
.btn.btn-instagram:hover {
    background-color: #125688;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2);
}
.btn.btn-instagram.btn-simple,
.navbar .navbar-nav > li > a.btn.btn-instagram.btn-simple {
    color: #125688;
    background-color: transparent;
    box-shadow: none;
}