/* lg */ 
@media (min-width: 1200px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.center img{
    opacity: 0.4;
    transition: all 300ms ease 0s;
	max-height: 600px;
	margin: 0 25px;
}

.center .slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
	max-height: 600px;

}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-nav > li {
	margin-left: 10px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.center img{
    opacity: 0.4;
    transition: all 300ms ease 0s;
	max-height: 600px;
	margin: 0 25px;
}

.center .slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
	max-height: 600px;

}
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li {
	margin-left: 0;
}
.center img{
    opacity: 0.4;
    transition: all 300ms ease 0s;
	max-height: 500px;
	margin: 0 20px;
}

.center .slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
	max-height: 500px;

}
}

/* xs */
@media (max-width: 767px) {
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
}
.navbar-nav > li {
	padding-bottom: 0;
}
.center h2 {
	font-size: 36px;
	margin-top: 25px;
}
.center img{
    opacity: 0.4;
    transition: all 300ms ease 0s;
	max-height: 500px;
	margin: 0 20px;
}

.center .slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
	max-height: 500px;

}
#award .dl-horizontal dt {
	text-align: left;
	overflow: auto;
	white-space: normal;
	width: 100%;
}
#award .dl-horizontal dd {
	margin-left: 0;
}
#footer .col-sm-6 {
	text-align: center;
}
#footer .pull-right {
	float: none !important;
}
}

/* XS Portrait */
@media (max-width: 480px) {
body {
	margin-top: 0px;
}
.navbar-brand img {
	padding: 0px;
	max-width: 80%;
}
h1 {
	font-size: 30px;
	color: #fff;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
	color: #b15428;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #b15428;
	margin-bottom: 26px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #b15428;
	margin-bottom: 20px;
}
h6 {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #b15428;
	line-height: 24px;
	margin-bottom: 18px;
}
.center img{
    opacity: 0.4;
    transition: all 300ms ease 0s;
	max-height: 500px;
	margin: 0 20px;
}

.center .slick-center img {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
	max-height: 500px;

}
#award .dl-horizontal dt {
	text-align: left;
	overflow: auto;
	white-space: normal;
	width: 100%;
}
#award .dl-horizontal dd {
	margin-left: 0;
}
}
