/*--------------------------------------------------------------

    Template:  Sheltek Real Estate HTML5 Template
    Author: http://devitems.com/
    Version: 1
    Design and Developed by: http://devitems.com/

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* FIX BOOTSTRAP COLUMNS WITH SAME HEIGHT */
.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {#ensign-nivoslider-3 .slick-slide
	display: block;
}

.row.equal-cols > [class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; 
}

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
body { border-top: 5px solid #247f3f; }
ul { word-spacing:-.50em; }
ul li { word-spacing: 0px; }

/* HEADER */
.header-area {
	/*z-index: 9999999;*/
	z-index: 999;
}
.transparent-header {
	background: rgba(36, 127, 63, 0.9) none repeat scroll 0 0;
}
.header-icon i {
	font-size: 35px;
	color: #247f3f;
}
.header-icon i.fa-whatsapp:before {
	color: #709e2d;
}
.header-icon i.fa-calculator:before {
	color: #f0ad4e;
}
.header-icon i.fa-phone:before {
	color: #215b6b;
}
.company-info-item {
	width: 33%;
	border-right: 1px solid #ccc;
	padding: 0px!important;
}
.company-info .company-info-item:nth-child(1) {
	width: 25%;
}
.company-info .company-info-item:nth-child(2) {
	width: 39%;
}
.header-icon, .header-info {
	padding-left: 30px!important;
}
.company-info .company-info-item:last-child {
	border: none;
}
.header-info h6 {
	text-transform: uppercase;
	line-height: 18px;
	position: relative;
}
.header-info h6 a i {
	text-transform: uppercase;
	color: #247f3f;
	font-size: 30px;
	position: absolute;
	top: 0;
	margin-left: 15px;
}
.header-info h6 a:hover i {
	margin-left: 22px;
	transition: margin-left 0.5s ease;
}
.header-info p {
	font-size: 16px;
}
.header-info a:hover h6, .header-info a:hover p {
	color: #247f3f;
}
@media (max-width: 1200px) {
	.header-info p {
		font-size: 15px;
	}
	.header-info h6 {
		font-size: 15px;
	}
	.header-info h6 a i {
		margin-left: -5px;
	}
}
@media (max-width: 991px) {
	.company-info {
		padding: 0px;
		padding-top: 39px;
	}
}
@media (max-width: 767px) {
	.logo {
		width: 100%;
	}
}

/* MENU */
.main-menu > li > a {
	font-size: 14px;
}
.main-menu > li + li {
	margin: 0px!important;
}
.main-menu > li {
	border-left: 1px solid #fff;
}
.main-menu > li:last-child {
	border-right: 1px solid #fff;	
}
.main-menu > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
.main-menu > li:hover a {
	background: #666769;
	color: #fff!important;
}
#sticky-header.sticky {
	background: rgba(36, 127, 63, 0.9) none repeat scroll 0 0;
}
#sticky-header .container {
	position: relative;
}
.sticky .sticky-logo img {
	width: 100px;
}
.sticky .main-menu > li > a {
	padding: 18px;
	color: #fff;
}
.sticky .main-menu > li > a:hover {
	background: #247f3f;
}
.mobile-menu-area {
	background: #247f3f;
}
.mean-nav ul li.btn {
	padding: 0px;
	width: 99.7%;
}
.mean-nav ul li.btn a {
	background: #f0ad4e;
	margin: 20px 10%!important;
	width: 70%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.mean-nav ul li.btn a:hover {
	background: #95C41F;
	color: #fff;
}
#sticky-footer {
	position: fixed; /* Set the navbar to fixed position */
	bottom: 0; /* Position the navbar at the bottom of the page */
	width: 100%; /* Full width */
	-webkit-box-shadow: 0px -10px 26px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 26px -11px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 26px -11px rgba(0,0,0,0.75);
}
.top-submenu {
	/*background: rgba(36, 127, 63, 0.9) none repeat scroll 0 0;*/
	background: #fff;
	display: none;
	text-align: right;
}
#sticky-header.sticky .top-submenu {
	display: block;
	text-align: center;
	transition: display 1s ease-in-out;
}
.top-submenu ul {
	background: #fff;
}
.top-submenu ul li {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	min-width: 150px;
	border-right: 1px solid #fff;
	position: relative;
}
.top-submenu li b {
	font-weight: normal;
}
.top-submenu ul li:hover {
	background: #004415;
}
.top-submenu ul li:hover, .top-submenu ul li:hover a {
	color: #fff;
}
.top-submenu ul li:first-child {
	text-align: left;
	text-transform: uppercase;
	padding-right: 30px;
}
.top-submenu li:hover:first-child {
	background: none;
	color: #3b5265;
}
.top-submenu ul li span {
	display: block;
	font-size: 26px;
	line-height: 10px;
}
.top-submenu ul li i {
	display: block;
	font-size: 30px;
}
.top-submenu li.icon-whatsapp {
	background: #709e2d;
	color: #fff;
}
.top-submenu li.icon-phone {
	background: #247f40;
	color: #fff;
}
.top-submenu li.icon-phone:hover form {
	display: block;
}
.top-submenu li.icon-email {
	background: #215b6b;
	color: #fff;
}
.top-submenu li.icon-calc {
	background: #f0ad4e;
	color: #fff;
}
.top-submenu li.icon-number {
	font-size: 30px;
	padding-left: 20px;
	position: relative;
	top: -5px;
	border-right-color: #3b5265;
}
.top-submenu li.icon-number2 {
	border-right-color: #3b5265;
}
.top-submenu li.icon-number i {
	display: inline;
	margin-right: 5px;
}
.top-submenu li.icon-number:hover a {
	color: #247f3f;
}
.top-submenu li.icon-number:hover {
	background: none;
	color: #3b5265;
}

