body {
	background-color: #F0F0F0;
	font-size: 14px;
	color:#666;
}

.logo {
	margin:20px 0;
}

.navbar {
	margin: 0 0 10px 0;
    background: #006bd3;
    background: -moz-linear-gradient(top, #006bd3 0%, #005ab1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006bd3), color-stop(100%,#005ab1));
    background: -webkit-linear-gradient(top, #006bd3 0%,#005ab1 100%);
    background: -o-linear-gradient(top, #006bd3 0%,#005ab1 100%);
    background: -ms-linear-gradient(top, #006bd3 0%,#005ab1 100%);
    background: linear-gradient(to bottom, #006bd3 0%,#005ab1 100%);
    border: 1px solid #e4e4e4;
    border-top: 0;
    text-align: left;
    line-height: 40px;
    border-radius: 4px;
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #eee;
	text-transform:none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color:#eee;
}

.product-info {
	background-color:#Fff;
	border:1px solid #E5E5E5;
	border-radius:6px;
	position:relative;
	padding:25px;
	margin-bottom: 20px;
}

.product-info h1 {
	border-bottom: 1px solid #E6E6E8;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-top: 0;
	font-size: 36px;
	color:#333;
}

.product-image {
	background-color: #fff;
	border:1px solid #E6E6E8;
	text-align: center;
	border-radius: 6px;
	padding:15px;
}

.product-image img {
	max-height: 400px;
	max-width:100%;
}

.icons img {
	margin: 0 auto 10px auto;

}

@media (max-width: 991px) {
	.icons img {
		display: inline-block;
		margin:10px 15px;
	}

	.icons {
		text-align: center;
	}
}

.additional-images {
	margin-top:20px;
	border:1px solid #E6E6E8;
	text-align: center;

	width:100%;
}

.additional-images img {

	 display: inline-block;
  max-width:30%;
  max-height:150px;
  width: auto;
  height: auto;

  margin-right:3%;
}

    .dropdown-toggle:focus {
        pointer-events: none;
    }

    .dropdown-toggle:focus + .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .dropdown-menu {
        opacity: 0;
        display: block;
        visibility: hidden;
        transition: visibility 0.5s;
        background: #005AB2;
		border-radius: 0;
		margin-top: 0;
		position:absolute;
		right:0;
    }

    .dropdown-menu > li > a {
    	color:#fff;
    }
