.top_wrapper {
	width: 100%;
	height: 10px;
	background-color: #64A1D6;
}
.navbar-brand img {
	height: 95px;
	margin-top: -10px;
}

.navbar-wp .navbar-nav>li>a {
    border-top: 3px solid transparent;
    padding: 38px 16px;
    margin-right: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.middle_wrapper {
	height: 20px;
	background: #ccc;
}

h2 {
	font-weight: normal;
	padding: 15px 0 0 0;
	font-size: 30px;
}

.ltBlue {
	color: #64A1D6;
}

.breadcrumb {
	background: transparent;
	padding: 0;
}

.main_content ul {
	margin: 25px;
	font-weight: bold;
}

.main_content li {
	font-weight: bold;
	text-align: justify;
}

/*.main_content {
	font-size: 14px;
}*/

.main_content p{
	text-align: justify;
}

body {
	padding-bottom: 60px;
	font-size: 16px;
}

.navbar-wp .navbar-nav>li>a {
	letter-spacing: 1px;
}

.copyright {
	font-size: 12px;
}

.products ul{
	list-style: disc;
	margin-left: 24px;
}

.reflector_bg {
	background: url("../images/REFLECTOR-SHOW.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 750px;
	overflow: hidden;
}