html, body {
	font-family: 'Lato', sans-serif;
	background: #FFf;
	font-weight: 300;
	font-size: 16px;
	color: #555;
}
body a, body button  {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #666;
	line-height: 1.5;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

}
h2 {
	margin: 10px 0;
}
p {
	margin: 0;
	color: #666;
}
ul {
	margin: 0;
	padding: 0;
}
.radius {
	border-radius: .375em;
}

.navbar-default {
	padding: 15px 0 5px 0;
	z-index: 10;
}
.navbar-default.no-margin {
	margin-bottom: 0;
}
.navbar-default .navbar-brand {
	color: #555;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-top: 0;
}
.navbar-default .navbar-brand .fa {
	color: #dd4a49;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-brand span {
	font-size: 0.5em;
	margin: 0 0.4em;
}
.navbar-brand .efish-logo {
	height: .875em;
}
.navbar-default .navbar-nav > li {
	padding: 0 10px;
}
.navbar-default .navbar-nav > li > a {
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px;
	color: #777;
	font-weight: 500;
	padding: 7px 14px;
	border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
	color: #eee;
	border-bottom: 1px solid #822a2a;
	background-color: #dd4a49;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: 1px solid #bbb;
	background-color: #eee;
	color: #777;
}

.navbar-sub {
	background-color: rgb(190, 32, 46);
	background-color: rgba(190, 32, 46, 1);
	min-height: 2em;
	margin-bottom: 0;
	border: none;
	z-index: 1;
}
.navbar-sub.drop {
	-moz-animation-name: dropSubNav;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-in;
	-moz-animation-duration: 0.5s;

	-webkit-animation-name: dropSubNav;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration: 0.5s;

	animation-name: dropSubNav;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}
