/*@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/

.mt-30{
	margin-top: 30px;
}

/* Global Button Styles */
.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	box-shadow: none;
}
.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* Thar Buttons */


.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	/*border: 2px solid #F07137;*/
	border: 2px solid #2c1e01;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
width: 148px;
padding: 6px;
border-radius: 30px;
}
.animated-button.thar-three:hover {
	/*color: #F07137 !important;*/
		color: #2c1e01 !important;
    background-color: transparent;
    border: 2px solid #fff !important;
}
.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #F07137 !important;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
border-radius: 30px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    max-height: 100vh;
}