.services .btn_fancy{
	margin-top: 100px;	
}









/*    Fancy Button    */

.btn_fancy{
	display: inline-block;
	position: relative;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .text_layer{
	position: relative;
}

.btn_fancy:hover,
.btn_fancy:focus{
	color: #454545;
}


.btn_fancy .border_layer{
	position: absolute;	
	top:0;
	left: 0;
	width: 100%;
	height: 100%;	
	border: 1px dashed #000000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;	
	background: #fbdd90;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}
.btn_fancy:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}










/**    quote    **/

.quote{
	display: table;
	width: 100%;
	height: 450px;
	background: url('../img/quote_bg.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover; 
	text-align: center;
}

.quote blockquote{
	display:table-cell;
	vertical-align:middle;
}

.quote blockquote p{
	color: #4c4b4b;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
}

.quote blockquote .strong{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.quote hr{
	display: inline-block;
	padding: 0;	
	margin: 0;
	border: 0;
	width: 20px;
	height: 1px;
	background-color: #4b4b4b;
}


.quote .author{
	display: block;
	color: #4c4b4b;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px 0 0 0;
}










/*    Testimonials    */

.testimonials{
	width: 100%;
	background: #fff;
	padding: 0px 0;
}

.testimonials .tesimonial{
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
} 

.slider_container{
	max-width: 1100px;
	margin: 0 auto;
	height: auto;
}


.testimonials .name,
.testimonials .author{
	display: block;
}


.testimonials .name{
	color: #2c2c2c;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0 70px 0;
}

.testimonials p{
	color: #080505;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	text-align: left;
	text-align: justify;
    text-justify: inter-word;
}

.testimonials .author{
	color: #2c2c2c;
	font-family: "raleway-semibold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.testimonials .pagination{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}


.testimonials .mean_title{
	font-size: 25px;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #454545;
	}

.testimonials .pagination a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials .pagination a:last-child{
	margin-right: 0;
}

.testimonials .pagination a.selected{
	background: #c5c5c5;
}

.testimonials ul.slick-dots{
	display: block;
	text-align: center;
	list-style: none;
	margin: 75px 0 0 0;
	padding: 0;
}

.testimonials ul.slick-dots li,
.slick-slide img{
	display: inline-block;
}

.testimonials ul.slick-dots li a{
	text-decoration: none;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #dfdfdf;
	margin-right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

.testimonials ul.slick-dots li:last-child a{
	margin-right: 0;
}

.testimonials ul.slick-dots li.slick-active a{
	background: #c5c5c5;
}


#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}

.btn_fancy#back_top:hover .border_layer{
	-webkit-transform:translate(1px,-1px);
	    -ms-transform:translate(1px,-1px);
	     -o-transform:translate(1px,-1px);
	        transform:translate(1px,-1px);
}
.btn_fancy#back_top:hover .solid_layer{
	-webkit-transform:translate(-1px,1px);
	    -ms-transform:translate(-1px,1px);
	     -o-transform:translate(-1px,1px);
	        transform:translate(-1px,1px);
}






@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}	
}
