html {
    min-height: 100vh;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    // color: #777777;
    font-size: 14px;
    line-height: 24px;
    min-height: 100vh;
    background-color: WHITESMOKE;
}

p {
    font-family: "Raleway";
}

span {
    font-family: "Raleway";
}

section {
    //padding-top: 15px;
    //padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*
 page loader style start
*/

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-color: #e74c3c;*/
    background-color: #1E90FF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/* page loader style end */


/* Navigation Toggle
-------------------------------------------------------*/

.navbar-toggle {
    margin-top: 10px;
    border: none;
    z-index: 50;
    margin-right: 0px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: #f2f2f2;
}

// Logo container
.logo-container {
    //padding: 0 15px;
    padding-left: 100px;
    float: left;
}

.logo-wrap {
    display: table;
    width: 100%;
}

.logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink > a {
    height: 60px;
}

.logo-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 36px;
}

.logo-wrap.shrink img {
    height: 48px;
}


/* Header nav menu start */

.top-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #4b4e54;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    z-index: 9999;
}

.link {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
}

.slideUp {
    /* -webkit-transform: translateY(-100px);
          transform: translateY(-100px);*/
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideDown {
    /*-webkit-transform: translateY(0);
          transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

/* Header nav menu end */

.main-container {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    overflow: hidden;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.slide-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    width: 100vw;
    min-height: 400px;
    //background-color: rgb(233, 234, 236);
    //background-image: url('/img/slide/nik-macmillan-280300.jpg');
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/themevee_header_background_01.jpg');
}
.slide h1 {
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    font-weight: normal;
    z-index: 99;
    font-size: 28px;
    padding-top:160px;
}
.slide h2 {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: normal;
    z-index: 99;
    font-size: 22px;
}

/*img {
    }*/

.item-card {
    /*position: relative;
        margin: .5rem 0 1rem 0;
        background-color: #fff;
        transition: box-shadow .25s;
        border-radius: 2px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
    /*position: relative;*/
    margin: .5rem 0 3.0rem 0;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.item-card:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.item-card img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    /*margin-bottom: 12px;*/
}

.item-card span {
    //display: inline-block;
    /*margin-bottom: 32px;*/
}

.item-card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.transition-300 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.item-card-title {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*margin-top: 12px;
        margin-bottom: 12px;*/
    /*padding-bottom: 12px;
        padding-top: 12px;*/
    padding: .75em 1em;
}
