.style-boxed #slider .widget {
	margin: 0;
	padding: 0;
}


.tparrows {
  top: 50% !important;
  margin-top: -20px;
  display: none;
}

.tp-rightarrow.default {
  right: 5% !important;
}

.tp-leftarrow.default {
  left: 5% !important;
}

.rev_slider_wrapper:hover .tparrows {
  display: block;
}

.rev_slider {
	z-index: 0;
}

#slider .widget_revslider:last-child {
	margin-bottom: 0;
}

/**
  Nuking Javascript to play nice with boxed style
  **/
.style-boxed .forcefullwidth_wrapper_tp_banner {
	width: 100%;
	float: left;
}

.style-boxed .fullwidthbanner-container {
	left: 0 !important;
}

.gv_panel img {
	width: 100% !important;
	height: auto !important;
}

@media (max-width: 768px) { 
  
  #slider {
    height: auto;
  }
}