/* CSS default teste teste */
*, *:before, *:after, *:focus{
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
				-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

body{
	color: rgb(53, 55, 58);
    font-family: 'Open Sans', sans-serif!important;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

pre{
	background-color: rgb(240, 240, 240);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
	border-radius: 5px;
	padding: 15px;
}

a{
    color: rgb(22, 58, 98);
	text-decoration: none;
	transition: .3s;
	display: inline-block;
}

a:hover{
	opacity: .8;
}

.button{
	border: none!important;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 5px;
	text-align: center;
	text-transform: initial;
	padding: 7px 25px 7px 25px;
	border-radius: 7px;
	display: inline-block;
	cursor: pointer;
}
.button.button-medium{
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 7px 25px 7px 25px!important;
}
.button.button-blue{
	background-color: rgb(4, 15, 26);
}
.button.button-blue-medium{
	background-color: rgb(62, 101, 140);
}
.button.button-red{
	background-color: rgb(255, 0, 0);
	text-shadow: none!important;
	padding: 7px 15px 5px 15px;
	display: inline-block!important;
	width: auto!important;
}
.button.button-black-op{
	background-color: rgba(3, 15, 25, .5);
    background-blend-mode: luminosity;
	background:
		linear-gradient(#040f1a75 0%, #00000075 80%),
		linear-gradient(#00000075 0%, #00000008 75%);
	background-blend-mode: screen, difference, lighten;
}

.button.button-black-op span{
	position: relative;
}
a.close{
	background: unset;
	border: 0;
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
}
a.close:before{
	content: '\00d7';
	font-size: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgb(107 142 194);
}

/* H* */
h1, h2, h3, h4, h5, h6{
	color: rgb(19, 59, 95);
	font-family: "open-sans", sans-serif;
	font-weight: 100;
	font-style: normal;
	margin: 0;
	letter-spacing: 2px;
}
h1{ font-size: 32px; }
h2{ font-size: 24px; }
h3{ font-size: 18.72px; }
h4{ font-size: 16px; }
h5{ font-size: 13.28px; }
h6{ font-size: 13.72px; }

.h1{ font-size: 32px; }
.h2{ font-size: 24px; }
.h3{ font-size: 18.72px; }
.h4{ font-size: 16px; }
.h5{ font-size: 13.28px; }
.h6{ font-size: 13.72px; }

/* Text-align */
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

/*  */
.wdh, .wdh-medium, .wdh-small{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

.wdh-medium{
	max-width: 1080px;
}

.wdh-small{
	max-width: 800px;
}

/* Flex-box */
.flex{
	display: flex;
	flex-flow: row wrap;
}

.flex.flex-reverse-row{
	flex-direction: row-reverse;
}
.flex.middle{
	align-items: center;
}
.flex.flex-top{
	align-items: start;
}
.flex.flex-bottom{
	align-items: end;
}
.flex.between{
	justify-content: space-between;
}
.flex.center{
	justify-content: center;
}
.flex.evenly{
	justify-content: space-evenly;
}
.flex.around{
	justify-content: space-around;
}
.flex.start{
	justify-content: flex-start;
}
.flex.end{
	justify-content: flex-end;
}

img.cover,
img.contain{
	object-position: center;
	width: 100%;
	height: 100%;
}
img.cover{ object-fit: cover; }
img.contain{ object-fit: contain; }

/*  */
ul.no-style{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.no-style li{
	margin: 1px;
}

/* Box form default */
::placeholder{
	color: rgb(16, 31, 45);;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder{
	color: rgb(16, 31, 45);;
}
::-ms-input-placeholder{
	color: rgb(16, 31, 45);
}
.box-form{
    margin: 45px 0;
    width: 470px;
}
.box-form .wdh-small{
	background-color: #f00;
}
.box-form label,
.box-form .item-chckbox{
	width: 100%;
	display: block;
	padding: 7px 0;
	position: relative;
}
.box-form label > .icon{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.box-form label > .icon.showPass{}
.box-form label > .icon.showPass:before{}
.box-form label sup.req{
	color: rgb(255, 0, 0);
}
.box-form label input,
.box-form label input[type=text],
.box-form label input[type=email],
.box-form label input[type=password],
.box-form label select{
	background-color: rgba(255, 255, 255, .2);
	border: rgb(255, 255, 255) solid 1px;
	border-radius: 7px;
	width: 100%;
	padding: 15px;
	font-size: 18px;
}
.box-form label.set-category input,
.box-form label.set-category input[type=text]{
	color: rgb(255, 255, 255);
}
.box-form .label-input.input-checkbox{
	padding: 15px 0;
}
.box-form .label-input.input-checkbox label{
	color: rgb(255, 255, 255);
	font-size: 14px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.box-form .label-input.input-checkbox input[type="checkbox"] + label:before,
.box-form .label-input.input-checkbox input[type="checkbox"] + label:after{
    content: '\0a0';
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.box-form .label-input.input-checkbox input[type="checkbox"] + label:before{
	width: 25px;
    height: 25px;
	transform: translate(0%, -50%);
}

.box-form .label-input.input-checkbox input[type="checkbox"]:checked + label:after{
	content: '\2713';
	background-color: rgb(4, 15, 26);
	transform: translate(0px, -51%);
	padding: 4px 8px;
}

.box-form .label-input.input-checkbox input{
	display: none;
}

.box-form .label-input.input-checkbox .no-checked i{
	background-color: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
	display: block;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 5px 15px;
	border-radius: 7px;
}

.box-form label.setCity{}
.box-form label.setCity .suggestionsBox{
	background-color: rgb(245, 245, 245);
	box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, .5);
	border-radius: 7px 7px 0px 0px;
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9;
	list-style: none;
	overflow: hidden;
}
.box-form .form-add-wishlist label.setCity .suggestionsBox{
	box-shadow: none;
	border: rgb(220, 220, 220) solid 1px;
	border-radius: 0px 0px 7px 7px;
	top: -5px;
	width: 100%;
	position: relative;
}
.box-form .form-add-wishlist label.setCity .suggestionsBox li:last-child{
	border-bottom: none!important;
}
.box-form label.setCity .suggestionsBox .suggestionList{
	max-height: 250px;
	overflow-y: auto;
}
.box-form label.setCity .suggestionsBox .suggestionList li{
	cursor: pointer;
	padding: 7px 15px;
	border-bottom: rgb(210, 210, 210) solid 1px;
}
.box-form label.setCity .suggestionsBox .suggestionList li:hover{
	background-color: rgb(4, 15, 26);
	color: rgb(255, 255, 255);
}

input#required-info{
    border-color: rgba(255, 0, 0, .7);
}
input.loadAction.load{
	color: transparent;
	position: relative;
	background-image: url('../img/load.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Inputs error */
.box-form label input.input-error,
.box-form label select.input-error{
	background-color: rgb(255, 201, 201);
}

/* Box default */
.box-default{
	padding: 25px 0;
}
.box-default .block-title{}
.box-default .block-title h2{
	text-transform: uppercase;
}
.box-default .block-title h2 span{
	display: block;
}
.box-default .block-title h2 span strong{
	color: rgb(255, 0, 0);
}
.box-default .block-title h2 span.text-strong{
	font-weight: 900;
}
.box-default .block-title h2 span.text-span{}
.box-default .block-title h2 span.text-span strong{
	font-weight: normal;
}
.box-default .block-content{
	padding: 20px 0;
	position: relative;
}
.box-default .block-content .block-text{}
.box-default .block-content .block-text p{}
.box-default .block-content .block-text p{}
.box-default .block-button{
	text-align: center;
}
.box-default .block-button a{}

.error-page{
	box-shadow: 0 0 17px 2px rgba(0, 0, 0, .1);
	margin-top: 65px;
	padding: 145px;
}
.error-page._404{}
.error-page._401{}

/*  */
.text-occult{
	margin-bottom: 45px;
	position: relative;
}

/*
.text-occult .text-occult-inner{
	background: linear-gradient(360deg, rgba(0, 0, 0, .05) 0%, rgba(0,0,0, .0) 50%);
	height: 175px;
	display: block;
	overflow: hidden;
}

*/

.text-occult:after{
	content: '...';
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

/*  */
.slick-prev.slick-arrow,
.slick-next.slick-arrow{
	background-color: rgb(22 58 98);
	border: 0;
	font-size: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	z-index: 99999;
	cursor: pointer;
}
.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before{
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.slick-prev.slick-arrow:before{
	content: '\2039';
}
.slick-next.slick-arrow:before{
    content: '\203A';
}
.slick-prev.slick-arrow{
	left: -25px;
}
.slick-next.slick-arrow{
	right: -25px;
}



ul.slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.slick-dots li{
	display: inline-block;
}
ul.slick-dots li button{
	background-color: rgb(200, 200, 200);
	border: 0;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	font-size: 0;
	margin: 7px;
	cursor: pointer;
}

ul.slick-dots li.slick-active button{
    background-color: rgb(255, 0, 0)!important;
    cursor: default;
}

.box-news ul.slick-dots li button{
	background-color: rgb(14, 30, 44);
}

.lightbox{
	position: fixed!important;
	z-index: 99999999999!important
}

.status-form{
	display: block!important;
}
.status-form .alert-load,
.status-form .alert-danger,
.status-form .alert-wrnning,
.status-form .alert-success{
	border-radius: 5px;
	padding: 5px 15px 7px 15px;
	margin: 7px 0;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.status-form .alert-load{
	background-color: rgb(19, 59, 95);
	color: rgb(255, 255, 255);
}
.status-form .alert-danger{
	background-color: rgb(245, 144, 144);
	color: rgb(255, 255, 255);
}
.status-form .alert-wrnning{
	background-color: rgb(220 219 161);
	color: rgb(59, 59, 59);
}
.status-form .alert-success{
	background-color: rgb(106 173 99);
	color: rgb(255, 255, 255);
}

/* Modal */

body.modal,
body.modalB{
	position: relative;
	overflow: hidden;
}
body.modal:before{
	content: '';
	background-color: rgb(0, 0, 0, .5);
	background-image: url('../img/bg-modal-form.jpg');
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	filter: opacity(.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999!important;
}
body.modalB:before{
	content: '';
	background-color: rgb(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

body.modalB button.clk-close{
	background-color: #F90;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
	/*
	background-color: transparent;
	border: 0;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	z-index: 99999;
	top: 0;
	cursor: pointer;
	*/
}
body.modalB button.clk-close:before{
	content: '\00d7';
	font-size: 30px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-55%, -54%);

}

.modal-form .box-form{
	background-color: rgb(255, 255, 255);
	border-radius: 15px;
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}

.modal-form .box-form{
	background-color: rgb(255, 255, 255);
	border-radius: 15px;
	width: 900px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.modal-i{
	display: none;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 17px 1px  rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	color: rgb(16, 31, 45);
	font-size: 16px;
	text-transform: initial;
	position: fixed;
	width: 300px;
	text-align: left;
	top: 250px;
	left: 50%;
	padding: 15px 15px;
	transform: translate(-50%, -50%);
	z-index: 9999999;
}
.modal-i.show{
	display: block;
}
.modal-i a.c-modal-i{
	background-color: rgb(16, 31, 45);
	color: rgb(255, 255, 255);
	border-radius: 100%;
	position: absolute;
	top: 5px;
	right: 7px;
	width: 20px;
	height: 20px;
	display: block;
}
.modal-i a.c-modal-i:before{
	content: '\00d7';
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-i a.c-modal-i.ns{
	background-color: unset;
	color: unset;
	border-radius: unset;
	position: unset;
	top: unset;
	right: unset;
	width: unset;
	height: unset;
	display: unset;
}
.modal-i a.c-modal-i.ns:before{
	content: unset;
	font-weight: unset;
	position: unset;
	top: unset;
	left: unset;
	transform: unset;
}
.modal-i.show img{
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 18px;
	margin-right: 15px;
}

.m-cookie{
	background-color: rgba(240, 240, 240);
	box-shadow: 0 0 15px 1px rgb(0, 0, 0, .3);
	border: rgb(200, 200 ,200) solid 1px;
	color: rgb(100, 100, 100);
	position: fixed;
	left: 0;
	bottom: 0;
	font-size: 16px;
	font-family: 'Arial';
	letter-spacing: 1px;
	line-height: 18px;
	margin: 15px;
	display: none;
}
.m-cookie > a{
	position: absolute;
	background-color: rgb(226 53 58);
	width: 35px;
	height: 35px;
	top: -35px;
	right: 0;
}
.m-cookie > a:before{
	content: '\00d7';
	color: rgb(255, 255, 255);
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.m-cookie .m-inner{
	padding: 15px;
}
.m-cookie .m-inner p{
	text-align: center;
}
.m-cookie .m-inner .block-button{
	text-align: center;
}

table.tb-md{
	margin: 25px 0;
}

table.tb-md.pg{
	background-color: rgb(255, 255, 255);
}
table.tb-md.pg th{
	background-color: rgb(255, 255, 255);
}

table.tb-md,
table.tb-md th,
table.tb-md td{
	border: rgb(240, 240, 240) solid 1px;
	border-collapse: collapse;
}
table.tb-md th,
table.tb-md td{
	padding: 10px;
}
table.tb-md thead{}
table.tb-md thead tr{}
table.tb-md thead tr th{
	background-color: rgb(245, 245, 245);
}
table.tb-md tbody{}
table.tb-md tbody tr{}
table.tb-md tbody tr th{
	background-color: rgb(245, 245, 245);
}
table.tb-md tbody tr td{}


dl{
	font-size: 16px;
}
dl > dt{
	background-color: rgb(19, 59, 95);
	color: rgb(255, 255, 255);
	padding: 7px 15px;
}
dl > dt > small{
	display: block;
}
dl > dd{
	background-color: rgb(240, 240, 240);
	padding: 15px;
	margin: auto;
}

.banner-page{
	height: 250px;
	position: relative;
	background-image: url('../img/bg-more-points.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -25px;
	position: relative;
	margin-bottom: 45px;
}
.banner-page:before{
	content: '';
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
.end-point{
	background-color: rgb(240, 240, 240);
}
.end-point .block-content{
 
}
.end-point .banner-page{
	
}


.dropdown{
	position: absolute!important;
	top: 40px;
	right: -46px;
	margin-top: 5px;
	width: 250px;
	height: auto;
	display: none;
}
.dropdown *{
	color: rgb(19, 59, 95)!important;
}
.dropdown:before{
	content: '';
	border-color: transparent transparent rgb(255, 255, 255) transparent;
	border-width: 0px 10px 12px 10px;
	border-style: solid;
	position: absolute;
    top: -10px;
    right: 55px;
}
.dropdown .dropdown-inner{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 7px 25px 1px rgba(0, 0, 0, .9);
	color: rgb(19, 59, 95);
	border-radius: 5px;
	overflow: hidden;
}
.dropdown .dropdown-inner .header-dropdown,
.dropdown .dropdown-inner .footer-dropdown{
	background-color: rgb(240, 240, 240);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    padding: 7px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dropdown .dropdown-inner .header-dropdown *,
.dropdown .dropdown-inner .footer-dropdown *{
	font-size: 14px!important;
}
.dropdown .dropdown-inner .header-dropdown{}
.dropdown .dropdown-inner .header-dropdown span{
	display: flex;
	align-items: center;
}
.dropdown .dropdown-inner .header-dropdown span i{
	margin-right: 7px;
}
.dropdown .dropdown-inner .header-dropdown a{
	text-align: right;
}

.dropdown .dropdown-inner .footer-dropdown{}
.dropdown .dropdown-inner .footer-dropdown a{
	color: rgb(255, 255, 255)!important;
	width: 100%!important;
}
.dropdown .dropdown-inner .footer-dropdown span{
	color: rgb(200, 200, 200)!important;
}
.dropdown .dropdown-inner .footer-dropdown i.icon{
	background-image: url('../img/logo-bfm-s.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 25px!important;
	height: 25px!important;
	display: block;
	margin: 0 auto;
}

.dropdown .dropdown-inner > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdown .dropdown-inner > ul > li{
	border-bottom: rgb(220, 220, 220) solid 1px;
	font-size: 16px;
	padding: 7px;
	line-height: 20px;
}

.dropdown .dropdown-inner > ul > li small{
	color: rgb(200, 200, 200)!important;
	display: block;
}
.dropdown .dropdown-inner > ul > li:last-child{
	border: 0!important;
}
.dropdown .dropdown-inner > ul > li.disabled{
	background-color: rgb(245, 245, 245);
}
.dropdown .dropdown-inner > ul > li.disabled *{
    color: rgb(200, 200, 200)!important;
}
.dropdown .dropdown-inner > ul > li > a{}
.dropdown .dropdown-inner > ul > li > a i{
	font-size: 20px!important;
}
.dropdown .dropdown-inner > ul > li > a span{}

/* CredCards */
span.card{
	width: 55px;
	height: 35px;
	display: block;
	position: absolute;
	top: 50%;
	right: 1px;
	transform: translateY(-57%);
}
span.card > i.card{
	background-image: url('../img/credcards.png');
	background-repeat: no-repeat;
	background-size: 275px;
	background-position: 1px 2px;
	display: block;
	width: 50px;
	height: 37px;
}
span.card > i.card.mastercard{
	background-position: -169px 2px;
}
span.card > i.card.visa{
	background-position: -56px 2px;
}
span.card > i.card.diners{
	background-position: 0.45px -74px;
}
span.card > i.card.amex{
	background-position: -56px 2px;
}
span.card > i.card.discover{
	background-position: -226px -75px;
}
span.card > i.card.hipercard{
	background-position: 1px 2px;
}
span.card > i.card.elo{
	background-position: 1px 2px;
}
span.card > i.card.jcb{
	background-position: -56px -113px;
}
span.card > i.card.aura{
	background-position: 1px 2px;
}

form.updatePhoto{
	position: absolute;
	left: 50%;
	top: 215px;
	transform: translateX(-50%);
	z-index: 9;
}
.header-qr form.updatePhoto{
	top: 175px!important;
}
form.updatePhoto .alter-image{
	height: 35px;
	display: block;
	text-align: center;
}
form.updatePhoto .alter-image i{
    font-size: 34px;
    color: rgb(255, 255, 255);
	cursor: pointer;
}
form.updatePhoto .input-image{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
	border-radius: 5px;
	margin-top: 15px;
	position: relative;
	padding: 7px 7px 7px 7px;
	display: none;
	width: 200px;
}
form.updatePhoto .input-image:before{
	content: '';
	border: rgb(255, 255, 255) solid 10px;
	border-top-width: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
form.updatePhoto .input-image label{
	position: unset!important;
	text-align: center;
	position: relative;
}
form.updatePhoto .input-image label *{
	font-size: 12px!important;
}
form.updatePhoto .input-image label span{
	display: block!important;
	width: 185px!important;
	height: 30px!important;
	font-size: 10.9px!important;
}
form.updatePhoto .input-image label input{
	width: 0;
	height: 0;
	padding: 0;
    overflow: hidden;
    margin: 0;
	position: absolute;
}
form.updatePhoto .input-image label a{
	color: rgb(4, 15, 26);
	font-size: 14px;
	margin: 7px auto;
	display: none;
	width: 190px;
}

/* Dev */
.dev{
	padding-top: 10px;
	padding-left: 7px;
}
.dev a{
	width: 100px;
}
.dev a span{}
.dev a img{}

#reLoadResgate, #reLoadMoreTo{
	background-color: rgb(0, 0, 0);
	border-radius: 5px;
	padding: 3px 9px 5px 9px;
	font-size: 16px;
	position: relative;
	top: 50%;
	left: 110px;
	transform: translateY(20%);
	cursor: pointer;
}
#reLoadMoreTo{
	left: 140px;
}
#loadResgate, #LoadMoreTo{
	/* min-height: 545px; */
	position: relative;
}
#loadResgate > img#IloadResgate,
#LoadMoreTo > img#IloadMoreTo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	width: 100px!important;
	height: 100px!important;
}