.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}


body{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}


.testimonialicons {
    height: 47px;
    text-align: right;
    padding: 9px 21px;
    background: #4e4e4e;
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    /* font-weight: bold; */
    position: relative;
    border-bottom: -6px solid #434343;
}



nav {
    height: 47px;
    width: 100%;
	text-align: center;
    background: #4e4e4e;
    font-size: 11pt;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;    /* font-weight: bold; */
    position: relative;
    border-bottom: -6px solid #434343;
}
.navigations{
    height: 47px;
	text-align: center;
    background: #4e4e4e;
    font-size: 11pt;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;    /* font-weight: bold; */
    position: relative;
    border-bottom: -6px solid #434343;
}	


nav ul {
    /* padding: 0; */
    margin: 0 auto;
    height: 40px;
    text-align: center;
    padding-left: 15%;
	font-size: 16px;
}
nav li {
	display: inline;
}
nav a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding: 5px 10px 5px 10px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
/*    border-right: 1px solid #a6a5a5;
    border-left: 1px solid #a6a5a5;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color:#454545;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 729px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url(../img/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}












































.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}