﻿
a {
    color: inherit;
    text-decoration: none !important;
}
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}
.active {
    background-color: #f81c1c;
}
       

#projects {
    background-color: #e5e5e5;
    padding: 20px 0;
}

    #projects h2 {
        display: block;
        font-size: 38px;
        font-weight: 400;
        letter-spacing: 5px;
        margin: 0 !important;
        margin-after: 0.83em;
        margin-before: 0.83em;
        padding-bottom: 50px;
        position: relative;
        text-align: center;
    }

    #projects h2after {
        bottom: 30px;
        content: "";
        display: block;
        height: 3px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100px;
    }

.dark-gray-background {
    background-color: #222222;
}

.dark-gray-font {
    color: #222222 !important;
}

.light-white-font {
    color: #f5f5f5;
}


#carouselHeader h3 {
    position: relative;
    text-align: center;
}


/* Indicators list style */
.project-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}

    /* Indicators list style */
    .project-slide .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        float: middle;
        height: 35px;
        margin-bottom: -10px;
        margin-left: 0;
        margin-right: 5px !important;
        margin-top: 0;
        width: 50px;
        border-radius: 3px;
    }

    /* Indicators images style */
    .project-slide .carousel-indicators img {
        border: 2px solid #b8770d;
        border-radius: 3px;
        float: left;
        height: 35px;
        left: 0;
        width: 50px;
        opacity: 0.7;
    }

    /* Indicators active image style */
    .project-slide .carousel-indicators .active img {
        border: 2px solid #fca311;
        opacity: 1;
    }

/* carousel-control */
.carousel-control {
    color: #b8770d;
    opacity: 0.5;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fca311;
        opacity: 1;
    }

    .carousel-control.left, .carousel-control.right {
        background: none !important;
        filter: none !important;
        progid: none !important;
    }
.index-content a:hover {
    color: black;
    text-decoration: none;
}

.index-content {
    margin-bottom: 20px;
    padding: 50px 0px;
}

    .index-content .row {
        margin-top: 20px;
    }

    .index-content a {
        color: black;
    }

    .index-content .card {
        background-color: #FFFFFF;
        padding: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    }

        .index-content .card:hover {
            box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
            color: black;
        }

        .index-content .card img {
            width: 100%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .index-content .card h4 {
            margin: 20px;
        }

        .index-content .card p {
            margin: 20px;
            opacity: 0.65;
        }

    .index-content .blue-button {
        width: 100px;
        -webkit-transition: background-color 1s, color 1s; /* For Safari 3.1 to 6.0 */
        transition: background-color 1s, color 1s;
        min-height: 20px;
        background-color: #002E5B;
        color: #ffffff;
        border-radius: 4px;
        text-align: center;
        font-weight: lighter;
        margin: 0px 20px 15px 20px;
        padding: 5px 0px;
        display: inline-block;
    }

        .index-content .blue-button:hover {
            background-color: #dadada;
            color: #002E5B;
        }

@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}.fancy-cards {
    text-align: center;
    margin: 20px auto;
}

    .fancy-cards .fancy-card {
        display: inline-block;
        position: relative;
        /* top: 40px;
            left: 20px;*/
        box-sizing: border-box;
    }

.fancy-card .top,
.fancy-card .middle,
.fancy-card .bottom {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    width: 300px;
    height: 300px;
    transition: transform 300ms linear-out;
}

.fancy-card .top {
    z-index: 3;
    transform: scale(1.0);
    transition: transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 1px 3px rgba(25,25,25,0.30);
}