@media (max-width: 1200px) {
	.sticky .main-menu > li > a {
		padding: 18px 8px;
	}
	.top-submenu ul li {
		padding: 10px 15px;
		min-width: 100px;
	}
}
@media (max-width: 991px) {
	.main-menu > li:nth-last-child(2) {
		border-right: 1px solid #fff;
	}
}
@media (max-width: 767px) {
	.top-submenu li {
		width: 25%;
		min-width: auto!important;
	}
	.top-submenu li b {
		display: none;
	}
	.top-submenu .container {
		width: 100%;
		padding: 0px;
	}
}
@media (max-width: 480px) {
	.mean-nav ul li.btn a {
		font-size: 13px;
	}
	.mean-nav ul li.btn {
		width: 99.5%;
	}
}

/* BANNER */
.slider-2 {
	padding: 60px 0 0px;
	overflow: initial;
	height: 560px;
}
.bg-3 { background: #fff; }
.bg-opacity-white-70:before { background: #fff; }
.nivo-directionNav a {
	color: #fff;
	border: none;
}
.nivo-directionNav a:hover, .nivo-directionNav a:visited, .nivo-directionNav a:active, .nivo-directionNav a:link {
	background: none;
	border: none;
}
a.nivo-prevNav:hover {
	margin-top: 0.1%;
	margin-left: -0.1%;
}
a.nivo-nextNav:hover {
	margin-top: 0.1%;
	margin-right: -0.1%;
}

.nivo-controlNav {
	position: absolute;
	bottom: -30px;
	width: 100%;
	display: block;
}
.nivo-controlNav-items {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 0;
}
.nivo-controlNav-items li {
	display: inline-block;
}
.nivo-controlNav a {
	text-indent: -9001px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

#ensign-nivoslider-3 .slick-slide {
	height:560px!important;
}
#ensign-nivoslider-3 .slick-slide img {
	height:560px!important;
}
#ensign-nivoslider-3 .slick-dots {
	top: 560px;
}
.slick-arrow {
	cursor: pointer;
}
.slick-arrow i:before {
	font-size: 55px;
	position: relative;
	z-index: 1;
}
.slick-prev {
	float: left;
	position: absolute;
	top: 40%;
	left: -10px;
}
.slick-next {
	float: right;
	position: absolute;
	top: 40%;
	right: -10px;
}

@media (max-width: 767px) {
	.slider-2 {
		padding: 2px 0px;
		height: 250px;
	}
	#ensign-nivoslider-3 .slick-slide {
		height:250px!important;
	}
	#ensign-nivoslider-3 .slick-slide img {
		height:250px!important;
	}
	#ensign-nivoslider-3 .slick-dots {
		top: 250px;
	}
	.services-area {
		padding-top: 50px;
	}
	.nivo-controlNav {
		bottom: -10px;
	}
	.nivo-controlNav a {
		width: 5px;
		height: 5px;
	}
}

