@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.owl-wrap{
	padding:30px 30px;
}
#owl-carousel{
	border-bottom:2px solid #ececec;
	display:block;
	padding-bottom:60px;
}
#owl-carousel .item{
  margin: 3px;
  margin-bottom:0; /*added*/
  text-align:center;
  
}
#owl-carousel .item img{
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}


.test-frog {
	border-bottom:2px solid #eee;
	padding-bottom:30px;
	margin-bottom:30px;
}
.test-frog h4 {
	font-size:24px;
}
.test-frog:last-child {
	border-bottom:0 solid #eee;
}
.test-frog a {
	margin-top:10px;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.owl-wrap{
	padding:4% 8.3333%;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.owl-wrap{
	padding:4% 5%;
}
}

/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
.owl-wrap{
	/*padding:120px 8.3333% 0 8.3333%;*/
	padding:4% 8.3333%;
}	
}