/* read more button */

p.readmore a.btn, p.readmore a {
	display: inline-block;
	padding: 20px 40px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #555555;
	font-weight: 400;
	font-size: 18px;
	min-width: 182px;
	border: 0;
}

p.readmore a.btn:hover, p.readmore a.btn:focus, p.readmore a:hover, p.readmore a:focus {
	text-decoration: none;
	background: #fff;
	color: #555555;
    box-shadow:inset 0px 0px 0px 3px #555555;
    transition: color 1s;
}

p.readmore a.buynow {
	background: #fff;
	color: #777;
	margin-left: 20px;
}

p.readmore a.buynow:hover, p.readmore a.buynow:focus {
	background: #3baafe;
	color: #fff;
    box-shadow:inset 0px 0px 0px 3px #fff;
}

/* forms */

.inputbox, input.required, textarea.required, .form-control {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin: 0;
	background-color: #ffffff;
	color:#555555;
	border: 1px solid #cccccc;
	border-radius: 0;
}

.button, .btn, a.btn, button.btn {
	display: inline-block;
	padding: 10px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #3baafe;
	color: #fff;
	border: 0;
}

.button:hover, .btn:hover, a.btn:hover, button.btn:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

img.img_left {
	float:left;
	margin:0 30px 30px 0;
}

img.img_right {
	float:right;
	margin:0 0 30px 30px;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
	padding: 0 0 30px 0;
}

div.belowcontent {
	padding: 30px 0 0 0;
}

p.copyright {
	text-align: center;
}

.sparky_logo, .sparky_slogan, .mnu_topmenu > li > a, .mnu_topmenu > li > span, .carouselrow, p.readmore a, h1, h2, h3, h4 {
	text-transform: uppercase;
}

a, a:hover, .button:hover, .button, .btn:hover, .btn, i, i:hover, .contentrow .moduletable .menu li:hover:before {
	transition: all .3s;
}

/* linea icon font */

