.carousel-control
{
	position: absolute;
    top: 47%;
    bottom: 0;
    left: 0;
    width: 2%;
    font-size: 20px;
    color: rgba(104, 100, 100, 0.69);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 1;
    height: 15%;
}
@media(max-width: 500px)
{
	.carousel-control
	{
		width: 4%;
	}
}
.carousel-caption
{
  font-family: "Lato";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 3px 4.95px rgba(0, 0, 0, 0.004);
  top: 35%;
  width: 90%;
  left: 5%;
  margin: 0px auto;
  padding: 0px;
}


.carousel-control.right
{
	right: 0px;
}

.carousel-caption h3
{
	font-size: 45px;
	margin: 0px;    
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);

}



.carousel-caption p
{
	font-size: 55px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
	text-align: center;
}

@media(max-width: 1100px) and (min-width: 769px)
{
	.carousel-caption h3
	{
		font-size: 25px;
	}
	.carousel-caption p
	{
		font-size: 35px;
	}
}


@media(max-width: 769px) and (min-width: 500px)
{
	.carousel-caption h3
	{
		font-size: 17px;
	}
	.carousel-caption p
	{
		font-size: 25px;
	}
}

@media(max-width: 500px) and (min-width: 300px)
{
	.carousel-caption h3
	{
		font-size: 15px;
	}
	.carousel-caption p
	{
		font-size: 17px;
	}
}

.carousel-caption .gigf_slider_btn
{
	color: #fff;
    background-color: #00c34e;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.70);
    font-size: 14px;
    position: relative;
    top: 30px;
    font-family: "Lato";
    letter-spacing: 0.2px;
}

@media(max-width: 769px)
{
	.carousel-caption .gigf_slider_btn
	{
		text-transform: capitalize;
		padding: 7px 7px;
	}
	.carousel-caption
	{
		top: 18%;
	}
}

.carousel-control:focus
{
	color: rgba(104, 100, 100, 0.69);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
	font-size: 14px;
}