/* HOME CONTENT */
.section-title-2 h2 {
	color: #247f3f;
}
.service-item-info {
	text-align: center;
	background: none;
	padding: 0px;
	margin-top: 20px;
}
.service-item-info h5 {
	color: #247f3f;
}
.service-item-info p.featured {
	background: #f0ad4e;
	display: inline-block;
	padding: 3px 16px;
	color: #fff;
	font-weight: 600;
}
.service-item-image a > img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.service-item-image a > span {
	width: 120px;
	display: block;
	padding: 5px 10px;
	margin: 0px auto;
	position: absolute;
	top: 25%;
	left: 85px;
	background: #fff;
	height: 55px;
	line-height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.service-item-image a > span {
		height: 65px;
		line-height: 50px;
	}
}
.bg-1 {
	background-image: url('../images/apartamentos.jpg');
}
.call-to-bg:after {
	background: rgba(49, 94, 105, 0.8) none repeat scroll 0 0;
}
.book-house {
	width: 50%;
}
.book-house-call {
	width: 30%;
	float: left;
	text-align: center;
}
h2.h1, .section-title h2 {
	text-transform: uppercase;
	font-size: 34px;
}
.section-title h1, .section-title h2, .section-title h3, .testimonial-item h6 {
	color: #247f3f;
}
.booking-area .section-title h2, .booking-area .section-title h3 {
	color: #fff;
}
.slider-dark-content .section-title h2, .slider-dark-content .section-title h3 {
	color: #fff;
}
.subscribe-area .section-title h2, .subscribe-area .section-title h3 {
	color: #fff;
}
.subscribe-area h3 {
	font-size: 24px;
}
.book-house {
	margin-top: 15px;
}
.book-house h2 {
	font-weight: normal;
}
.book-house h2 span {
	font-weight: bold;
}
.testimonial-carousel .slick-dots li button:before {
	display: none;
}
.testimonial-image img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.blog-area-home a i {
	font-size: 100px;
}
.blog-area-home a:hover i.fa-facebook-official {
	color: #3b5998;
}
.blog-area-home a:hover i.fa-instagram {
	color: #8a3ab9;
}
.blog-area-home a:hover i.fa-youtube {
	color: #ff0000;
}
.blog-area-home .container .row > div {
	text-align: center;
}
@media (max-width: 1200px) {
	.service-item-image a > span {
		top: 20%;
		left: 65px;
	}
}
@media (max-width: 1169px) {
	.book-house-call a {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.testimonial-image img {
		margin-top: 0px;
	}
	.book-house {
		margin-top: -10px;
		width: 50%;
	}
	.book-house-call a {
		margin-top: -15px;
	}
	.service-item-image a > span {
		width: 140px;
		top: 30%;
		left: 115px;
	}
}
@media (max-width: 767px) {
	.testimonial-image {
		text-align: center;
	}
	.testimonial-image img {
		display: inline;
	}
	.book-house {
		width: 100%;
		margin-bottom: 40px;
	}
	.book-house-call {
		width: 100%;
		padding-bottom: 60px;
	}
	.booking-area {
		padding-top: 60px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.section-title-2 {
		margin-bottom: 15px;
	}
	.blog-area-home a i {
		font-size: 70px;
	}
	.service-item-image a > span {
		width: 120px;
		top: 25%;
		left: 90px;
	}
}
@media (max-width: 480px) {
	.service-item-image a > span {
		top: 18%;
		left: 45px;
	}
}

/* FOOTER */
.footer-top {
	background: #222222 url(../images/footer-bg.png) bottom repeat-x;
}
.footer-bottom {
	background: #000;
}
.bg-opacity-black-90:before {
	background: none!important;
}
footer i.fa {
	color: #fff;
	font-size: 25px;
}
footer .address-info span {
	color: #fff;
}
footer .address-info span a {
	text-decoration: underline;
}
footer .copyright a img {
	margin-top: -10px;
}
.footer-area {
	margin-bottom: 77px;
}
ul.social {
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #706e6d;
	display: inline-block;
}
ul.social li {
	display: inline;
	margin-right: 10px;
}

/* BLOG */
.pagination-list > li.active a {
	background: #ccc;
}

/* ABOUT */
.about-sheltek-area .section-title h2 {
	text-transform: uppercase;
}
blockquote {
	border-left: 5px solid #247f3f;
	position: relative;
}
blockquote:after {
	bottom: 10px;
	color: #dddddd;
	content: "\f10e";
	font-family: fontawesome;
	position: absolute;
	right: 30px;
}

@media (max-width: 991px) {
	.container .about-sheltek-area {
		padding-top: 60px;
	}
	.container .form-container {
		padding-top: 60px;
	}
}

/* CONTACT */
.contact-grey-bg { background: #ccc; }
.nopadding { padding: 0px; }
.contact-less-padding { padding: 40px 30px; }
.form-group label span { color: red; }
.form-group > span { display: inline-block }
input.form-check-input { margin-bottom: 0px!important; }
input.form-check-input + label { margin-left: 5px; margin-right: 15px; font-weight: 800!important;}
.arrow-down { margin-left: 350px; }

@media (max-width: 1200px) {
	.contact-with-arrow {
		margin-top: -40px;
	}
}
@media (max-width: 991px) {
	.gap-radio { margin-top: 10px; }
}
@media (max-width: 767px) {
	.arrow-down { margin-left: 300px; }
	.contact-less-padding { padding: 20px 15px; }
}
@media (max-width: 480px) {
	.contact-less-padding { padding: 20px 0px; }
}


/* EMPREENDIMENTO */
.slider-2-content {
	height: 560px;
	position: relative;
	margin-top: 59px;
	background-position: center;
	background-size: cover;
}
.find-home-box {
	margin: 0px;
	background: #ccc;
	width: 100%;
}
.find-home-box input {
	background: #fff;
	color: #666;
}
.find-home-box .section-title h1, .find-home-box .section-title h2, .find-home-box .section-title h3, .find-home-box .testimonial-item h6 {
	color: #999;
}
.slider-2-content .text {
	text-align: center;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -130px;
}
.slider-2-content .banner-logo {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	width: 260px;
	height: 260px;
}
.slider-2-content .text p {
	background: #f0ad4e;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-size: 18px;
	margin-top: 20px;
}
.slider-2-content .banner-logo img {
	margin-top: 37%;
}
.features-wrap {
	position: relative;
	z-index: 999;
}
.features-wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.features-wrap .features {
	text-align: center;
}
.features-wrap .features > div {
	display: inline-block;
	padding: 0px 20px;
}
.features-wrap .features i, .features-wrap .features h4, .features-wrap .features p {
	color: #fff;
}
.features-wrap .features h4 {
	margin-bottom: 0px;
}
.features-wrap .features i {
	width: 75px;
	height: 75px;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.features-wrap .features i:before {
	font-size: 35px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -17px;
}
.features-include-list h6 {
	top: 20px;
	position: relative;
}
.features-include-list.features2 h6 {
	top: 0px;
	position: relative;
}
.features-include-list i {
	width: 75px;
	height: 75px;
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	float: left;
	margin-right: 10px;
	top: -30px;
}
.features-include-list i:before {
	font-size: 35px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -17px;
}
.slider-dark-content {
	height: 700px;
	position: relative;
}
.slider-dark-content:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
}
.slider-dark-content h5 {
	color: #fff;
}
.slider-dark-content h6 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#totalbar {
	width: 100%;
	height: 12px;
	position: relative;
}
.circlebar {
	margin: 20px 0px;
	margin-left: 30px;
	width: 140px;
	height: 140px;
	position: relative;
}
.features-area2 {
	background: #f5f5f5 no-repeat scroll 0 0;
	background-size: contain;
}
.features-info2:before {
	border-bottom: 1032px solid #f5f5f5;
}

@media (min-width: 992px) {
	.features-wrap {
		margin-top: -195px;
		min-height: 195px;
		max-height: 195px;
	}
}
@media (min-width: 768px) {
	.features-area {
		max-height: 531px;
	}
}
@media (max-width: 1200px) {
	.circlebar {
		margin-left: 50px;
	}
	.slider-dark-content {
		height: 900px;	
	}
}
@media (max-width: 1200px) {
	.slider-2-content {
		height: 350px!important;
	}
}
@media (max-width: 991px) {
	.circlebar {
		margin-left: 20px;
	}
	.features-wrap::before {
		background: none;
	}
	.features-wrap .features > div {
		width: 45%;
	}
	.features-wrap .features p {
		color: #606060;
	}
	.features-wrap .features i {
		border: 2px solid #606060;
	}
	.features-wrap .features i::before {
		color: #606060;
	}
	.features-wrap .features h4 {
		color: #247f3f;
	}
	.slider-2-content {
		height: 250px!important;
	}
}
@media (max-width: 767px) {
	.features-wrap .features > div {
		width: 48%;
	}
	.features-wrap .features i {
		border: none;
		height: 40px;
	}
	.features-include-list h6 {
		text-align: center;
	}
	.features-include-list i {
		float: none;
		display: block;
		left: 50%;
		top: -10px;
		margin-left: -37px;
	}
	.circlebar {
		margin-left: 40px;
	}
	.slider-dark-content {
		height: 1490px;	
	}
	.development .section-title {
		margin-top: 50px;
	}
	.slider-2-content {
		margin-top: 0px!important;
	}
}
}
@media (max-width: 480px) {
	.features-wrap .features > div {
		width: 100%;
		margin-top: 0px;
	}
	.features-wrap .features > div:nth-child(1) {
		margin-top: 40px;
	}
	.features-wrap .features i {
		border: none;
		height: 40px;
	}
	.features-include-list h6 {
		text-align: center;
	}
	.features-include-list i {
		float: none;
		display: block;
		left: 50%;
		top: -10px;
		margin-left: -37px;
	}
	.circlebar {
		margin-left: 0px;
	}
	.slider-dark-content {
		height: 1600px;	
	}
	.slider-2-content {
		height: 200px!important;
	}
}

/* FORM FLOAT "CALL-ME" */
form.float-footer {
	position: absolute;
	background: #fff;
	width: 250px;
	height: 270px;
	top: -270px;
	-webkit-box-shadow: 10px -9px 21px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px -9px 21px -11px rgba(0,0,0,0.75);
	box-shadow: 10px -9px 21px -11px rgba(0,0,0,0.75);
	padding: 20px;
	left: -40px;
	display: none;
}
form.float-footer:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
form.float-footer .btn-hover-1:hover {
	background: #709e2d;
}
img.loading {
	width: 30px;
	display: none;
}
.form-message {
	margin-top: 10px;
}

/* ===== GOOGLE CUSTOM SEARCH ENGINE ===== */
.gsc-adBlock { display: none!important; }
.gsc-cursor-box {
	margin: 0 0 90px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 12px 0;
	text-align: center!important;
}
.gsc-cursor {
	vertical-align: middle;
	margin: 0;
	padding-left: 0;
	border-radius: 4px;
	display: inline-block; 
} 
.gsc-cursor-box:after {
	content: "";
	display: block;
	clear: both; 
} 
.gsc-cursor-page {
	padding: 6px 13px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #222;
	transition: all 0.45s;
	text-decoration: none!important;
	margin-right: 0px!important; 
} 
.gsc-cursor-page:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd; 
} 
.gsc-cursor-page.gsc-cursor-current-page {
	z-index: 3;
	color: #fff!important;
	cursor: default;
	background-color: #006400!important;
	border-color: #006400!important; 
}
.gsc-webResult .gsc-result {
	padding: 10px!important;
}

