/*------------------------------------------------------
Media Queries 
--------------------------------------------------------*/
@media (max-width:767px) {
#top-menu {
	background: #ca482a;
	margin: 0 -15px;
	opacity: 0.9;
}
.white {
	color: #FFF;
	font-size: 13px;
	padding-top: 10px;
}
.formz {
	position: relative;
	overflow: hidden;
	height: 350px;
}
}
 @media (max-width:991px) {
.margin_bottom_2col {
	margin-bottom: 20px;
}
}
 @media (max-width:319px) {
.slidernav a.previous {
	left: 0%;
}
.slidernav a.next {
	right: 0%;
}
			.inner-addon .glyphicon {
  position: absolute;
  padding: 0px;
  pointer-events: none;
}
}
 @media (min-width:320px) {

.stick {
	padding-top: 15.5%;
}
.navbar-wrapper-new {
	position: static;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 20;
}
.trans-gradient {
	background-attachment: scroll;
 background-color: rgba(245, 200, 70, 0.90);
	background-repeat: repeat;
	background-position: center bottom;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.topLogo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
}
}
 @media (min-width:768px) {
.navbar-wrapper-new {
	position: absolute;
	top: 137px;
	right: 0px;
	left: 0px;
	z-index: 20;
}
.trans-gradient {
	background-attachment: scroll;
 *background-color: rgba(255, 255, 255, 0.50);
	background-repeat: repeat;
	background-position: center bottom;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.formz {
	position: relative;
	overflow: hidden;
	height: 130px;
}
.stick {
	padding-top: 12.5%;
}
.topLogo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
}
 @media (min-width:992px) {
.white {
	color: #FFF;
	font-size: 13px;
	padding-top: 10px;
}
.formz {
	position: relative;
	overflow: hidden;
	height: 100px;
}
.stick {
	padding-top: 3.5%;
}
}
 @media (min-width:1200px) {
.slidernav a.previous {
	left: 11%;
}
.slidernav a.next {
	right: 10%;
}
.templatemo_worktitle {
	margin-top: 15%;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.white {
	color: #FFF;
	font-size: 13px;
	padding-top: 10px;
}
.formz {
	position: relative;
	overflow: hidden;
	height: 69px;
}
}
 @media (min-width:1400px) {
}