.carousel-control.left, .carousel-control.right
{
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover
{
	opacity: 1;
	color: #000;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
}
.stellarnav, .stellarnav li {
	position:relative;
	line-height:normal
}
.stellarnav {
}
.stellarnav ul 
{
	margin:0;
	text-align: left;
}
.stellarnav li {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	vertical-align:middle
}
.stellarnav li a {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
	font-size: 13px;
    font-family: "Lato";
    color: rgb(41, 41, 41);
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 600;
}

@media(max-width: 1250px) and (min-width: 1088px)
{
	.stellarnav>ul>li
	{
		padding: 0px 10px !important;
	}
	.stellarnav li a 
	{
		text-transform: capitalize;
	}
}



.stellarnav li > a:after
{
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #00c34e;
    height: 25px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media(max-width: 1088px)
{
	.stellarnav li a:hover:after
	{
		-webkit-transform: translateY(0);
		display: none;
    	transform: translateY(0);
	}
	.stellarnav.mobile>ul>li>a {
    padding: 10px !important;
}
}


.stellarnav li a:hover:after
{
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
@media(max-width: 1000px)
{
	.stellarnav.mobile>ul>li>a 
	{
    padding: 10px !important;
    text-transform: capitalize;
	}
	.stellarnav>ul>li
	{
		padding: 0px 0px !important;
	}
	.stellarnav li a:after
	{
	    height: 0%;
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	.stellarnav li a:hover:after
	{
		height: 100%;
		-webkit-transform: translateY(0);
	    transform: translateY(0);
	}
}
.stellarnav>ul>li {
	display:inline-block;
	padding: 0px 12px;
}
.stellarnav>ul>li>a {
	    padding: 28px 0px;
}
.stellarnav ul ul 
{
	top:auto;
	width:170px;
	position:absolute;
	z-index:9900;
	text-align:left;
	display:none;
	background:#ddd;
	padding: 0px;
}
@media(min-width: 1088px)
{
	.stellarnav ul ul 
	{
		left: -40%;
		background: #fff;
	}
}


.stellarnav ul ul 
{
	background: #fff;
}

.stellarnav ul ul li a
{
	padding: 7px 15px;
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
    font-size:12px;
    text-transform: capitalize;
    text-align: left;
}


.stellarnav ul ul li a:hover
{
	color: #00c34e;
}

.stellarnav ul ul li a:after
{
	height: 0px !important;
}


.stellarnav li li {
	display:block
}
.stellarnav .dd-toggle, .stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile, .stellarnav.hide-arrows li li.has-sub>a:after, .stellarnav.hide-arrows li.drop-left li.has-sub>a:after, .stellarnav.hide-arrows li.has-sub>a:after {
	display:none
}
.stellarnav ul ul ul {
	top:0;
	left:170px
}
.stellarnav>ul>li:hover>ul>li:hover>ul {
	opacity:1;
	visibility:visible;
	top:0
}
.stellarnav>ul>li.drop-left>ul {
	right:0
}
.stellarnav li.drop-left ul ul {
	left:auto;
	right:220px
}
.stellarnav.light, .stellarnav.light ul ul {
}
.stellarnav.light li a {

}
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
	color:rgba(0, 0, 0, 1)
}
.stellarnav.dark, .stellarnav.dark ul ul {
}
.stellarnav.dark li a {
	color:#FFF
}
.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
	color:rgba(255, 255, 255, 1)
}
.stellarnav.fixed {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9999
}
body.stellarnav-noscroll-x {
	overflow-x:hidden
}
.stellarnav li.has-sub>a:after {

}
.stellarnav li li.has-sub>a:after {
	/*content:'\f0da';
	font-family:FontAwesome;
	margin-left:10px*/
}
.stellarnav li.drop-left li.has-sub>a:after {
	float:left;
	content:'\f0d9';
	font-family:FontAwesome;
	margin-right:10px
}
.stellarnav .call-btn-mobile, .stellarnav .close-menu, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
	display:none;
	text-transform:uppercase;
	text-decoration:none
}
.stellarnav .dd-toggle 
{
	position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 43px;
    height: 31px;
    text-align: center;
    z-index: 9999;
	border:0
}
.stellarnav .dd-toggle i {
	position:absolute;
	margin:auto;
	top:33%;
	left:0;
	right:0;
	-webkit-transition:transform .3s ease-out;
	-moz-transition:transform .3s ease-out;
	transition:transform .3s ease-out
}
.stellarnav.mobile>ul>li>a.dd-toggle {
	padding:0
}
.stellarnav li.open>a.dd-toggle i {
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg)
}
@media only screen and (max-width :768px) {
.stellarnav {
overflow:hidden;
display:block
}
.stellarnav ul {
position:relative;
display:none
}
}
.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
	color:#777;
	padding:15px;
	box-sizing:border-box
}
.stellarnav .full {
	width:100%
}
.stellarnav .half {
	width:50%
}
.stellarnav .third {
	width:33%;
	text-align:center
}
.stellarnav .location-btn-mobile.third {
	text-align:center
}
.stellarnav .location-btn-mobile.half {
	text-align:right
}
.stellarnav.light .half, .stellarnav.light .third {
	border-left:1px solid rgba(0, 0, 0, .15)
}
.stellarnav.light .half:first-child, .stellarnav.light .third:first-child {
	border-left:0
}
.stellarnav.dark .half, .stellarnav.dark .third {
	border-left:1px solid rgba(255, 255, 255, .15)
}
.stellarnav.dark .half:first-child, .stellarnav.dark .third:first-child {
	border-left:0
}
.stellarnav.mobile, .stellarnav.mobile.fixed {
	position:static
}
.stellarnav.mobile ul {
	position:relative;
	display:none;
	text-align:left;
	background:rgba(221, 221, 221, 1)
}
.stellarnav.mobile.active>ul, .stellarnav.mobile>ul>li {
	display:block
}
.stellarnav.mobile.active {
	padding-bottom:0
}
.stellarnav.mobile>ul>li>a {
	padding:15px
}
.stellarnav.mobile ul ul {
	position:relative;
	opacity:1;
	visibility:visible;
	width:auto;
	display:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:color 0 ease-in;
	transition:none
}
.stellarnav.mobile ul ul ul {
	left:auto;
	top:auto
}
.stellarnav.mobile li.drop-left ul ul {
	right:auto
}
.stellarnav.mobile li a {
	border-bottom:1px solid rgba(255, 255, 255, .15)
}
.stellarnav.mobile li.has-sub a {
	padding-right:50px
}
@media(max-width: 1088px)
{
	.stellarnav.mobile li.has-sub a 
	{
	padding-right:0px !important;
	}

	.stellarnav.mobile ul ul
	{
		background: #eee !important;
	}
	.stellarnav.mobile ul ul ul
	{
		background: #dcdbdb !important;
	}
}

.stellarnav.mobile>ul {
	border-top:1px solid rgba(255, 255, 255, .15)
}
.stellarnav.mobile.light li a {
	border-bottom:1px solid rgba(0, 0, 0, .15)
}
.stellarnav.mobile.light>ul {
	border-top:1px solid rgba(0, 0, 0, .15)
}
.stellarnav.mobile li a.dd-toggle, .stellarnav.mobile.light li a.dd-toggle {
	border:0
}
.stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .close-menu, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .location-btn-mobile, .stellarnav.mobile .menu-toggle {
	display:inline-block
}
.stellarnav.mobile li.call-btn-mobile {
	border-right:1px solid rgba(255, 255, 255, .1);
	box-sizing:border-box
}
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile {
	display:inline-block;
	width:50%;
	text-transform:uppercase;
	text-align:center
}
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full {
	display:block;
	width:100%;
	text-transform:uppercase;
	border-right:0;
	text-align:left
}
.stellarnav.mobile li.call-btn-mobile i, .stellarnav.mobile li.location-btn-mobile i {
	margin-right:5px
}
.stellarnav.mobile.light ul {
	background:rgba(255, 255, 255, 1)
}
.stellarnav.mobile.dark ul {
	background:rgba(0, 0, 0, 1)
}
.stellarnav.mobile.dark ul ul {
	background:rgba(255, 255, 255, .08)
}
.stellarnav.mobile.light li.call-btn-mobile 
{
	border-right:1px solid rgba(0, 0, 0, .1)
}
.stellarnav.mobile.top {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:9999
}
.stellarnav.mobile li li.has-sub>a:after, .stellarnav.mobile li.drop-left li.has-sub>a:after, .stellarnav.mobile li.has-sub>a:after {
	display:none
}
@media only screen and (max-width :420px) {
.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span {
display:none
}
}
