body{
    font-size: 15px;
    color: #000;
    min-height: 400px;
    background: #fff;   
    font-family: Inter;
}

*{
   font-family: Inter;
}

a {
    color: #d92b83;
    text-decoration: none;
    background-color: transparent;
}

a:hover{
    color: #d92b83;
    text-decoration: none;
    background-color: transparent;
}

.page-content{
    position: relative;
}

.redstar{
    color: red;
}

::selection {
  color: #fff;
  background: #000;
}

/**************/

.d-flex{
    display: flex;
}

.mb-0{
    margin-bottom:0;
}

.m-0{
    margin:0;
}

.text-center{
    text-align: center;
}

.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.pt-40{
    padding-top: 40px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-14{
    padding-bottom: 14px;
}

.pb-4{
  
}

.pb-20 {
    padding-bottom: 20px;
}

.m-auto{    
    margin: auto;
}

.pr-0{
    padding-right: 0;
}

/**************/

.siteLogo{
    height: 30px;   
}

.enwHeader{
    background: #fff;
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}

.navbar-brand{
    font-size: 20px;
    padding: 4px 0;
}

.enwHeader .postAdbtn{
    color: #ffffff;
    border: 1px solid #d92b83;
    padding: 9px 10px;
    border-radius: 6px;
    background: #d92b83;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.enwHeader .postAdbtn svg{
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    fill: #fff;
}

.enwHeader .loginLink{
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 15px;
    position: relative;
    margin-right: 6px;
}

.enwHeader .loginLink svg{
    width: 18px;
    fill: #000;
}

.enwHeader .loginLink.userLogged {
    padding: 4px 10px;
    border-radius: 2px;    
    color: #000;
}

.enwHeader .loginLink.userLogged svg {
    width: 13px;
    fill: #d92b83;
}

.enwHeader .loginLink.userLogged span {
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.postAdbtnMenu {
    display: none;
    width: 30px;
    height: 25px;
    padding: 6px;
    align-items: center;
    cursor: pointer;
    position: relative;
    top: 9px;
}

.postAdbtnMenu .menuBtn {
    display: block;
    width: 100%;
    height: auto;
}

.postAdbtnMenu .menuBtn span {
    background: #2b2b2b;
    width: 100%;
    display: block;
}

.postAdbtnMenu .menuBtn span {
    height: 2px;
    margin-bottom: 4px;
}

/*************/
/*************/

.disclaimer{
    margin-top: 45px;
    padding: 45px 0 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.disclaimer p{
    font-size: 12px;
    line-height: 20px;
}

/*************/
/************/

.enwHeader.fixed-me{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

/************/
/************/

.footer{
    background: #ffffff;
    padding: 20px 0px;
    border-top: 1px solid #ededed;
}

.footer .link{
    font-size: 10px;
}

.footer a{
    margin: 0 8px;
    color: #454545;
    font-weight: 100;
    font-size: 13px;
}

.footer a svg{
    fill: #959494;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.footer a:hover{   
    color: #d92b83;    
}

.socialLink{
    margin-top: 14px;
}

.socialLink a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ddd;
    line-height: 40px;
    text-align: center;
    border-radius: 50px; 
}

.socialLink a.youtube{
    background: red;
}

.socialLink a.instagram{
    background: #E1306C;  
}

.socialLink a.twitter{
    background: #343a40;
}

.socialLink a.facebook{
    background: #3b5998;
}

.socialLink a svg{    
    margin: 0;
    position: relative;
    top: -1px;
    fill: #fff;
}

/***************/
/***************/

.modal.right .modal-dialog{
    align-items: stretch;
    display: flex;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-box-align: stretch;
    height: 100%;
    max-width: 292px;
    background: #fff;
    margin: 0 0 0 auto;
    min-height: 100%;
    color: #807c7c;
}

.modal.right .modal-header{
    border-bottom: none;
}

.modal.right .modal-header .close{
    background: transparent;
    border: none;
}

.modal.right a{
    color: #807c7c;
}

.modal.right a.postAdbtnMobile{
    color: #ffffff;
    border: 1px solid #d92b83;
    padding: 12px 10px;
    border-radius: 6px;
    background: #d92b83;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    text-align: center;
}

.modal.right .modal-body .heading1{
    padding: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.modal.right .modal-body .heading2{
    padding: 40px 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.modal.right .modal-body .heading3{
    padding: 10px 0 15px;
    font-size: 16px;
    font-weight: 500;
}

.modal.right .modal-body ul{
    padding: 0;
    list-style: none;
}

.modal.right .modal-body ul li{
    padding: 13px 0;
}

.modal.right .modal-body ul li a{
    padding: 2px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #797878;
}

.modal.right .modal-body ul li a svg{
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

/*****************/
/****************/

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
}

#back-top a {
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: .7;
}

#back-top span {
    width: 40px;
    height: 100px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #d92b83;
}

#back-top span svg {
    height: 38px;
    width: 20px;
    position: relative;
    fill: #fff;
    line-height: 1px;
}

/*****************/
/****************/

@media (max-width:576px) {

    .postAdbtn{
        display: none;
    }

    .postAdbtnMenu{
        display: block;
    }
    
}

@media (max-width:767px) {

    
}

@media (max-width: 992px){
    
    

}

@media (max-width: 1200px){
    
    
}

/*************************/
/*************************/


@media (min-width: 576px){
     
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    
}

@media screen and (min-width:992px) {

    
}

@media (min-width: 1200px){
    .container, .container-lg, 
    .container-md, .container-sm, 
    .container-xl {
        
    }
    
}





