/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-family: 'Spectral', serif;
}

.navbar {
    opacity: 0.98;
}
.logo{
    height: 50px;
}
.logo:hover{
    -moz-filter:brightness(2);
    -webkit-filter:brightness(2);
    -o-filter:brightness(2);
    -ms-filter:brightness(2);
    filter: brightness(0.8);
}
a {
    color: #2b569a;
}
a:hover{
    color: #2c69af;
}
/* Social bar */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.btn-primary {
        color: #fff !important;
        background-color: #2b569a;
        border-color: #32669a;

}
/* Tags subpage */
.articleview{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.tags{
    padding-top: 3em;
}
.tagcontent{
    height: 100vh;
    z-index: 9;
}
.tagitem{
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1em;
    z-index: 10;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
.color-brown{
    color: #965A3C;
}
.color-white{
    color: white;
}
.color-blue{
    color: #2B569A;
}

.initialihidden {
    display: none;
}
.opacity img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.opacity img:hover{
    opacity: 0.75;
}
.morph img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: 3px solid #965A3C;
    border-radius: 50%;
}
.morph img:hover {
    border-radius: 25%;
    border-color: #2b569a;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);

}
.wheel img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wheel img:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.grow img {
    border-radius: 50%;
    border: 3px solid #965A3C;
    height: 250px;
    width: 250px;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
.grow img:hover {
    border-radius: 30%;
    height: 300px;
    width: 300px;
    opacity: 0.75;
}
.partner img {
    height: 100px;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
.partner img:hover {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 0.75;
}
.tilt {
    border-radius: 50%;
    border: 3px solid #965A3C;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tilt:hover {
    border-radius: 25%;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.tilt1{
    color: #2B569A;


    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    background: repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2) 10px,
            rgba(0, 0, 0, 0.3) 10px,
            rgba(0, 0, 0, 0.3) 20px
    );

}
.tilt1:hover{
    background: repeating-radial-gradient(
            circle,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2) 10px,
            rgba(0, 0, 0, 0.3) 10px,
            rgba(0, 0, 0, 0.3) 20px
    );
}
/* Carousel */
#intro {
    width: 580px;
    margin: 0 auto;
}
.wrapper {
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}
.list_carousel {

    margin: 0 0 30px 60px;
    width: 360px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 14px;
    color: #2B569A;
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    float: left;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    float: left;
    margin-left: 10px;
}
.next {
    float: right;
    margin-right: 10px;
}
.pager {
    float: left;
    width: 300px;
    text-align: center;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

/* FADE */
.fade {
    opacity: 1;
}
.hideme
{

    opacity:0;
}
/* Instagrid */
.instagrid {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
}
.instagrid img{
    z-index: 1;
    transition: all 0.75s ease;
    height: 320px;
    margin-left: 0;
    margin-right: 0;
}
.instagrid img:hover{
    opacity: 0.75;
    transform: scale(1.1);
}
.instagrid span:hover{
    opacity: 0.75;
    transform: scale(1.1);
}
.instagrid h6:hover{
    opacity: 0.75;
    transform: scale(1.1);
}

/* Instaslider  */

.nav-left{
    position: absolute;
    color: white !important;
    margin-left: 5%;
    margin-top: 160px;
    z-index: 2;
}
.nav-right{
    position: absolute;
    float: right;
    color: white !important;
    margin-top: 160px;
    margin-left: 80%;
    z-index: 2;
}
.instalikes{
    position: absolute;
    color: white !important;
    margin-top: 290px;
    margin-left: 75%;
    opacity: 0.85;
    z-index: 2;
}
.form {
    background-color: #2b569a;
    border-radius: 0.5em;
    color: white;
}
.btn-form {
    color: white;
    background-color: #1d1e1f;
}
.btn-form:hover{
    background-color: #777777;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
@media (max-width: 576px){
    .tags a{
        font-size: 65%;

    }
    .tags h3{
        font-size: 65%;
    }
}