@font-face {
	font-family: "linea-basic-10";
	src:url("../fonts/linea-basic-10.eot");
	src:url("../fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"),
	    url("../fonts/linea-basic-10.woff") format("woff"),
	    url("../fonts/linea-basic-10.ttf") format("truetype"),
	    url("../fonts/linea-basic-10.svg#linea-basic-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* logorow */

.logorow {
	padding:15px 0;
	background: #fafafa;
}

.sparky_logo {
	display: inline-block;
	line-height: 35px;
}

.sparky_logo:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 32px;
	content: "\f0e9";
	margin-right: 7px;
	color: #3baafe;
}

.mnu_topmenu ul {
	border: 0;
}

.mnu_topmenu > li > a, .mnu_topmenu > li > span {
	margin: 0 15px;
	padding: 5px 0 30px;
}

.mnu_topmenu > li.active > a, .mnu_topmenu > li.active > span {
	border-bottom: 3px solid #3baafe;
}

.topmenushow {
    background: #555 !important;
	padding:15px 0;
}

.topmenushow .sparky_logo, .topmenushow .sparky_logo a, .topmenushow .sparky_slogan, .topmenushow .mnu_topmenu > li > a, .topmenushow .mnu_topmenu > li > span {
	color: #fff;
	transition: all 0s;
}

.topmenushow .mnu_topmenu > li.active > a, .topmenushow .mnu_topmenu > li.active > span {
	color: #fff !important;
	transition: all 0s;
	border-bottom: 2px solid #fff;
}

.topmenushow .mnu_topmenu > li > a, .topmenushow  .mnu_topmenu > li > span {
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.topmenushow .mnu_topmenu > li > a:hover, .topmenushow .mnu_topmenu > li:hover > a, .topmenushow .mnu_topmenu > li > a:hover, .topmenushow .mnu_topmenu > li:hover > span {
	color: #444 !important;
}

.topmenushow .sparky_slogan {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 992px) {
    .logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

/* breadcrumbsrow */

.breadcrumbsrow {
	background:#3baafe;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.breadcrumbsrow h1 {
	color: #fff;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 60px;
}

.breadcrumbsrow h1 span {
	font-weight: 700;
}

.breadcrumbsrow a {
	color: #fff;
	font-weight: bold;
}

.breadcrumb {
	font-size: 18px;
	justify-content: center;
}

.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

/* carouselrow */

.carouselrow .sparky_container > .sparky_cell {
	padding: 0;
}

.hot_swipe_carousel_slides1 .contents {
	text-align: right;
}

.hot_swipe_carousel_slides1 .contents > div {
	display: inline-block;
}

@media (min-width: 1052px) {

	.hot_swipe_carousel_slides1 .contents {
		width:1117px !important;
	}

	.hot_swipe_carousel_slides1 .contents > div {
		max-width: 40%;
	}
  
}

.carouselrow h2 {
	color: #fff;
	font-weight: 900;
	text-align: right;
	padding: 0;
	text-shadow:1px 1px 3px #777;
}

.carouselrow h2 span {
	color: #3baafe;
	text-shadow:none;
}

.carouselrow p {
	font-weight: 900;
	text-align: right;
	font-size: 16px;
}

.carouselrow p.readmore {
	margin-top: 20px;
}

.sb-slider {
	margin-top: 0;
}

/* advertrow */

.advertrow {
	padding: 100px 0;
}

.advertrow .moduletable {
	background: #f5f5f5;
	color: #999;
	padding: 15px 30px;
}

.advertrow h3 {
	font-size: 18px;
	line-height: 32px;
	position: relative;
	color: #777;
	padding-top: 30px;
  	padding-bottom: 0;
  	margin-bottom: 15px;
	background: url(../images/custom/h3_bg.png) no-repeat bottom right;
	display: inline-block;
}

.advertrow h3:before {
	font-family: 'Font Awesome 5 Free' !important;
	font-size: 24px;
	font-weight: 700;
	width: 68px;
	height: 68px;
	line-height: 60px;
	display: block;
	position: relative;
	color: #fff;
	background: #555;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	margin-top: -80px;
	border: 4px solid #fff;
}

.mp_advert1 h3:before {
	content: "\f015";
}

.mp_advert2 h3:before {
	content: "\f1b9";
}

.mp_advert3 h3:before {
	content: "\f21e";
}

.advertrow .moduletable:hover h3:before {
	background: #3baafe;
}

.advertrow .moduletable:hover h3 {
	background: url(../images/custom/h3_bg_hover.png) no-repeat bottom right;
}

/* travelrow */

.travelrow .sparky_container {
	display: flex;
}

.travelrow .sparky_cell {
	min-height: 350px;
}

.mp_top1 {
	background: url(../images/custom/travel_securely.jpg);
	background-size: cover;
}

.mp_top2 {
	background: #f5f5f5;
}

.mp_top2.sparky_cell {
	padding: 40px;
}

.mp_top3 {
	background: url(../images/custom/travel_securely2.jpg);
	background-size: cover;
}

.travelrow h3, .testimonialsrow h3 {
	background: url(../images/custom/h3_bg2.png) no-repeat bottom right;
	display: inline-block;
	padding-bottom: 27px;
}

.testimonialsrow h3 {
	padding-bottom: 7px;
	margin-bottom: 20px;
}

.travelrow .services {
	width: 50%;
	float: left;
}

.travelrow .services > div {
	min-height: 125px;
}

.travelrow i {
	font-size: 24px;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.travelrow a i {
	color: #555555;
}

.travelrow a i:hover {
	color: #3baafe;
}

.travelrow h4 {
	padding-top: 0;
	padding-bottom: 5px;
}

.travelrow p {
	padding-bottom: 30px;
}

/* teamrow */

.teamrow {
	margin: 60px 0 30px;
}

.teamrow h3, .pricingrow h3, .partnersrow h3 {
	text-align: center;
	color: #3baafe;
	background: url(../images/custom/h3_bg_grey.png) no-repeat bottom right;
	display: inline-block;
	padding-bottom: 7px;
	margin-bottom: 90px;
}

.teamrow h3:before, .pricingrow h3:before, .blog-featured h1:before, .partnersrow h3:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 32px;
	margin-right: 7px;
	color: #b6b6b6;
}

.teamrow h3:before {
	content: "\f0c0";
}

.teamrow .moduletable {
	text-align: center;
}

.teamrow .agents {
	width: 48%;
	display: block;
	float: left;
	background: #f5f5f5;
	margin-bottom: 60px;
	text-align: left;
}

.teamrow .agents:nth-child(1), .teamrow .agents:nth-child(4) {
	margin-right: 1.5%;
}

.teamrow .agents:nth-child(2), .teamrow .agents:nth-child(5) {
	margin-left: 1.5%;
}

.teamrow .agents > div {
	padding: 30px;
}

.teamrow .agents img {
	border: 10px solid #e6e6e6;
	float: left;
    margin-top: -60px;
}

.teamrow h4 {
	border-bottom: 4px solid #fff;
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 7px;
}

.teamrow p {
	padding-left: 180px;
}

.teamrow .agents a i, .bottomrow a i {
	color: #555;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #ccc;
	margin: 7px 7px 0 0;
}

.teamrow .agents a i:hover, .bottomrow a i:hover {
	color: #fff;
	background: #3baafe;
}

/* videorow */

.videorow {
	position: absolute;
	width: 100%;
}

.videorow .sparky_container, .mp_user2 {
	width: 100%;
	max-height: 500px;
	height: 100%;
	overflow: hidden;
}

.videorow .sparky_cell {
	margin: 0;
	padding: 0;
	background: #ccc;
}

video#bgvid {
	width: 100% !important;
}

/* protectrow */

.protectrow .sparky_container {
	padding: 70px 0;
	position: relative;
}

.mp_user3 .moduletable {
	background: rgba(255,255,255,.8);
	padding: 30px;
	max-width: 800px;
}

.protectrow h3 {
	display: inline-block;
	background: url(../images/custom/h3_bg_blue.png) no-repeat bottom right;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.protect {
	width: 30.33%;
	margin-right: 3%;
	float: left;
}

.protectrow h4 {
	padding: 10px 0 5px;
}

.protectrow h4 span {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	margin-right: 7px;
	color: #555;
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	box-shadow: 1px 1px 3px #999;
}

.protectrow .protect p {
	margin-left: 42px;
}

/* pricingrow */

.pricingrow {
	margin: 60px 0 30px;
}

.pricingrow .moduletable, .pricingrow h4 {
	text-align: center;
}

.pricingrow h4 {
	color: #fff;
	text-shadow:1px 1px 1px #999;
	padding: 20px 0;
	margin: 0;
}

.pricingrow h3 {
	margin-bottom: 60px;
}

.pricingrow h3:before {
	content: "\f0e9";
}

.pricing {
	width: 23%;
	float: left;
	margin-right: 2.5%;
	background: #fafafa;
}

.pricing .price span {
	font-size: 28px;
	font-weight: bold;
}

.pricing:last-child {
	margin-right: 0%;
}

.pricing > div {
	padding: 7px 0;
}

.pricing > div:nth-child(odd) {
	background: #f5f5f5;
}

.pricing div.order, .pricing h4.plan1 {
	background: #e6e6e6;
}

.pricing div.order {
	padding: 0;
}

.pricing div.order a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #777;
	padding: 10px 0;
	display: block;
	border-top: 10px solid #fafafa;
}

.pricing div.order a:hover {
	text-decoration: none;
	background: #3baafe;
	color: #fff;
}

.pricing h4.plan2 {
	background: #b6b6b6;
}

.pricing h4.plan3 {
	background: #999;
}

.pricing h4.plan4 {
	background: #777;
}

/* testimonialsrow */

.testimonialsrow {
	background: url(../images/custom/testimonials_bg.png) top right repeat-y;
	background-size: cover;
	padding-top: 40px;
	margin-top: 90px;
}

.mp_user5 {
	background: url(../images/custom/testimonials_woman.png) bottom left no-repeat;
	min-height: 460px;
}

.mp_user5 .custom {
	padding: 250px 0 0 80px;
	color:#fff;
	text-transform: uppercase;
    transform: rotate(-1deg);
}

.testimonialsrow .mp_user6 img {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #999;
}

.testimonialsrow .testimonial {
	max-width: 500px;
	padding: 7px 0;
}

/* counterrow */

.counterrow {
	background: url(../images/custom/counters_bg.jpg) top center fixed;
	background-size: cover;
}

.counterrow .sparky_container {
	padding: 30px 0 50px;
	position: relative;
}

.counterrow h3 {
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}

/* partnersrow */

.partnersrow {
	text-align: center;
	margin: 50px 0;
}

.partnersrow h3 {
	margin-bottom: 50px;
}

.partnersrow img {
	margin: 0 41px;
}

.partnersrow img:first-child {
	margin-left: 0;
}

.partnersrow img:last-child {
	margin-right: 0;
}

/* contentrow */

.contentrow {
	margin: 60px 0;
}

.sparky_home .contentrow {
	margin: 80px 0 30px;
}

.blog-items.columns-2 .blog-item {
	width: calc(50% - 20px);
}

.blog-items.columns-4 .blog-item {
	width: calc(25% - 20px);
}

.blog-items .blog-item {
	background: #fafafa;
	margin-bottom: 50px;
}

.blog-items .blog-item .item-content {
	display: flex;
    flex-direction: column;
	padding: 0 20px;
	
}

.blog-featured .blog-item .item-content {
	height: calc(100% - 170px);
}

.blog-items .blog-item img {
	width: 100%;
}

.blog-items .blog-item .item-content p.readmore {
	margin: auto -20px 0;
}

.blog-featured .page-header {
	text-align: center;
}

.blog-featured h1 {
	font-size: 24px;
	text-align: center;
	display: inline-block;
	padding: 0 0 7px 0;
	margin-bottom: 50px;
	background: url(../images/custom/h3_bg_grey.png) no-repeat bottom right;
}

.blog-featured h1:before {
	content: "\f0a1";
}

.blog-items h2 {
	font-size: 16px;
	line-height: 32px;
}

.blog-items p.readmore a.btn {
	display: block;
	padding: 10px 20px;
	text-align: inherit;
	background: #f5f5f5;
	font-size: 14px;
	color: #3baafe;
}

.blog-items p.readmore a.btn:hover {
	background: #3baafe;
	color: #fff;
    box-shadow:none;
}

.startup_intro_container {
	background: #fafafa;
	padding: 20px 20px 0 20px;
}

.startup_intro_container p.readmore {
	margin: 0 -20px;
	text-align: right;
}

.sparky_inner .blog-items .page-header {
	margin: 2px 0px 0 0px;
	padding-bottom: 0;
}

.sparky_inner .blog-items .page-header h2 {
	padding-bottom: 0;
}

.sparky_inner .blog-items .article-info {
	padding-bottom: 15px;
}

.item-page .page-header {
	margin: 2px 0 0 0;
	padding-bottom: 0;
}

.item-page .article-info {
	margin: 5px 0 10px;
}

.item-page .item-image {
	padding-bottom: 50px;
}

/* column */

.mp_right.sparky_cell {
	padding-left: 30px;
}

.mp_left.sparky_cell {
	padding-right: 30px;
}

#mod-search-searchword {
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0;
	height: 34px;
}

.contentrow .moduletable {
	margin-bottom: 45px;
}

.contentrow .moduletable h3 {
	font-size: 18px;
	padding: 0 0 7px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	background: url(../images/custom/h3_bg_hover.png) no-repeat bottom right;
}

.contentrow .moduletable li {
	padding: 10px 0;
}

.contentrow .moduletable .menu {
	flex-direction: column;
	list-style: none;
	margin: 0 15px;
}

.contentrow .moduletable .menu li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: "\f111";
    font-size: 10px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
}