/* AUX */
.btn {
	height: auto;
	line-height: auto;
}
.btn-big {
	padding: 10px 25px;
}
.btn-transp {
	background: none;
	color: #fff;
	border: 2px solid #fff;
}
.mt--50 { margin-top: -50px; }
.pt-210 { margin-top: 210px; }
.pt-220 { margin-top: 220px; }

@media (max-width: 767px) {
	#scrollUp {
		display: none!important;
	}
}

@media (max-width: 991px) {
	.btn-big {
		padding: 3px 10px !important;
		border-width: 1px;
	}
}

.modal-header{
	background: #398C52;
	color: white;
}
.modal-header .modal-title, .modal-header .close{color: white;}

/*<div class="list_checkbox">
<label>
<input type="radio" name="tipo" value="valor1">
<div class="check"><i class="fa fa-check"></i></div>
<span class="label">
Valor1
</span>
</label>
</div>*/
.list_checkbox{position: relative;margin-top: -10px;}
.list_checkbox label{
	cursor: pointer;
	margin-bottom: 0;position: relative;margin-left: 10px;margin-right: 10px;
	margin-top: 10px;
	text-align: left;
	display: flex; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex;
}
.list_checkbox input[type="radio"], .list_checkbox input[type="checkbox"]{opacity: 0.000001;position: absolute;left: 0;top: 0;}
.list_checkbox .label{
	white-space: normal;
	text-align: left;
	color: #333;
	font-weight: normal;
}
.list_checkbox .check{
	position: relative;
	border: solid black 1px;
	/*padding: 14px;*/
	padding: 8px;
	height: 0;
	border-radius: 5px;
	display: inline-block;
	float: left;
}
.list_checkbox input[type="radio"]+.check{border-radius: 50%;}
.list_checkbox .check .fa{
	font-size: 100%;
	position: absolute;
	left: 0; top: 0;
	height: 100%; width: 100%;
	text-align: center;
	/*line-height: 28px;*/
	line-height: 17px;
	opacity: 0;
}
.list_checkbox input:checked+.check .fa{opacity: 1;}
/*line-height: 25px;*/
.list_checkbox .check+.label{margin-left: 10px;min-height: 30px;line-height: initial;padding: 0;}

footer .list_checkbox .label{color: white;}
footer .list_checkbox .check{ border-color: white; }