/* RESET ALL
=======================
*/
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

body{
	font-family: Roboto Condensed;
	font-size: 30px;
	color: #58595b;
	line-height: 43px;
	overflow-x: hidden;
}

.container {
    max-width: 1150px;
}

figure img {
	width: 100%;
	height: auto;
}

.feature_img img{
	width: 100%;
	height: auto;
}

.horizontal .tp-bullet.selected{
	background: #183980 !important;
	border: none !important;
}
.horizontal .tp-bullet{
	border: none !important;
	width: 15px !important;
	height: 15px !important;
}