.fancy-card .middle {
    position: absolute;
    background: #aaa;
    top: 0px;
    z-index: 2;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card .bottom {
    position: absolute;
    background: #ccc;
    top: 0px;
    z-index: 1;
    transform: rotate(0deg);
    transition: transform 250ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fancy-card .caption {
    overflow: hidden;
    background: rgb(255 255 255 / 82%);
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .fancy-card .caption .title {
        color: #222;
        margin: 0px 0px 15px 0px;
     /*   font-size: 1.4rem;*/
        font-weight: bold;
    }

    .fancy-card .caption .button {
        display: inline-block;
        color: #333;
        text-decoration: none;
        border: solid 1px #555;
        padding: 7px 13px;
        background-color: transparent;
        transition: all 300ms ease-in;
    }


/*hovering*/
.fancy-card:hover .top {
    transform: scale(1.05);
}

.fancy-card:hover .middle {
    transform: rotate(-7deg);
    box-shadow: 1px 1px 2px rgba(74, 74, 74, 0.35);
}

.fancy-card:hover .bottom {
    transform: rotate(7deg);
    box-shadow: 1px 1px 2px rgba(113, 113, 113, 0.35);
}

.fancy-card:hover .button {
    background: rgba(0,0,0,0.8);
    color: #fff;
    border: 0px;
}

.user {
    float: left;
    color: #fcb314
}

.user {
    float: right;
    color: #fcb314
}.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 19px 16px;
    /*color: #ffffff;*//*
  */  border: 1px solid rgb(221, 221, 221);
  /*  background: rgba(167, 167, 167, 0.48);*/
    line-height: 1.33;
    border-radius: 50%;
    font-size: 20px;
}
.btnli > .btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 13px 8px;
    color: #ffffff;
    border: 1px solid rgb(221, 221, 221);
    background: rgba(167, 167, 167, 0.48);
    line-height: 1.33;
    border-radius: 50%;
    font-size:12px;
}
.breaking-news-headline {
    display: block;
    position: absolute;
    font-family: arial;
    font-size: 13px;
    margin-top: -22px;
    color: white;
    margin-left: 150px;
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.breaking-news-title {
    background-color: #FFEA00;
    display: block;
    height: 30px;
    width: 90px;
    font-family: arial;
    font-size: 11px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 3;
}

    .breaking-news-title:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        top: 0;
        left: -12px;
        border-left: 12px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 30px solid #FFEA00;
    }

    .breaking-news-title:after {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        right: -12px;
        top: 0;
        border-right: 12px solid transparent;
        border-left: 0px solid transparent;
        border-top: 30px solid #FFEA00;
    }

#breaking-news-colour {
    height: 30px;
    /*width: 694px;*/
    background-color: #000000;
}

#breaking-news-container {
    height: 30px;
    width: 100%;
    overflow: hidden;
    /*position: absolute;*/
}

    #breaking-news-container:before {
        content: "";
        width: 30px;
        height: 30px;
        background-color: #000000;
        position: absolute;
        z-index: 2;
    }

.animated {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.2s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
}

.delay-animated {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.scroll-animated {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 3s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated2 {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.4s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-animated3 {
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 3s;
}

.fadein {
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -o-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}

@-moz-keyframes fadein {
    from {
        margin-left: 1000px;
    }
}

.slidein {
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
    -o-animation-name: slidein;
    animation-name: slidein;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    20% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee {
    animation: marquee 10s linear infinite;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 3s;
    overflow: hidden;
}

@-webkit-keyframes slidein {
    from {
        margin-left: 800px;
    }

    to {
        margin-top: 0px;
    }
}

@-moz-keyframes slidein {
    from {
        margin-left: 800px;
    }

    to {
        margin-top: 0px;
    }
}

.slideup {
    -webkit-animation-name: slideup;
    -moz-animation-name: slideup;
    -o-animation-name: slideup;
    animation-name: slideup;
}

@-webkit-keyframes slideup {
    from {
        margin-top: 30px;
    }

    to {
        margin-top: 0;
    }
}

@-moz-keyframes slideup {
    from {
        margin-top: 30px;
    }

    to {
        margin-top: 0;
    }
}

.carousel-indicators {
    bottom: -40px;
    left: 0;
    width: 100%;
    background: #ccc;
    padding: 6px 0px;
    margin-left: 0;
    border-top: 2px solid #fff;
}

    .carousel-indicators li {
        width: 12px;
        height: 12px;
        background: #fff;
        border-color: #fff;
    }

    .carousel-indicators .active {
        width: 14px;
        height: 14px;
        background: #428bca;
        border-color: #428bca;
    }

.carousel-inner .thumbnail {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.carousel-inner .caption {
    background: #ddd;
    padding: 10px;
}