@-moz-keyframes dropSubNav {
	0% {
		-moz-transform: translateY(-80px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@-webkit-keyframes dropSubNav {
	0% {
		-webkit-transform: translateY(-80px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@keyframes dropSubNav {
	0% {
		transform: translateY(-80px);
	}
	100% {
		transform: translateY(0);
	}
}
.navbar-sub .navbar-nav > li {
	padding: 0 0.5em;
}
.navbar-sub .navbar-nav > li > a {
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px;
	color: #ddd;
	font-weight: 500;
	padding: 7px 14px;
}
.navbar-sub .navbar-nav > li > a:hover {
	color: #eee;
	background-color: #dd4a49;
}
.navbar-sub .navbar-nav > .active > a {
	background-color: #f6f6f6;
	color: #777;
}
.navbar-sub .navbar-nav > .active > a:hover {
	background-color: #efefef;
	color: #333;
}
.navbar-sub .navbar-nav > li > a > .fa {
	padding: 0 4px 0 0;
}
.centered {
	text-align: center;
}
#section_header {
	text-align: center;
	background-color: #f6f6f6;
	padding: 5px 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

.section_subheader {
	text-align: center;
	background-color: #f6f6f6;
	padding: 0;
	margin-bottom: 0;
	margin-top: 5px;
	cursor: pointer;
}
.section_subcontainder {
	text-align: center;
	background-color: #fff;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	display: none;
}
#section_header_2, .section_header_2 {
	text-align: center;
	background-color: #f6f6f6;
	padding: 5px 0;
	margin-bottom: 5px;
	margin-top: 0;
}
.section_header {
	text-align: center;
	background-color: #f6f6f6;
	padding: 5px 0;
	margin-bottom: .4em;
	margin-top: .4em;
}
.section_subheader_2 {
	text-align: left;
	background-color: #f6f6f6;
	padding: 0;
	margin-bottom: 1em;
	margin-top: .4em;
	cursor: pointer;
}
.callout{
	margin: 2em 0;
}

.btn-efish {
	background-color: #BE202E;
	color:#eee;
	z-index: 1;
  overflow: hidden;
  position: relative
}
.btn-wide {
	width: 100%;
}
.btn-efish:hover  {
	background-color: #9E121E;
	color:#fff;
}
.subtitle {
	padding: 5px;
}
.rpower-slide {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
	height: 350px;
	display: none;
}
#rpower-slider {
	width: 80%;
	height: 90%;
	position: fixed;
	left: 10%;
	top: 5%;
	padding:10px;
	display: none;
	z-index: 10;
	background-color: #444;
}
#rpower-slider-title{
	color: #bbb;
}
#rpower-slider-text{
	color: #bbb;
}
#rpower-slider-index{
	color: #bbb;
}
#rpower-slider-image {
	max-height: 490px;
	max-width: 800px;
}
#section_header h2 span {
	border-bottom: 2px solid #dc4a49;
}
#section_header h2 {
	color: #aaa;
	text-shadow: 1px 1px #fff;
}
#section_header h2 i {
	color: #666;
	text-shadow: 1px 1px #fff;
}
/*3x2 GRID*/
#ails-grid {
	margin: 1em 0 0;
}
#ails-grid .ails-grid-item {
	margin: 0 0 1em;
	overflow: hidden;
}
#ails-grid .ails-grid-item .ails-grid-item-container {
	background-color: rgb(190, 32, 46);
	background-color: rgba(190, 32, 46, .85);
	position: relative;
	min-height: 180px;
	min-width: 300px;
	transition: all .3s ease-in-out;
}
#ails-grid .ails-grid-item .ails-grid-item-container:hover {
	background-color: rgb(248, 248, 248);
	background-color: rgba(248, 248, 248, 1)
}
#ails-grid .ails-grid-item .ails-grid-item-container i {
	color: rgb(239, 216, 218);
	color: rgba(255, 255, 255, .20);
	font-size: 8em;
	left: 0;
  position: absolute;
  top: 50%;
	text-align: center;
  transform: translateY(-50%);
	z-index: 0;
	width: 100%
}
#ails-grid .ails-grid-item .ails-grid-item-container:hover i {
	color: rgb(239, 216, 218);
	color: rgba(190, 32, 46, .15);
}
#ails-grid .ails-grid-item .ails-grid-item-container a.inner-box {
	left:0;
	opacity: 1;
	position: absolute;
	text-align: center;
	top:0;
	width:100%;
	height:100%;
	cursor: default;
	text-decoration: none;
}
#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2, #ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
	color: #fff;
	z-index: 1;
	margin: 0 1em;
	text-shadow: 0 0 2px rgba(190, 32, 46, 1);
}
#ails-grid .ails-grid-item:hover .ails-grid-item-container .inner-box h2, #ails-grid .ails-grid-item:hover .ails-grid-item-container .inner-box p {
	color: #BE202E;
	text-shadow: 0 0 2px rgba(248, 248, 248,1);
}
#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
	font-size: 1.6875em;
	margin-top: .4em;
	margin-bottom: .25em;
}
#ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
	line-height: 1.125;
}

#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
	background-color: #fff;
	bottom: 1em;
	color: #be202e;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 1;
}
#ails-grid .ails-grid-item:hover .ails-grid-item-container .inner-box .btn-default {
	background-color: #BE202E;
	color: #fff;
}
#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default:hover {
	transform: scale(1.075);
}
#welcome p {
	color: #777;
	margin-bottom: 20px;
}
#welcome .btn {
	font-size: 13px;
	margin-top: 8px;
	padding: 8px 16px;
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
}
#welcome .btn:hover, #welcome .btn:focus {
	background-color: #bf3f3e;
	outline: 0;
	color: #fff;
	border: 1px solid #bf3f3e;
}
#services {
	padding: 0;
}
#services img {
	padding: 10px 0 10px 0;
}
#services p {
	line-height: 18px;
	font-size: 14px;
}
#services .service {
	padding-bottom: 15px;
}
#main-services {
	padding: 20px 0;
}
#main-services .fa {
	color: #dd4a49;
	margin-top: 20px;
}
#main-services h3 {
	padding: 20px 0 10px 0;
}
#main-services .btn {
	font-size: 13px;
	margin-top: 30px;
	padding: 8px 16px;
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#main-services .btn:hover, #main-services .btn:focus {
	background-color: #bf3f3e;
	outline: 0;
	color: #fff;
	border: 1px solid #bf3f3e;
}
#clients {
	padding: 30px 0;
}
#clients .img-responsive {
	margin: 0 auto;
}
#clients p {
	margin-bottom: 20px;
}
#clients img {
	opacity: 0.4;
}
#clients img:hover {
	opacity: 1;
}
#about_section_1 {
	padding-top: 30px;
}
#about_section_1 img {
	padding-top: 10px;
}
#about_section_1 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#about_section_2 {
	padding: 30px 0 20px 0;
}
#about_section_2 .fa {
	color: #dd4a49;
	padding: 0 5px 5px 0;
}
#about_section_2 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#footerwrap {
	background-color: #f7f7f7;
	padding: 40px 0 30px 0;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
