@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
*,
 :after,
 :before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html{
	/* font-family:"Open Sans", sans-serif; */
	font-family:'Exo', sans-serif;
	/* font-family:"Roboto", sans-serif; */
	/* font-family:"Roboto Slab", serif; */
	background-color:#f5f5f5;
    color:#000;
}
body{}
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
    color:#000;
    font-family:inherit;
}
a{
    color:#000;
	text-decoration:none;
}
em {
    color: inherit;
}
i.ti{
    font-size:18px;
    vertical-align:text-top;
    /* vertical-align:middle; */
}
.nowrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status {
    border-radius: 25px;
    padding: 0px 5px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #FFF;
    font-size: 12px;
}
.status-0{
    background-color:#2d7091;
}
.status--1{
    background-color:#d85030;
}
.status-1{
    background-color:#659f13;
}
.line-2{
    max-height:42px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.image{
	/* border:1px solid #9e9e9e; */
    /* border-radius:5px; */
    /* padding:5px; */
	height:85px;
}
.image img{
    width:100%;
    height:100%;
    object-fit:scale-down;
    object-position:center center;
}
.image.cover img{
    object-fit:cover;
}
.image.round{
	width:85px;
    border-radius:50%;
}
.image.round img{
    border-radius:50%;
}
@media (max-width:767px){
	.image{
		height:85px;
	}
	.image.round{
		width:85px;
	}
}
.ember{
    position:relative;
    padding-bottom:56.25%;
    height:0px;
    border-radius:5px;
    overflow:hidden;
}
.ember iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.tool .uk-list{
    margin:0px;
}
.tool .uk-list>li{
    display:inline-block;
}
.tool.right .uk-list>li{
	margin-left:10px;
}
.tool.right .uk-list>li:first-child{
	margin-left:0px;
}
.tool .uk-list>li>a{
    border-radius:5px;
    display:inline-block;
    height:25px;
    line-height:25px;
}
.tool .uk-list>li>a>i{}
.tool .uk-list>li.flag>a{
    width:20px;
    height:20px;
}
.tool .uk-list>li.flag>a>img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    border-radius:50%;
}
.extend{
	position:relative;
    width:100%;
}
.extend input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 5px;
}
.extend .uk-button{
    border:none;
    background-image:none;
    background-color:transparent;
    color:#000;
    text-shadow:none;
    position:absolute;
    top:0px;
    padding:0px;
}
.extend.left .uk-button{
    left:0px;
    width:35px;
}
.extend.left input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 35px;
}
.extend.right .uk-button{
    right:0px;
    padding:0px 10px;
}
.extend.right .uk-button i{
	margin-right:5px;
}
.extend.right input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 5px;
}
.panel>.wrapper{}
.panel .header{
    border-left:3px solid #052542;
    padding-left:8px;
    line-height:100%;
}
/* .panel .header>*{ */
    /* font-size: 24px; */
    /* line-height: 30px; */
    /* margin: 0px; */
/* } */
.panel .name>* {
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
}
.panel .name p:last-child{
	margin-bottom:0px;
}
.panel .name+.description{
    margin-top:15px;
}
.panel .image+.description{
    margin-top:15px;
}
.panel .description{}
.panel .description ul:last-child,
.panel .description p:last-child{
	margin-bottom:0px;
}
.panel .description a{
    text-decoration:underline;
}
.panel .description ol,
.panel .description ul{
    padding-left:15px;
}
.panel .description+.content{
    margin-top:15px;
}
.panel .content{
	text-align:justify;
}
.panel .content h1,
.panel .content h2,
.panel .content h3,
.panel .content h4,
.panel .content h5,
.panel .content h6 {
    font-size: 18px;
    border-left: 5px solid #052542;
    padding-left: 10px;
}
.panel .content ul:last-child,
.panel .content p:last-child{
	margin-bottom:0px;
}
.panel .name+.list{
    margin-top:15px;
}
.panel .list .uk-list {
    margin: 0px;
}
.panel .list .uk-list>li {
    margin-top: 15px;
}
.panel .list .uk-list>li:first-child{
	margin-top:0px;
}
.panel .list .uk-list .package {
    border-left: 5px solid #052542;
    background-color: #F5F5F5;
    padding: 10px 0px 10px 15px;
}
/* .panel .list .uk-list>li .button{ */
    /* border-radius: 25px; */
    /* display: inline-block; */
    /* padding: 0px 15px; */
    /* line-height: 25px; */
    /* height: 25px; */
    /* background-color: #052542; */
    /* color: #FFF; */
