@charset "utf-8";
/* CSS Document */




@font-face {
    font-family:myFirstFont;
    src:url(../fonts/GABRIOLA_2.TTF);
}

.tablinks ul li{

padding: 5px;
font-size: 16px;

}

.logo1{

 margin-top:-20px;  
}

.topemail {

	font-size: 16px;
	//margin-left: 25px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.topemail a{

	font-size: 16px;
	//margin-left: 25px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}

.gall img{

border: 2px solid #eee;
box-shadow: 5px 5px 5px  #333;

}

.photo{
border:1px solid #ccc;
margin-bottom: 5px;
box-shadow: 5px 5px 5px  #999;

}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: -80px;
  margin-left:60px; 
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #fff;
  font-size: 2em;
  text-shadow: none;
  margin-top: 20px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -55px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
 // right: -55px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    //content: "\f10d";
    font-family: myFirstFont;
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media only screen and (min-width: 240px) and (max-width: 480px) {


  blockquote p {
    //font-style: italic;
    margin-left:-20px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-family: myFirstFont;
    
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: -80px;
  margin-left:-10px; 
}
#quote-carousel .carousel-control.left 
{
  left: 2px;
}

#quote-carousel .carousel-control.right 
{
 right: 2px !important;
}

}



  }
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }