@font-face {
    font-family: 'brandon';
    src: url('fonts/brandon/BrandonText-Regular.eot');
    src: url('fonts/brandon/BrandonText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/brandon/BrandonText-Regular.woff2') format('woff2'),
        url('fonts/brandon/BrandonText-Regular.woff') format('woff'),
        url('fonts/brandon/BrandonText-Regular.ttf') format('truetype'),
        url('fonts/brandon/BrandonText-Regular.svg#BrandonText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body { 
    background-color: white;
    color: #757779;
    font-size: 14px;
    font-family: 'Open Sans';
    padding-top: 72px;
}

.cat-side-img{
    /*margin-bottom: 6px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    height: 33.33%;
    filter: brightness(50%);
}

.cat-side-img>img{
    /*width: 89px;*/
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-main-img{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px; padding-right: 0px;
    height: 100%;
}

.cat-main-img>img{
    /*width: 274px;*/
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-side-div{
    padding-left: 6px; padding-right: 0px;
    height: 100%;
}

.cat-div{
    /*padding: 0px;*/
    /*text-align: center;*/
    padding: 0 12px;
    margin-bottom: 24px;
    /*height: 70vh;*/
    height: 440px;
}

.category-panel{
    margin-top: 10px; padding-left: 5%; padding-right: 5%;
}

.cat-title{
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: white;
    bottom: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cat-wallpaper-panel{
    margin-top: 10px;
}

.cat-wallpaper-panel img{
    width: 100%;
    /* border-radius: 6px; */
}

.cat-wallpaper-div{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 9px;
}

.cat-wallpaper-inner {
    width: 100%;
    position: relative;
}

.cat-side-div .cat-side-img:first-child {
    padding-top: 0px;
}
.cat-side-div .cat-side-img:last-child {
    padding-bottom: 0px;
}

/* --------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------- */

a:link,
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #757779;
}

input, input:focus,
select, select:focus,
textarea, textarea:focus,
button, button:focus {
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

img {
    transition: opacity 0.2s;
}
.is-loading {
    min-height: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/loader.gif);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.is-loading img {
    opacity: 0;
}

.mvault-container {
    margin-top: 10px;
    /*padding: 0px 5%;*/
    padding: 0px 45px;
    margin-bottom: 15px;
}

div.tab-pane {
    min-height: 100vh;
}
ul.tabs {
    width: 100%;
    position: relative;
    list-style: none;
    display: table;
    text-align: center;
}
ul.tabs > li {
    display: table-cell;
    border-bottom: 2px solid white;
    transition: border-color 0.4s;
}
ul.tabs > li.active {
    border-color: #690ac2;
}
ul.tabs > li > a {
    width: 100%;
    display: inline-block;
    color: #757779;
    padding: 15px 15px;
    font-size: 120%;
    white-space: nowrap;
}
ul.tabs > li > a:link,
ul.tabs > li > a:active,
ul.tabs > li > a:hover,
ul.tabs > li > a:focus,
ul.tabs > li > a:visited {
    text-decoration: none;
    outline: none;
}

.no-photos {
    font-size: 200%;
    opacity: 0.6;
}

.form-control-feedback {
    right: 15px;
}

/* --------------------------------- */
/* CONTESTS COMMON */
/* --------------------------------- */

.contest-div-info {
    font-family: 'Open Sans';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    white-space: nowrap;
}

.contest-div-info > .remaining > .status {
    font-size: 400%;
    font-weight: 100;
    text-transform: uppercase;
}
.contest-other-img > .contest-div-info > .remaining > .status {
    font-size: 300%;
    text-transform: uppercase;
}

.contest-div-info > .remaining > .days {
    font-size: 250%;
}
.contest-other-img > .contest-div-info > .remaining > .days {
    font-size: 163%;
}

.contest-div-info .title {
    margin-top: 100px;
    margin-bottom: 22px;
    font-size: 500%;
    font-weight: 600;
    text-transform: uppercase;
}
.contest-other-img > .contest-div-info .title {
    margin-top: 50px;
    font-size: 375%;
    /* font-weight: 600; */
    text-transform: uppercase;
}

/* --------------------------------- */
/* ALL CONTESTS */
/* --------------------------------- */

.contest-list-panel {
    margin-top: 10px;
    padding: 0px 5%;
}

.contest-list-div img {
    width: 100%;
    height: 100%;
    filter: brightness(50%);
    object-fit: cover;
}

.contest-list-div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.contest-1st-img {
    height: 400px;
}

.contest-other-img {
    height: 250px;
}

/* --------------------------------- */
/* INDIVIDUAL CONTEST */
/* --------------------------------- */

.contest-panel {
    margin-top: 10px;
    padding: 0px 5%;
}

.contest-div,
.contest-contents {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.contest-div {
    position: relative;
    height: 400px;
}

.contest-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}


/*--------Ugc Styles---------*/
.ugc-upload-form label{
    color: white;
    font-size: 130%;
}

.cust-btn-boro,
.ugc-form-btn{
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
    margin: 0px;
}

.cust-btn{
    border: none;
    font-size: 120%;
    margin: 0px;
    color: white !important;
}

.clip-icon{
    font-size: 160%;
    margin-left: 10px;
}

.ugc-upload-form input, .ugc-upload-form textarea{
    width: 100%;
    background-color: #cdcfd2;
    border: none;
    padding-left: 12px;
    color: black;
}

.ugc-upload-form input{
    height: 40px;
}

.ugc-upload-form textarea{
    padding-top: 10px;
    resize: none;
}

.progress-bar-success{
    background-color: #8920d6;
}

.upload-container .panel-body{
    background-color: #cdcfd2;
}

.upload-container #previewPanel{
    border: 1px solid #757779;
    border-radius: 0px;
}

.upload-container .panel-heading{
    color: white;
    background-color: #757779;
    border: none;
    border-radius: 0px;
}

.upload-container .panel-footer{
    border: none;
    background-color: #757779;
    border-radius: 0px;
}

.ugc-preview-panel{
    margin-top: 20px;
}

.error-border{
    border: 1px solid #A94442 !important;
}

.help-block{
    color: #A94442;
}
/*--------Ugc Styles---------*/

/*-------profile styles------*/
.profile-pic{
    position: relative;
    background-image: url(../images/profile_bg.png);
    margin-bottom: 15px;
    height: 250px;
    background-position: center;
    text-align: center;
    background-size: cover;
}
.profile-pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
}
.form-control-feedback{
    color: red;
    font-size: 25px;
    z-index: 0;
}

.pv-info{
    /* display: table; */
    background-color: #cdcfd2;
    padding: 20px 20px 30px 20px;
    width: 100%;
}

.pv-info-header{
    /* display: table-row; */
    /* width: 100%; */
}

.pv-info-header > *{
    display: inline-block;
    vertical-align: middle;
    /* display: table-cell; */
}

/* .pv-info-header:first-child {
    width: 70%;
}
.pv-info-header:last-child {
    width: 30%;
} */

/* .pv-info-header * {
    vertical-align: middle;
}

.pv-info-image,
.pv-info-name {
    display: table-cell;
} */

.pv-info-name {
    padding-left: 10px;
}

.pv-info-name > .name {
    font-size: 180%;
    font-weight: bold;
}
.pv-info-name > .up-count {
    font-size: 110%;
    font-weight: 100;
    border-bottom: 2px solid #636363;
    padding-bottom: 5px;
}
.pv-info-image img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
/* 
.pv-info-social {
    text-align: right;
} */

.pv-info-links{
    padding-top: 30px;
    padding-left: 70px;
}

.pv-info-links i {
    width: 30px;
    font-size: 150%;
    text-align: center;
    line-height: 1;
}

.pv-info-links i,
.pv-info-links span {
    display: inline-block;
    vertical-align: middle;
}

.pv-info-links a:hover {
    text-decoration: underline;
}

/* .pv-info-social > a {
    background-color: #3C3C3B;
    color: white;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 45%;
    position: relative;
    transition: background-color 0.2s;
}

.pv-info-social > a.facebook:hover {
    background-color: #3b5998;
}

.pv-info-social > a.twitter:hover {
    background-color: #00acee;
}

.pv-info-social > a.instagram:hover {
    background-color: #3f729b;
}

.pv-info-social > a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/*-------profile styles------*/

/*-------login styles--------*/
.get-msisdn-container .panel{
    border: 1px solid #757779;
    border-radius: 0;
}

.get-msisdn-container .panel-heading{
    background-color: #757779;
    border-radius: 0;
    color: white;
    border: none;
}

.get-msisdn-container .panel-title{
    font-size: 150%;
}

.get-msisdn-container .panel-body{
    background-color: white;
    color: #757779;
}

.login-form input{
    width: 100%;
    background-color: transparent;
    border: none;
    /*padding-left: 12px;*/
    color: black;
    height: 40px;
    border-bottom: 1px solid #7b3cd6;
}
.login-submit{
    margin-bottom: 10px;
}
.login-form .alert{
    padding: 15px 30px;
}

.sub-confirm-msg{
    text-align: center;
    color: black;
    margin-bottom: 20px;
    margin-top: 20px;
}
/*-------login styles--------*/

.d-none{
    display: none !important;
}

.upload-contest-name{
    font-weight: bold;
    color: #ffac34;
    font-size: 30px;
}

.logout-link{
    color: #a936eb !important;
    text-decoration: underline !important;
}

#modal-msg{
    font-size: 150%;
    padding: 25px 0px;
}

.modal-btn{
    padding-bottom: 25px;
    text-align: center;
}

.modal-body{
    background-color: white;
    color: #757779;
    text-align: center;
}

/*==================================*/
.cust-slider{
    /*opacity:0.5;*/
}
.cust-slider .slick-arrow{
    /*display: none !important;*/
}
.cust-slider .items{
    position: relative;
    height: 480px;
    background-color: black; 
}
.cust-slider .items > .item-1, .cust-slider .items > .item-2, .cust-slider .items > .item-3{
    height: 100%;
    /*background-image: url('../images/login_bg.jpg'); */
    object-fit: cover; 
    background-size: cover; 
    background-repeat: no-repeat;
    opacity: 0.5;
}

.cust-slider .items > .item-1{
    background-image: url('../images/banner/banner3.jpg'); 
}
.cust-slider .items > .item-2{
    background-image: url('../images/banner/banner2.jpg'); 
}
.cust-slider .items > .item-3{
    background-image: url('../images/banner/banner4.jpg'); 
}

.cust-slider .slider-text{
    z-index:1;
    color: white;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    width: 50%;
}
.cust-slider .slider-text>h1{
    font-weight: bold;
    font-size: 40px;
}
.cust-slider .slider-text>p{
    font-size: 18px;   
}


.mvault-container .lazy,
.cat-wallpaper-panel .lazy {
    /* min-width: 100%; 
    min-height: 100%; */
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}

.btn_like > i{
    color: white;
}

.btn_liked > i{
    color: red !important;
}

.btn_like{
    cursor: pointer;
}

.gallery-img-status{
    background-color: black;
    position: absolute;
    /* width: 42px;
    height: 42px; */
    width: 35px;
    height: 35px;
    /* padding-top: 3px; */
    padding-bottom: 3px;
    text-align: center;
    color: white;
    top: 0;
    right: 0;
    /* font-size: 200%; */
    font-size: 170%;
    border-bottom-left-radius: 6px;
}

.icon-green{
    color: green;
}

.icon-red{
    color: red;
}

.icon-yellow{
    color: #eea236;
}

.wwdc-title{
    font-size: 38px;
    float: right;
    font-weight: bold;
    color: #49aad6;
}

/* sohel's design start */
.water_left_right_padding{
    padding-left: 5%;
    padding-right: 5%;
}


.water_head_section .title{
    color: #60b5d0;
    font-size: 220%;
    font-weight: 800;
}
.water_head_section{
    text-align: right;
    text-transform: capitalize;
}
.water_head_section ul{
    display: inline;
    list-style-type: none;
    float: right;
}
.water_head_section ul li{
    float: left;
    padding-left: 20px;
    position: relative;
}
.water_head_section ul li:not(:last-child)::after{
    content: "";
    height: 20px;
    width: 3px;
    background-color: #808080;
    position: absolute;
    right: -11px;
    /* bottom: 0;
    left: 0%; */
}
.water_head_section ul li a{
    color: #808080;
    font-weight: 700;
    font-size: 110%;
}
.water_head_section hr{
    /* width: 99%; */
    width: 100%;
    border: 4px solid #60b5d0;
}


.water_description_section{
    padding: 20px 0px 35px;
}
.water_description_section h4{
    color: black;
    font-size: 140%;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.water_description_section p{
    text-align: justify;
    word-spacing: 5px;
    line-height: 150%;
    font-size: 105%;
}

.water_competition_section{
    text-align: center;
}
.water_competition_section h4{
    background-color: #79addd;
    color: black;
    text-transform: uppercase;
    font-size: 120%;
    font-weight: 800;
    /* padding: 20px 30%; */
    padding: 20px;
    line-height: 140%;
    border-radius: 15px;
}
.water_competition_section .desc{
    background-color: #bdd7ee;
    /* padding: 60px 25px 55px 25px; */
    padding: 60px 0px 55px 0px;
}
.water_competition_section a{
    background-color: #a6a6a6;
    /* padding: 20px 40px; */
    color: black;
    font-weight: 800;
    width: 100%;
    font-size: 110%;
    padding: 10px 0px;
    border-radius: 15px;
    margin-top: 25px;
}


.water_footer_section{
    padding: 30px 0px;
    text-align: right;
}
.water_footer_section span{
    font-weight: 800;
}
.water_footer_section img{
    width: 80px;
}
.water_head_section{
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.water_popup_cnt{
    background-image: url("../images/bg_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0px 60px;
}
.water_popup_cnt h3{
   color: #145ed8;
   font-size: 300%;
   font-weight: 700;
   text-transform: capitalize;
}
.water_popup_cnt p.first{
   font-weight: 700;
   font-size: 180%;
   text-transform: capitalize;
   color: #12469b;
   padding: 40px 0px 25px;
}
.water_popup_cnt p.common{
   font-weight: 700;
   font-size: 180%;
   color: #4e70af;
}
.water_popup_cnt p.third{
   padding: 10px 0px;
}
.water_popup_cnt a{
   margin: 10px 0px 35px;
   padding: 5px 45px;
   font-size: 120%;
   font-weight: 600;
   background: #0d71dd;
   border-radius: 15px;
   color: white;
}
.water_popup_cnt a:hover{
    background: #0d71dd;
    color: white;
 }
.water_popup_cnt .logo_img{
   height: 40px;
   float: right;
}

.water_popup_padding_left{
   padding-left: 25%;
}
/* sohel's design end */

.hov-contest-header{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.hov-contest-form input, .hov-contest-form select{
    height: 48px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    background-color: #cdcfd2;
    border: none;
    padding-left: 12px;
}

.hov-contest-form .form-control-feedback{
    font-size: 18px;
    padding-top: 5px;
    padding-left: 0px;
}

.upload-tag-title{
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.hov-upload-btn{
    margin-top: 25px;
    margin-bottom: 25px;
}