/* } */
.panel .list .uk-list>li .button {
    border-radius: 25px;
    display: inline-block;
    padding: 0px 15px;
    line-height: 25px;
    height: 25px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
}
@media (max-width:767px){
	.panel .name>* {
		font-size: 22px;
		line-height: 28px;
	}
}
.panel+.list,
.panel+.grid,
.panel+.accordion{
	margin-top:25px;
}
.grid>.uk-grid.uk-grid-width-medium-1-6>div:nth-child(n+7){
	margin-top:10px;
}
.grid>.uk-grid.uk-grid-width-medium-1-5>div:nth-child(n+6){
	margin-top:10px;
}
.grid>.uk-grid.uk-grid-width-medium-1-4>div:nth-child(n+5){
	margin-top:10px;
}
.grid>.uk-grid.uk-grid-width-medium-1-3>div:nth-child(n+4){
	margin-top:10px;
}
.grid>.uk-grid.uk-grid-width-medium-1-2>div:nth-child(n+3){
	margin-top:10px;
}
.grid>.uk-grid.uk-grid-width-medium-1-1>div:nth-child(n+2){
	margin-top:10px;
}
@media (max-width:767px){
	.grid>.uk-grid.uk-grid-width-1-6>div:nth-child(n+7){
		margin-top:10px;
	}
	.grid>.uk-grid.uk-grid-width-1-5>div:nth-child(n+6){
		margin-top:10px;
	}
	.grid>.uk-grid.uk-grid-width-1-4>div:nth-child(n+5){
		margin-top:10px;
	}
	.grid>.uk-grid.uk-grid-width-1-3>div:nth-child(n+4){
		margin-top:10px;
	}
}
.uk-list{
	margin:0px;
}
.uk-form input[type="checkbox"],
.uk-form input[type="radio"]{
    border:1px solid #9e9e9e;
    height:16px;
    width:16px;
}
.uk-form input[type="radio"]:checked:before{
    margin:3px auto 0px auto;
    background-color:#052542;
}
.uk-form select,
.uk-form input[type=text],
.uk-form input[type=password],
.uk-form textarea{
    width:100%;
    border:1px solid #9e9e9e;
    color:#000;
}
.uk-form textarea.h100{
	height:100px;
}
.uk-offcanvas-bar:after{
	display:none;
}
.uk-offcanvas-bar{
    width:200px;
    background-color:#ffffff;
}
.uk-offcanvas-bar .navbar{
    padding-top:15px;
}
.uk-alert{
    border:1px solid #2d7091;
    border-radius: 5px;
    text-shadow: none;
}
.uk-alert-danger{
    border-color:#d85030;
}
.uk-alert-success{
    border-color:#659f13;
}
.uk-alert .uk-close{
    opacity:1;
}
.uk-alert .uk-close:after{
    content:"\ea6a";
    font-family:"tabler-icons";
    font-size:18px;
}
.uk-modal .uk-close{
    opacity:1;
    margin:0px !important;
    float:none !important;
    position:absolute;
    top:-10px;
    right:-10px;
    background-color:#FFF;
    border-radius:50%;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding:2px;
}
.uk-modal .uk-close:after{
    content:"\eb55";
    font-family:"tabler-icons";
    font-size:18px;
}
.uk-modal .uk-modal-dialog{
    width:390px;
}
@media (max-width:767px){
	.uk-modal .uk-modal-dialog{
		width:auto;
		max-width: calc(100% - 30px);
        margin: 15px auto;
	}
}
body{
    background-color:#F5F5F5;
}
#page {
    width: 420px;
	/* min-height:650px; */
    margin: 0px auto;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 15px 0px;
}
/* #introduce>.wrapper, */
/* #tool>.wrapper, */
/* #social>.wrapper, */
/* #contact>.wrapper, */
/* #bank>.wrapper, */
/* #sharelink>.wrapper, */
/* #gallery>.wrapper, */
/* #video>.wrapper, */
/* #map>.wrapper, */
/* #branch>.wrapper, */
/* #affiliate>.wrapper, */
/* #brand>.wrapper{ */
#page>div>.wrapper{
    padding:25px 15px 0px 15px;
}
#page>#header>.wrapper,
#page>#profile>.wrapper{
    padding: 0px;
}
/* .modal-lang .header, */
/* .modal-bank .header, */
/* .modal-qrcode .header, */
/* .modal-brand .header, */
#page>div>.wrapper>.header{
    border-left:3px solid #052542;
    padding-left:8px;
    line-height:100%;
}
#page>div>.wrapper>.header>*{
    margin: 0px;
    font-size: 18px;
    line-height: 100%;
    color: inherit;
}
#page>div>.wrapper>.header+.body{
    margin-top:15px;
}
/* #fixed{ */
    /* position:fixed; */
    /* left:0px; */
    /* right:0px; */
    /* bottom:0px; */
    /* z-index:2; */