.contentrow .moduletable .menu li.current.active:before {
	color: #3baafe;
}

.contentrow .moduletable .menu li a, .contentrow .moduletable .menu li:hover a {
	color: #999;
}

.contentrow .moduletable .menu li:hover:before {
	color: #3baafe;
}

/* bottomrow */

.bottomrow {
	background: #555;
	padding: 50px 0;
	color: #999;
	font-size: 14px;
}

.bottomrow .sparky_cell {
	padding-right: 30px;
}

.bottomrow h3 {
	color: #eee;
	font-size: 16px;
	line-height: 32px;
}

.bottomrow a i {
	background: #b6b6b6;
	box-shadow: none;
}

p.phone:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f095";
	font-size: 18px;
	display: block;
	float: left;
	margin-right: 15px;
}

input.rapid_contact {
	width: 47%;
    padding: 2%;
    border: 0;
    margin: 0 0 10px 0;
    background: #b6b6b6;
    font-family: "Open Sans", sans-serif;
}

input.rapid_contact:first-child {
	margin: 0 2% 10px 0;
}

textarea.rapid_contact {
	width: 96%;
	padding: 2%;
	margin-bottom: 5px;
	border: 0;
    background: #b6b6b6;
    height: 120px;
}

input.rapid_contact.antispam {
	width: 24%;
	margin: 0 2% 10px 0;
}