#footerwrap span.copyright {
	color: #888;
	font-size: 16px;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #dc4a49;
	text-decoration: none;
}
#footerwrap address {
	margin: 0;
}
#footerwrap .footer-brand {
	color: #555;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-top: 0;
}
#footerwrap a.footer-brand  {
	text-decoration: none;
	color: #555;
}
#footerwrap a.footer-brand:hover {
	color: #555;
}
#footerwrap .footer-brand span {
	font-size: 0.5em;
	margin: 0 0.4em;
}
#footerwrap .footer-brand .efish-logo {
	height: .875em;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	color: #888;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #dc4a49;
}
.slider {
	position: relative;
}
.slider .btn {
	font-size: 14px;
	margin: 50px 0;
	padding: 10px 20px;
	background-color: #dd4a49;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.slider .btn:hover, .slider .btn:focus {
	background-color: #bf3f3e;
	outline: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.rslides.testimonial-slider, .rslides.testimonial-slider li {
	height: 220px;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.caption {
	width: 60%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align: center;
}
.testimonial-slider .overlay {
	background-color: rgba(255, 255, 255, .8);
	height: 220px;
	position: absolute;
	width: 100%;
}
.testimonial-slider .overlay.grey {
	background-color: rgba(0, 0, 0, .37);
	height: 220px;
	position: absolute;
	width: 100%;
}
.testimonial-slider .caption {
	width: 80%;
	top: 24%;
	left: 10%;
	text-align: center;
}
.testimonial-slider .caption.large {
	width: 80%;
	top: 20%;
	left: 10%;
	text-align: center;
}
.testimonial-slider .tagline-slide {
	font-family: "Bitter";
}
.testimonial-slider .tagline-slide span {
	color:#BE202E;
	font-weight: 600;
	letter-spacing: .0625em;
}
.testimonial-slider .tagline-slide .caption {
	width: 100%;
	top: 24%;
	left: 0;
	text-align: center;
}
.testimonial-slider .tagline-slide .caption h1 {
	line-height: 1;
	margin: 0;
}
.testimonial-slider .tagline-slide .caption h3 {
  color: #666;
  font-size: 1.375em;
  margin: 0.4em 0 0;
}
.caption h1 {
	color: #444;
	font-size: 2.875em;
	font-weight: 500;
	letter-spacing: -1px;
}
.caption h1 span {
	color: #dd4a49;
}
.caption h3 {
	color: #444;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: -1px;
}
.caption h3 span {
	color: #dd4a49;
}
.caption p {
	color: #444;
	line-height: 1.5em;
	font-size: 1.3em;
	text-align: center;
	margin-top: 20px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after {
	border: 2px solid #FFF;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
	display: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 48px;
	width: 34px;
	background: transparent url("../images/arrows.png") no-repeat;
	margin-top: -45px;
}
.callbacks_nav.next {
	left: auto;
	background-position: -34px 0;
	right: 0;
}
/*-- responsive-mediaquries --*/
@media (max-width:1024px) {
	.caption {
		width: 63%;
		top: 25%;
		left: 19%;
	}
}

@media (max-width:768px) {
	.caption {
		width: 70%;
		top: 10%;
		left: 13%;
	}
	.caption h3 {
		font-size: 1.5em;
	}
	.callbacks_nav {
		top: 55%;
	}
}

@media (max-width:640px) {
	.caption {
		width: 70%;
		top: 5%;
		left: 13%;
	}
	.caption h3 {
		font-size: 1.5em;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}

@media (max-width:480px) {
	.caption {
		width: 70%;
		top: 5%;
		left: 13%;
	}
	.callbacks_nav {
		top: 60%;
	}
	.caption p {
		height: 25px;
		overflow: hidden;
		margin: 0.5em 0;
	}
	.caption h3 {
		font-size: 1.4em;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}

@media (max-width:320px) {
	.caption {
		width: 70%;
		top: 5%;
		left: 13%;
	}
	.callbacks_nav {
		top: 63%;
	}
	.caption p {
		height: 25px;
		overflow: hidden;
		margin: 0.2em 0;
	}
	.caption h3 {
		font-size: 1em;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.contact {
	padding: 30px 0;
}
.contact .fa {
	color: #dd4a49;
}
.contact p {
	padding: 15px 0;
}
.contact p span {
	color: #999;
	margin-right: 5px;
}
.contact .btn {
	font-size: 14px;
	margin: 30px 0;
	padding: 10px 20px;
	background-color: #dd4a49;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.contact .btn:hover, .contact .btn:focus {
	background-color: #bf3f3e;
	outline: 0;
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 65%;
	font-size: 1em;
	margin: 10px 0;
	border: 1px solid #ccc;
	color: #8A8888;
	background: none;
	-webkit-appearance: none;
	float: left;
	outline: none;
	font-weight: 500;
}
.form_details textarea:hover {
	border: 1px solid #777;
}
.form_details input[type="text"]:hover {
	border: 1px solid #777;
}
.form_details textarea {
	height: 200px;
	resize: none;
	width: 90%;
}
.form_details input[type="submit"] {
	margin-top: 1em;
	color: #fff;
	font-size: 1.3em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	background: #9B80CD;
}
.form_details input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background: #614084;
}
address {
	margin-top: 1em;
}


@media (max-width:1366px) {
	.caption p {
		overflow: hidden;
		height: 35px;
	}
}
@media (max-width: 1200px) {
	/*Ails Grid*/
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
		font-size: 1.4em;
		line-height: 1;
		margin-top: 0.6em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
		font-size: 1em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.8em;
		height: 5em;
		white-space: normal;
	}
}
@media (max-width: 1024px) {
	.logo img {
		background-size: 100%;
		width: 70%;
	}
}
@media (max-width: 992px) {
	/*Custom Slides*/
	.rslides.testimonial-slider .caption h3 {
		font-size: 1.25em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h1 {
		font-size:2em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h3 {
		font-size: 1.25em;
		margin-right: 0.25em;
		margin-top: 0;
	}
	.rslides.testimonial-slider .tagline-slide .caption h4 {
		font-size: 1em;
	}
	.rslides.testimonial-slider .caption p {
		font-size: 1.125em;
	}
	.rslides img {
		min-height: 240px;
		min-width: 100%;
	}
	/*Ails Grid*/
	#ails-grid .ails-grid-item .ails-grid-item-container {
		min-width: 100%;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
		font-size: 1.5em;
		line-height: 1;
		margin-top: 1.125em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
		font-size: 1em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.8em;
		height: 4.125em;
		white-space: normal;
	}
}
@media (max-width: 768px) {
	.caption {
		width: 56%;
		top: 37%;
		left: 22%;
	}
	.caption h1 {
		font-size: 2.25em;
		letter-spacing: -1px;
	}
	.caption h3 {
		font-size: 1.25em;
		letter-spacing: -1px;
	}
	.testimonial-slider .caption {
		top: 23%;
	}
	.form_details input[type="text"], .form_details textarea {
		padding: 10px;
		width: 90%;
	}
	.form_details textarea {
		height: 150px;
	}
	.form_details input[type="submit"] {
		font-size: 0.8em;
		margin-bottom: 1em;
	}
	address {
		margin-top: 0.5em;
	}
}
@media (max-width: 695px) {
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
		font-size: 0.875em;
		line-height: 1;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.75em;
		height: 4.125em;
		line-height: 1;
	}
}
@media (max-width: 640px) {
	.caption p {
		height: 22px;
		font-size: 0.8em;
	}
	.callbacks_nav {
		top: 60%;
	}
	.callbacks_nav {
		left: -3px;
		height: 44px;
		width: 29px;
		background: transparent url("../images/arrows.png") no-repeat -4px -68px;
		background-size: 301%;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: -27px -69px;
		right: 0;
	}
	/*Custom Slides*/
	.rslides.testimonial-slider .caption {
		top: 30%;
	}
	.rslides.testimonial-slider, .rslides.testimonial-slider li {
		height: 240px;
	}
	.testimonial-slider .overlay {
		min-height: 260px;
		min-width: 480px;
	}
	.rslides.testimonial-slider img {
		min-height: 260px;
		min-width: 480px;
	}
	.rslides.testimonial-slider .caption h1 {
	}
	.rslides.testimonial-slider .caption h3 {
		font-size: 1.25em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h1 {
		font-size: 1.375em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h3 {
		font-size: 1.2em;
		margin-right: .25em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h4 {
		font-size: 1em;
	}
	.rslides.testimonial-slider .caption p {
		font-size: 1em;
	}
	/*Ails Grid*/
	#ails-grid .ails-grid-item .ails-grid-item-container {
		min-width: 100%;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
		font-size: 1.25em;
		line-height: 1;
		margin-top: 1.5em;
	}
}

@media (max-width: 480px) {
	.caption h1 {
		font-size: 2em;
	}
	.caption h3 {
		font-size: 1.5em;
		letter-spacing: -1px;
	}
	.caption p {
		margin: 0;
	}
	.callbacks_nav {
		top: 70%;
	}
	.callbacks_nav {
		left: 0;
		height: 31px;
		width: 20px;
		background: transparent url("../images/arrows.png") no-repeat -7px -69px;
		background-size: 408%;
	}
	.callbacks_nav.next {
		background-position: -31px -70px;
	}
	.form_details input[type="text"], .form_details textarea {
		padding: 8px;
		font-size: 0.8em;
	}
	.form_details textarea {
		height: 100px;
	}
  /*Custom Slides*/
	.rslides.testimonial-slider .caption {
		top: 30%;
	}
	.rslides.testimonial-slider, .rslides.testimonial-slider li {
		height: 240px;
	}
	.testimonial-slider .overlay {
		min-height: 260px;
		min-width: 480px;
	}
	.rslides.testimonial-slider img {
		min-height: 260px;
		min-width: 480px;
	}
	.rslides.testimonial-slider .caption h3 {
		font-size: 1.25em;
	}
	.rslides.testimonial-slider .caption p {
		font-size: 1em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h1 {
		font-size: 1.375em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h3 {
		font-size: 1em;
		margin-right: .25em;
	}
	.rslides.testimonial-slider .tagline-slide .caption h4 {
		font-size: 1em;
	}
	/*Ails Grid*/
	#ails-grid .ails-grid-item .ails-grid-item-container {
		min-width: 100%;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
		font-size: 1.25em;
		line-height: 1;
		margin-top: 1em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box p {
		font-size: 0.825em;
		line-height: 1;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		display: block;
		font-size: 0.75em;
		height: 4.125em;
		line-height: 1;
		white-space: normal;
	}
}

@media (max-width: 440px) {
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.7em;
	}
}
@media (max-width: 420px) {
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.6em;
	}
}
@media (max-width: 380px) {
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.575em;
	}
}
@media (max-width: 370px) {
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box h2 {
		font-size: 1.2em;
		margin-top: .8em;
	}
	#ails-grid .ails-grid-item .ails-grid-item-container .inner-box .btn-default {
		font-size: 0.575em;
		height: 5em;
	}
}
@media (max-width: 320px) {
	.logo img {
		width: 58%;
	}
	.caption h1 {
		font-size: 26px;
		letter-spacing: 1px;
	}
	.callbacks_nav {
		height: 27px;
		width: 17px;
		background: transparent url("../images/arrows.png") no-repeat -5px -48px;
		background-size: 357%;
		margin: 0;
		top: 39%;
	}
	.callbacks_nav.next {
		background-position: -20px -47px;
	}
}

/*Loading box*/
#loading-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#loading-box-content {
  position: absolute;
  top: 40%;
  left: 50%;
}

.outlined {
	outline: 3px solid #a94442;
}

.selector h4, .selector img{
	cursor:pointer;
}