/* } */
/* #page>#fixed>.wrapper{ */
    /* width:420px; */
    /* margin:0px auto; */
    /* padding:15px 15px; */
    /* background-color: #FFF; */
	/* border-top: 1px solid rgb(245 245 245); */
	/* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
/* } */
/* #fixed>.wrapper .uk-alert{ */
    /* margin:0px; */
/* } */
#fixed .button{
    /* border: 1px solid #052542; */
    border-radius: 25px;
    display: inline-block;
    padding: 0px 15px;
    line-height: 25px;
    height: 25px;
    background-color: #052542;
    color: #FFF;
}
#fixed .button i+span,
#fixed .button i+strong{
	margin-left:5px;
}
/* #fixed .link{ */
	/* margin-right:5px; */
    /* display: inline-block; */
    /* border: 1px solid #000; */
    /* border-radius: 25px; */
    /* padding: 0px 15px; */
    /* line-height: 25px; */
    /* height: 25px; */
/* } */
/* #fixed .link i+span, */
/* #fixed .link i+strong, */
/* #fixed .button i+span, */
/* #fixed .button i+strong{ */
	/* margin-left:5px; */
/* } */
/* #fixed .button .ti-circle-check{ */
	/* vertical-align: text-top; */
/* } */
@media (max-width:767px){
	#page>#fixed>.wrapper {
		width: 100%;
	}
}
.modal-bank .uk-modal-dialog,
.modal-qrcode .uk-modal-dialog{
    max-width:240px !important;
}
.modal-payment .uk-modal-dialog{
    max-width:335px !important;
}
.modal-lang .uk-modal-dialog{
    max-width:280px !important;
}

.modal-preview .image,
.modal-preview .name,
.modal-preview .meta,
.modal-preview .description,
.modal-preview .content{
    margin-top:10px;
}
.modal-preview .image{
    height:185px;
}
.modal-preview .image img{
    margin-top:0px;
	border-radius:5px;
}
.modal-preview .meta .price{
	color:red;
}
.modal-preview .description p:last-child,
.modal-preview .content:last-child{
    margin:0px;
}
/* .modal-preview .image, */
/* .modal-preview .name, */
/* .modal-preview .meta, */
/* .modal-preview .description, */
/* .modal-preview .content{ */
    /* margin-top:10px; */
/* } */
/* .modal-preview .image{ */
    /* height:285px; */
/* } */
/* .modal-preview .image img{ */
    /* margin-top:0px; */
	/* border-radius:5px; */
/* } */
/* .modal-preview .meta .price{ */
	/* color:red; */
/* } */
/* .modal-preview .description p:last-child, */
/* .modal-preview .content:last-child{ */
    /* margin:0px; */
/* } */
/* .modal-brand .image, */
/* .modal-brand .name, */
/* .modal-brand .content{ */
    /* margin-top:15px; */
/* } */
/* .modal-brand .image{ */
    /* height:150px; */
/* } */
/* .modal-brand .uk-accordion-title{ */
    /* margin-bottom:10px; */
	/* position:relative; */
	/* border-radius:0px; */
	/* border:none; */
    /* background-color:#f7f7f7; */
	/* font-size:inherit; */
    /* border-left:5px solid #052542; */
    /* padding-left:10px; */
/* } */
/* .modal-brand .uk-accordion-title:after{ */
	/* position:absolute; */
    /* content:"\ea61"; */
    /* font-family:"tabler-icons"; */
    /* font-size:18px; */
	/* right:5px; */
	/* top:5px; */
/* } */
/* .modal-brand .uk-accordion-title.uk-active:after{ */
    /* content:"\ea5f"; */
/* } */
/* .modal-brand .uk-accordion-content{ */
    /* padding:0 10px 10px 0px; */
/* } */
@media (max-width:420px){
	#page{
		width:100%;
	}
}
.uk-modal-footer {
    padding: 10px;
}
.uk-modal-footer .uk-button{
    background-image: none;
    background-color: #052542;
    border-radius: 25px;
    text-shadow: none;
}