input.rapid_contact.button {
	background: #999;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}

input.rapid_contact.button:hover {
	background: #3baafe;
	color: #fff;
}

/* copyrightrow */

.copyrightrow {
	background: #555;
	padding: 30px 0;
	color: #999;
}

.copyrightrow .sparky_container {
	border-top:1px solid #868686;
	padding-top: 30px;
}

.copyrightrow a {
	font-weight: bold;
	color: #fff;
}

/* responsive */

@media (max-width: 1780px) {

	.hot_swipe_carousel_slides1 .contents {
		top: 230px !important;
	}

}

@media (max-width: 1500px) {

	.hot_swipe_carousel_slides1 .contents {
		top: 150px !important;
	}

	.testimonialsrow {
		background-size: auto;
	}

	.testimonialsrow p, .testimonialsrow .testimonial {
	    max-width: 460px;
	}

}

@media (max-width: 1300px) {

	.hot_swipe_carousel_slides1 .contents h2 {
		font-size: 40px !important;
	}

	.mp_user6 .moduletable {
		position: relative;
		left: -60px;
	}

	.travelrow i {
		clear: both;
	}

	.travelrow .services {
    	width: 100%;
    	float: none;
    }

}

@media (max-width: 1181px) {

	.testimonialsrow {
	    background-image: none;
	    background: #eee;
	}

	.mp_user6 .moduletable {
		left: 0px;
	}

	.mp_user3 .moduletable {
		margin: 0 auto;
	}

	.partnersrow img {
		margin: 0 20px;
	}

	.teamrow .agents {
		min-height: 275px;
	}

	.hot_swipe_carousel_slides1 .contents {
		width: 900px !important;
		top: 100px !important;
	}

	.hot_swipe_carousel_slides1 .contents > div {
		max-width: 50%;
	}

	.flickity-page-dots {
		bottom: 10px !important;
	}
  
  	.counterrow {
      	background-attachment: scroll;
  	}

}

@media (max-width: 992px) {

	.one .mp_logo.sparky_cell {
		width: 70% !important;
	}

	.one .mp_topmenu.sparky_cell {
		width: 30% !important;
	}

	p.readmore a.btn, p.readmore a {
		padding: 10px 20px;
		min-width: 0;
	}

	.hot_swipe_carousel_slides1 .contents {
		width: 90% !important;
	}

	.hot_swipe_carousel_slides1 .contents > div {
		max-width: 60%;
	}

	.advertrow .sparky_cell {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.advertrow .sparky_cell:last-child {
		margin-bottom: 0;
	}

	.full .sparky_container > .mp_top1.sparky_cell,
	.full .sparky_container > .mp_top3.sparky_cell {
		width: 15% !important;
	}

	.full .sparky_container > .mp_top2.sparky_cell {
		width: 70% !important;
		padding: 0 15px;
	}

	.teamrow .agents {
		width: 100%;
		min-height: 0;
	}

	.teamrow .agents:nth-child(even) {
		margin-left: 0;
	}

	.teamrow .agents a i {
		float: right;
		margin-bottom: 20px;
	}

	.pricing {
		width: 100%;
		margin: 0 0 45px 0;
		float: none;
	}

	.pricing:last-child {
		margin: 0;
	}

	.mp_user5 {
	 	min-height: 560px;
	}

	.mp_user5 .custom {
	 	padding-top: 350px;
	}

	.item-image img {
	 	width: 100%;
	 	height: auto;
	}

	.bottomrow .sparky_cell {
	 	width: 100%;
	 	float: none;
      	margin-bottom: 45px;
	}

	.bottomrow .mp_bottom3 .sparky_cell {
	 	margin-bottom: 0;
	}

	.mnu_topmenu li ul li {
		border-bottom: 1px solid #555;
	}

	.blog-items.columns-2 .blog-item,
	.blog-items.columns-4 .blog-item {
		width: 100%;
	}

	.blog-featured .blog-item .item-content {
		height: auto;
		display: block;
	}

}

@media (max-width: 900px) {

	.hot_swipe_carousel_slides1 .contents {
		top: 50px !important;
	}

	.hot_swipe_carousel_slides1 .contents h2 {
	    font-size: 32px !important;
	}

	.protectrow, .videorow .custom {
		background-color: #111;
	}

	.protect {
		width: 100%;
		float: none;
	}

}

@media (max-width: 700px) {

	.hot_swipe_carousel_slides1 .contents {
		top: 30px !important;
		text-align: center;
	}

	.hot_swipe_carousel_slides1 .contents h2 {
	    font-size: 24px !important;
	    text-align: center;
	    line-height: 24px;
	}

	.carouselrow p.readmore {
		text-align: center;
		margin-top: 10px;
	}

	p.readmore a.btn, p.readmore a {
		padding: 5px;
		font-size: 14px;
	}

	.mp_user5 {
		min-height: 460px;
	}

	.mp_user5 .custom {
		padding-top: 250px;
	}

	.counter_field {
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}

	.flickity-page-dots {
		bottom: 5px !important;
	}
  
  	.sparky_container > .mp_right.sparky_cell {
      	padding: 15px;

}

@media (max-width: 570px) {

	.hot_swipe_carousel_slides1 .contents {
		top: 20px !important;
	}

	.hot_swipe_carousel_slides1 .contents > div {
		max-width: 100%;
	}

	.teamrow h4 {
		font-size: 12px;
	}

	.hot_swipe_carousel_slides1 .contents h2 {
	    font-size: 18px !important;
	    line-height: 18px;
	}

	p.readmore a.btn, p.readmore a {
		padding: 3px;
		font-size: 12px;
	}

	.teamrow .agents img {
		float: none;
	}

	.teamrow h4 {
		display: block;
		margin-top: 15px;
	}

	.teamrow p {
		padding-left: 0;
	}

}