
/* iPad (portrait) */
@media (min-width: 320px) and (max-width: 579px) {
	.navbar-nav{
		border-radius: 0;
	}
	.nav li:first-child{
		padding-left: 0px;
	}

	.decrip-text{
		top: 50px;
		width: 100%;
	}

	.decrip-text h2{
		font-size: 2em;
	}

}

@media (min-width: 320px)and (max-width: 579px){
	.footer-logo{
		position: inherit;
	}

}



/* iPad (portrait) */
@media (min-width: 580px) and (max-width: 767px) {


}


/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 1023px) {


}

@media (max-width: 991px) {
   .navbar-nav{
		border-radius: 0;
	}
	.nav li:first-child{
		padding-left: 0px;
	}

}

@media (min-width: 1024px){
	.navbar-nav > li > .dropdown-menu{
	border-radius: 0;
}

.dropdown-menu{
	background: rgba(163,205,57,0.7);
	border: none;
	padding: 0;
	box-shadow: none;
	margin: 0 0 0 50px; !important;
}

.dropdown-menu li{
	background: none;
	border: none;
}

.dropdown-menu li a{
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	background: none;
	border: none;
	color: #fff;
	text-align: center;
}

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

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

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
}