@font-face {
  font-family: vineritic;
  src: url("../fonts/vineritic.ttf");
}


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

}



body{

  margin: 0px;
  overflow: auto;
  background: #E6ECF0;
  background: #ffffff;
  min-width: 800px !important;
}

a {
    text-decoration: none;
    color: #F18312;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}



a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: #F18312;
    opacity: 0.8;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.container-fluid{
  padding: 0px;
  margin: 0px;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.the-background-img-top{
  min-height: 60px;
  background: #e2f5fc;
  z-index: 300 !important;
  position: absolute;
  width: 100%; 
}


.the-background-img-top-inner{
  background: #e2f5fc;
}

.the-logo-section-top{
   margin: 0px;
}

.nopadding-all{
   padding: 0px !important;
}

.the-logo-section-top img{
   margin: 0px;
   max-width: 100%;
   max-height: 60px;
   padding: 10px 30px;
}

@media(max-width: 768px){

  .the-logo-section-top{
    display: none;
    visibility: hidden;
  }

} 

.the-left-logo-icon{
   max-height: 80px;
   padding: 2px 0;
}



.the-right-logo-icon{
   
   max-height: 80px;
   padding: 2px 0;
   margin-top: 12px;
   float: left;
   display: none;
   visibility: hidden;

}


@media(max-width: 768px){

.the-right-logo-icon{
   
   max-height: 80px;
   padding: 2px 0;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 15px;
   float: left;
   display: inline-block;
   visibility: visible;

}
  
} 



.the-right-logo-icon-inner{
   
   max-height: 40px;
   padding: 2px 0;
   margin: 15px 0 10px 0;
   float: left;

}


.the-right-logo-icon-inner-2{
   
   max-height: 36px;
   padding: 0px 0;
   margin: 14px 0 8px 5px;
   float: left;

}


@media(max-width: 768px){

.the-right-logo-icon-inner{
   
   max-height: 60px;
   padding: 2px 0;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 5px;
   float: left;
   display: inline-block;
   visibility: visible;

}
  
} 


.join-now{
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    transition: all .2s ease-in-out;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: inline-block;
    height: 40px;
    padding: 0px 11px;
    font-size: 14px;
    line-height: 40px;
    color: #fff!important;
    fill: currentColor!important;
    margin-right: 0px;
    margin-top: 10px;
    float: right;
    display: inline-block;

    background-color: rgb(40, 167, 69);
    background-image: linear-gradient(-180deg, rgb(52, 208, 88), rgb(40, 167, 69) 90%);
    
}



.sign-in{
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    transition: all .2s ease-in-out;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: inline-block;
    height: 40px;
    padding: 0px 11px;
    font-size: 14px;
    line-height: 40px;
    fill: currentColor!important;
    color: #000000;
    background: transparent;
    margin-right: 15px;
    margin-top: 10px;
    float: right;
    display: inline-block;

    outline: none;
    text-decoration: none;
}


@media(max-width: 768px){
   

    .join-now{

        display: inline-block;
        height: 40px;
        padding: 0px 11px;
        font-size: 14px;
        line-height: 40px;
        color: #fff!important;
        fill: currentColor!important;
        margin-right: 15px;
        margin-top: 15px;
        float: right;
        display: inline-block;

    }


    .sign-in{

        display: inline-block;
        height: 40px;
        padding: 0px 11px;
        font-size: 14px;
        line-height: 40px;
        fill: currentColor!important;
        color: #000 !important;
        background: transparent;
        margin-right: 15px;
        margin-top: 15px;
    }

}


.sign-in:active,
.sign-in:visited,
.sign-in:hover{
    color: #000 !important;
    background-color: rgba(207,207,207,0.25);
    color: rgba(0,0,0,0.75);
    outline: none;
    text-decoration: none;
}


.join-now:hover,
.join-now:active{

    background-color: rgb(38, 159, 66);
    background-image: linear-gradient(-180deg, rgb(47, 203, 83), rgb(38, 159, 66) 90%);
    background-position: -0.5em center;
}

.the-background-top-banner{
  height: 30px;
  background: #229925;
  background: #009edb;
  position: absolute;
  width: 100%;
  margin-top: 69px;
  z-index: 400;


}

.main-content{
  background: transparent;
  width: 100%;
}


.left {
    float: left;
}

.right {
    float: right;
}

.clearin, .clearfix {
    clear: both !important;
}

.nopadding{
   padding-left:0 !important;
   padding-right:0 !important;
}

.nopadding-left{
   padding-left:0;
}
.nopadding-right{
   padding-right:0;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.show_hide{
    display:none !important;
}


.nopadding-fluid{ 
   padding:0px !important;
}



.the-background-img-color{
   
   float: left !important;
   padding: 3% 30px 3% 30px;
   width: 58%;

}

@media(max-width: 768px){

  .the-background-img-color{
    /*
      display: none;
      visibility: hidden;*/
   }
}



.the-background-img-color-2{
   
   float: left !important;
   padding: 35px;
   width: 45%;
   min-height: 90vh;

}

@media(max-width: 768px){

  .the-background-img-color-2{
    
      display: none;
      visibility: hidden;
   }
}



.the-top-icons{
    
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 140px; 

}


.the-background-img-color h1{

   padding: 10px 0px 0px 0px;
   font-size: 18px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;

}



.the-background-img-color h2,
.the-background-img-color h3{

   padding: 0 0 10px 0;
   font-size: 16px;
   font-weight: 700;
   color: #333333;     
   margin: 0px;

}



.the-background-img-color h4{

   padding: 0;
   font-size: 36px;
   font-weight: 700;
   color: #333333;  
   margin: 0px;
   font-family: desyrel;

}


.the-background-img-color h4 span{
    color: #F18312;
}



.the-background-img-color h5{

   padding: 10px 0px 0px 0px;
   font-size: 18px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;

}


.the-background-img-color h5 span{
    color: #F18312;
}


.the-login-color{
 /* min-height: 100vh; */
}



.container-fluid-main{

   width: 100%;
   top: 0;
   padding: 2% 4%;
   z-index: 2;
   background-position: center;
   background-size: 110%;
}


@media(max-width: 768px){

  .container-fluid-main{

     padding-top: 100px;
     background-position: center;
     background-size: 300%;
     min-height:100vh; 
     padding-top: 20px;

  }


  .text-hide-small{
    display: none;
  }


}

.the-login-form-outer{
  padding: 80px 0;
  width: 40%;
  float: right;
}

.the-login-form{

  background: transparent;
  padding: 20px;
  border-radius: 15px;
  background: #ffffff;
  border:3px solid #F18312;

}



@media(max-width: 987px){
       
    .the-login-form-outer{
     /* width: 100%;
      float: none;*/
     width: 37%; 
    }

   .the-login-form{

      width: 80%;

    }

}

.the-login-form-margin-left{
   float: left;
   width: 23%;
   padding: 50px 0;
}

.the-login-form-2{

  display: inline-block;
  margin-top: 50px;
  background: transparent;
  height: auto;
  width: 55%;
  padding: 35px 20px;
  float: left;
  background: #ffffff;
  min-height: 100vh;

}

@media(max-width: 768px){


  .the-login-form-margin-left{
     float: left;
     width: 100%;
     display: none;
     padding: 0px 0;
  }

   
   .the-login-form-2{

      display: inline-block;
      margin:0px;
      margin-top: 10px;
      width: 100%;

    }


}



.the-login-form-3{

  display: inline-block;
  margin: 5% 2% 0 2%;
  background: transparent;
  height: auto;
  width: 31%;
  padding: 30px;
  float: left;
  /* min-height: 86vh; */
  background: #ffffff;
}


@media(max-width: 768px){
   
   .the-login-form-3{

      display: inline-block;
      margin:0px;
      margin-top: 10px;
      width: 100%;

    }


}



.the-login-form-4{

  display: inline-block;
  margin: 0 auto;
  margin-top: 3%;
  margin-left: 30%;
  height: auto;
  width: 40%;
  padding: 10px 20px;
  /* min-height: 86vh; */
  background: #ffffff;
}


@media(max-width: 768px){
   
   .the-login-form-4{

      display: inline-block;
      margin:0px;
      margin-top: 30px;
      width: 100%;

    }


}


.the-login-form-inner{

  background: #ffffff;
  padding: 10px;
  
}


.the-login-form-inner aside{

   padding: 5px 0px 0 0;
   font-size: 24px;
   font-weight: 700;
   color: #000000;      
   margin: 0px;

}

.the-login-form-inner h4{

   padding: 5px 0px 0 0;
   font-size: 20px;
   font-weight: 700;
   color: #000000;      
   margin: 0px;
   text-align: center;
}

.the-login-form-inner p{

   padding: 0px 0px 20px 0px;
   font-size: 14px;
   font-weight: 500;
   color: #000000;      
   margin: 0px;
   text-align: center;
}


.form-inner-align{
  margin-top:16% !important;
  margin-bottom:16%  !important;
}

.form-control{
   border: 1px solid #888888;
   outline: none;
   padding:4px 10px !important;

   -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    outline: none;
    box-shadow: none;
    border: 1px solid #d3d9de;

}

.form-control:hover,
.form-control:active,
.form-control:focus{
   border: 1px solid #d3d9de;
   outline: none;
   box-shadow: none;
}

.btn-primary{

   outline: none;
   font-size: 14px;
   border: 0px solid transparent !important;
   background: #0097d8;
   background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
}

.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active{

   border: 0px solid transparent !important;
   outline: none; 
   font-size: 14px;
   background: #0097d8 !important;
   background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%) !important;
   background-position: -0.5em center !important;
}



.btn-primary-2{

   outline: none;
   font-size: 14px;
   color: #ffffff;
   border: 0px solid transparent !important;
   background-color: rgb(40, 167, 69) !important;
   background-image: linear-gradient(-180deg, #949599, #848588 90%) !important;
}

.btn-primary-2:hover,
.btn-primary-2:visited,
.btn-primary-2:active{

   border: 0px solid transparent !important;
   outline: none; 
   font-size: 14px;
   color: #ffffff;
   background-color: rgb(38, 159, 66) !important;
   background-image: linear-gradient(-180deg, #848588, #949599 90%) !important;
   background-position: -0.5em center !important;
}


.the-login-form-inner h6{

   padding: 2px 0px  10px 0px;
   font-size: 13px;
   font-weight: 500;
   color: #000000;      
   margin: 0px;

}

.the-login-form-inner h6 a,
.the-login-form-inner h6 a:hover,
.the-login-form-inner h6 a:active,
.the-login-form-inner h6 a:visited{
  color: #565759;
}


.form-group label{
  
   font-size: 14px;
    color: #000000;
    font-weight: 700;

}

.form-group{
    margin-bottom: 10px;
}

.the-margin-top-20{
  margin-top: 20px;
}


.the-margin-top-10{
  margin-top: 10px;
}

.the-age-input{
  width: 33.3%;
  padding:0 5.3% 0 0%;
}

.the-age-input input{
   width: 100%; 
} 


.the-privacy-inner{
  margin: 0px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto; 
}

@media(max-width: 786px){

  .the-privacy-inner{
    margin: 0px;
    max-height: 2000px;
    overflow: hidden;
    overflow-y: auto; 
  }

}


.the-privacy-inner h2{

   padding: 10px 0px  5px 0px;
   font-size: 18px;
   font-weight: 600;
   color: #F18312;      
   margin: 0px;

}


.the-privacy-inner p{
   padding: 1px 0px 10px 0px;
   margin: 0px;
   font-size: 14px;
   font-weight: 500;
   color: #000000;      
   margin: 0px;

}



.the-privacy-inner img{
   padding: 10px;
   max-width: 100%;
}

.the-search-form{
  display: inline-block;
  float: left;
  width: 40%;
  margin: 10px 5px 0 20px;
}



@media(max-width: 768px){

  .the-search-form{
    display: block;
    float: none;
    margin: 65px 5px 0 20px;
    clear:both;
    width: 92%;
    left: 0px;
    padding: 10px;
    position: absolute;
  }


  .hide-search-bar{
    display:  none;
    visibility: hidden;
  }

  .hide-on-small{
    display:  none;
    visibility: hidden;
  }

} 

.the-search-form input,
.the-search-form input:focus,
.the-search-form input:hover{
   border-radius: 30px;
   padding: 10px 25px 10px 45px !important;
   border: 0px;
   background: rgba(255,255,255,0.9) url('../img/search.png') 15px center no-repeat;
   background-size: 20px;
}



@media(max-width: 768px){

    .the-search-form input,
    .the-search-form input:focus,
    .the-search-form input:hover{
       border-radius: 30px;
       padding: 10px 25px 10px 45px !important;
       border: 0px;
       border: 1px solid #888888;
       background-size: 20px;
    }


}

.user-icon-top{
  float: right;
  height: 40px;
  padding: 0px 0px;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  margin-left: 25px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
}

.user-icon-top i{
   font-size: 24px;
   margin: 7px 2px;
}

.user-icon-top img{
   font-size: 24px;
   width: 35px;
   height: 40px;
   border-radius: 100%;
} 


.the-big-drop{
  width: 450px;
  position: absolute;
  right: 0;
  margin-top: 20px;
  background: #fff;
  border: 1px solid rgba(100, 100, 100, .4);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

.the-small-drop{
  position: absolute;
  width: 250px;
  right: 0;
  margin-top: 20px;
  background: #fff;
  border: 1px solid rgba(100, 100, 100, .4);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  padding: 0px !important;
}



@media(max-width: 768px){
   
    .the-right-logo-icon-inner{
         
        width: 13% !important;
        height: auto !important;
        max-height: 55px; 

    }


    .user-icon-topx{
        display: inline-block;
        max-height: 40px;
        width: 20%;
        padding: 6px 5px 0px 5px;
        font-size: 14px;
        line-height: 40px;
        fill: currentColor!important;
        color: #fff!important;
        background: transparent;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px !important;
        z-index: 1000;
    }


    .hide-n-small{
       display: none;
       visibility: hidden;
    }

    /*
      .user-icon-top img{
          margin-top: -1px;
          height: 35px;
      } 

     .user-icon-top{
        margin-top: 0px;
        line-height: 10px;
        text-align: center;
     } 

      .user-icon-top i{
        margin-top: 4px;
        margin-left: -5px;
     } 
    */
}


.user-icon-top:active,
.user-icon-top:visited,
.user-icon-top:hover{
    color: #fff!important;
    color: rgba(0,0,0,0.75);
    outline: none;
    text-decoration: none;
}


.hide-search-small{
  display: none;
  visibility: hidden;
}

@media(max-width: 768px){
   
   .hide-search-small{
      display: inline-block;
      visibility: visible;
    }


} 


@media(max-width: 768px){
   
   .hide-search-small{
      display: inline-block;
      visibility: visible;
   }

   .smaller-screen-board{
     width: 100% !important; 
   }



} 


.no-border-bottom{
    border-bottom: 0px !important;
}

.alldrop-content{
   margin-top: 20px;
   max-height: 400px;
   overflow: hidden;
   overflow-y: auto;
   position: absolute;
   z-index: 600;

}


@media(max-width: 768px){x
   
    the-small-drop{
        position: absolute;
        left: 0;
        position: fixed;
        width: 200px;
        margin-top: 10px;
    }


    .the-big-drop{
        position: absolute;
        left: 0;
        margin-top: 15px;
        position: fixed;
        width: 100%;
    }

} 


.the-counter-comments{

    background: #fa292a;
    background: #0097d8;
    background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    line-height: 20px;
    text-align: center;
    top: 0px;
    right: -10px;
}

.the-account-listing{
   padding: 0px 0px 0px 0px;
   background: #ffffff;
}

.the-account-listing li{
   padding: 12px 10px !important;
   margin: 0px;
   list-style: none;
   text-align: left;
   font-size: 13px;
   font-weight: 600;
   color: #000000;
   display: block; 
}

.the-account-listing li i{
   font-size: 20px;
   float: left;
   margin:0px;
   margin-top: 5px !important;
   margin-right: 5px;


}


.the-account-listing li span{
   font-size: 16px;
   float: left;
   margin:0px;
   margin-top: 4px !important;
   margin-right: 5px;


}

.menu-border-bottom{
    border-bottom: 1px solid #eeeeee;
}


@media(max-width: 532px){

   
.the-account-listing li{

   padding: 5px 10px;
   margin: 0px;
   list-style: none;
   text-align: left;
   font-size: 13px;
   font-weight: 600;
   color: #000000;
}

.the-account-listing li i{
   font-size: 16px;
   float: left;
   margin-top: 12px;
   margin-right: 5px;
 }



.the-account-listing li span{
   font-size: 16px;
   float: left;
   margin:0px;
   margin-top: 6px !important;
   margin-right: 5px;


}

}


.the-account-listing li img{
   font-size: 16px;
   float: left;
   margin-top: 0px;
   margin-right: 5px;
   margin-bottom: 5px;
   height: 60px;
   width: 60px; 
   border-radius: 100%;
}

.the-account-listing li h6{  
  margin: 0 0 0 45px;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-account-listing li h6 a,
.the-account-listing li h6 a:hover,
.the-account-listing li h6 a:active,
.the-account-listing li h6 a:visited{
   color: #000000;
} 

.the-account-listing li p{
  
  margin: 0 0 0 45px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}


.the-account-listing li h4{
  
  margin: 0 0 0 45px;
  font-size: 13px;
  font-weight: 400;
  color: #777777;

}




.the-pop-footer{
  background: #eeeeee;
  text-align: left;
  padding: 10px 5px 5px 10px;
}


.the-pop-footer h5{
    padding: 0px 10px;
    line-height: auto;
}

.toolbar-background{
  position: relative !important;
  background: #F18312;

  z-index: 300 !important;
  width: 100%;
  
}


.the-background-main{
    padding: 0px;

}


.the-background-main-inner{
    padding: 80px  0 0 0; 
}


.the-background-main-inner-2{
    padding: 65px  0 0 0; 
}


.the-app-block{
  background: transparent;
}


.stream-block-one{
    margin: 0px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.stream-block-one .the-steam-snap{
    width: 80px;
    float: left;
    text-align: center;
    position: absolute;
}



.stream-block-one .the-steam-snap img{
    
    border-radius: 100%;
    height: 70px;
    width:  70px;
    margin: 5px;
    padding: 5px;

}

.stream-block-one .the-steam-description{
    padding-left: 80px;
    float: left;
    text-align: center;
    width: 100%;
    top:0px;
    position: relative;
}


@media(max-width: 768px){

    .stream-block-one .the-steam-snap-hide-small{
        display: none;
    }

    .stream-block-one .the-steam-snap{
        width: 65px;
        float: left !important;
        
    }

    .stream-block-main-post .the-steam-snap{
       left: 0px;
    }

    .stream-block-one .the-steam-snap img{
        
        border-radius: 100%;
        height: 55px;
        width:  55px;


    }

    .stream-block-one .the-steam-description{
        padding-left: 0px;
    }

}


.stream-block-one .the-steam-description h2{
  margin: 0 0 0 0px;
  padding: 5px 0px;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  text-align: left;
  font-weight: 600;
}

.stream-block-one .the-steam-description h2 span{
  font-weight: 400;
  padding-left: 7px;
}

.stream-block-one .the-steam-description .the-description{
  margin: 0 0 0 0px;
  padding: 5px 0px;
  text-align: left;
  font-size: 14px;
}

.stream-block-one .the-steam-description .the-description span.hashtag{
  color: #F18312;
}

.descrption-time{
  text-align: left;
  padding: 8px 0;
  height: 40px;
  border-bottom: 1px solid #dddddd;
}

.descrption-time p{
  margin: 0 0 0 0px;
  padding: 0px 0px;
  font-size: 14px;
  color: #222222; 
  text-align: left;
  font-weight: 600;

}

.descrption-img{
   max-width: 100%;
   padding: 5px 0;
   max-height: 340px;
   overflow: hidden; 
}


.descrption-img img{
   max-width: 100%;
   padding: 0px;
}

.descrption-actions{
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}


.descrption-actions div{
  padding: 5px 0;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 600;


}

.descrption-actions div:hover{
   color: #5c821A;
}


@media(max-width: 768px){
   
   .descrption-actions div{
      padding: 5px 0;
      font-size: 14px;
      margin-right: 10px;


    }

}


.descrption-actions-icons{
  padding: 5px 0;
  text-align: left;
  background: #f1f1f1;
}


.descrption-actions-icons div{
  display: inline-block;
  padding: 2px 5px;
  font-size: 20px;
  color: #666666;
  margin-right: 0px;
  cursor: pointer;
  font-weight: 600;
  width: 10%;
  text-align: center;
}

.descrption-actions-icons div:hover{
   color: #0097d8;
}


@media(max-width: 768px){
   
   .descrption-actions-icons div{
      padding: 5px 0;
      font-size: 14px;


    }


}



.add-comment{
  margin: 10px 0px;
}

.add-comment .the-steam-snap{
  width: 60px;
  float: left;
  text-align: center;
  position: absolute;
}

.add-comment .the-steam-snap img{
    
    border-radius: 100%;
    height: 50px;
    width:  50px;
    margin: 5px;
    padding: 5px;

}

.add-comment  .the-comment-description{
    padding-left: 60px;
    padding-top: 5px;
    float: left;
    text-align: left;
    width: 100%;
    top:0px;
    position: relative;
    min-height: 60px;
}

@media(max-width: 768px){

    .add-comment  .the-comment-description-hide-small{
        padding-left: 0px;
    }
     
}


.add-comment  .the-comment-description input[type="text"]{
    border-radius: 0px;
    border: 0px;
    background: #E6ECF0 !important;
    box-shadow: none !important;
} 

.the-add-img{
    font-size: 18px;
    display: inline-block;
    padding: 10px 10px 5px 10px;
    cursor: pointer;
    
}

.the-add-img:hover{

    cursor: pointer;
    color: #5c821A;
}


.the-comment-descp{
  background: #E6ECF0;
  background: #ffffff;
  padding: 10px 10px 5px 10px;
}



/*.the-comment-description .img{
  max-width: 100%;
  max-height: 300px; 
  position: relative;
}*/

.collection_images{
  max-height: auto;
  width: 100%;
}


.the-comment-description .the-attached-img{
   width: 33.3%;
   max-height: 120px;
   max-height: 180px;
   padding: 0px;
   float: left;
   border:20px;


}


.the-comment-description .the-attached-img img{
  max-width: 100%;
}




.the-comment-description .the-comment-images{
   width: 30%;
   padding: 5px;
   float: left;
   border:20px;
   position: relative;
}


.the-comment-description .the-comment-images img{
  max-width: 100%;
}

.the-comment-images .remove_field {
    position: absolute;
    height: 18px;
    width: 18px;
    font-size: 17px;
    display: inline-block;
    top: 15px;
    right: 15px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}









.the-add-close-add{
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;   
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}



.the-add-close-add i{
  font-size: 22px;
  cursor: pointer;
}


.the-post-comments{
    background: #eeeeee;
    padding:5px 15px;
}


.the-post-comments h2{
  margin: 0 0 0 0px;
  padding: 5px 0px;
  font-size: 14px !important;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  text-align: left;
  font-weight: 600;

}

.the-post-comments h2 span{
  font-weight: 400;
  padding-left: 10px;
}



.the-app-adverts{
  margin:0px;
}

.advert-boundary{
  background: #ffffff;
  position: relative;
  padding: 2px;
  margin-bottom:5px;

}

.advert-boundary img{
  max-width: 100%;
  border-radius: 100%;
}

.advert-boundary .the-add-close-add{
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -3px;   
  color: #ffffff;
  font-size: 11px;
  cursor: pointer;
  background:  #F18312;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 24px;
  padding: 3px;
  border-radius: 100%;
}



.advert-boundary .the-add-close-add i{
  font-size: 22px;
  cursor: pointer;
  color:  #ffffff;
}


.load-more-comemnts-here{
    text-align: center;
    padding: 20px 0;
    width: 100%;
}


.load-more-comemnts-here span{

    text-align: center;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;  
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    bottom: 20px;


}


.load-mre-here{
    text-align: center;
    padding: 20px 0;
    width: 100%;
}


.load-mre-here span{

    text-align: center;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;  
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    bottom: 20px;


}


@media(max-width: 768px){
      
    .load-mre-here{
        text-align: center;
        padding: 20px 0;
        width: 100%;
        position: fixed;
        bottom: 10px;
    }


    .load-mre-here span{
        position: relative;
        bottom: 0px;

    }

   
}


.the-subcomment-section{
  margin: 0px;
  width: 100%;
}

.the-subcomment-section h2{
  margin-left: 50px;
  padding-left: 60px !important;

}


.the-subcomment-section h2 strong{
  display: block; 
}

.the-subcomment-section h2 span{
  display: block; 
  padding-left: 0px !important;
}

.hiden-comment-avator{
    display: none; 
}

@media(max-width: 768px){
   

    .the-comment-small-screen{
      margin: 0px;
    }

   .the-comment-small-screen h2{
      margin-left: 50px;
      padding-left: 60px !important;

    }


   .the-comment-small-screen h2 strong{
      display: block; 
    }

   .the-comment-small-screen h2 span{
      display: block; 
      padding-left: 0px !important;
    }
     
    .hiden-comment-avator{
      display: inline-block; 
    }

    .the-outer-block-pad{
        padding: 0px;
    }

    .hide-adverts-on-side{
        display: none;
    }


}


.descrption-create-post{
   margin:0px;
}

.descrption-create-post .img{
  max-width: 100%;
  max-height: 300px; 
  overflow: hidden;
  position: relative;
}

.descrption-create-post .img img{
  max-width: 100%;
}

.descrption-create-post textarea,
.descrption-create-post textarea:focus,
.descrption-create-post textarea:hover{
    border-radius: 0px;
    border: 0px;
    background: #ffffff !important;
    box-shadow: none !important;
    padding: 20px;
} 


.menu-listing-side{
  background: #ffffff;
  margin-bottom: 10px;
}

.the-side-menu-sect{

  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: left;

}

.the-side-menu-sect h6{
  
  margin: 4px 0px 8px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  
}

.the-side-menu-sect h6 a{
  
  margin: 0px 0px 0px 10px;
  font-size: 13px;
  font-weight: 500;
  
}


.the-side-menu-sect p{
  
  margin: 4px 0px;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
}

.the-side-menu-sect p a,
.the-side-menu-sect p a:hover{
  color: #222222;
}

.the-side-menu-sect p i{
   display: inline-block;
   margin-right: 6px; 
  font-size: 16px;
}

.people-to-follow{
   margin: 10px 0; 
}

.people-to-follow .the-steam-snap{
     float:left;
     width: 50px;
}

.people-to-follow .the-steam-snap img{
     max-width: 100%;
}



.people-to-follow h2{
  margin-left: 0px;
  padding-left: 10px !important;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.people-to-follow h2 strong{
  display: block; 
}

.people-to-follow h2 span{
  display: block; 
  padding-left: 0px !important;
}

.people-to-follow h2 a{
  display: inline-block; 
  padding-left: 0px !important;
  padding: 2px 0px !important;
  margin-top: 6px;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  color: #5c821A;
  cursor: pointer;

}

.people-to-follow h2 a input[type="submit"],.people-to-follow h2 a input[type="submit"]:hover{

    cursor: pointer;
    outline: none;

}

.people-to-follow h2 a.connect-now input[type="submit"]{
   background: #F18312;
   color: #ffffff;
   border: 1.5px solid #F18312;  
}

.people-to-follow h2 a.remove-now input[type="submit"],
.people-to-follow h2 a.remove-now input[type="submit"]:hover{
   border: 0px; 
   padding: 3px 10px; 
}


.the-adverts-blocking{
  float: right;
  right: -15px;
  position: fixed;
}

.the-send-post{
    padding: 5px 5px;
}


.the-send-post input[type="submit"],
.the-send-post input[type="submit"]:hover{

    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    background:  #F18312 ;
    border: 0px;
    color: #ffffff;
}




/*posting new content*/

.box-shade-container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    left: 0;
    top:0;
    padding-top: 70px;
    background: rgba(0,0,0,0.4);
}


.box-shade-container .stream-block-one{
    background: transparent;
}


.box-shade-container .stream-block-one textarea{
  min-height: 100px;
}

.box-shade-container  .descrption-create-post{
    width: 50%;
    margin: 0 auto;
    background: #ffffff;
}


@media(max-width: 768px){
     .box-shade-container{
        padding-top: 70px;
        z-index: 30000;
    }

    .box-shade-container  .descrption-create-post{
        width: 100%;
        margin: 0 auto;
        background: #ffffff;
    }

}

.closing-post-block {
  padding: 10px 20px;
  background: #F18312;
}

.the-post-title{
  
  float: left;
  width: 70%;
  color:#ffffff;
}

.the-post-icon{

  float: left;
  width: 30%;
  text-align: right;
  color:#ffffff;
}



.the-post-icon i{

   cursor: pointer;
}

.cover-page{
  position: relative;
  overflow: hidden;
  text-align:  center;
  max-height: 350px;
  background: #dddddd;
}


.cover-page img{
  max-width: 100%;
}


.cover-page .tools{
  
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 15px 20px;
  display: inline-block;
}




.the-cover-tools{
   
   text-align: center;
   background: #ffffff;
   padding: 5px 10px;
   clear: both;
}

.the-cover-tools p{

    text-align: left;
    clear: both;
    cursor: pointer;
    display: block;
    margin: 0px;
    padding: 1px 0px !important;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.the-profile-descp-inner{
  position: relative;
}

.the-snap-pix{
  float:left;
  width: 160px;
}

.the-snap-pix img{
   max-width: 100%;
}



@media(max-width: 768px){

   .the-snap-pix{
      width: 100px;
    }

}


.the-snap-pix-inner{
    width: 100%;
    position: relative;
    padding: 0px;
}

.change-dp{

    position: absolute;
    z-index: 230;
    right: 10px;
    bottom: 7px;
    padding-left: 20px;
}


.change-dp-pic{
   border: 1px solid #ffffff;
   background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);
   color: #ffffff;
   clear: both; 
   display: block;
   width: 35px;
   height: 35px;
   float: right;
   text-align: center;
   line-height: 35px;
   margin-bottom: 10px;
   cursor: pointer;
}

.change-dp-pic:hover{
   border: 1px solid #ffffff;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}



.the-cover-tools-dp{
   
   text-align: center;
   background: #ffffff;
   padding: 5px 10px;
   clear: both;
   margin-top: 0px;
   
}

.the-cover-tools-dp p{

    text-align: left;
    clear: both;
    cursor: pointer;
    display: block;
    margin: 0px;
    padding: 1px 0px !important;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.the-snap-descp{
 
  float:left;
  width: 100%;
  top: 0px;
  position: absolute;
  padding-left: 160px;

}

.the-snap-descp-right{
   width: 100%;
}

@media(max-width: 768px){

  .the-snap-descp{
    padding-left: 100px;
  }  

}


.the-snap-descp-2{
 
  width: 100%;
  top: 0px;
  margin:0px;
  margin-bottom:0px;
  height: 100%;
  clear: both;
}


.the-ttop-menu-sect{
 margin: 0px;
}

.the-ttop-menu-sect .navigators{
  margin: 0px;

}

.navigators{

   display: inline-block;
   width: 30px;
   line-height: 80px;
   text-align: center;
   cursor: pointer;
   background: #7daa2f;
   color: #ffffff;
}


.the-connection-one{
   max-width: 100% !important;
   margin-top: -5px;
   clear: both;
}


.the-connection-one-inner img{
   max-width: 72px;
   max-height: 72px;
}


.connections-filter{
    padding: 3px 10px;
    background: #d8d8d8;
    z-index: 900000;
}

.the-alphabet{
    float: left;
    width: 70%;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}


.the-alphabet span{
    display: inline-block;
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    margin:5px 6.2px 1px 6.2px;
    cursor: pointer;
}

.the-alphabet span:hover{
   color:#5c821A;
}


.the-alphabet-search-form{
    float: left;
    width: 30%;
}

.the-alphabet-search-form input,
.the-alphabet-search-form input:focus,
.the-alphabet-search-form input:hover{
    border:0px;
    margin: 0px 5px;
    height: 25px;
    border-radius: 0px;
}

.the-profile-menu{
  
  /*background-color: #ed7600 ;
  background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);*/
  background-color: #c7c7c9;
  background-image: linear-gradient(-180deg, #e8e8ed, #c7c7c9 90%);
  color: #333333;
  padding: 10px 10px; 
}


.the-profile-menu a{
    padding: 0px 10px; 
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    width: 16.2%;
    display:inline-block;
    text-align: center;
}


.the-profile-menu a:hover{
   opacity: 0.8;
}




.the-profile-main-menu{
  
  /*background-color: #ed7600 ;
  background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);*/
  background-color: #393939;
  background-image: linear-gradient(-180deg, #7c7a7a, #393939 90%);
  color: #ffffff;
  padding: 10px 10px; 
}


.the-profile-main-menu a{
    padding: 0px 10px; 
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    width: 13.8%;
    display:inline-block;
    text-align: center;
}


.the-profile-main-menu a:hover{
   opacity: 0.8;
}









.the-profile-simple-descp h1{
    font-size: 26px;
    color: #222222;
    font-weight: 800;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.the-profile-simple-descp h2{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}


.the-profile-simple-descp h2 a{

    margin-left: 14px;
    padding: 5px 8px;
    font-size: 12px;
    background: #5c821A;
    color: #ffffff;
}


.the-profile-simple-descp p{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}



.profile-simple-main-details{
   
   float: left;
   width: 40%;
}


.profile-simple-details{
  
   float: left;
   width: 30%;
   padding: 10px;

}


@media(max-width: 768px){

    
      .the-profile-simple-descp h1{
          font-size: 23px;
      }


      .the-profile-simple-descp h2{
          font-size: 16px;
      }


    .profile-simple-main-details{
         
         width: 100%;
         float: none;
    }


    .profile-simple-details{
        
         float: none;
         width: 100%;
         display: none;
    }

}




.stream-block-main-post{
    width: 100%;
    float: left !important;
    text-align: center;
}

.stream-block-main-post .the-steam-snap img{
    margin-right: 10px;
}



/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  
  margin-top:0px;  
  margin-bottom:0px;
  display: none;
  width: 100%;
  padding:0;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow:hidden;

}

.help-block{
    font-size: 12px !important;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -kshowcase-body-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px 0;
  font-size:15px;
  color:#000;
  font-weight:600;
  font-style:italic;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel .owl-controls .owl-dot:hover {
  color:#555;
}

.owl-carousel .owl-controls .owl-nav .owl-prev{
   float:left;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}


.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {

    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:center;
    padding:0px 8px;
  
}

.owl-item-img{
  max-height:200px; 
  overflow:auto;
}

.owl-item-img{

}

.owl-carousel .owl-item img {
  
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  padding:0;
  margin:0 auto;
  
}


.overlayinnn:hover {

  opacity: 1;
  transition: opacity .5s;

}



.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}


.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-pix{
 max-height:200px;
}



.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: -4px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: Alpha(Opacity=90);/*IE7 fix*/
  opacity: 0.9;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center
}



.the-connection-one .owl-carousel{
  
  padding-left: 25px;
  padding-right: 30px;
  height: 80px;

}



.connections-scroller{
    width: 72px;
    overflow-y: hidden;
    margin-top: 8px;
}


.connections-scroller img{
  width: 100%; 
  display: block;
}


.the-connection-one .owl-controls{

  width: 100%;
  padding: 0px;
  top: -7px;
  left: -10px;
}

.the-connection-one .owl-controls .owl-prev{

    float: left;
    height: 76px;
    display: inline-block;
    padding-top: 28px !important;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left:-10px;
    top: 0px;
    z-index: 40000;
    color: #ffffff;
    background: #F18312;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);

}

.the-connection-one .owl-controls .owl-next{
    float: right;
    height: 76px;
    position: absolute;
    right:0px;
    top: 0px;
    right:-5px !important;
    padding-top: 28px !important;
    display: inline-block;
    color: #ffffff;
    background: #F18312;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}


.profile-chat-menu{
     padding: 0px 0px 10px 0px;
}


.profile-chat-menu .main-item-one{
    
    padding: 10px 0px;
    width: 100%;
    display: block;
    font-size: 14px !important;
    color: #222222; 
    text-align: left;
    font-weight: 600;
    background: #ffffff;
    cursor: pointer;

}


.profile-chat-menu .main-item-one span{
     
     padding: 10.5px 10px;
     margin-right: 10px;
     background: #5c821A;
     color: #ffffff;

}


.profile-chat-menu .main-item-other{
    
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-size: 14px !important;
    color: #ffffff; 
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    background: #15456B;
    border-bottom: 1px solid rgba(0,0,0,0.1);


}


.profile-chat-menu .main-item-other .the-counter-sect{

    background: #fa292a;
    border-radius: 100%;
    width: 25px;
    float: right;
    height: 25px;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    text-align: center;

}


.about-profile-block{
  
  padding: 20px 15px;
  background: #ffffff; 

}

.the-outer-block-pad h1{
   padding: 1px 0px 10px 0px;
   font-size: 20px;
   font-weight: 700;
   color: #000000;      
   margin: 0px; 
}

.the-outer-block-pad h2{
   
   margin: 0px;
   padding: 1px 0px 1px 0px;
   font-size: 16px;
   font-weight: 600;
   color: #000000;      
   margin: 0px;
}


.the-outer-block-pad p{
   
   margin: 0px;
   padding: 1px 0px 5px 0px;
   font-size: 14px;
   font-weight: 400;
   color: #000000;      
   margin: 0px;
}


.the-contact-detail-box{
    float: left;
    width: 50%;
}

.stream-profile-edit{
    padding: 10px 20px;
}


body aside{
  
  font-size: 24px;
  color: #F18312;
  font-weight: 700;
  font-family: desyrel !important;
  word-spacing: 7px;
}


.the-separator{
  text-align: center;
  position: relative;
  margin-bottom:  15px;
}

.the-separator p{
  text-align: center;
  border-top: 1px solid #aaaaaa;
  margin-top: 40px;
}


.the-separator p span{

  padding: 5px 30px;
  margin-top: -23px;
  background: #ffffff;
  position: absolute;
  width: 60%;
  left: 20%;

}




/**   the dashboard         */

.the-background-img-top-dashbaord{

    background: #F18312;
}


.add-connections{
   border: 0px; 
   padding: 5px 12px; 
   color: #ffffff;
   font-weight: 600; 
   cursor: pointer;
   outline: none;
   font-size: 13px;
   float: right;
   background-color: rgb(40, 167, 69);
   background-image: linear-gradient(-180deg, #e084b7, #F18312 90%);
   border: 1px solid #ffffff;
   border-radius: 2px;
}


.add-connections:hover{
   background-color: rgb(40, 167, 69);
   background-image: linear-gradient(-180deg,  #F18312, #e084b7 90%);
}


.changing-tools{
   margin-top: 40px;
   text-align: right;
}


.cover-page-icona{
   border: 1px solid #ffffff;
   background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);
   color: #ffffff;
   clear: both; 
   display: block;
   width: 35px;
   height: 35px;
   float: right;
   text-align: center;
   line-height: 35px;
   margin-bottom: 10px;
   cursor: pointer;
}


.cover-page-icona:hover{
   border: 1px solid #ffffff;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}


@media(max-width: 768px){


}


.connections-filter-down{
   margin: 0px;
   padding: 0px;
}

.the-name-left{
   float: left;
   width:30%;
}

.the-name-left h4{
   width:100%;
   margin: 0px;
   padding: 10px 15px;
   font-size: 18px;
   font-weight: 700;
   color: #F18312;  
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}


.the-name-profile-descp{
   float: left;
   width:70%;
   border: 2px solid #818286;
   margin-top: 5px;
}


.the-name-privacy-btn{
   float: left;
   width:15%;
}


.the-profile-btn{

    background: #818286;
    color: #ffffff;
    padding: 13px;
    text-align: center;
    line-height: 13px;
    float: left;
    width: 25%;
}

.the-profile-btn a,
.the-profile-btn a:active,
.the-profile-btn a:hover{
    color: #ffffff;
}



.the-profile-descp-more{
    color: #ffffff;
    padding: 0px 10px;
    text-align: center;
    line-height: 13px;
    float: left;
    margin: 0px;
    width: 37.5%;
    text-align: left;
}

.the-profile-descp-more h5{
   width:100%;
   margin: 0px;
   padding: 0px 0px;
   font-size: 12px;
   color: #333333;  
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}




.main-side-menu{
  
   float: left;
   width: 75%;
   margin-top: 45px;
   background: #e084b7;
   background-image: linear-gradient(-180deg, #e084b7, #F18312 90%);
   padding: 0px 0px;

}


.main-side-menu ul{
   padding:0px;
   margin: 0px;
   list-style: none;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;

}


.main-side-menu ul li{

  padding:0px;
  margin: 0px;
  display: inline-block;
  text-transform: uppercase;

}


.main-side-menu ul li a{

  display: inline-block;
  font-size: 13px;
  padding: 15px 5%;
  color: #ffffff;

}


.main-side-menu ul li:first-child{

  padding:0px 10px;
  margin: 0px;
  display: inline-block;
  background: #ffffff;
  background:url('../img/menu-first.png') no-repeat center right;

}


.main-side-menu ul li:first-child a{
  
  display: inline-block;
  font-size: 14px;
  padding: 15px 25px;
  color: #ffffff;

}




.main-side-menu ul li{

  padding:0px;
  margin: 0px;
  display: inline-block;

}


.main-side-small-menu{
  
   width: 25%;
   float: left; 
   padding: 5.5px 10px;
   background-color: #ed7600 !important;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}

.main-side-small-menu h5{
   width:100%;
   margin: 0px;
   padding: 0px 0px;
   font-size: 15px;
   font-family: 600;
   color: #ffffff;  
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}


.main-side-small-menu p{
   width:100%;
   margin: 0px;
   padding: 0px 0px;
   font-size: 13px;
   font-family: 400;
   color: #ffffff;  
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}


.row-main-body{
  background: #e7e8ea;
  padding-left:0;
  padding-right:0;
}

.the-add-post-form{
  background: #e7e7e9;
  padding: 0 0 0 160px;
}


.the-add-post-form-inner{
  background: #e7e7e9;
  padding: 0;
  margin: 0;
  width: 100%;
}

.the-add-post-form-22{
   padding: 5px;
}

.the-add-post-form-inner-tools{
    background: #daf0fe;
    padding:6.5px 0 0 0;
    width: 100%;

} 


.the-drop-section{
  position: absolute;
  width: 141px;
  padding: 10px 7px 5px 10px;
  background: #ffffff;
  border: 1px solid #444444;
  z-index: 300;
  margin-top: 3px;
  margin-left: -5px; 
}

.the-drop-section button{
   background: #444444;
   border: 0px;
   color: #ffffff;
   width: 35px;
   height: 35px;
   margin-bottom: 5px;
   margin-right: 2.5px;
}



.add-file{

   background: #bcbdc1;
   padding: 15px 20px; 
   display: inline-block;
}

.add-file i{
  color: #57585c;
  font-size: 18px;
}

.share-title{
  font-size: 18px;
  font-weight: 700;
  color: #333333;  
  padding: 10px 10px;
}

.the-add-post-form-inner-form{
   background: #7e7f83;
   padding: 5px;
}

.the-add-post-form-inner-form .editor{
   padding: 5px;
   float: left;
   width: 80%;
   overflow: hidden;
   overflow-y: auto;
   height: 47px; 
   font-weight: 500;
}

.the-add-post-form-inner-form .editor p{
   font-size: 14px !important;
   line-height: 16px;
   font-size: 16px;
   font-weight: 500; 
   margin: 0px;
   padding: 4px 0;
}

.the-add-post-form-inner-form .editor p b{
   font-weight: 700; 
}

.the-add-post-form-inner-form input[type="submit"]{
   padding: 5px;
   float: left;
   width: 19%;
   margin-left: 1%;
   color: #ffffff;
   font-size: 18px;
   font-weight: 600;
   border: 2px solid #ffffff;
   background-color: #ed7600 !important;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
   cursor: pointer;
   text-align: center;
}

.the-add-post-form-inner-form input[type="submit"]:hover,
.the-add-post-form-inner-form input[type="submit"]:active{
   background-color: #ed7600 !important;
   background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);
   cursor: pointer;
}


.lower-section-profile{
    margin: 0px auto;
    padding: 0 0 0;
    background: #f1f1f3;
}

.lower-section-profile-1{
    width: 17%;
    width: 160px;
    float: left;
}

.lower-section-profile-11{
    width: 17%;
    width: 190px;
    float: left;
}


.lower-section-profile-2{
    width: 75.1%; /**73%*/
    float: left;
    min-height: 100px;
}

.lower-section-shop-2{
    width: 75.7%; /**73%*/
    float: left;
    min-height: 100px;
}


.lower-section-profile-3{
    width: 10%;
    float: left;
}


.lower-section-profile-22{
    width: 50%;
    float: left;
}

.the-chat-menu{
 list-style: none;
 padding: 0;
 margin: 0 0 20px 0;
}

.the-chat-menu li{
    list-style: none;
    display: block;
    padding: 8px 10px;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
     background-color: #ed7600;
     background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
     cursor: pointer;
     text-transform: uppercase;     
     position: relative;
}



.the-chat-menu li sup{
     list-style: none;
     display: inline-block;
     color: #ffffff;
     font-size: 11px;
     font-weight: 600;
     border: 2px solid #ffffff;
     /*background-color: #ed7600;
     background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%) !important;
     */
     background: #0097d8;
     background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
     border-radius: 100%;
     width: 26px;
     height: 26px;
     line-height: 20px;
     float: right;
     right: 5px;
     top: 5px;
     text-align: center !important;
     cursor: pointer;
     position: absolute;
     text-transform: uppercase;
}

.the-chat-menu li.first-child{
    background: #ffffff !important;
    color: #F18312;
    font-size: 18px;
    font-weight: 600;

}


.the-chat-menu a li:first-child i{
     color: #ffffff;
     background: #F18312;
     padding: 8px 8px;
     font-size: 20px;
     border-radius: 5px;
}



.add-comment-one{
}

.the-outer-block-dashbaord{
    margin-top: 0px;
}

.the-dashboard-menu{
  background-color: #393939;
  background-image: linear-gradient(-180deg, #7c7a7a, #393939 90%);
  padding: 0px; 
}

.the-dashboard-menu-up{
    z-index: 30;
    margin-bottom: 0px;
}

.the-dashboard-menu a{
    padding: 15px 2.83%; 
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    display:inline-block;
    text-align: center;
}


.the-dashboard-menu a.thename{
  padding: 15px 40px 15px 20px; 
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display:inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #333333;
  background-image: linear-gradient(-180deg, #666666, #000000 90%);/*
  background:url('../img/menu-first.png') no-repeat center right;
  */
}

/*
*  group top menu
*/


.the-dashboard-group-menu{
  background-color: #393939;
  background-image: linear-gradient(-180deg, #7c7a7a, #393939 90%);
  padding: 0px; 
}

.the-dashboard-group-menu a{
    padding: 15px 2.67%; 
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    display:inline-block;
    text-align: center;
}


.the-dashboard-group-menu a.thename{
  padding: 15px 40px 15px 20px; 
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display:inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #333333;
  background-image: linear-gradient(-180deg, #666666, #000000 90%);/*
  background:url('../img/menu-first.png') no-repeat center right;
  */
}








.the-dashboard-menu-low{
  background-color: #393939;
  background-image: linear-gradient(-180deg, #7c7a7a, #393939 90%);
  background: #0097d8;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
  padding: 0px; 
}

.the-dashboard-menu-low a{
    padding: 15px 1.8%; 
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    display:inline-block;
    text-align: center;
}



.the-dashboard-menu-low a.thename{
  padding: 15px 20px 15px 20px; 
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  display:inline-block;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #333333;
  background-image: linear-gradient(-180deg, #666666, #000000 90%);    
  background-color: #333333;
  background-image: linear-gradient(-180deg, #666666, #000000 90%);
  /*
  background:url('../img/menu-first.png') no-repeat center right;
  */
}


.the-dashboard-menu a:hover{
   opacity: 0.8;
}

.profilesimple-details{
  background-color: #ed7600 ;
  background-image: linear-gradient(-180deg, #d2d3d5, #c1c2c6 90%);
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
  z-index: 0;
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.9);
}


.the-profile-descp-more-2{
    color: #ffffff;
    padding: 0px 10px;
    text-align: center;
    line-height: 13px;
    float: left;
    margin: 0px;
    width: 25%;
    text-align: left;
}

.the-profile-descp-more-2 h5{
   width:100%;
   margin: 0px;
   padding: 0px 0px;
   font-size: 12px;
   color: #333333;  
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}


.the-shop-btn{
  margin: 17px 0 0 0;
  padding:0 0 4px 0;
}


.the-shop-btn a,
.the-shop-btn a:hover,
.the-shop-btn a:visited,
.the-shop-btn a:active{

  margin: 0px;
  padding: 7px 10px;
  border-radius:  5px 5px 0 0;
  text-transform: uppercase;
  background-color: #4d4e50;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background-image: linear-gradient(-180deg, #4d4e50, #6d6e72 90%);
  
}


.menu-wrapper{

}


.nav,
.nav a,
.nav ul,
.nav li,
.nav div{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {

  display: block;
  position: relative;
  cursor: default;
  z-index: 500;
  background:#0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
  max-width: 100% !important;
  margin-right: 1px;

}

/* Menu List */
.nav > li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

/* Menu Links */
.nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  text-transform: uppercase;
  display: block;
  padding: 15px 14.61px;
  color: #ffffff;
  font-size: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fcfcfc;
  text-shadow: 0 0 1px rgba(0,0,0,.35);

  background:#0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
  border-right: 1px solid rgba(0,0,0,0.1);

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.nav > li > a.last-child {

    border-right: 0px solid;
}

.nav > li:hover > a { 
  background:#0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
 }

.nav > li:first-child > a {
  border-left: none;
}

.nav > li:last-child > a {
  border-right: none;
}

/* Menu Dropdown */
.nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 50px;
  left: 0;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

  background: #ffffff;
  border-radius: 0 0 3px 3px;

  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
  float: left;
  width: 25%;
  padding: 2.5%;
}


.nav .nav-column .img{
  max-height: 100px;
  margin-bottom: 10px;
  overflow: hidden; 
} 


.nav .nav-column .img img{
  max-width: 100%;
  margin: 0px;
  padding: 0;
} 

.nav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li {

  padding:3px 0;

}

.nav .nav-column li a {
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #111111;
}

.nav .nav-column li a:hover { color: #222222; }










































/*
*  adverts section to fix
*/
.fixing-adverts{
    position: fixed;
    width: 120px;
    top: 0px;
}

/*
*  the page profile settings 
*/

.Settings-section{
    
    padding: 0 10px 10px 10px;
    float: left;
    width: 100%;

}


.Settings-section-2{
    
    padding: 0 10px 10px 10px;
    float: left;
    width: 50%;

}

.outer-form-label{
  width: 100%;
  padding-bottom: 0px;
}


.quote-descp{
   width:100%;
   margin: 0px;
   padding: 0px 0px 10px 0;
   font-size: 16px;
   color: #333333;  
}

.outer-form-label .form-control-label{
  width: 100%;
  margin: 0px;
}

.form-control-label-top{
  width: 100%;
  padding-top: 0px;
  margin: 0px;
}

.card-body{
    background: #fefefe;
}

.card{
  margin-bottom:20px;
}

.editing-btn span{

   color: #ffffff;
   border: 1px solid #ffffff;
   background: #F18312;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
   font-size: 12px;
   padding: 3px 8px;
   cursor: pointer;
   font-weight: 500;
}


.the-active-menu{
  
  background-color: #444446 !important;
  background: linear-gradient(-180deg, #444446, #66676b 90%) !important;
  
}


.show_edit_btn{
  display: none;
  visibility: hidden; 
}


@media(max-width: 768px){

  .hide_block{
     display: none;
     visibility: hidden;
  }


  .show_edit_btn{
     display: inline-block;
     visibility: visible; 
  }


}


/**              profile details                */

.the-profile-details h1{
    
  margin: 0 0 0 0px;
  padding: 5px 25px;
  font-size: 18px;
  color: #02a6ee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  text-align: left;
  font-weight: 600;


}


.the-profile-details label{
    
  margin:0px;
  padding: 10px 0px 3px 0px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  width: 100%;
}

.the-profile-details label a{

   float: right;
   font-size: 13px;
   padding: 2px 5px;
   color: #ffffff;
   border: 1px solid #ffffff;
   background: #F18312;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}


.the-profile-details p{
    
  margin:0px;
  padding: 0px 0px 10px 0px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;


}

.all-the-galley{
  margin: 0 0 10px 0;
}

.the-gallet-pic{
  margin: 0px;
}


.the-gallet-pic img{
   max-width: 100%;
   position: relative;

}

.gallery-desscp{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}


.gallery-desscp a{
  width: 90%;
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px;
  bottom: 0px;
  position: absolute;
}

.gallery-desscp a:hover{
   color: #222222;
}


.the-img-size{
  float: left;
}

.the-connection-size{
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
}

.the-gallet-pic-2{
  margin: 0px;
}

.the-gallet-pic-2 img{
 
 max-width: 100%;
}


.the-gallet-pic-2 p{
  max-width: 100%;
  margin:0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}


.the-gallet-pic-2 h6{
  max-width: 100%;
  margin:0px;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px; 
  height: 36px;
  cursor: pointer;
}


.share-title-option{
  padding: 0px 6px;
  margin:0px 10px 0px 0px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
  position: relative;
}


.share-title-option span{
  padding: 0px 10px;
  margin:0px;
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.share-title-option span i{
  
  display: inline-block;
  margin-left: 6px;
}

.the-innter-dropdown{
  position: absolute;
  width: 150px;
  padding: 10px;
}

.the-shop-menu ul li{
    padding-left: 8.2px;
    padding-right: 8.2px;
}

.the-slide-show-section{
  padding: 0px 0;
  margin: 0px 0px 15px 0;
  width: 99.9%;
  text-align: center;
}

.the-shop-menu-nomargin{
  margin: 0px;
  width: 99.9%;
}

.the-hop-bottom-section{
  padding: 0px 0;
  margin: 0px;
  width: 99.9%;   
}

.shop-main-descp-1{
  padding: 0px 0px 15px 15px;
}

.shop-main-descp-1 h2{
  margin: 0px;
  padding: 0px 0px 0px 0;
  font-size: 18px;
  color: #F18312;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shop-main-descp-1 h3{
  margin: 0px;
  padding: 2px 0;
  font-size: 52px;
  line-height: auto;
  color: #222222;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.shop-main-descp-1 h4{
  margin: 0px;
  padding: 2px 0;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}


.shop-main-descp-2{
  margin: 0px;
  padding: 0px;
}

.the-shops-types{
  float: left;
  width: 70%;
  padding-left: 15px;
}

.the-shops-types h5{
  margin: 0px;
  padding: 0px 0 5px 0;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.the-shops-types p{
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

.the-shops-types p a,
.the-shops-types p a:hover{ 
  margin: 0px;
  padding: 0px 0;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

.the-shops-types-icon{
  float: left;
  width: 30%;
}


.the-shops-types-icon img{
   max-width: 100%;
}


.the-shops-types-icon i{
  font-size: 33px;
}

.the-type-block{
   margin-bottom: 30px;
}

.the-padding-top-20{
  padding-top: 20px;
}


/*
 *  generated by WOW Slider 2.6
 *  template Catalyst
 */

.photo-gallery {
  margin: 0px 0px 20px 0;
  width: 100%; 
}

.photo-gallery ul {
  padding: 0;
  overflow: auto;
  list-style: none;
  margin: 0;
}

.photo-gallery ul li { 
   display: block; 
}

.photo-gallery ul li .thumbnail {
  padding-bottom: 2px;
  cursor: pointer;
}

.photo-gallery ul li:last-child .thumbnail { 
  padding-bottom: 0px; 
}

.photo-gallery ul li img { 
  max-width: 100%; 
  text-align: center;
}

.photo-gallery .photo-list { margin-left: 80%; }

.photo-gallery .current-photo {
  width: 80%;
  float: left;
  padding-right: 2px;
}

.photo-gallery .current-photo img {
  max-height: 100%;
  width: 100%;
}

.photo-gallery {
  width: 100%;
  padding: 0;
}

.photo-gallery .current-photo {
  width: 100%;
  float: none;
}

.photo-gallery .photo-list {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  margin-left: 0;
  overflow: auto;
}

.photo-gallery ul li {
  float: left;
  width: 25%;
}

.photo-gallery ul li img { width: 98%; }


.menu-sub{
    float: left;
    padding: 8px 10px;
    width: 50%;    
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.menu-sub-outer{
  
  padding: 0px !important;
}

.menu-sub-1{
  background-color: #66676b;
  background: linear-gradient(-180deg, #444446, #66676b 90%) !important;
  color: #ffffff;
}

.menu-sub-2{
  background: #0097d8;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
  color: #ffffff;
}


.products-section{
  width: 82.95% !important;
  float: right;
}

.the-product-outer{
  padding: 0 0 20px 0;
}

.the-product-inner{
  padding: 0px 10px;
  margin: 0px; 
}

.the-product-inner img{
  padding: 0px 0px;
  margin: 0px;
  max-width: 100%;
}

.img-outer{
  position: relative;
  /*overflow: hidden;
  height: 190px;*/
  background: #ffffff;
  border: 2px solid #fff;
}

.img-inner-bottom{

  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
}


.image-top-div{
   width: 50%;
   float: left;
   padding: 20px 0;
}



.inner-btn{
  display: block-inline;
  padding: 4px 6px 4px 6px;
  background: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition-duration: 500ms;

}

.inner-btn i{

   display: inline-block;
   width: 20px;
   height: 20px;
   text-align:center;
   line-height: 20px;
}

.inner-btn span{
  margin: 0px;
  font-size: 12px;
  padding: 1px 2px;
  color: #222222;
  transition: all .5s ease-in-out;
  font-weight: 500;
  display: none;
  width: 30px;
}

.the-product-outer:hover .inner-btn span{
  
  display: inline-block;
  transition: all .2s ease-in-out;

}

.the-product-outer .inner-btn:hover span{
  
  display: inline-block;
  transition: all .2s ease-in-out;
  transition-duration: 500ms;
  color: #F18312;

}


.the-product-outer .inner-btn:hover i{
  
  display: inline-block;
  transition: all .2s ease-in-out;
  transition-duration: 500ms;
  color: #F18312;

}

.the-product-descp{
  padding: 10px;
  margin: 0px;
  background: #ffffff;
  /*height: 115px;*/
}


.the-product-descp .product-title{
  margin: 0px;
  padding: 6px 0 0px 0;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  font-weight: 600;/*
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.the-product-descp .product-title h5{

  padding: 0px;
  margin: 0px 0px 0px 0;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-product-descp .product-title h4{
  padding: 0px;
  margin: 0px;
}

.the-product-descp .product-title h4 a{
  color: #222222;
  margin: 0px; 
}

.the-product-descp .product-title .rating-sect{
   margin: 0 0 2px 0;
   padding: 0;
   text-align: center;
}


.the-product-descp .product-title .rating-sect i{
   color: #aaaaaa;
   font-size: 14px;
   margin-right: 2px;
}

.the-product-descp .product-title .rating-sect .selected, .selected{
   color: #fc7e00 !important;
}


.the-product-descp .product-title .rating-sect span,
.the-product-descp .product-title .rating-sect span:hover{
   color: #0097d8;
   font-size: 14px;
   margin-left: 5px;
   cursor: pointer;
}



.the-product-descp h5{
  margin: 0px;
  padding: 2px 0 3px 0;
  font-size: 16px;
  color: #fc7e00;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-product-descp h5 span{
   padding: 4px 10px; 
}

.the-product-descp h5 span i{
   font-size: 16px;
   cursor: pointer;
   color: #999999;
}


.the-product-descp .news-description{
 
  margin: 0px;
  padding: 0 0;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
  height: 42px !important;
  overflow: hidden;


}


.the-product-descp h5 sub{
  
  text-decoration: line-through;
  color: #666666;
  font-size: 14px;
  font-style: italic;
}


.the-product-descp h5 span{
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;
    color: #777777;
}



.the-product-descp h6{
  margin: 0px;
  padding: 0px  0;
  font-size: 13px;
  color: #222222;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-product-descp h6 a,
.the-product-descp h6 a:hover{
   color: #888888;
}


.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}


.ribbon-outof-stock {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon-outof-stock span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon-outof-stock span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon-outof-stock span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.sale-ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.sale-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.sale-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-top: 3px solid #1e5799;
}

.sale-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


.deal-ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}


.deal-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.deal-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.deal-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}


.car-milages{
   
   margin: 0px;
   padding: 5px 0 0 0;
}


.car-milages span{
   
    width: 33.3%;
    float: left;
    display: inline-block; 
    padding: 0px 5px 0px 0px;
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    text-align: left;
    font-weight: 400;
}


.image-top-div-down{
    position: absolute;
    bottom:-8px;
    width: 100%; 
}

.image-top-div-down p{

  display: inline-block;
  margin: 0px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  text-align: left;
  font-weight: 600;
  background: #a41f72;

}


.image-top-div-down p span{
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  font-style: italic;
  text-decoration: line-through;
}



.advert-details{
   
   margin: 0px;
   padding: 0px;
}


.advert-details span{
   
    width: 50%;
    float: left;
    display: inline-block; 
    padding: 0px 5px 0px 0px;
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    text-align: left;
    font-weight: 400;



}

.image-top-div-down h6{

  display: block;
  margin: 0px;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  text-align: left;
  font-weight: 400;


}



.items-left-bookings{
  
  padding: 5px 8px;
  margin: 0px 4px;
  border-radius: 4px;
  background: #f10000;
  color: #fff;
}

.items-bookings{
  padding: 5px 8px;
  border-radius: 4px;
  margin: 0px 4px;
  background: #ffa500;
  color: #fff;
}

.items-left-bookings-now{
  padding: 5px 8px;
  margin: 0px 4px;
  border-radius: 4px;
  background: #79A70A;
  color: #fff;
  min-width: 15%;
  display: inline-block;
  text-align: center;
}


.no-decoration{
  text-decoration: none  !important;
  font-style: normal !important;
}


.no-decoration i{
  padding-right: 3px; 
}



.the-filters-section{
  padding: 10px 10px;
  margin: 0;
}

.the-filters-section h3{
  display: block;
  margin: 0px;
  padding: 0px 0px 10px 0;
  font-size: 13px;
  line-height: 19px;
  color: #000000; 
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;

}

.the-filters-section h3 .fa{
   float: right;
   padding: 5px;
   border-radius: 100%;
   background: #cccccc;
   cursor: pointer;
   width: 22px;
   height: 22px;
   line-height: 14px;
   font-size: 10px;
   text-align: center;
}

.the-filters-section div{
   padding: 10px 0;
}

.the-filters-section div h4{
  display: block;
  margin: 0px;
  padding: 0px 0px 6px 0;
  font-size: 13px;
  line-height: 19px;
  color: #000000; 
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;

}

.the-filters-section div input[type='radio'], 
.the-filters-section div input[type='checkbox'] {
    height: 13px !important;
    width: 13px !important;
}

.the-filters-section div h4 .fa{
   float: right;
   padding: 5px;
   border-radius: 100%;
   background: #cccccc;
   cursor: pointer;
   width: 22px;
   height: 22px;
   line-height: 14px;
   font-size: 10px;
   text-align: center;
   margin-top: 0px;
}


.filter-search-filterSearchBox{
    padding: 0px 6px;
    z-index: 800;
    background: #cccccc;
    border-radius: 0;
    position: absolute;
    top: -1px;
    left: -1px;  
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 

}

.filter-search-filterSearchBox .filter-search-inputBox{
  border: 1px solid transparent;
  outline: none;
  padding: 1px 5px ;
  background: transparent;
  margin: 1px 0 0 4px;
  width: 75%;
  float: left;
}

.filter-search-filterSearchBox .filter-search-inputBox .fa{
  float: right;
}

.the-filters-section div p{
  display: block;
  margin: 0px;
  padding: 0px 0px 5px 0;
  font-size: 13px;
  line-height: 19px;
  color: #000000; 
  text-align: left;
  font-weight: 500;
}

.the-filters-section div .custom-checkbox{
  padding-left: 26px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.the-filters-section div .custom-checkbox .custom-control-label{
  color: #000000;
  font-size: 13px;
}



/*
* product page 
* Motors first 
**/

.the-slide-show-combs{
  padding: 10px 20px;
}



@media(max-width: 768px){
   .the-slide-show-combs{
      display: none;
      visibility: hidden;
   }
}



.the-slide-show-combs p{
  padding: 3px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
  margin: 0px;
  font-size: 13px;
  line-height: 19px;
  color: #333333; 
  text-align: left;
  font-weight: 400;
}

.the-slide-show-combs p a{
  color: #999999;
  outline: none
}


.the-slide-show-combs p a:hover,
.the-slide-show-combs p a:active{
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dashed #aaaaaa;
  outline: none
}





.the-block-title{
  padding: 20px 30px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee; 
}

.the-block-title h1{
  padding: 3px 0px;
  margin: 0px;
  font-size: 26px;
  line-height: 30px;
  color: #333333; 
  text-align: left;
  font-weight: 700;
}

.the-block-title h2{
  padding: 3px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: #888888; 
  text-align: left;
  font-weight: 400;
}


#photo_container { position: relative; }

#thumbnail {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 3%;
  width: 100%;
  text-align: center;
}

#thumbnail li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  list-style: none;
}

#thumbnail li:last-child { margin-right: 0; }

#thumbnail li img {
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#thumbnail li.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main_photo {

  position: relative;
  height: 475px;
}

#main_photo img {
  position: absolute;
  top: 0;
  width: 100%;
}

.img_nav btn {
  position: absolute;
  top: 54%;
  margin: -25px 6% 0;
  width: 20px;
  height: 20px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  cursor: pointer;
}

#prev {
  -ms-transform: rotateX(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#next {
  right: 0;
  -ms-transform: rotateX(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ctr_btn {
  position: absolute;
  top: 7%;
  right: 5%;
}

.ctr_btn btn {
  padding: 5px 10px;
  border: solid 2px #fff;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
}


.the-side-show-side{
  padding: 20px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee; 
  float: left;
  width: 60%;
}


.the-side-show-price{
  float: left;
  width: 35%;
  margin: 0px 0px 15px 10px;
}

.the-side-show-price-inner{
  padding: 20px; 
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.the-price{
   margin: 0px;
}


.the-price-discount{
   margin: 0px;
}


.the-shop-owner{
  padding: 3px 0px;
  margin: 0px 0 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333; 
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-shop-owner img{
  display: inline-block;
  width: 40px;
  height:40px; 
  padding: 0px;
  margin: 0px;
  margin-top: -20px;
}

.the-shop-owner span{ 
  display: inline-block;
  padding-left: 10px;
}


.the-shop-owner a{
   display: inline-block;
   font-size: 15px;
   margin-left: 5px;
   line-height: 18px;
   color: #111111; 
   text-align: left;
   font-weight: 700;
}


.the-reviews{

  padding: 2px 0px 10px 0px;; 
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #333333; 
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.the-reviews a,
.the-reviews a:hover{
  cursor: pointer;
  text-decoration: underline;
}

.the-reviews .fa{
   color: #FCC875;  
}


.the-side-show-price-inner h6{
  
   text-transform: uppercase;
   font-size: 13px;
   font-weight: 700;
   margin: 1  0px 0 5px 0; 
}


.the-price-section{
   margin: 0px 0 20px 0;
}

.the-price-section h4{
  padding: 10px 0px; 
  margin: 0px;
  font-size: 28px;
  line-height: 32px;
  color: #333333; 
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.the-price-section h6{
  padding: 5px 0px; 
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #333333; 
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.the-price-section h6 .discount{
  color:#FFA500;
  margin: 0 5px;
  font-weight: 600;
}

.the-price-section p{
   text-align: center;
   margin-bottom: 10px;
}




.descp-details{

  padding: 1px 0px 10px 0; 
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #333333; 
  text-align: left;
  font-weight: 400;

}


.descp-details ol,
.descp-details ul{
  margin: 0px;
  padding: 0px 15px;
}


.descp-details ol li,
.descp-details ul li{
  margin: 0px;
  padding: 4px 0px;
}


.descp-details b,
.descp-details strong{
   font-weight: 600;
}


.descp-details a{
   color: #F18312;
   text-decoration: none;
   opacity: 1;
}


.descp-details a:hover{
   color: #F18312;
   text-decoration: none;
   opacity: 0.9;
}



.the-roduct-details-reviews{
  padding: 20px 30px; 
  margin: 15px 10px 15px 10px;
  background: #ffffff;
}


.the-roduct-jb-reviews{
  padding: 20px 30px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
}

.the-roduct-jb-ppp{
  padding: 10px 10px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
}

.the-top-menu{
  border-bottom: 1px solid #aaaaaa;
  padding: 0px; 
}


.the-top-menu li{
  border-bottom: 3px solid #ffffff; 
  cursor: pointer;
  display: inline-block;
  padding: 6px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}


.the-top-menu li:hover, 
.activetab{
  border-bottom: 3px solid #F18312 !important; 
  cursor: pointer;
}


.descp-details-reviews-inner{
    list-style: none;
    padding: 10px 5px;
}


.descp-details-reviews-inner li{
    list-style: none;
}



.the-shop-reviewer{
  padding: 3px 0px;
  margin: 0px 0 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333; 
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.descp-details-reviews-inner-2{
    margin-left: 10px;
    padding-left: 10px;
}


.descp-details-reviews-inner-2 li{
   border-left: 3px solid #aaa;
   padding-left: 15px;
}

.the-shop-reviewer img{
  display: inline-block;
  width: 40px;
  height:40px; 
  padding: 0px;
  margin: 0px;
  margin-top: -20px;
}

.the-shop-reviewer span{ 
  display: inline-block;
  padding-left: 10px;
}

.the-shop-reviewer a,
.the-shop-reviewer a:hover,
.the-shop-reviewer a:active{ 
  display: inline-block;
  padding-right: 5px;
  color:#F18312;
}

.the-shop-reviewer .fa {
    color: #FCC875; 
}


.the-shop-owner a{
   display: inline-block;
   font-size: 15px;
   margin-left: 5px;
   line-height: 18px;
   color: #111111; 
   text-align: left;
   font-weight: 700;
}


.write-review{
  padding:10px 0px;
  text-align: right;
}


.write-review span{
    color: #fff;
    border: 2px solid #5b5b5b;
    background: #5b5b5b;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 10px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}


.write-review span:hover{

    border: 2px solid #000000;
    background: #000000;
}

.write-review-write{
  text-align: left;
  background: #FAF9FB;
  padding: 15px;
}

.write-review-write label{
  font-size: 14px;
  font-weight:600;
  padding-top: 5px;
  margin: 0px;
}

.write-review-write section i{
  cursor: pointer;
}  

.write-review-write div{
  margin: 0px;
  padding: 0px 0 10px 0; 
}

.write-review-write div p{
  padding: 5px 0px; 
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #333333; 
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}


.clearbutton{
  padding: 20px 0;
}

.clearbutton .btn{
    display: inline-block;
    text-align: center;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    clear: both;
}

.rating-btn{
  padding: 0px;
  margin: 0px;
}

.rating-btn ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.rating-btn ul li {
  display: inline-block;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.rating-btn ul li.active, li.hover { color: orange; }

.rating-btn ul.hover li.active:not(.hover) { color: #ccc }  


.the-drop-down,
.the-drop-down:hover{
    margin-top: -9px;
    color: #ffffff;
    background: #5b5b5b;
    border-radius: 0px;
    padding: 5px 10px;
    border: 0px;
}

.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-secondary.dropdown-toggle {
    border: 0px;
    color: #888888;
    background: #ffffff;
    border-radius: 0px;
}

.the-content-tab h6 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 1 0px 0 5px 0;
}



.loadmore-comments{
  text-align: center;
  padding: 10px;
}

.loadmore-comments .btn{
    display: inline-block;
    text-align: center;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    clear: both;
}


.product-operations span{
    display: inline-block;
    width: 32%; 
    padding: 10px 5px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.product-operations span:hover{
   cursor: pointer;
   color: #F18312;
}



.product-operations-count div{
    display: inline-block;
    text-align: center;
    width: 44%;
    margin: 2.5%;
    padding: 2% 5% ;
} 


.product-operations-count div b{
    display: block;  
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
} 


.product-operations-count div span{
    display: block;  
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    cursor: pointer;
} 



.product-operations-count2 div{
    display: inline-block;
    text-align: center;
    width: 27%;
    margin: 2.5%;
    padding: 2% 5% ;
} 


.product-operations-count2 div b{
    display: block;  
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
} 


.product-operations-count2 div span{
    display: block;  
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    cursor: pointer;
} 





.the-more-product{
   margin: 0px;
   padding: 0px;
}


.the-more-product .the-more-title{
  padding: 20px 0px 10px 0; 
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  color: #333333; 
  text-align: left;
  font-weight: 800;
  display: block;
}

.the-more-product .the-more-title a,
.the-more-product .the-more-title a:hover,
.the-more-product .the-more-title a:visited,
.the-more-product .the-more-title a:active {
    float: right;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 500;

}

.rating-container{
   margin-top: 15px;
}

.more-from-shop{
  margin-bottom: 20px;
}

.the-rating-count{
   padding: 10px 0;
}

.the-rating-count h5{
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0;
}

.the-rating-count h6{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
}


.the-colors{
  margin: 0px;
}


.the-colors span{
  display: inline-block;
  padding:10px;
  width: 20px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
}

.green-bg{
    background: green;
}


.black-bg{
    background: black;
}


.silver-bg{
    background: silver;
}

.size-main-bg{
  display: inline-block;
  padding:5px 10px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  font-weight: 500;
  background: #f9f9f9;
}

.size-main-bg:hover{

  border: 1px solid #d7d7d7;
  background: #e8e8e8;
  
}

.the-rating-count h6 span{
    font-size: 12px;
}


.the-rating-count h6 b{
    font-size: 20px;
}

.rating-percentage-bar {
    width: 14.286em;
    height: 0.714em;
    border-radius: 0.286em;
    background-color: #f3f3f3;
    margin-top: 0.143em;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: 0.286em;
}

.star-counting{
  display: inline-block;
  width: auto;
  padding: 0 10px 0 0;
  margin: 0px;
}

.star-counting i{
  display: inline-block;
  font-size: 14px;
  color: #aaaaaa;
}

.the-active-star{
  color: #FCC875 !important;
}

/*
*   the art section 
*/

.theproduct-section{
   margin: 0px;
}

.the-side-show{
  padding: 20px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee; 
  float: left;
  width: 97.5%;
  text-align: center;
}


.the-side-show .photo_container{
  width: 100% !important;
}

.the-side-show-side-art{
  padding: 20px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee; 
  float: left;
  width: 50%;
}


.the-side-show-price-art{
  float: left;
  width: 45%;
  margin: 0px 0px 15px 10px;
}


.the-side-show-price-art-2{
  float: left;
  width: 48%;
  margin: 0px 0px 15px 10px;
}




/*  adevert section */


.the-side-show-side-ads{
  padding: 20px; 
  margin: 0px 10px 15px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee; 
  float: left;
  width: 97.8% !important;
}


.the-side-show-price-ads{
  float: left;
  width: 97.8% !important;
  margin: 0px 0px 15px 10px;
}


.show{
  max-width: 100%
  height: 400px;
}
#show-img { 
  max-width: 100%; 
  height: 400px; 
}
.small-img{
  width: 100%;
  height: 70px;
  margin-top: 10px;
  position: relative;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}

.the-operations-got{
   
   margin-top: 10px;
   border-top: 1px solid #eaeaea;
}

.the-operations-got span{
    padding-top: 20px;
}



.apply-btn {
  padding: 20px 0;
  display: block;
}

.apply-btn a{

    border: 2px solid #a41f72;
    color: #a41f72;
    padding:6px 10px;
    display: inline-block;
}


/*
*  the job section 
*/

.the-company-img{
  display: inline-block;
  padding: 0px;
  float: left;
}

.the-company-img img{
  display: inline-block;
  max-height: 100px;
}


.the-company-descp{
  display: inline-block;
  padding: 0px;
  float: left;
}


.the-company-descp p span{
  display: inline-block;
  margin-right: 20px;
}


.the-destination-img{
  display: inline-block;
  padding: 0px;
  float: left;
}

.the-destination-img img{
  display: inline-block;
  max-height: 180px;
}

.location-details{
   padding: 0px !important;
}

.event-img img{
  max-width: 100%;
}

.the-map-containeer{

     width: 100%;
     margin-top: 20px;
}

#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #e7eaf0;

}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 400px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: #006EB6;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #a41f72;
  background-image: linear-gradient(-180deg, #0097d8, #a41f72 90%);
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}



.news-descp{
  text-align:left !important;
}


.change-color-themes{
  padding: 5px 0  0 0;
  border: 1px solid #ffffff;
  overflow-x: auto !important;
  white-space: nowrap !important;
  overflow-y: hidden !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.the-color{
  padding: 5px 0;
  width: 26px;
  height: 26px;
  display: inline-block;
}



.color1{
  margin: 3px;
}
.color1 .bg-top{
  background-color: #ed7600;
  height:13px;
  width: 100%; 
}
.color1 .bg-bottom{
  background-color: #0097d8;
  height:13px;
  width: 100%;
}

.color2{
  margin: 3px;
}

.color2 .bg-top{
   background-color: #ed7600;
   height:13px;
   width: 100%; 
}
.color2 .bg-bottom{
   background-color: #12803f;
   height:13px;
   width: 100%;
}

.color3{
    margin: 3px;
}

.color3 .bg-top{
   background-color: #a01e74;
   height:13px;
   width: 100%; 
}
.color3 .bg-bottom{
   background-color: #0097d8;
   height:13px;
   width: 100%;
}

.color4{
    margin: 3px;
}

.color4 .bg-top{
   background-color: #ed7600;
   height:13px;
   width: 100%; 
}
.color4 .bg-bottom{
   background-color: #808080;
   height:13px;
   width: 100%;
}
.color5{
    margin: 2px 3px;
}

.color5 .bg-top{
   background-color: #808080;
   height:13px;
   width: 100%; 
}
.color5 .bg-bottom{
   background-color: #0097d8;
   height:13px;
   width: 100%;
}
.color6{
     margin: 3px;
}

.color6 .bg-top{
   background-color: #0097d8;
   height:13px;
   width: 100%; 
}
.color6 .bg-bottom{
   background-color: #FFDF00;
   height:13px;
   width: 100%;
}
.color7{
     margin: 3px;
}

.color7 .bg-top{
   background-color: #a41f72;
   height:13px;
   width: 100%; 
}
.color7 .bg-bottom{
   background-color: #fdb724;
   height:13px;
   width: 100%;
}



/*
*  my shop section
*/

.shop-main-descp-my-shop{
    padding: 30px 0;
}

.shop-main-descp-my-shop h1{

   padding: 10px 0px;
   font-size: 18px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;

}

.shop-main-descp-my-shop h2{

   padding: 10px 0px;
   font-size: 16px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;

}

.shop-main-descp-my-shop section{
  padding: 4px 0;
  margin-top: -4px;
}

.shop-main-descp-my-shop section a{
    text-align: center;
    padding: 10px 14px;
    border-radius: 100px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    bottom: 20px;

}

.the-shop-got{
  margin: 0px 0 25px 0;
  overflow: hidden;
  max-height: 240px;
  position: relative;
}

.the-shop-got img{
  max-width: 100%;
}


.the-shop-got-inner{
  margin: 0px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 10px 15px;
  background-color: rgba(65, 66, 66, 0.6);
}

.the-shop-got-inner h3{
   padding: 3px 0px;
   font-size: 16px;
   line-height: 18px;
   font-weight: 700;
   color: #ffffff;   
   margin: 0px;
}

.the-shop-got-inner:hover h3{
  color: #eeeeee;
}


.the-shop-got-inner p{
   padding: 3px 0px;
   font-size: 14px;
   line-height: 16px;
   font-weight: 400;
   color: #ffffff;   
   margin: 0px;
}

   .cropit-preview {
        background-color: #f8f8f8;
        background-size: cover;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-top: 7px;
        width: 300px;
        height: 300px;
        margin: 0 auto;
      }

      .cropit-preview-image-container {
        cursor: move;
      }

      .image-size-label {
        margin-top: 10px;
      }

      #result {
        margin-top: 10px;
        width: 900px;
      }

      #result-data {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: break-word;
      }

.upload-pix .controls-wrapper {
    margin-top: 20px;
    text-align: center;
}     

.upload-pix .controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom, 
.upload-pix .controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.form-group-img{
  clear: both;
  max-width: 100%;
  max-height: 140px;
}


.the-btn{
    text-align: center;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background: #F18312;
    margin: 0px auto;
    top: -10px;
    float: right;

}

.the-btn2{
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border:1px solid #ffffff;
    margin: 0px auto;
    top: -15px;
    right: 5px;
}


.the-popup{
   background: rgba(0,0,0,0.7);
   position: fixed;
   top: 0px;
   left: 0px;
   z-index: 2000;
   height: 100%;
   width: 100%;
}


.the-pop-box{
   margin: 0 auto;
   padding: 30px 15px;
   width: 70%;
   margin-top: 10px;
   margin-left: 15%;
   background: #ffffff;
}


@media(max-width: 678px){
  .the-pop-box{
     width: 100%;
     margin-top: 10px;
  }
}



.the-closing-block{
  text-align: right;
  padding: 20px 15px;
}

@media(max-width: 678px){

  .the-closing-block{
    padding: 10px 15px;
  }

}

.the-closing-block .closing-block{
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}


.the-add-btn{
   margin: 15px 0;
}

.the-img-span-border{
  display: inline-block;
  position: relative;
}

.the-img-splash{
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0,0,0,0.4);
}

.the-span-text{
  padding: 0px 10px; 

}

.shop-logo-ban{

   float: left;
   width: 160px;
   margin-top: 10px;
   margin-right: 20px;
   height: 160px;
   text-align: center;
   line-height: 155px;
}



.shop-logo{

   float: left;
   width: 160px;
   margin-top: 10px;
   margin-right: 20px;
   height: 160px;
   border-radius: 100%;
   border: 2px solid #e7e8ea;
   text-align: center;
   line-height: 155px;
   background: #e7e8ea;
}

.shop-logo img{

   max-width: 100%;
   border-radius: 100%;
}

.the-top-shop-sect{
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  position: absolute;

}

.the-top-shop-sect-inner{
  float: right;
  width: auto;
  padding: 5px 20px;
  border-radius:  0 0 0 20px;
  background: #0097d8;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
}

.the-top-shop-sect-inner a{
   display: inline-block;
   padding: 5px 10px;
   color: #ffffff;
   font-weight: 600;
   cursor: pointer;
} 


.the-top-shop-sect-inner a:hover{
  color: #eeeeee; 
} 

.shop-logo-descp-2{
   float: left;
   display: inline-block;
   position: absolute;
   margin-top: 30px;
}

.shop-logo-descp-2 h1{

   padding: 28px 0px 6px 0px;
   font-size: 22px;
   line-height: 22px;
   font-weight: 700;
   color: #ffffff;   
   margin: 0px;
}

.shop-logo-descp-2 h2{
  
   padding: 4px 0px;
   font-size: 16px;
   line-height: 18px;
   font-weight: 700;
   color: #ffffff;   
   margin: 0px;
 }

.shop-logo-descp-2 p{
   padding: 4px 0px;
   font-size: 14px;
   line-height: 16px;
   font-weight: 400;
   color: #ffffff;   
   margin: 0px;
} 

.shop-logo-descp-2 p b{
   margin-right: 10px;
}

.shop-logo-descp-2 p a,
.shop-logo-descp-2 p a:hover,
.shop-logo-descp-2 p a:active{
   display: inline-block;
   padding: 10px 15px;
   border-radius: 20px;
   color: #ffffff;
}

.shop-logo-descp-2 p span{
   display: inline-block;
   margin-right: 15px;
}











.shop-logo-descp{
   float: left;
   display: inline-block;
   position: absolute;
   padding-top: 95px;
}

.shop-logo-descp h1{

   padding: 6px 0px;
   font-size: 24px;
   line-height: 26px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;
}

.shop-logo-descp h2{
  
   padding: 4px 0px;
   font-size: 16px;
   line-height: 18px;
   font-weight: 700;
   color: #333333;   
   margin: 0px;
 }

.shop-logo-descp p{
   padding: 4px 0px;
   font-size: 14px;
   line-height: 16px;
   font-weight: 400;
   color: #333333;   
   margin: 0px;
} 

.shop-logo-descp p a,
.shop-logo-descp p a:hover,
.shop-logo-descp p a:active{
   display: inline-block;
   padding: 10px 15px;
   border-radius: 20px;
   color: #ffffff;
}

.shop-logo-descp p span{
   display: inline-block;
   margin-right: 15px;
}
.shop-logo-descp .the-descpx{
   
   font-size: 15px;
   color: #000000; 
}


@media(max-width: 678px){
   
   .shop-logo{
     width: 80px;
     margin-right: 10px;
     height: 80px;
   }

  .shop-logo-descp h1{

     font-size: 18px;
  }

  .shop-logo-descp h2{
    
     line-height: 18px;
   }

  .shop-logo-descp p{
     font-size: 14px;
  } 

}

.share-title-tool{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 5px;
  cursor: pointer;
  max-width: 170px;
  margin-right: 7px;
  bottom: -90px;
  float: left;
  cursor: pointer;
  color: #444444; 

}

.text-add-tool{
  margin-top: 8px;
}

.share-title-tool label{
  width: 100%;
  text-align: center;
  display: block;
  font-size:11px;
  margin: 0px;
}

.share-title-tool  .fas{
   padding: 4px 10px;
   font-size: 20px; 
}

.share-title-tool select{
  max-width: 170px;
  padding: 4px 3px;
  background: transparent;  
  border: 0px;
  outline: none;
  z-index: 20000;
  background-color: #ffffff;
  margin: 0px;
}

.share-title-tool input{
  max-width: 170px;
  padding: 2px 3px;
  background: transparent;  
  border: 0px;
  outline: none;
  z-index: 20000;
  background-color: #ffffff;
  margin: 0px;
}

.font-select-active > span,
.font-select > span{
   max-width: 160px;
   margin: 1px 0;
}

.font-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px !important;
  font-family: ariel;


}


.font-select{
  max-width: 160px;
  bottom: -2px;
}

.font-select {
  font-size: 16px;
  width: 240px;
  position: relative;
  display: inline-block;
}

.font-select .fs-drop {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
  border-radius: 0 0 4px 4px;
}

.font-select > span {
  outline: 0;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 38px;
  line-height: 32px;
  padding: 3px 8px 3px 8px;
  color: #444;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Open Sans, sans-serif;
}

.font-select-active > span {
  background-color: #eee;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.font-select .fs-results {
  max-height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

.font-select .fs-results li {
  line-height: 80%;
  padding: 8px;
  margin: 0;
  list-style: none;
  font-size: 18px;
}

.font-select .fs-results li.active {
  background-color: #3875d7;
  color: #fff;
  cursor: pointer;
}

.font-select .fs-search {
  border-bottom: 1px solid #aaa;
  padding: 4px;
}

.font-select .fs-search input {
  padding: 7px;
  width: 100%;
  border: 1px solid #aaa;
  font: 16px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  border-radius: .1875rem;
}


.tool-items{
  cursor: pointer;
}


.editorImagesStyles{
  clear: both;
  padding: 0px;
}

.editorImagesStyles img {
   
   width: 100px;
   height: 100px;
    margin: 0;
    /*border-radius: 50rem;*/
}

.the-attached-img{
 width: 120px;
    height: 120px;
   padding: 10px;
   float: left;
   border:20px;
   position: relative;
}


.the-attached-img .remove_field{
   position: absolute;
   height: 18px;
   width:18px;
   font-size: 17px;
   display: inline-block;
   top: 15px;
   right: 15px;
   color: #ffffff;
   line-height: 18px;
   text-align: center;
}




/**
    the login form section 
*/
.login-background{
    min-height: 100vh;
    min-width: 1090px;
    background: url('../img/login_background.png') no-repeat center top;
    background-size:  200% 200%;
}


.the-top-banner-section{
  background: #f18312;
  min-height: 10vh; 
  min-width: 1090px !important;
}


.the-center-section{
  min-height: 85vh; 
}


.the-bottom-banner-section{
  background: #f18312;
  min-height: 5vh; 
}

.hidden-large{
  display: none;
  visibility: hidden;
}

@media(max-width: 867px){

   .the-top-banner-section{
      /*background: #f18312;
      visibility: hidden;
      display: none; */
    }

   .login-background{
    /*min-height: 100vh;
    background: url('../img/login_background.png') no-repeat center;
    background-size:  100% 100%;*/
   }

  .the-top-banner-section{
    height: 8vh; 
  }

  .the-bottom-banner-section{
      background: #f18312;
      min-height: 5vh; 
      visibility: hidden;
      display: none; 

  }

  .hidden-large{
    display: inline-block;
    visibility: visible;
  }
}



.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #F18312;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #F18312;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color:#F18312;
}

.the-logo-section{
  margin: 0px;
}


.the-logo-section img{
   max-height: 50px;
   min-height: 50px;
   max-width: 100%;
   cursor: pointer;
}


.the-logo-section-inner{
  margin: 0px;
}


.the-logo-section-inner img{
   max-height: 50px;
   min-height: 50px;
   max-width: 100%;
   cursor: pointer;
}



/**
    the dashboard section 
*/
.body-background{
  min-height: 100vh;
  background: #ffffff;
  /* high lighted -  ed7600 */
}

.the-logo-section{
  margin: 0;
  padding: 0;
}

.the-logo-section img{
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 50px;
}


.inner-banner-section{
  padding: 10px 0 5px 0;
  background: #f18312;
  width: 100%;
  min-width: 1090px !important;
}



.the-search-form{
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px 5px 0 0px;
}



@media(max-width: 768px){

  .the-search-form{
    display: block;
    float: none;
    margin: 5px 5px 0 0px;
    clear:both;
    width: 100%;
    left: 0px;
    padding: 10px;
    position: absolute;
  }


  .hide-search-bar{
       display:  none;
       visibility: hidden;
  }

} 

.the-search-form input,
.the-search-form input:focus,
.the-search-form input:hover{
   border-radius: 8px;
   padding: 10px 25px 10px 45px !important;
   border: 0px;
   background: rgba(255,255,255,0.9) url('../img/search.png') 15px center no-repeat;
   background-size: 20px;
}



@media(max-width: 768px){

    .the-search-form input,
    .the-search-form input:focus,
    .the-search-form input:hover{
       border-radius: 30px;
       padding: 10px 25px 10px 45px !important;
       border: 0px;
       border: 1px solid #888888;
       background-size: 20px;
    }


}


.the-user-icon{
  max-height: 35px;
  max-width: 100%;
}

.the-small-logo{
  width: 6% !important;
  padding-top: 6px;
  padding: 0 15px;
}

.the-small-logo img{
  max-height: 40px;
}


.zthe-small-search{
  width: 24% !important;
  padding: 0 15px;
  padding-top: 2px;
}

.the-small-menu-icons{
  width: 70% !important;
  padding: 1px 15px;
}

/*
@media(max-width: 768px){
   
  
  .the-small-menu-icons{
      width: 85% !important;
  }

  .the-small-logo{
      width: 15% !important;
      padding-top: 6px;
  }

  .the-small-logo img{
      max-height: 40px;
  }

  .the-small-search{
    position: absolute;
    margin-top: 50px;
  }
}
*/
.menu-no-border-bottom{
  border-bottom: 0px !important;
}

.descrption-commenting-text{
    padding: 10px;
    clear: both;
}


.descrption-commenting-text-inner{
    padding: 0px;
    margin: 0px;
}



/*
*   the chat section 
*/

.the-pop-box-2{
    padding: 0px 0px;
    background: #ffffff;
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
}

@media(max-width: 987px){
    
  .the-pop-box-2{
    width: 70%;
    margin-top: 10px;
  }

}


@media(max-width: 687px){
    
  .the-pop-box-2{
    width: 100%;
    height: 100vh;
    margin-top: 0px;
  }

}

.chat-title{
  padding: 15px 20px 13px 20px;
  background: #F18312;
}

.the-po-sect{
  margin-left: 15px;
  color: #555555;
}

.chat-title h2{

   padding: 0px 0px 0px 0px;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;     
   margin: 0px;
}

.the-pop-box-2 h2 i{
   cursor: pointer;
   margin-top:4px;
   color: #ffffff;
}

.the-pop-box-2-list{
    max-height: 500px;
}

.the-poster-section{
  border:1px solid #fff;
  float: left;
  width: 60%;
  margin: 0;
}

.the-poster-section h3{
   padding: 1px 5px;
   font-size: 16px;
   font-weight: 700;
   color: #333333;     
   margin: 0;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.the-poster-section-2{

  border:1px solid #fff;
  float: right;
  width: 38%;
  text-align: right;
  margin: 0;
}

.the-poster-section-2 h4{
   padding: 3px 5px 4px 5px;
   font-size: 13px;
   font-weight: 400;
   color: #333333;     
   margin: 0px;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.the-poster-section-3{

  border:1px solid #fff;
  width: 100%;
  margin: 30px 0 0 0;
}

.the-poster-section-3 p{
   padding: 1px 5px;
   font-size: 14px;
   font-weight: 400;
   color: #333333;     
   margin: 0px;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.the-pop-box-2-list{
  margin: 0px;
  padding: 0px;
  border: 1px solid #fff;
}

.recent-list{
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
  max-height: 380px;
  margin:10px 0;
}

.the-pop-box-2-list-item{
  margin: 0px;
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}

.the-pop-box-2-list-item img{
   width: 60px;
   height: 60px;
   border-radius: 100%;
   margin: 9px 6px 6px 6px;
   float: left;
}


.the-pop-box-2-list-item .the-item-descp{
   padding: 6px;
   padding-left: 65px; 
}

.the-pop-box-2-list-item .the-item-descp section{
   padding: 6px;
}



.the-pop-box-2-chating{
    padding: 20px 10px;
}

.the-pop-box-2-chating-bubble-left{
    padding: 0px 10px;
    clear: both;
}


.the-pop-box-2-chating-bubble-left .the-poster{
    padding: 10px 10px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 0px;
    float: left;
    border-radius: 50%;
}

.the-pop-box-2-chating-bubble-left .the-message{
    border-radius: .3rem;
    color: #444;
    margin: 5px 10px 0 65px;
    padding: 5px 10px;
    position: relative;
}



.the-message-side{
  margin: 0px !important;
  top: 0;

}

.the-pop-box-2-chating-bubble-left .the-message section{

    padding: 10px;
   font-size: 16px;
   font-weight: 500;
   color: #333333;     
   margin: 0px;
   display: inline-block;
   border-radius: 10px;
   background: #d2d6de;
   border: 1px solid #d2d6de;

}

.the-pop-box-2-chating-bubble-left .the-message div img{
   max-width: 100%;
   max-height: 140px;
}


.the-pop-box-2-chating-bubble-left .the-message .the-time{
   padding: 1px 0px;
   font-size: 13px;
   font-weight: 300;
   color: #333333;     
   margin: 0px;
}






.the-pop-box-2-chating-bubble-right{
    padding: 0px 10px;
    clear: both;
    text-align: right ;
}


.the-pop-box-2-chating-bubble-right .the-poster{
    padding: 10px 10px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 0px;
    float: right;
    border-radius: 50%;
}

.the-pop-box-2-chating-bubble-right .the-message{
    border-radius: .3rem;
    color: #444;
    margin: 5px 65px 0 10px;
    padding: 5px 10px;
    position: relative;
}


.the-pop-box-2-chating-bubble-right .the-message section{

    padding: 10px;
   font-size: 16px;
   font-weight: 500;
   color: #ffffff;     
   margin: 0px;
   display: inline-block;
   border-radius: 10px;
   background: #F18312;
   border: 1px solid #F18312;

}

.the-pop-box-2-chating-bubble-right .the-message div img{
   max-width: 100%;
   max-height: 140px;
}


.the-pop-box-2-chating-bubble-right .the-message .the-time{
   padding: 1px 0px;
   font-size: 13px;
   font-weight: 300;
   color: #333333;     
   margin: 0px;
}



.the-pop-box-2-chating-outer{
    max-height: 500px;
}

.the-pop-box-2-chating{
  margin: 0px;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #fff;
  max-height: 440px;
}


.text-chat-text{
     padding: 10px;
     background: #f9f9f9;
}


.text-chat-text input{
     padding: 10px;
     width: 76%;
}


.text-chat-text i{
     padding: 12px 0;
     width: 10%;
     text-align: center;
     cursor:pointer;
}



.text-chat-text-2{
     padding: 10px;
     background: #f9f9f9;
}


.text-chat-text-2 input{
     padding: 10px;
     width: 88%;
}


.text-chat-text-2 i{
     padding: 12px 0;
     width: 10%;
     text-align: center;
     cursor:pointer;
}



/*  profile section design */

.profile-banner{
  margin: 0px;
  padding:0px;
  position: relative;
  overflow: hidden;
  max-height: 300px;
}


.profile-banner img{
  margin: 0px;
  padding:0px;
  max-width: 100%;
}

.profile-banner-inner{
  margin: 0px;
  padding:20px;
  position: absolute;
  height: 100%;
  width: 100%; 
  top: 0;
}  


.profile-banner-inner-side{
  float: right;
  display: inline-block;
  padding: 20px 15px;
  text-align: right;
}


.profile-banner-inner-side span{
  cursor: pointer;
  /*background-color: #ed7600;
  background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
  */
  background: #0097d8;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
  color: #ffffff;
  display: inline-block;
  clear: both;
  margin-top: 10px;
  padding: 7px 10px;
  text-align: center;
  font-size: 13px;

}

.profile-banner-inner-side i{
  cursor: pointer;
  background-color: #e7e7e9;
  background-image: linear-gradient(-180deg, #bcbdc1, #e7e7e9 90%);
  color: #333333;
  display: inline-block;
  clear: both;
  margin-top: 10px;
  padding: 7px 10px;
  text-align: center;
}


.the-snap-descp-connections{
  float:left;
  width: 100%;
  margin-top: 43.5px;
  position: absolute;
  padding-left: 160px;
}


.the-user-got{
  float: left;
  width: 30%; 
  margin: 0 0 0 0px;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}


.the-user-settings{
  float: left;
  width: 70%; 
  margin: 0 0 0 0px;
  padding: 1px 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.the-user-settings p{

   float: left;
   width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  padding: 0px 0;
  margin: 0;
}


.the-user-settings-privacy,
.the-user-settings-privacy:hover,
.the-user-settings-privacy:active,
.the-user-settings-privacy:visited{
  float: left;
  width: 10%; 
  margin: 0 0 0 0px;
  padding: 14px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center; 
  background: #999;
}


.the-lower-btn{
  width: 100%;
  clear: both;
}


.the-lower-btn-left{
   width: 100%;
   float: left;
   padding: 10px 0 0 0;
}


.the-lower-btn-right{
    width: 20%;
   float: left;
   padding: 0px;
}

.the-lower-more-settings{
  background-color: #ed7600;
  background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
  margin: 0 0 0 0px;
  padding: 4px 10px;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  position: absolute;
  display: none;
}

.the-lower-more-settings p{

  font-weight: 400;
  color: #000000;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 0;
  margin: 0px;

} 

.the-lower-more-settings p b{
  font-size: 13px;
}




/*
* about the account section 
*/

.the-about-details{
  margin: 0;
  padding: 0
}


.the-about-details h1{
  margin: 0;
  padding: 0
  font-weight: 800;
  color: #000000;
  font-size: 22px;
  line-height: 18px;
  padding: 2px 0 2px 0;
  margin: 0 0 15px 0;
}

.the-about-details .title-sect{
  margin-top: 20px;
  display: inline-block;
}


.the-about-details h2{
  margin: 0;
  padding: 0
  font-weight: 700;
  color: #F18312;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0  8px 0;
  margin: 0px;
}

.each-detail-got{
  padding: 0 0 10px 0;
  margin: 0;
}

.each-detail-got h3{
  margin: 0;
  padding: 0
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  padding: 2px 0;
  margin: 0 0 5px 0;
}


.each-detail-got p{
  margin: 0;
  padding: 0
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 0;
  margin: 0 0 5px 0;
  margin: 0px;
}

.the-about-details h6{
   margin-bottom: 15px !important;

}
.the-about-details h6 a{
  margin: 0;
  padding: 0
  font-size: 16px !important;
}


.the-flow-side{
  float: left;
}

.the-gallery-section{
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}  


.the-gallery-section-iiner{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background: #ffffff;
  text-align: center;
}


.the-gallery-section-iiner img{
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.the-gallery-section-iiner  .connection-details{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 6px 10px;
  background: rgba(0,0,0,0.4);

  text-align: left;
}



.the-gallery-section-iiner  .connection-details h4{
  margin: 0;
  padding: 0
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0;
  margin: 2px 0;
}

.the-gallery-section-iiner  .connection-details h4 i{
   color: #ed7600;
   margin-right: 5px;
}

.the-gallery-section-iiner  .connection-details p{
  margin: 0;
  padding: 0
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  padding: 1px 0;
  margin: 0;
}



.the-gallery-section-iiner  .connection-details h5{
  margin: 0;
  padding: 0
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  padding: 5px 0;
  margin: 0;
}

.the-gallery-section-iiner  .connection-details h5 span.connected{
    padding: 3px 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    background-color: #ed7600;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}

.the-gallery-section-iiner  .connection-details h5 span.notconnected{
    padding: 3px 6px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    font-weight: 600;
    background-color: #ed7600;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}

.the-gallery-section-iiner  .connection-details h5 span i{
   margin-left: 5px;
}

.filtering-out{
  text-align: right;
  width: 40%;
  font-size: 13px;
}

.filtering-out b{
  float: left;
  width: 30%;
  margin-top: 24px;
}

.filtering{
  float: right;
  width: 70% !important;
  padding: 0;
}


.filtering select{
  display: inline-block;
  width: 100px;
  margin: 0 0 0 5px !important;
  margin-left: 5px;
  padding: 5px 10px !important;
}


.filtering{
  padding: 10px 0;
  margin: 0;
  width: 100%;
}


.filtering div{
  padding: 10px 0;
  margin: 0;
  float: left;
  width: 33.3%;
  border-bottom: 2px solid #777777;
  text-align: center;
  font-weight: 700;
  color: #777777;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}


.filtering div.active{

  border-bottom: 2px solid #ed7600;
  color: #ed7600;
}



.filtering-notification div{
  padding: 10px 0;
  margin: 0;
  float: left;
  width: 33.3%;
  border-bottom: 2px solid #777777;
  text-align: center;
  font-weight: 700;
  color: #777777;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}



.filtering-notification{
  width: 100% !important;
  padding: 0;
}


.filtering-notification div.active{

  border-bottom: 2px solid #ed7600;
  color: #ed7600;
}

.uploading-pics,.uploading-pics:visited,.uploading-pics:active,.uploading-pics:hover {
    padding: 4px 12px;
    margin-left: 15px; 
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    background-color: #ed7600;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}

.uploading-pics-count{

    font-size: 14px;
    font-weight: 600;
}

.uploading-pics-border{
}



.the-photos-images{
   
   width: 25%;
   padding: 5px;
   float: left;
   position: relative;

}


.the-photos-images img{
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.the-photos-images .remove_field {
    position: absolute;
    height: 18px;
    width: 18px;
    font-size: 17px;
    display: inline-block;
    top: 15px;
    right: 15px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}



.uploading-snaps{
   
  margin: 0;
  font-weight: 500;
  color: #ed7600;
  font-size: 16px;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;  
}

.the-edit-section i{
  cursor: pointer;
  margin-left: 5px;
  color: #ffffff;
}

.the-title{
    margin: 0px 0 10px 0;
    padding: 0px 0px 4px 0px; 
    color: #F18312;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}


.the-title h2 span{
  font-size: 13px;
  cursor: pointer;
  color: #F18312;
}



.notification-block{
   padding: 10px 0;
   clear: both;

}

.notification-block p{
    margin: 0px 0;
    padding: 2px 0px; 
    font-size: 15px;
    font-weight: 600;
}


/*
*   the connections 
*/




.filtering-connections div{
  padding: 10px 0;
  margin: 0;
  float: left;
  width: 25%;
  border-bottom: 2px solid #777777;
  text-align: center;
  font-weight: 700;
  color: #777777;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}



.filtering-connections{
  width: 100% !important;
  padding: 0;
}


.filtering-connections div.active{

  border-bottom: 2px solid #ed7600;
  color: #ed7600;
}


.the-connection{
  margin-top: 25px;
}

.the-gallery-section-iiner  .connection-details-2{
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
  padding: 0 0;
}

.the-gallery-section-iiner  .connection-details-2 i{
  border: 1px solid #ffffff;
  padding: 5px 7px;
  display: inline-block;
  background: #0097d8;
  color: #ffffff;
  cursor: pointer;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
}

.user-details{
  padding: 10px 0;
}


.user-details h2{
    padding: 0;   
   margin: 0;
   font-size: 18px;
   font-weight: 700;
   color: #333333;
   line-height: auto;
}

.user-details p{
   padding: 0; 
   margin: 0;
   font-size: 13px;
   font-weight: 400;
   color: #333333;  
   line-height: auto;
}


/*
*   the group section additional part
*/

.the-group-details{
  margin: 0 0 20px 0; 
  background: #fff;
}

.the-group-details-img{
  margin: 0;
}

.the-group-details-img img{
  margin: 0;
  max-width: 100%;
}


.the-group-details-descp{
  margin: 0;
  padding: 10px 10px;
}

.the-group-details-descp h2{
   padding: 0 0 6px 0;   
   margin: 0;
   font-size: 14px;
   font-weight: 700;
   color: #333333;
   line-height: auto;
}

.the-group-details-descp h3{
   padding: 0 0 6px 0;   
   margin: 0;
   font-size: 13px;
   font-weight: 700;
   color: #333333;
   line-height: auto;
}

.the-group-details-descp p{
   padding: 0; 
   margin: 0;
   font-size: 13px;
   font-weight: 400;
   color: #333333;  
   line-height: auto;
   /*
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.the-group-details-descp p b{
  font-weight: 600;
  color: #F18312;
  text-transform: uppercase;
  font-size: 10px;
}


.group-btn, .group-btn:visited, .group-btn:active, .group-btn:hover {
    padding: 2px 10px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    background-color: #ed7600;
    cursor: pointer;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
}


.group-btn-details, 
.group-btn-details:visited, 
.group-btn-details:active, 
.group-btn-details:hover {
    padding: 2px 10px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;    
    background-color: #393939;
    background-image: linear-gradient(-180deg, #7c7a7a, #393939 90%);
}


@media(max-width: 768px){

  .the-small-group-pic{
     width: 30% !important;
  }

  .the-small-group-descp{
       width: 70% !important;
  
  }

  .the-suggestions{
    width: 50% !important;
    float: left !important;
  } 
}

.connections-filter-wide{
  padding: 0 6px 0 10px;
}

.margin-bottom-20{
  margin-bottom: 20px;
}


.the-pop-box-2-list-main-page{
   background: #ffffff;
}


.the-pop-box-2-list-main-page .recent-list-main{
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
  max-height: 650px;
  margin:10px 0;
}

.pulling-left{
  float: left;
}

.the-logo-section-2{
  
  margin-top: 7px;
  text-align: center;
  float: left;
  width: 50%;
  padding: 0 20px;
}

.gallery-shop{
    border: 0px solid red;
}

.gallery-shop .large-image:hover ~ .controls,
.gallery-shop .controls:hover {
  opacity: 1;
}


.gallery-shop .controls {
  opacity: 0;
  position: absolute;
  top: 40%;
  transition: all .15s ease-in-out;
  width: 100%;
}

.gallery-shop .controls .prev-button,
.gallery-shop .controls .next-button {
  /*background-color: rgba(0,0,0,.4);*/
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
  outline: none;
  padding: 15px;
  position: absolute;
  transition: all .15s ease-in-out;
  width: 30px;
}
.gallery-shop .controls .prev-button:hover,
.gallery-shop .controls .next-button:hover {
  /*background-color: rgba(0,0,0,.5);*/
}
.gallery-shop .controls .prev-button {
  left: 10px;
}

.gallery-shop .controls .prev-button svg{
  margin-top:-27px;
  margin-left: -25px;
}



.gallery-shop .controls .next-button {
  right: 10px;
}

.gallery-shop .controls .prev-button.inactive,
.gallery-shop .controls .next-button.inactive {
  /*background-color: rgba(123,123,123,.6);*/
}
.gallery-shop .controls .prev-button.inactive:hover,
.gallery-shop .controls .next-button.inactive:hover {
  /*background-color: rgba(123,123,123,.7);*/
}
.gallery-shop .controls svg {
  fill: #fff;
  width: 25px;
  margin: 0;
}

.gallery-shop .controls .next-button svg{
  margin-top:-27px;
  margin-right: 30px;
}


.gallery-shop .thumbnails {
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.gallery-shop .thumbnails > div{
  border: 1px solid #ffffff;
  padding: 1px;
}

.gallery-shop .thumbnails > div.active {
  border: 2px solid  #f18312;
}
.event-apply-section{
  padding: 15px;
}

.event-apply-section div{
  padding: 15px;
  width: 33.3%;
  margin:0px;
  float: left;
}


@media(max-width: 678px){

  .event-apply-section div{
    padding: 15px;
    width: 100%;
    margin:0px;
    float: left;
  }


  .event-apply-section div.the-stats{
    padding: 15px;
    width: 50%;
    margin:0px;
    float: left;
  }

}

.reg-apply-btn {
  padding: 10px 0 6px 0;
  display: block;
}

.reg-apply-btn a{

    border: 2px solid #a41f72;
    color: #a41f72;
    display: block;
    width: 100%;
    padding:6px 10px;
    display: inline-block;
}


.sharing-btns{
  border-top: 0px 1px solid red;
  padding: 20px 0;
  text-align:center;
}

.sharing-btns span{
    display: inline-block;
    width: 15% !important; 
    padding: 10px 5px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.sharing-btns span:hover{
   cursor: pointer;
   color: #F18312;
}

.uppercase{
  text-transform: uppercase;
} 

.left-text{
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 600;
}


.left-text-top{
  display: inline-block;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 600;
}


.float-left{
  float: left;
}

.border-down-low{
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}

.left-margin-10{
  margin-left:10px !important;
  display: inline-block;
}

.the-btn-top{
  margin-top: -5px;
  float: right;
}

.shop-filter{
  padding: 10px 0;
}

.shop-filter span {
    color: #fff;
    border: 2px solid #5b5b5b;
    background: #5b5b5b;
    text-align: center;
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.shop-filter span:hover {
    color: #fff;
    border: 2px solid #333333;
    background: #333333;
}

.the-order-section{
  margin: 0;
  padding: 10px 0 10px 10px;
}


.the-order-section h2{
  color: #5b5b5b;
  padding: 1px 10px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}


.the-order-section p{
  color: #5b5b5b;
  padding: 1px 10px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.the-order-section p span{
  display: inline-block;
  margin-right: 10px;
}


.the-order-section p b{
  display: inline-block;
  margin-right: 10px;
  width: 20px;
}

.the-order-section p .fa{
  text-align: center;
}

.the-order-detail-pic{
  
  float: left;
  width: 30%;
}

.the-order-detail-pic img{
  max-width: 100%;
  padding: 6px 10px 6px 0;

}


.the-order-detail{
  
  float: left;
  width: 70%;
  padding-bottom: 10px;
  padding-right:5%;

}

.the-order-sect{
  background-color: #ffffff;
}

.details-btn{
  border: 1px solid #F18312;
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;

}

.margn-left-10{
  margin-left: 10px;
}



/*    the profile section got       */

.the-profile-descp-section{
  position: absolute;
  bottom: -50px; 
  left: 0;
}


.the-profile-descp-section-out{
  min-height: 300px;
  margin: 0;
  margin-bottom: 70px;
  background: url('../img/pix.png') no-repeat  center;
}

.change-dp-pic-2{
  margin-bottom: 0 !important;
}

.the-profile-icon{
  left: -25px;
}

.change-dp-pic-2 {
    border: 1px solid #ffffff;
    background-image: linear-gradient(-180deg, #F18312, #ed7600 90%);
    color: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    float: right;
    text-align: center;
    line-height: 35px;
                    
    margin-left: 6px;    
    margin-bottom: 10px;
    cursor: pointer;
    cursor: pointer;
}

.thne-shop-menu-sect{
  margin: 0;
  width: 100%;
  background:#0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg,
  #7fcff4,
  #0097d8 90%);
  padding: 0px 0px;
  z-index: 3000;
}


.thne-shop-menu-sect li{
  padding: 0 !important;
}


.thne-shop-menu-sect li a{
  padding-left: 15.9px !important;
  padding-right: 15.9px  !important;
  font-size: 13px;
}


.the-adver-outer-section{
  padding: 0 0 15px 0;
}

.the-product-outer-ad{

    margin: 0;
    padding: 5px 10px;
}


.the-advert-inner{
  margin: 0 0 10px 0;
  padding: 0;
  max-height: 200px;
  overflow: hidden;
}

.the-advert-inner img{
  margin: 0;
  padding: 0;
  max-width: 100%: 
}

.the-topabout-padding{
   margin-bottom: 100px;
   margin-left: 195px;
   padding: 0 30px 0 0;
   font-size: 16px;
}






.the-shop-menuchat{
  padding: 0;
}

.the-shop-menuchat a,
.the-shop-menuchat a:hover,
.the-shop-menuchat a:active,
.the-shop-menuchat a:visited{
   color: #ffffff;
}

.the-shop-menuchat li{
  padding: 8px 10px;
  margin: 0px;
  display: block; 
  background: #0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
}

.the-shop-menuchat li.first-child {
    background: #ffffff !important;
    color: #7fcff4;
    font-size: 18px;
    font-weight: 600;
}


.the-shop-menuchat a li:first-child i {
    color: #ffffff;
    background: #7fcff4;
    padding: 8px 8px;
    font-size: 20px;
    border-radius: 5px;
}

.the-shop-menuchat li sup {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid #ffffff;
    background-color: #ed7600;
    background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 20px;
    float: right;
    right: -3px;
    top: -2px;
    text-align: center !important;
    cursor: pointer;
    text-transform: uppercase;
}


.the-shop-menuchat li a{
  
  display: block;
  font-size: 14px;
  padding: 15px 25px;
  color: #ffffff;



}








.main-side-menu-2chat{
  
   float: left;
   width: 100%;
   margin-top: 0;
   padding: 0px 0px;
  background: #0097d8;
  background-image: none;
  background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);

}


.main-side-menu-2chat ul{
   padding:0px;
   margin: 0px;
   list-style: none;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;

}


.main-side-menu-2chat ul li{

  padding:0px 15px;
  margin: 0px;
  display: inline-block !important;
  text-transform: uppercase;

}


.main-side-menu-2chat ul li a{

  display: inline-block;
  font-size: 13px;
  padding: 15px 5%;
  color: #ffffff;

}


/**   more products     */

.onproducts{
  padding-left: 190px;
}


.shuffle-group {
      position: relative;
      width: 100%;
      margin-bottom: 10px;
      overflow: hidden;
}

    .shuffle-group .shuffle-me {
      width: 31.9%;
      float: left;
      margin: 5px;
    }

    .shuffle-mefull{
      width: 99% !important;
    }

    .images img{
      max-width: 100%;
    }

    .shuffle-group .shuffle-me:first-child {
      width: 66%;
      float: left;
      height: 431px;
    }
    .shuffle-group .shuffle-me:first-child h1 {
      margin-top: 190px;
      font-size: 30px;
    }



    .shuffle-me {
      width: 25%;
      height: 150px;
      margin: 2%;
      display: block;
      position: relative;
      float: left;
      width: 26%;
      height: 209px;
    }

    .info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.35);
      padding: 20px;
      text-align: center;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }

    .info h1 {
      font-weight: bold;
      color: white;
      font-size: 20px;
      margin: 55px 0 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0;

    }

    .info h1 a {
     color: #fff;
    }
    .info h2 {
      margin-top: 0;
      color: white;
      font-size: 14px;
      font-family: georgia;
      font-style: italic;
    }

    .shuffle-group {
      position: relative;
      width: 100%;
      margin-bottom: 10px;
    }

    .shuffle-group .shuffle-me {
      width: 31.9%;
      float: left;
      margin: 5px;
    }

    .shuffle-group .shuffle-me:first-child {
      width: 66%;
      float: left;
      height: 431px;
    }
    .shuffle-group .shuffle-me:first-child h1 {
      margin-top: 190px;
      font-size: 30px;
    }
    body .socials {
      margin-bottom: 0;
      margin-top: 25px;
    }

  #carbonads {
  --width: 180px;
  --font-size: 14px;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: var(--width);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, .1);
  background-color: hsl(0, 0%, 98%);
  font-size: var(--font-size);
  line-height: 1.5;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: var(--width) !important;
  width: var(--width);
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 8px;
}

.carbon-poweredby {
  display: block;
  padding: 10px var(--font-size);
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    float: none;
    margin: 0 auto;
    max-width: 330px;
  }
  #carbonads span {
    position: relative;
  }
  #carbonads > span {
    max-width: none;
  }
  .carbon-img {
    float: left;
    margin: 0;
  }

  .carbon-img img {
    max-width: 130px !important;
  }
  .carbon-text {
    float: left;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: left;
    max-width: calc(100% - 130px - 3em);
  }
  .carbon-poweredby {
    left: 130px;
    bottom: 0;
    display: block;
    width: 100%;
  }}



  .the-destination-title{
    padding: 10px 0;
  }

  .the-destination-title h1{
    padding: 0 0 3px 0;  
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333333; 
   }


  .the-destination-title h4,
  .the-destination-title h6{
    padding: 0 0 3px 0;  
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333333; 
   }

   .the-destination-title h6 .discount {
    color: #FFA500;
    margin: 0 5px;
    font-weight: 600;
   }


  .the-destination-title p{
    padding: 0 0 3px 0;   
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
   }



.viewbox-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 700;
}
.viewbox-body{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.viewbox-header{
  margin: 10px;
}
.viewbox-content{
  margin: 10px;
  width: 300px;
  height: 300px;
}
.viewbox-footer{
  margin: 10px;
}
.viewbox-content .viewbox-image{
  width: 100%;
  height: 100%;
}

/* buttons */
.viewbox-button-default{
  cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
}
.viewbox-button-default{
  fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
  position:absolute;
  top:10px;
  right: 10px;
  z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
  position:absolute;
  top: 50%;
  height: 128px;
    width: 128px;
  margin: -64px 0 0;
  z-index:9;
}
.viewbox-button-next{
  right: 10px;
}
.viewbox-button-prev{
  left: 10px;
}

/* loader */
.viewbox-container .loader{
  widows: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
  margin: 0;
  padding: 0;
}
.viewbox-container .loader .spinner{
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #999;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.the-gal-ing{
  margin: 0;
}


.the-gal-ing img{
  max-width: 100%;
}



/** the electronic */

.bywho{
  clear: both;
  margin-top: 20px !important; 
}


.the-electronic-product{
  display: none;
}

.the-product-descp:hover .the-electronic-product{
  padding: 10px 15px;
  cursor: pointer;
  visibility: visible;
  animation-delay: 5ms;
  animation-name: fadeIn;
  display: block;
}

.snap-container{
  min-height: 560px;
}


.accordion {
  margin: 20px 0;   
}

.accordion dt{
  padding: 15px 0 0 0;
}

.accordion dt a{
  padding: 0;
  margin:  0;
  color:   #333333;
}

.activex{
  border-bottom: 3px solid #F18312 !important;
  color: #F18312 !important;
}

.accordion dt i{
  cursor: pointer;
}

.accordion section{
  padding: 20px;
  font-family: Open Sans, sans-serif !important;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #F18312;
  background: rgba(241, 131, 18, 0.1);
}

.accordion section .write-review-write{

  background: transparent;
}

.accordion section h6{
  padding: 10px 0;
  font-family: Open Sans, sans-serif !important;
  color: #11111;
  font-size: 18px;
  font-weight: 600;
}


.left-sect{
  float: left;
  width: 20%;
}


.right-sect{
  float: left;
  width: 80%;
}

.event-date h5{
  font-size: 18px;
}

.event-date p{
  font-size:22px;
  font-weight: 700;
}

.thefashionsnap{
  min-height: 590px;
}


.the-electronic-product-fashion p{
   overflow: hidden;
   float: left;
   width: 60%;
}


.the-electronic-product-fashion h6{
   overflow: hidden;
   float: left;
   width: 40%;
   padding-left: 10px;
   padding-right: 5px !important;
   padding-top: 4px !important;
   text-align: right !important;
   font-style: none !important;
   font-weight: 600;
}


.detail-btnx-games{
 
   text-align: center;
   display: block !important;
   border:1px solid red  !important; 
   display: block  !important;
   padding: 5px 0  !important;
}

.detail-btn-games a,
.detail-btn-games a:hover,
.detail-btn-games a:visited,
.detail-btn-games a:active{
   border: 0px solid transparent !important;
   outline: none; 
   display: block !important;
   font-size: 14px;
   padding: 10px 15px;
   margin: 8px 0 !important;
   border-radius: 0 !important;
   color: #ffffff;
   background: #0097d8;
   background-image: linear-gradient(-180deg, #7fcff4, #0097d8 90%);
   background-position: -0.5em center !important;
}

.items-left-bookings-price{
   background-color: #66676b;
   background: linear-gradient(-180deg, #444446, #66676b 90%) !important;
   color: #ffffff;
   padding: 8px 10px;
   font-size: 14px;
   margin-top: 0;
   float: left;
}


.thegamer-border{
   border: 1px solid #0097d8;
   padding: 8px !important;
   background: #0097d8;
}  

.items-left-bookings-price-off{
   color: #ffffff;
   font-size: 14px;
   font-weight: 600;
   background-color: #ed7600;
   background-image: linear-gradient(-180deg, #fcb97b, #fc7e00 90%);
   padding: 6px 8px;
   font-size: 14px;
   float: right;
}

.items-left-bookings-price-off sup{
    font-size: 12px;
    text-transform: uppercase;
}



/*  health **/

.the-rating-health{
  float: left;
  width: 60%;
  padding-top: 14px !important;
}


.the-rating-details{
  float: right;
  width: 40%;
}

.the-rating-details a{
   border-radius: 0 !important;
}

.drug-prices{
  
  padding: 5px 15px;
  margin-bottom: 30px !important;
  background: #ed7600;
  display: inline-block !important;

}

.drug-prices p{
  width: 100%;
  padding: 4px 0;
  margin: 0;
  display: block;
  background: transparent !important;
}

.drug-prices p b{
  font-size: 16px;
}


.drug-prices p span{
  background: transparent !important;
  display: inline-block;
  font-size: 16px;
  opacity: 0.6 !important;
}

.drug-prices p sup{

  display: inline-block;
  margin-left: 6px !important;
  opacity: 0.6 !important;

}


.the-maincount span{
  float: left;
  width: 30px;
  text-align: center;
  padding-top: 4px;
}

.the-maincount span i{
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}

.the-maincount div{
  float: left;
  width: 50px !important;
  text-align: center;
}

.the-maincount div input{
  width: 100% !important;
  padding: 1px 4px; 
  text-align: center;
}

.qtty-section{
  float: left  !important;
  width: 50% !important;
  padding-right: 6px;
}

.no-marginb{
  margin-bottom: 0 !important;
}

.mt-6{
  margin-top: 10px !important;
}


.btn-primary-22{
  display: block !important;
  margin-top: 28px !important;
  padding: 6px 15px !important;
}


.img-outer-job{
  width: 20%;  
   float: left;
}


.the-product-inner-2{
  background: #ffffff;
}


.side-outer-job{
   width: 79%;
   float: left;
   padding:20px 15px;
}

.side-outer-job h3{

   padding: 0 0 5px 0;
   font-size: 14px;
   font-weight: 500;
   color: #333333;     
   margin: 0px;

}

.side-outer-job h3 a{
  color: #0097d8;
}

.side-outer-job h4{

   padding: 0 0 0;
   font-size: 20px;
   font-weight: 800;
   color: #333333;     
   margin: 0px;
}

.side-outer-job h4 a,
.side-outer-job h4 a:hover{
  color: #333333;
}


.side-outer-job h5{

   padding: 0 0 14px 0;
   font-size: 14px;
   font-weight: 500;
   color: #333333;     
   margin: 0px;

}


.side-outer-job h6{

   padding: 0 0 6px 0;
   font-size: 14px;
   font-weight: 500;
   color: #333333;     
   margin: 0px;

}

.side-outer-job h6 span{
   margin: 0;
   padding: 0;
   margin-right: 15px;
}

.the-rating-details-job{
  width: 100%;
  display: block;
}

.the-rating-details-job a{
   margin-top: 10px;
   display: inline-block;
   border-radius: 0 !important;
   padding: 6px 10px !important;
}

.the-motot-gallery div img{
  max-width: 100%;
}

.the-gal-group{
  background: #0097d8;
  padding: 5px 0;
}

.the-gal-group div{

  float: left !important;
  width: 33.3% !important;
  padding: 5px !important;
  margin: 0 !important;
  overflow: hidden;
}

.the-gal-group div img{
  text-align: center;
}




    .the-slider-section{
      padding: 20px 0;
    }


    .main-slider-section{
      position: relative;
    }


    .main-img{
      overflow:       hidden;
      vertical-align: middle;
      text-align:     center;
      padding:        0;
      margin:         0 0 20px 0;
    }


    @media(max-width: 768px){

      .main-img{
        margin:  0 0 20px 0;
        max-height: 250px;
      }
    }
    
    .main-img img{
       padding: 0;
       min-width: 100%;
       max-width: 100%;
    }

  
    .the-caption-section-out{
         
       position: absolute;
       width: 100%;
       height: 100%;
       bottom: 0;
       left:   0;  
       background: rgba(0,0,0,0.3);
    }


     .the-caption-section-out:hover{

       background: rgba(0,0,0,0.6);
     }

   .the-caption-section{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:   0;
    padding: 20px;
   }
     
   .the-caption-section h4{
      margin-bottom: 30px;
   }

   .the-caption-section h4 a{
     color: #ffffff;
     font-size: 18px;
   }


    .the-caption-section h4 a:hover,
    .the-caption-section h4 a:active{
      color: #ffffff;
    }

   .the-caption-section h5{
    
     color: #ffffff;
     font-size: 16px;
}

.the-caption-section h5 a{
     
     background: #ffffff;
     padding: 8px 15px 10px 15px;
     color: #f18312;
     font-size: 12px;
     border-radius: 30px;
     
}

@media(max-width: 768px){

  .the-caption-section h4 a{
   font-size: 20px;
  }
  .the-caption-section h5{
    color: #ffffff;
    font-size: 16px;
  }

 }

.main-main-item-section{
   padding: 10px 10px;
   position: relative;
   border: 1px solid #eeeeee;
   margin: 0;
}


.main-main-item-section h4{
  padding: 0;
  margin: 0;
}
.main-main-item-section h4 a{
     color: #000000;
     font-size: 14px;
}

.main-main-item-section h4 a:hover,
.main-main-item-section h4 a:active{
      color: #000000;
}



.main-main-item-section img{
  padding: 0;
  margin: 0;
  max-width: 60px;
  float: right;
  right: 10px;
  bottom: 10px;
  position: absolute;
}


.main-main-item-section p{
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.main-main-item-section p a{
     color: #000000;
     font-size: 12px;
}

.main-main-item-section p a:hover,
.main-main-item-section p a:active{
      color: #000000;
}

.shop-for-destinations{
  margin: 30px 0;
}

.comment-block{
  padding: 10px 0;
  margin: 0 0 5px 0;
}

.the-hop-bottom-section-left{
   width: 62%;
   float: left;
   padding: 0;
   margin: 10px 1.5%
}


.the-hop-bottom-section-right{
   width: 32%;
   float: left;
   padding: 0;
   margin: 10px  1.5%;
}

.the-hop-section-inner{

   background-color: #fff;
    border: 1px solid #d6d6d6;
   padding: 20px 15px;
   margin-bottom: 20px;
}

.the-hop-section-inner h2{

   padding: 0 0;
   margin: 0 0 20px 0;
   font-size: 20px;
   font-weight: 700;
   color: #333333;     

}


.the-hop-section-inner p{

   padding: 0 0;
   margin: 0;
   font-size: 16px;
   color: #333333;     
   margin: 0px;

}

.the-item-image{
  float: left;
  width: 30%;
  padding: 10px 10px 10px 0;
}

.the-item-image img{
  max-width: 100%;
}

.the-item-descp{
  float: left;
  width: 70%;
  padding: 10px 10px 10px 0;
}

.the-qty{
   margin-left: 10px;
}

.the-shop-image{
  height: 120px;
  overflow: hidden;
}

.the-shop-image img{
  max-width: 100%;
}

.the-product-s{
  float: left;
  width: 25%;
  padding: 0 10px !important; 
}

.main-main-item-section p{
  font-size: 13px;
}


.main-main-item-section h6{
  font-size: 13px;
}

.the-categories-section-left{
  padding: 0 15px 20px 15px;
}

.the-top-cat-menu{
  float: left;
  width: 10%;
  padding: 10px 8px;
  border: 1px solid #999999;
}


.the-top-cat-menu .the-text-iconx{
  font-size: 13px;
  text-align: center;
  color: #000000;
  font-weight: 500;
}

.the-active-menu-item{
  border: 1px solid #f18312;
}

.the-active-menu-item 
.the-text-iconx,
.the-top-cat-menu 
.the-text-iconx:hover{
  color: #f18312 !important;
}

.the-menu-contenta{
  clear: both;
  margin-top: 30px;
}

.the-menu-contenta h2{
  width: 100%;
  padding:   20px 0 5px 0;
  font-size: 16px;
  color:   #444444;
}

.the-cat-menu-half{
  width: 50%;
  margin: 0px;
}

.the-cat-menu-half h3{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  color:   #444444;
}

.the-cat-menu-half h3 a{
  width:   100%;
  padding: 0;
  margin:  0;
}

.the-cat-menu-half h3 a:hover{
   text-decoration: underline; 
}

.the-cat-menu-half ul{
  width:   100%;
  padding: 0;
  margin:  0;
  color:   #444444;
}


.the-cat-menu-half ul li{
  padding:  0;
  margin:  0;
  color:   #444444;
  display: inline-block;
  width:   49% !important;
}

.the-cat-menu-half ul li a{
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}

.the-cat-menu-half ul li a:hover{
  color: #f18312;
  text-decoration: underline;
}














.container{
  padding: 0px;
  margin: 0px auto;
  min-width: 1090px !important;
}






.error-page{
  padding: 5% 2%;
  text-align: center !important;
  width: 100% !important;
}


.error-page h4{
   font-size: 200px;
   font-weight: 700;
}


.error-page h6{
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  margin: 0 auto !important;
}


.error-page .btn{
   width: 120px;
}