@media screen and (max-width: 1024px) {
#header .header-content {
	width: 100%;
}
.nav-toggle {
	display: block;
}
.carousel-caption {
    bottom: 80%;
	text-align: right;
    top: 10%;
    transform: translateY(0%);
}
.logo-container {
        display: block;
}
.navigation {
	position: fixed;
	background-color: #000;
	width: 60%;
	height: 100%;
	top: 10px;
	right: 10px;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 26px;
}
.flex-control-nav {
	bottom: 20px;
}
.carousel-caption {
    text-align: left;
    top: 20%;
	font-size: 26px;
    transform: translateY(-50%);
}
.carousel-caption h3 {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	text-shadow: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.dropdown-content {
    display: none;
    position: relative;
    background-color: rgba(135,196,66,0.9);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.dropdown-content a:hover {
	background-color: #000;
	}

.dropdown:hover .dropdown-content {
    display: block;
}
.selectpicker {
   color: #87c442;
   display: block;
   position: relative;
   margin: auto;
}
.swiper-container {
      width: 100%;
      max-height: 600px;
	  width: auto;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      max-height: 600px;
	  width: auto;
}
}
@media screen and (max-width: 768px) {
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 42px;
}
.banner-text p {
	font-size: 18px;
}
.flexslider {
	padding-bottom: 80px;
}
.flex-control-nav {
	width: 100%;
}
.footer .footer-col {
	margin-bottom: 50px;
}
.detail-contentbox {
	background-color: #fff;
	padding: 6%;
}
.carousel-caption {
    text-align: left;
    top: 16%;
    transform: translateY(-50%);	
}
}
@media screen and (max-width: 640px) {
.banner-text {
	padding-top: 35%;
}
.detail-contentbox {
	background-color: #fff;
	padding: 6%;
}
.carousel-caption {
    text-align: left;
    top: 12%;
    transform: translateY(-50%);
}
}
@media screen and (max-width: 480px) {
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	font-size: 32px;
}
.detail-contentbox {
	background-color: #fff;
	padding: 6%;
}
.carousel-caption {
    text-align: left;
    top: 7%;
    transform: translateY(-50%);
}
}
@media screen and (max-width: 320px) {
.banner-text {
	padding-top: 55%;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 11px;
}
.detail-contentbox {
	background-color: #fff;
	padding: 6%;
}
.carousel-caption {
    text-align: left;
    top: 5%;
    transform: translateY(-50%);
}
}