a {
	color: #ffb200;
}

.navbar-default .navbar-toggle {
    border-color: #ffb200;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffb200;
}


.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
   /* text-align: center;*/
   font-weight: bold;
}

.navbar-brand {
	padding: 0px 20px !important; 
}

.price {
	color: #48AADD;
	font-size: 1.8em;
}

#logo-main {
    display: block;
    margin: 2px auto;
	padding-top: 10px;
  }

.call {
    color:#bcbdc0;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
    body { padding-top: 70px; }
}

#box-info{
	font-weight: bold;
	color: rgb(150, 21, 21);
}

.shadow {
	padding: 5px;
	background: #e7e7e7;
	border: 1px solid #BBB;
	text-align: center;
	border-radius: 5px;
}

.quote-box {
  padding: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.table-responsive
{
    overflow-x: auto;
}


.navbar-default1{
	background-color: #bcbdc0 !important; 
}
.navbar-default1 .navbar-nav > li > a {
    color: #555;
}

.navbar-default2{
	background-color: #ff6699 !important; 
}
.navbar-default2 .navbar-nav > li > a {
    color: #555;
}


.navbar-default{
	background-color: #000 !important; 
}
.navbar-default .navbar-nav > li > a {
    color: #ffb200;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #bb8300;
}

.portfolio-link	{
	color: #0e1549;
}

.portfolio-item {
 /* padding: 0px;*/
 height: 400px;
}

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

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !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: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@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;
    }
}

#links {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999;
}

#links li {
    display: inline;
    padding: 0 5px;
}

#links li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#links li.active label {
    background-color: white;
}

.fancybox-title iframe {
    min-height: 30px;
    vertical-align: middle;
}
