
/* ******************************************************************************************************************************************* */

body {
	/* margin-top: 60px; */
	font-size: 14px;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	background-color: #E5E9ED;
}

.aboutbtn {
    font-family: Elephant-Outline, Arial, sans-serif;
    color: #fff;
    font-size: 22px;
}


.btn:hover,
.btn:focus,
.btn:active{
    outline: 0 !important;
}
/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
	width: 100%;
	height: 420px;
	border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -6px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    font-family: 'PT Sans Caption', sans-serif;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
}

.card .stats-container{
	width: 100%;
	margin-top: 50px;
}
.card .stats{
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.card .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
	border-left: 1px solid #EEEEEE;
}
.card .stats h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.card .stats p{
	color: #777777;
}
/*      Just for presentation        */

.title{
    font-family: Elephant-Outline, serif;
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 100px;
    margin-bottom: 90px;
    /* line-height: 30%; */
}
.title small{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
    line-height: .5rem;
}
.space-30{
	height: 30px;
	display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}

.ct-heart{
    color: #F74933;
}


.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    /* border: 1px solid #333333;
    border-radius: 50%; */
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    text-align: justify;
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: rgb(228, 51, 51);
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}



/* **************************************************************************************************************************************** */


@font-face {
    font-family: Elephant-Outline;
    src: url("Elephant-Outline.otf");
}

body {
background-color: #020c25;
}

/* #mainNavbar .nav-item {
    font-weight: 600;
}
#mainNavbar .nav-link:hover {
    color: #f05d23;
}
.navbar.scrolled {
    background: black;
    transition: background 500ms;
} */



  /* Color shift for brand name and tag line  */
.head {
    background: #f51c04;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f5af19, #f51c04);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f5af19, #f51c04); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;  
    color: transparent;
    background-size: 600%; 
    animation: gradient 6s linear infinite alternate;   
    }
    


@keyframes gradient {
    0% {
        background-position: 0%;
        }
    100% {
        background-position: 100%;
        }
    }

.brand {
    text-align: center;
    font-family: Elephant-Outline;
    /* font-size: 7rem; */
    font-size: 112px;
    margin-top: 60px;
    /* text-transform: uppercase; */
    }

.tagline {
    margin-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .7rem;
    margin-bottom: 80px;
}
.carousel-item {
  text-align: center;
}


 /* Color shift effect for product carousel  */
h1 {
    font-size: 3.5rem;
    margin-top: 50px;
    font-family: Elephant-Outline;
    text-align: center;
    background: #12EE1C;  
    background: -webkit-linear-gradient(to right, #12EE1C, #20981C); 
    background: linear-gradient(to right, #12EE1C, #20981C);
    -webkit-background-clip: text;   
    color: transparent; 
    background-size: 600%; 
    animation: gradient 6s linear infinite alternate;   
}

h2 {
    font-size: 2.5rem;
    margin-top: 50px;
    font-family: Elephant-Outline;
    text-align: center;
    background: #f51c04;  
    background: -webkit-linear-gradient(to right, #f5af19, #f51c04); 
    background: linear-gradient(to right, #f5af19, #f51c04);
    -webkit-background-clip: text;   
    color: transparent; 
    background-size: 600%; 
    animation: gradient 6s linear infinite alternate;   
}

h3 {
    font-size: 3.5rem;
    margin-top: 10px;
    font-family: Elephant-Outline;
    text-align: center;
    color: #fff;
}

#carousel {
    background-color: #020c25;
    font-family: Elephant-Outline;
    font-size: 48px;
}
 .dealers {
     text-align: center;
     margin-bottom: 100px;
     margin-top: 50px;
 }
#dealeras {
    font-size: 3.5rem;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    color: rgb(66, 80, 206);
}

#dealertp {
    font-family: 'Marcellus SC', serif;
    font-size: 3.5rem;
    margin-top: 30px;
    color: #F74933;
    
}

.email_link {
    text-align: center;
    margin-bottom: 100px;
    font-size: 2rem;
    
}
.return_top {
    text-align: center;
    margin-bottom: 100px;
}

.footer-main {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #020c25;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 10px;
}
.dictionary {
    font-size: 1.7rem;
}