/**
 * @author  ( Angle180 LLC  )
 * @copyright Copyright (C) 2014 Angle180 LLC. All rights reserved.
 * @license Commercial Template. Do not use without written permission on Angle180 LLC.
 */


header#header .toptools {
	width:100%; 
	height:auto;
	overflow:hidden;
}

.col-md-0 {
	padding-left: 15px;
	padding-right: 15px;
}
section#slider .row {
	position:relative;
}
section#slider .slide-absolute-1, section#slider .slide-absolute-2 {
	position:absolute;
	top:20px;
	width:30%;
	height:auto;
	overflow:hidden;
	z-index:99;
}
section#slider .slide-absolute-1 {
	left:20px;
}
section#slider .slide-absolute-2 {
	right:20px;
}

