@font-face {
    font-family: "OpenSans";
    src: url('../fonts/OpenSans/OpenSans-Light.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}

html, body {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right:0px !important;
    margin-right:0px !important;
    height: auto; 
    display: table;
    font-weight: 100;
    font-family: "OpenSans","Montserrat","Segoe UI","Segoe WP", "Lucida Grande", "Lucida Sans Unicode",helvetica, serif, sans-serif;
    font-size: 16px;
    background: url('../images/system/texture-01.jpg') repeat;
    position: relative;
}

header{
   background: url('../images/system/texture-01.jpg') repeat;
   width: 100%;
   height: auto;
}

footer{
   position: relative;
   bottom: 0px; 
   color: #fff;
   width: 100%;
   padding-bottom: 100px;
   min-height: 200px;
   /*border-top: 1px solid #C0C0C0; */
   background: #006E8C;
   padding-top: 20px;
   font-size: 14px;
   padding: 0px;
   /*background: url('../images/system/footer-galaxy-sm.jpg') no-repeat 100%;*/
}

header.ss-auth-header{
  /*min-height: 60px;*/
}

body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom
{
      margin-right: 0!important;
}

.modal{
 overflow-y: auto;
}

.modal-open{
 overflow: auto;
}

/*@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .navbar-toggle {
        display: none;
    }

    .navbar-header button {
        display: block;
    }
}*/

/** Phone number input style **/
.iti-flag {background-image: url("../img/flags.png");}

.intl-tel-input {width: 100%;}

.iti {
    width: 100%;
    color: #000;
    z-index: 1000;
}
/** End of phone number style **/

.ss-cart-checkout-bottom{
    position: fixed;
    bottom: 0px;
    z-index: 2000;
    background: #fff;
    padding: 20px;
    width: 100%;
}

.ss-cart-checkout-bottom .ss-display-inline{
    display: inline-block;
}

#ss-newsletter-signup{
   border-bottom: 0.2px solid #9c9c9c;
   padding-bottom: 40px;
   color: #fff;
}

#ss-footer-wrapper{
   background: rgba(0,0,0,0.5);
   min-height: 200px;
   padding-top: 20px;
}

#ss-public-search-form{
   background-color: #fff;
}

#ss-public-search-form #ss-public-search-input{
    -webkit-border-radius: 25px 0px 0px 25px !important;
    -moz-border-radius: 25px 0px 0px 25px !important;
    border-radius: 25px 0px 0px 25px !important;
}

#ss-public-search-form #ss-search-box-btn{
    -webkit-border-radius: 0px 25px 25px 0px !important;
    -moz-border-radius: 0px 25px 25px 0px !important;
    border-radius: 0px 25px 25px 0px !important;
}

#ss-subscribe-footer-form input[type=email]{
    -webkit-border-radius: 30px 0px 0px 30px !important;
    -moz-border-radius: 30px 0px 0px 30px !important;
    border-radius: 30px 0px 0px 30px !important;
}

#ss-subscribe-footer-form .btn{
    -webkit-border-radius: 0px 30px 30px 0px !important;
    -moz-border-radius: 0px 30px 30px 0px !important;
    border-radius: 0px 30px 30px 0px !important;
}

.ss-add-cart-btn{
     -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


@media only screen and (min-width: 992px){
   #ss-public-search-form{
     /* margin-left: -20px;*/
      min-width: 400px;
   }
}

@media only screen and (min-width: 481px) and (max-width: 991px){
   #ss-public-search-form{
      margin-left: 0px;
      /*margin: 0px;*/
      /*padding: 0px;*/
      min-width: 200px;
      width: 100%;
      /*width: 200px;*/
      /*border: 5px solid blue;*/
   }
}

#ss-public-search-results{
   width: 100%;
   background: rgba(0,0,0,0.4);
   color: #fff;
   display: none;
   position: absolute;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 2px 2px #C0C0C0;
}

#ss-public-search-results a{
  background: rgba(0,0,0,0.3);
  color: #fff;
}

#ss-public-search-results a:hover{
  background: rgba(0,0,0,0.5);
}

.modal-open[style] {
  padding-right: 0px !important;
}

.modal-open, .modal-open .navbar-fixed-top {
  margin-right: auto !important;
}

body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}

/*:not(#ss-public-search-results):active{
   display: none;
}*/

/*.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}*/

body.modal-open-noscroll
{
    margin-right: 0!important;
    overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom
{
      margin-right: 0!important;
}

.modal-open-noscroll .navbar-default, .modal-open .navbar-default 
{
  margin-right: 0!important;
}

/** Phone number input style **/
.iti-flag {background-image: url("../images/system/flags.png");}

.intl-tel-input {width: 100%;}
/** End of phone number style **/

.navbar-header {
    position: relative;
    z-index:1;
}

/*section {*/
/*   min-height: 400px;*/
/*}*/

section.ss-full-height{
   min-height: 800px;
}

.ss-nav-arrow-icon{
  float: right;
}

.ss-verified-icon{
  width: 20px;
  height: 20px;
}

/** Header style **/

.ss-cart-nav-link{
  padding: 10px;
}

.ss-cart-nav-link a.btn{
  color: #fff !important;
}

.ss-cart-nav-link a.btn:hover{
  background: #419641 !important;
}

.s-nav-bar{
  background: #fff;
}

a:hover{
  text-decoration: none;
  color: #e68523;
}

a.click{
  text-decoration: none;
}

a.ss-no-link-style:hover{
  text-decoration: none;
  color: #fff;
}


option{
  padding: 5px 10px 5px 10px;
  background: #fff;
  color: #000 !important;
  border: none !important;
}

optgroup{
  border: none;
}

option:hover{
  background: #f5f5f5 !important;
}

option:first-child{
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-bottom: 5px 5px 0px 0px;
}

option:last-child{
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.ss-parent-category-container{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.ss-parent-category-img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 480px){
    .ss-parent-category-container{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
}

.ss-category-content{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    background: linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    color: #fff;
    padding: 40px;
}

.ss-category-content h2{
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0px 0px 5px #000;
}

.ss-category-content p{
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 0px 5px #000;
}

.ss-category-text{
    position: absolute;
    bottom: 0px;
    padding-bottom: 40px;
}

.ss-stories-banner{
    position: relative;
}

.ss-stories-content{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    background: linear-gradient(top,rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    color: #fff;
    padding: 40px;
}

.ss-stories-content h3{
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0px 0px 5px #000;
}

.ss-ss-stories-content p{
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px 0px 5px #000;
}

.ss-stories-text{
    position: absolute;
    bottom: 0px;
    padding-bottom: 40px;
}

#ss-search-box-btn{
   color: #999;
   background: #fff;
}

#ss-public-search-form input[type=text]{
  -webkit-border-radius: 25px 0px 0px 25px !important;
    -moz-border-radius: 25px 0px 0px 25px !important;
    border-radius: 25px 0px 0px 25px !important;
}

#ss-search-box-btn{
  -webkit-border-radius: 0px 2px 2px 0px !important;
  -moz-border-radius: 0px 2px 2px 0px !important;
  border-radius: 0px 2px 2px 0px !important;
  background: #fafafa;
  box-shadow: none;
  border-left: none;
}

#ss-main-nav{
  position: relative;
  overflow: visible;
}

#ss-main-nav ul li{
  text-align: center;
}

#ss-main-nav .dropdown-menu{
  padding: 0px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

#ss-main-nav .dropdown-menu .media-heading{
  font-weight: bold;
}

#ss-main-nav .dropdown-menu li{
  text-align: left;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

#ss-main-nav .dropdown-menu li a{
  padding: 5px 10px;
  color: #006E8C;
}

#ss-main-nav ul li .ss-link-highlight{
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #e68523;
  display: none;
}

#ss-main-nav ul li .ss-nav-label{
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.ss-brand-logo{
   height: 100px;
   width: 100px;
}

.ss-textarea{
  font-size: 14px;
  width: 100%;
}

/*.tox.tox-tinymce {*/
/*    border-bottom: none !important;*/
/*}*/

.ss-textarea img{
  width: 100% !important;
}

textarea{
    /*padding: 7px;
    height: 22px;
    max-height: 200px;
    resize: none;
    overflow-y: visible;
    font-size: 14px;*/
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}

textarea::-webkit-scrollbar {
  width: 10px;
  cursor: default;
}
textarea {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
textarea::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
textarea::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.ss-textarea-no-resize{
  resize: none !important;
  min-height: 80px;
}

.ss-textarea-plane{
   border: none;
}

/*.ss-brand-details::after{
   content: " for developers";
   font-weight: bold;
   display: inline-block;
}*/

@media only screen and (max-width: 768px) {
  .ss-auth-nav-container-fixed{
    position: relative;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px){
  .ss-auth-nav-container-fixed{
    position: fixed;
    height: 100%;
    width: 240px;
    z-index: 100;
    overflow: scroll;
  }
}

@media only screen and (min-width: 1200px){
  .ss-auth-nav-container-fixed{
    position: fixed;
    height: 100%;
    width: 260px;
    z-index: 100;
    overflow: scroll;
  }
}

/** Auth account links style **/
#ss-auth-account-links{
  text-align: center;
  color: #909090;
  font-size: 12px;
}

#ss-auth-account-links a{
   font-size: 12px;
   color: #909090;
   margin-left: 20px;
}

#ss-auth-account-links p{
   margin-top: 20px;
}

#ss-auth-account-links img{
   height: 25px;
   width: auto;
}
/** End of auth account links style **/

/** Control buttons style **/
.ss-control-btn{
   background: transparent;
   font-size: 8px;
   text-align: center; 
   margin-bottom: 10px;
   width: 100%;
   color: #606060;
}

.ss-control-label{
   display: block;
   text-align: center;
}

.ss-control-icon{
  display: block;
  font-size: 20px;
}
/** End of control buttons style **/

/** Thumbnail style **/
.ss-thumbnail{
   text-align: center;
   position: relative;
   box-shadow: none;
   width: 100%;
   padding: 0px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   margin-bottom: 10px;
}

.ss-thumbnail .ss-thumbnail-banner{
   width: 100%;
   height: 80px;
   background: url('../img/light-bright.jpg') no-repeat 100% 100%;
   /*margin-bottom: 30px;*/
}

.ss-thumbnail .ss-thumbnail-banner-lg{
   width: 100%;
   height: 180px;
   background: url('../img/light-bright.jpg') no-repeat 100% 100%;
   /*margin-bottom: 50px;*/
}

.ss-thumbnail .ss-thumbnail-avatar{
   position: absolute;
   top: 40px;
   width: 100%;
   text-align: center;
   color: #909090;
}

.ss-thumbnail .ss-thumbnail-avatar-lg{
   position: absolute;
   top: 105px;
   width: 100%;
   text-align: center;
   color: #909090;
}

.ss-thumbnail .ss-thumbnail-avatar img{
   width: 80px;
   height: 80px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   /*position: relative;
   top: -50px;*/
   border: 2px solid #fff;
   box-shadow: 0px 0px 3px #C0C0C0;
}

.ss-thumbnail .ss-thumbnail-avatar-lg img{
   width: 150px;
   height: 150px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   /*position: relative;
   top: -50px;*/
   border: 4px solid #fff;
   box-shadow: 0px 0px 3px #C0C0C0;
}

.ss-thumbnail .caption{
  padding-top: 35px;
  height: auto;
}

.ss-thumbnail .caption-lg{
   padding-top: 60px;
   min-height: 180px;
}

.ss-thumbnail .caption h4{
   font-size: 14px;
   font-weight: bold;
}

.ss-thumbnail .caption p{
   font-size: 12px;
}
/** End of thumbnail style **/

.ss-thumbnail-lg{
  height: 200px;
  width: 200px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.ss-no-radius, .ss-custom-thumbnail, .ss-thumbnail-lg, .ss-media, .ss-media-body{
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
}

.ss-custom-thumbnail img, .ss-thumbnail img, .ss-thumbnail-lg img{
   width: 100%;
   height: auto;
}

@media only screen and(max-width: 480px){
  .ss-center-media-sm{
     text-align: center;
     width: 100%;
  }

  .ss-thumbnail-lg{
    margin: 0 auto;
  }
}

#ss-site-pages-logo{
  position: relative;
  top: 12px;
  height: 50px;
}

#ss-site-logo{
  position: relative;
  top: 20px !important;
  height: 40px;
  max-width: 200px;
}

.ss-search-container{
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 992px){
  /*.navbar-brand{*/
  /*  min-width: 150px;*/
  /*}*/
}

@media only screen and (min-width: 992px) and (max-width: 1500px){
  #ss-navbar-brand-full{
      display: none !important;
  }
  #ss-navbar-brand-min{
      display: block !important;
  }
}

@media only screen and (min-width: 1501px){
    #ss-navbar-brand-full{
      display: block !important;
      }
      #ss-navbar-brand-min{
          display: none !important;
      }
}

@media only screen and (max-width: 480px){

}

.ss-margin-top-search{
    margin-top: 28px;
    width: 100%;
}

.ss-site-logo-sm{
  position: relative;
  top: 12px;
  height: 50px;
}

.ss-site-logo-lg{
  position: relative;
  top: 15px;
  height: 80px;
}

#ss-home-search{
  background: #fff;
  padding-bottom: 20px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 10px #000;
  margin-bottom: 20px;
}

#ss-home-search select{
   width: 100%;
}
/** End of header style **/


/****** Multi step form style *********/
.ss-multi-step-form{
  /*background: -webkit-linear-gradient(top,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:    -moz-linear-gradient(top,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:     -ms-linear-gradient(top,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:      -o-linear-gradient(top,#00A4D3 6%,#006E8C 90%,#00A4D3);*/
  /*background: #006E8C;*/
  color: #006E8C;
  padding-bottom: 20px;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
}

.ss-multi-step-form .ss-step-container span{
  display: block;
  text-align: center;
}

.ss-multi-step-form .ss-step-container .ss-step-number{
   height: 50px;
   width: 50px;
   border: 5px solid #FFA834; 
   border-radius: 25px;
   margin: 0 auto;
   text-align: center;
}

.ss-pale-green{
  color: #9fc748;
}

.ss-multi-step-form .ss-step-container .ss-step-active{
    /*background: #9fc748; */
    height: 70px;
    width: 70px;
    border-radius: 35px;
}

.ss-multi-step-form .ss-step-container .ss-step-completed{
    border: 5px solid #5cb85c;
}

.ss-multi-step-form .ss-step-container .ss-step-active .ss-step-number-tag{
  position: relative;
  top: 18px;
}

.ss-multi-step-form .ss-step-container .ss-step-number-tag{
  text-align: center;
  vertical-align: center;
  font-weight: bold;
    position: relative;
    top: 8px;
}

.ss-multi-step-form .ss-step-tag, .ss-multi-step-form .ss-step-instruction{
   font-size: 12px;
   font-weight: bold;
}

.ss-custom-content-no-top-radius{
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF; 
  padding-bottom: 20px;
  padding-top: 20px;
}

.ss-multi-step-form h3{
  text-align: center;
}
/****** End of Multi step form style *********/

/** Testimonials style **/
#ss-testimonials{
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f6f9fc;
}

.ss-testimonial{
  text-align: center;
}

.ss-testimonial-avatar{
   height: 100px;
   width: 100px;
   overflow: hidden;
}

.ss-testimonial-avatar img{
   width: 100%;
   height: auto;
   text-align: center;
}
/** End of testimonials style **/

/** Featured schools style **/
#ss-management-features{
   background: #fff;
}

#ss-featured-schools{
   background: #fff;
   padding-bottom: 20px;
}

#ss-featured-schools .ss-school-profile{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
/** End of featured schools style **/

/** Featured products **/


#ss-shopping-products{
   background: #fff;
   padding-top: 80px;
}

#ss-featured-products{
   background: #fff;
   padding-bottom: 20px;
}

#ss-checkout-btn{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}

#ss-featured-products .ss-product-thumbnail{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
/** End of featured products **/

/** Check boxes styles **/
.ss-radio input[type=radio], .ss-checkbox input[type=checkbox]{
  margin-top: 6px;
  color: steelblue;
}
/** End of check boxes styles **/

/** Upload company profile page style **/
.ss-upload-logo-container{
    text-align: center;
}

.ss-upload-logo-subcontainer{
    text-align: center;
}

@media only screen and (min-width: 769px){
  .ss-upload-logo-subcontainer{
     width: 500px;
  }
}

.ss-upload-logo-progress{
    margin-top: 20px;
}

.ss-upload-logo-subcontainer{
    margin: 0 auto;
    padding: 50px 10px;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
   /* background: -webkit-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:    -moz-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:     -ms-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:      -o-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    box-shadow: 0px 0px 5px #000;*/
}

.ss-upload-logo{
   margin: 0 auto;
   position: relative;
   width: 230px;
   height: 230px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 2px dashed #006E8C;
   text-align: center;
}

.ss-hover-shadow{
   background: rgba(0,0,0,0.5);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   webkit-transition: background 0.5s ease-in;
   -moz-transition: background 0.5s ease-in;
   -o-transition: background 0.5s ease-in;
   transition: background 0.5s ease-in;
}

.ss-content-controls{
   background: #fff;
   position: absolute;
   bottom: 0px;
   border-radius: 0px 0px 10px 10px;
   border: 1px solid #C0C0C0;
   z-index: 100;
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
}

.ss-content-controls .ss-form-controls{
  padding-bottom: 20px;
}

.ss-upload-logo img{
   width: 100%;
   height: 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.ss-upload-logo .ss-upload-content{
   position: absolute;
   top: 40px;
   left: 0px;
   width: 100%;
   height: 100%;
}

.ss-hover-shadow:hover{
   cursor: pointer;
   background: rgba(0,0,0,0.6);
}

#ss-upload-field, .ss-upload-field{
   display: none;
}

.ss-next-btn{
  width: 100%;
  overflow: auto;
}

.ss-next-btn img{
   height: 60px;
   width: auto;
   float: right;
}

.ss-upload-content span{
   display: block;
}

.ss-upload-content{
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}

.ss-upload-content .ss-upload-plus-sign{
   color: #006E8C;
   font-size: 120px;
   text-align: center;
/*   margin-top: 40px;*/
   margin-left: auto;
   margin-right: auto;
}

.ss-upload-content .ss-upload-text{
   margin-top: 35px;
   text-align: center;
   color: #489FBD;
   font-weight: bold;
   font-size: 20px;
   margin-left: auto;
   margin-right: auto;
}

#ss-upload-logo-form{
   margin-bottom: 10px;
}

#ss-upload-logo-form button{
   width: 230px;
}

#ss-image-preview{
   margin-bottom: 10px;
}

/** End of upload company profile page style **/

/** Plane list style **/

/** Accordia style **/
.ss-content-accordian{
   box-shadow: none;
   border: none;
   margin: 0px;
}

.ss-content-accordian .panel{
   box-shadow: none;
   border: none;
}

.ss-content-accordian .panel-heading{
  background: #f5f5f5 !important;
  border: none;
}

.ss-accordian .ss-accordian-list{
  list-style: none;
  box-shadow: none;
  border: none;
  margin: 0px;
}

.ss-accordian .ss-accordian-list a{
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-accordian .panel{
  margin: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-accordian .panel:first-child{
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px;
}

.ss-accordian .panel:last-child{
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}

.ss-accordian .panel-heading{
  padding: 0px;
  margin: 0px;
}

.ss-accordian .panel-body{
  padding: 0px;
  margin: 0px;
}

.ss-accordian .panel-heading a{
  background: #f5f5f5;
  font-weight: bold;
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.ss-accordian .panel-heading a:hover{
  text-decoration: none;
}
/** End of accordian style **/

/** Tabs list style **/
.ss-list-tabs{
    background: #fff;
    position: relative;
    margin-bottom: 5px;
    box-shadow: 0px 0px 2px #C0C0C0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 5px; /* spacing between columns */
}
.ss-list-tabs li, .ss-list-tabs a{
    display: inline-block !important;
    margin: 10px !important;
    padding: 8px !important;
    background: #f5f5f5;
    font-size: 14px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

@media only screen and (max-width: 768px){
    .ss-list-tabs{
        background: #fff;
        position: relative;
        margin-bottom: 5px;
        box-shadow: 0px 0px 2px #C0C0C0;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
        gap: 5px; /* spacing between columns */
    }
    .ss-list-tabs li, .ss-list-tabs a{
        display: inline-block !important;
        margin: 10px !important;
        padding: 8px !important;
        background: #f5f5f5;
        font-size: 14px;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        border-radius: 20px !important;
    }
}

.ss-list-tabs li .ss-float-right, .ss-list-tabs a .ss-float-right{
    margin-top: 3px;
}

.ss-position-relative-top-mdlg{
    position: relative;
}

.ss-fixed-md-12, 
.ss-fixed-md-6, 
.ss-fixed-md-4,
.ss-fixed-md-3{
    position: fixed;
    top: 60px;
    left: 0;
    background: #f5f5f5;
    z-index: 1000;
}

@media only screen and (max-width: 768px){
    .ss-list-tabs li, .ss-list-tabs a{
        display: inline-block !important;
        margin: 10px !important;
        padding: 8px !important;
        background: #f5f5f5;
        font-size: 12px;
        -webkit-border-radius: 20px !important;
        -moz-border-radius: 20px !important;
        border-radius: 20px !important;
    }
    
    .ss-fixed-md-12, 
    .ss-fixed-md-6, 
    .ss-fixed-md-4,
    .ss-fixed-md-3{
        position: relative;
        top: 0px;
        left: 0;
        background: #f5f5f5;
        z-index: 1000;
    }
}
/** End of tabs list style **/

/** End of plane list style **/
.ss-list-plane li{
  list-style: none;
  box-shadow: none;
  border: none;
}

.ss-list-plane{
  border: none;
  box-shadow: none;
}

.ss-list-square li, .ss-list-square a{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.ss-list-square{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}
/** Table list style **/
.ss-table-list-panel-body{
   padding: 0px;
}

.ss-table-list a, .ss-table-list li{
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
   border: none;
   box-shadow: 0px 0px 2px #C0C0C0;
}

.ss-table-list a:last-child, .ss-table-list li:last-child{
  -webkit-border-radius: 0px 0px 4px 4px !important;
  -moz-border-radius: 0px 0px 4px 4px !important;
  border-radius: 0px 0px 4px 4px !important;
}

/*.st-table-list a:hover{
   background: #93BF7E;
   color: #fff;
}*/

.ss-table tr td:first-child, .ss-table tr th:first-child {
   padding-left: 20px !important;
}

.ss-table tr td:last-child, .ss-table tr th:last-child {
  padding-right: 20px !important;
}

.ss-table-list li:hover{
   background: #fafafa;
}

.ss-table-list .ss-control-key{
   display: inline-block;
}

.ss-table-list{
  margin-bottom: 0px;
  overflow: auto;
}

.ss-list-user-avatar{
   margin-right: 10px;
}
.ss-list-user-avatar img{
   height: 40px;
   width: 40px;
   border: 1px solid #fafafa;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
}

.ss-list-item-section{
   display: inline-block;
   padding-bottom: 8px;
   margin-right: 20px;
}

.ss-list-item-section .ss-list-item-section-control{
   border: none;
   background: transparent;
   box-shadow: none;
   color: #C0C0C0;
}

.ss-list-item-section .ss-list-item-section-control:hover{
  color: #000;
}

.ss-list-item-section .ss-list-item-section-control:visited{
  background: transparent;
}

.ss-list-item-section .st-list-item-section-control:active{
  background: transparent;
}

.ss-list-item-section-right{
  float: right;
  margin-left: 20px;
  margin-right: 0px;
}

.ss-list-item-section-left{
  float: left;
}
/** End of table list style **/

/** Accordian options style **/
.ss-options-container{
   padding-bottom: 10px;
   border-bottom: 1px solid #C0C0C0;
   margin-bottom: 10px;
}

.ss-options-collapse-row{
  margin: 0px 0px 0px 0px;
}

.ss-options-col{
  padding: 0px;
}

.ss-options-row{
    margin: 0px; 
}

.ss-options-col{
  padding: 0px;
}

.ss-options-col a{
  border: none;
  border-radius: 0px !important;  
  background: #fcf8e3;
}

.ss-options-col .ss-list-group{
  box-shadow: none; 
  padding: 0px;
  margin: 0px;
}

.ss-options-collapse-row a{
  background: #f5f5f5;
}
/** End of accordian options style **/

/** Pricing page style **/
#ss-school-manager-pricing{
  background: url('../images/system/school.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.ss-price-plan{
  text-align: center;
  background: #fff;
  color: #000;
  padding: 20px;
}

.ss-public-plan{
  padding-bottom: 140px;
  border-top: 5px solid #8d6cab;
  border-bottom: 5px solid #8d6cab;
  border-radius: 5px;
}

.ss-private-plan{
  padding-bottom: 140px;
  border-top: 5px solid #7cb82f;
  border-bottom: 5px solid #7cb82f;
  border-radius: 5px;
}

.ss-economy-plan{
  padding-bottom: 140px;
  border-top: 5px solid #7cb82f;
  border-bottom: 5px solid #7cb82f;
  border-radius: 5px;
  text-align: left;
}


.ss-professional-plan{
  padding-bottom: 140px;
  border-top: 5px solid #7cb82f;
  border-bottom: 5px solid #7cb82f;
  border-radius: 5px 5px 0px 0px;

    /*box-shadow: -5px -5px 10px #000;*/
}
/*#sg_professional_plan_col{
  box-shadow: 0px 0px 10px #000;
}*/

.ss-premium-plan{
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 5px solid #8d6cab;
  border-bottom: 5px solid #8d6cab;
  border-radius: 0px 5px 0px 0px;
  -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

@media only screen and (max-width: 480px){
   .ss-premium-plan{
      margin-top: 0px;
    }
}

@media only screen and (min-width: 481px){
   .ss-premium-plan{
      margin-top: 80px;
    }
}

.ss-starter-plan{
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 5px solid #8d6cab;
  border-bottom: 5px solid #8d6cab;
  border-radius: 5px 0px 0px 0px;
  -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}

.ss-price-plan .ss-list-group{
  box-shadow: none; 
  border: none;
}

.ss-price-plan .ss-list-group li{
  box-shadow: none; 
  border: none;
}

.ss-feature-desc{
  border: 1px solid #C0C0C0;
  box-shadow: 0px 0px 5px #7cb82f;
  /*background: -webit-linear-gradient(top, );*/
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.ss-feature-desc:hover{
   box-shadow: 0px 0px 10px #7cb82f;
}

.ss-feature-desc .ss-feature-icon{
  font-size: 55px;
  color: green;
}

/*********** Read more collapse feature **********/
.classical-read-more, .classical-read-more-close{
  color: green;
  float: right;
  cursor: pointer;
}

.classical-read-more:hover, .classical-read-more-close:hover{
  text-shadow: 0px 0px 2px #ccc;
}

.classical-read-more-hidden{
  display: none;
}

.ss-read-more-block-left .classical-read-more-close, .ss-read-more-block-left .classical-read-more{
  display: block;
  float: none;
}
/************* End of Read more collapse feature **********/

/********** Pack Benefits Page Style ***********/
.ss-pack-benefits{
  margin: 10px 0px;
  padding: 0px;
}

.ss-starter-pack, .ss-standard-pack, .ss-custom-pack{
  width: 100% !important;
}

.ss-col{
  padding: 0px;
  margin: 0px;
}

.ss-pack-tag{
  color: #006E8C;
  font-size: 12px;
}

.ss-pack-tag-post{
  color: green;
}

.ss-pack{
  font-weight: bold;
  color: #006E8C;
}

.ss-starter-pack .ss-pack{
  background: #EDEDED;
}

.ss-standard-pack .ss-pack{
  background: lightblue;
}

.ss-custom-pack .ss-pack{
  background: lightgreen;
}

.ss-benefit-ok-icon, .ss-benefit-no-icon{
  float: right;
}

.ss-benefit-ok-icon{
  color: green;
}

.ss-benefit-no-icon{
  color: lightgrey;
}

.ss-pack-benefits .ss-star-rating-container, .ss-pack-benefits .ss-pack-name{
  display: inline-block;
}

.ss-pack-benefits .ss-star-rating-container{
  position: relative;
  top: 3px;
}

.ss-benefit-icon{
   background: #006E8C;
   font-size: 28px;
   color: #fff;
   padding: 10px;
   width: 50px;
   height: 50px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
}
/********** Pack Benefits Page Style ***********/
/** End of pricing page style **/

/** Home page style **/

#ss-welcome-container-wrapper{
   background: #fff;
   padding-bottom: 60px;
   padding-top: 50px;
   background: url('../images/system/galaxy.jpg');
}

#ss-benefits-container-wrapper{
   background: #fff;
   padding-bottom: 60px;
   padding-top: 50px;
}

.ss-brand-icon{
  color: #fff;
  font-size: 30px;
  padding: 15px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  background-color: #006E8C;
  background: -webkit-linear-gradient(top left,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:    -moz-linear-gradient(top left,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:     -ms-linear-gradient(top left,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background:      -o-linear-gradient(top left,#00A4D3 6%,#006E8C 90%,#00A4D3);
  background: #e68523; 
}

.ss-brand-icon-lg{
    color: #fff;
  font-size: 50px;
  padding: 20px;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
      -ms-border-radius: 45px;
       -o-border-radius: 45px;
          border-radius: 45px;
}

.ss-brand-icon-sm{
    color: #fff;
  font-size: 25px;
  padding: 10px;
  -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  background: #e68523; 
}

.ss-transparent-container{
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 40px 20px;
  border-radius: 0px;
  position: relative;
  z-index: 10;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px #fff;
}

.ss-opac-container{
  background: rgba(255,255,255,1);
  color: #000;
  padding: 40px 20px;
  border-radius: 0px;
  position: relative;
  z-index: 10;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 4px #fff;
}

.ss-info-panel{
  text-align: center;
}

.ss-info-panel .ss-wrapper-hover{
    text-align: none;
}

.ss-info-icon{
  font-size: 54px;
  padding: 20px;
  color: #e68523; 
  /*color: #7cb82f; */
 /* -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;*/
    /*border: 3px solid #e68523; */
    /*border: 3px solid #7cb82f; */
}

.ss-info-sm-icon{
  font-size: 30px;
  padding: 15px;
  color: #e68523; 
  /*color: #7cb82f; */
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      -ms-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
    border: 3px solid #e68523; 
    /*border: 3px solid #7cb82f; */
}

.ss-glow{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
   transition: box-shadow 0.2s ease-in;
}

.ss-glow:hover{
   cursor: pointer;
   box-shadow: 0px 0px 5px #000, 0px 0px 10px #C0C0C0;
}

.ss-info-container{
  position: relative;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #C0C0C0;
}

.ss-info-container .ss-info-lable{
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  background:  #f5f5f5;
  color: #e68523;
  border-radius: 0px 0px 4px 4px;
}

.ss-home-btn{
  color: #fff;
  background: #444;
  box-shadow: 0px 0px 10px #C0C0C0;
  margin-bottom: 20px;
  margin-top: 20px;
  /*border-radius: 4px;*/
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.fb_iframe_widget iframe {
    opacity: 0;
}

.fb_iframe_widget {
  background-image: url(../img/fb-login-btn.png);
  background-size: 100% auto;
  background-repeat: no-repeat; 
  width: 100% !important;
  min-height: 50px !important;
  margin-bottom: 20px !important;
}

.ss-border-gold{
  border: 1px solid #e68523;
  color: #e68523;
}

.ss-home-btn-white{
  color: #e68523;
  border: 1px solid #e68523;
  margin-top: 40px;
}

.ss-home-btn:hover{
  color: #fff;
  border: 1px solid #e68523;
  background: #e68523;
  text-decoration: none;
}

.ss-home-btn-white:hover{
  color: #006E8C;
  border: 1px solid #006E8C;
}

/** End of home page style **/

/** Modal banner style **/
#ss-feature-modal-banner{
  min-height: 200px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  background: url('../img/save-big.png') no-repeat;
  background-size: 100% 100%;
}

.ss-promo-container{
  width: 100%;
  height: 300px;
  background: #fff;
}

.ss-promo-text{
  margin: 0px;
  position: relative;
  top: 100px;
  text-align: center;
}
/** End of modal banner style **/

/** Front page gallery style **/

/** Select account page style **/
#ss-accounts-panel{
    text-align: center;
    margin-top: 50px;
}
/** End of select account page style **/

.ss-img-zoom{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ss-img-zoom img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
     transition: all 1s ease;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;*/
}

.ss-img-zoom:hover img{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/*.ss-gallery-img p{
  display: none;
}*/

.ss-gallery-img h1{
  display: block;
  font-weight: bold;
  text-align: center
}

.ss-gallery-img .ss-transparent-wrapper{
   padding: 10px;
}

.ss-gallery-img:hover .ss-transparent-wrapper{
   color: #fff;
   text-decoration: none;
   padding: 10px;
}

.ss-gallery-img p{
   display: block;
}

.ss-gallery-img:hover p{
  display: block;
}

.ss-gallery-img a:visited, .ss-gallery-img a:active{
   text-decoration: none;
   color: #fff;
}

.ss-transparent-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 800;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0,0,0,0.5);
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


#ss-gallery-wrapper{
  margin-top: 20px;
}

.ss-gallery-img{
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 0px 5px #000;
}

.ss-gallery-img img{
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ss-gallery-container{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 0px 2px #000;
   margin-bottom: 20px;
}

.ss-gallery-container .ss-gallery-img{
   box-shadow: none;
   margin-bottom: 0px;
   border: none;
}

.ss-gallery-container .ss-img-zoom{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ss-gallery-container .ss-gallery-details{
   background: #fff;
   padding: 10px;
   min-height: 100px;
   -webkit-border-radius: 0px 0px 5px 5px;
   -moz-border-radius: 0px 0px 5px 5px;
   border-radius: 0px 0px 5px 5px;
}
/** End of front page gallery style **/

/******** Corner ribbon style ********/
.ss-ribbon-wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ss-ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 10;
}

.ss-ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ss-ribbon-green:before, .ss-ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ss-ribbon-green:before {
  left: 0;
}

.ss-ribbon-green:after {
  right: 0;
}​
/******** End of corner ribbon style *******/

/******* Social media sharing container style ******/

/*.ss-social-media{
  width: 100%;
  margin-bottom: 20px;
}*/

.ss-social-media a{
  /*font-weight: bold;*/
  border-width: 2px;
}

.ss-btn-facebook, .ss-btn-twitter, .ss-btn-google-plus, .ss-btn-linkedin{
  color: #fff;
  font-weight: bold;
}

.ss-btn-facebook{
   background: #4267b2;
}

.ss-btn-twitter{
   background: #1da1f2;
}

.ss-btn-google-plus{
   background: #db4437;
}

.ss-btn-linkedin{
   background: #0084bf;
}

.sg_social_media_icon_container{
   
}

.ss-social-media-icon{
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #C0C0C0;
}

.ss-share-link{
  margin-left: 15px;
}

.ss-likes-count{
  font-size: 12px;
}

@media only screen and (min-width: 992px){
   .ss-share-link-text{
      display: none;
   }
}

@media only screen and (max-width: 991px){
   .ss-share-link-text{
      display: inline-block;
   }

   .ss-social-media-icon-container .ss-col{
      margin-bottom: 10px;
   }
}
/******* End of ocial media sharing container style ******/

/** Footer style **/

.ss-footer-panel{
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}

.ss-footer-list{
   background: transparent;
   border: none; 
   box-shadow: none;
}


.ss-footer-list a, .ss-footer-list .disabled{
   background: transparent;
   border: none;
   box-shadow: none;
   color: #fff;
}

.ss-footer-list a:hover{
   background: transparent;
   color: #e68523;
}

.ss-footer-list .disabled:hover{
   background: transparent;
   color: #fff;
   cursor: default;
}
.ss-footer-link{
    margin-top: 20px;
    font-size: 12px;
}

.ss-footer-links a{
    margin-right: 20px;
    color: #C0C0C0;
}

.ss-copyright{
   /*float: right;*/
}

.ss-copyright, .ss-copyright a{
  color: #C0C0C0;
}

.ss-follow-us img{
   -webkit-transition: box-shadow 0.3s ease-in;
   -moz-transition: box-shadow 0.3s ease-in;
   -o-transition: box-shadow 0.3s ease-in;
   transition: box-shadow 0.3s ease-in;
}

.ss-follow-us img:hover{
  box-shadow: 0px 0px 8px #fff;
}

.ss-follow-us a{
  margin-right: 20px;
}

@media only screen and (max-width: 480px){
    .ss-footer-links a{
       display: block;
       text-align: center;
       font-size: 14px;
       margin-bottom: 10px;
    }

    .ss-copyright{
       font-size: 14px;
       margin-bottom: 20px;
       text-align: center;
    }

    .ss-follow-us{
       margin-bottom: 50px;
    }
}

@media only screen and (max-width: 480px){
  .ss-btn-action, .ss-btn-default{
    width: 100%;
    margin-top: 10px;
  }

  .ss-follow-us{
      text-align: center;
    }
}

.ss-follow-us img{
  /*margin-right: 20px;*/
}
/** End of footer style **/

/** Banners style **/
.ss-container-stretch{
  position: relative;
}

#ss-page-content-wrapper{
  background: url('../images/system/corporate.jpg') no-repeat;
  background-size: 100% 500px;
}

.ss-carousel-default-stretch{
   width: 100%;
   height: 600px !important;
   overflow: hidden;
   text-align: center;
}

.ss-carousel-default-stretch .carousel-indicators{
  margin: 0 auto;
}

.ss-carousel-default-stretch .carousel-caption{
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ss-carousel-default-stretch .item{
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

.ss-carousel-default-stretch .carousel-caption .item{
   width: 100%;
   height: 600px;
   overflow: hidden;
}

.ss-carousel-default-stretch .item img{
   width: 100%;
   height: auto;
}

.ss-container-dark-left-bottom{
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -ms-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#ss-banner-wrapper, #ss-page-wrapper{
   background: #006E8C;
   min-height: 800px;
   background-image: url('../img/chap-banner-min.png');
   /*background-image: url('../img/cogs.jpg');*/
   background-size: cover;
   background-repeat: no-repeat;
   /*background-size: 100% 500px;*/
}

#ss-wallet-banner-wrapper{
   background: #006E8C;
   min-height: 600px;
   height: 600px;
   background-image: url('../img/chapwallet-banner.png');
   background-size: cover;
   background-repeat: no-repeat;
}

#ss-corporate-banner-wrapper{
   background: #006E8C;
   min-height: 600px;
   height: 600px;
   background-image: url('../img/excited-business-min.jpg');
   background-size: cover;
   background-repeat: no-repeat;
}

#ss-customer-banner-wrapper{
  background: #006E8C;
  min-height: 600px;
  height: 600px;
  background-image: url('../img/shopping-bag-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

#ss-seller-banner-wrapper{
  background: #006E8C;
  min-height: 600px;
  height: 600px;
  background-image: url('../img/fashion-store-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

#ss-delivery-banner-wrapper{
   background: #006E8C;
   min-height: 600px;
   height: 600px;
   background-image: url('../img/chaplogistics-banner.png');
   background-size: cover;
   background-repeat: no-repeat;
}

#ss-exhibitions-banner-wrapper{
   background: #006E8C;
   min-height: 600px;
   height: 600px;
   background-image: url('../img/chapexhibitions-banner.png');
   background-size: cover;
   background-repeat: no-repeat;
}

.ss-container-stretch-wrapper-dark-left-bottom {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -ms-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#ss-wallet-benefits{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px){
  #ss-banner-wrapper{
    background-size: auto 100% !important;
  }

  #ss-wallet-banner-wrapper{
    min-height: 300px;
    background-size: auto 100% !important;
  }
}


#ss-supplier-wrapper{
  background-image: url('../img/chap-banner-min.png');
}

#ss-banner-sub-wrapper{
   background: #006E8C;
   min-height: 500px;
   background: url('../img/light-bright.jpg') 100% 100%;
   /*background-size: 100% 500px;*/
}

.ss-subcontainer-stretch-wrapper{
   background: rgba(0,0,0,0.4);
   width: 100%;
   height: 100%;
   -webkit-transition: background 0.5s ease-in;
   -moz-transition: background 0.5s ease-in;
   -o-transition: background 0.5s ease-in;
   transition: background 0.5s ease-in;
}

.ss-subcontainer-stretch-wrapper:hover{
   background: transparent;
}

#ss-page-not-found-wrapper{
   background: #006E8C;
   min-height: 500px;
   background: url('../images/system/404-error.jpg') 100% 100%;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}


#ss-banner-wrapper, #ss-page-content-wrapper{
   position: relative;
}

#ss-page-content-cover{
  background: url('../images/system/texture-01.jpg') repeat;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media only screen and (min-width: 992px){

  #ss-banner-white-extended{
      position: absolute;
      bottom: 0px;
      z-index: 0;
      width: 100%;
      height: 80px;
      background: #fff;
  }
}
/** End of of banners style **/

/**********Live Chart Style**********/
#ss-cart-checkout-bottom{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 910;
  width: 100%;
  background: #fff;
  padding: 20px 40px;
}

.ss-live-chat{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 900;
  height: auto;
  overflow: hidden;
}

.ss-live-chat .ss-live-chat-collapse{
  background: #006E8C;
  /*background: transparent;*/
  box-shadow: 0px 0px 3px #000;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.ss-live-chat .ss-live-chat-collapse:hover{
  /*background: #00ABEC;*/
  background: #e68523;
}

@media only screen and (min-width: 769px){
  .ss-live-chat{
    width: 400px;
    }

    .ss-live-text textarea{
      min-height: 150px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .ss-live-chat{
    width: 300px;
    }

    .ss-live-text textarea{
     min-height: 150px;
    }
}


@media only screen and (max-width: 480px){
  .ss-live-chat{
    width: 100%;
    }
}

.ss-live-chat-collapse{
    width: 200px;
      background: #006E8C;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      color: #FFFFFF;
      padding: 5px 10px;
      /*margin: 0 auto;*/
      border-radius: 0px 0px 0px 0px;
  }

.ss-live-chat-collapse:hover{
    cursor: pointer;
}

.ss-live-text{
  width: auto;
  height: auto;
  background: #CCCCCC;
  display: none;
  padding: 10px;
  /*border: 10px solid rgba(0,0,0,0.2); */
}

.ss-live-text input{
  margin: 10px 0px 10px 0px;
}

/**********End of Live Chart Style**********/

/** Carousel slider style **/

.ss-animated-header, .ss-slider-header, .ss-custom-title{
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    font-family: "OpenSans","Montserrat","Segoe WP","Open Sans Condensed Light","Halant Light","Poiret One","Lucida Grande", "Lucida Sans Unicode", helvetica, serif, sans-serif;
}

.ss-banner img{
    width: 100%;
}

.ss-banner-animation-container{
    position: absolute;
    top: 0px;
}

.ss-banner-slider{
    position: relative;
    top: 20px;
    color: #fff;
}

.ss-slider-item{
    padding: 40px 20px;
    min-height: 350px;
    color: #fff;
    text-align: center;
}

.ss-slider-item h1{
    font-size: 54px;
}

.ss-slider-item p{
    font-size: 32px;
}

@media only screen and (max-width: 480px){
  .ss-slider-item h1{
     font-size: 36px;
  }

  .ss-slider-item p{
    font-size: 24px;
  }
}

.ss-slider-item{
    padding: 40px 20px;
    min-height: 350px;
}

.ss-slider-content p{
    margin-bottom: 40px;
    font-size: 22px;
}

/*.carousel .ss-slider-header h1{
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
}*/

.carousel-fade .carousel-inner{
   padding: 0px;
}

.carousel .carousel-inner img{
  width: 100%;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  padding: 0px;
  transition-property: opacity;
  width: 100%;
  max-height: 450px;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-indicators li{
  border: 2px solid #e68523;
}

.carousel-fade, .carousel-indicators{
  text-align: left;
}

.carousel-fade, .carousel-caption{
   text-align: left;
   /*top: 10px;*/
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/** End of carousel slier style **/

/** Error message style **/
.ss-messages-box{
    margin-top: 10px;
}
/** End of error message style **/

/** Signin page style **/
#ss-login-panel{
    margin-top: 100px;
    margin-bottom: 40px;
}

#ss-trigger-login{
  visibility: hidden;
}
/** End of signin page style **/

/** Signup page style **/

.ss-unauthorized-container{
   text-align: center;
   margin-top: 50px;
   color: #fff;
   box-shadow: 0px 0px 5px #000;
   margin-bottom: 50px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-top: 50px;
   padding-bottom: 50px;
}

.ss-signup-container h1, .ss-signup-container h3, .ss-affiliate-signup-container h1, .ss-affiliate-signup-container h3{
   text-align: center;
}

.ss-signup-container h3.ss-left{
  text-align: left;
}

.ss-signup-panel{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  position: relative;
}

.ss-signup-panel .panel-body{
  padding: 0px;
}

.ss-signup-panel .panel-footer{
  background: #fff;
}

.ss-signup-panel a{
  color: #fff;
  font-weight: bold;
}

.ss-signup-panel .ss-wrapper{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 100px;
}

.ss-signup-panel .ss-wrapper h3{
  margin-bottom: 30px;
}

.ss-signup-panel img{
   width: 100%;
   height: 400px;
}

@media only screen and (min-width: 481px) and (max-width: 768px){
   .ss-signup-panel img{
      height: 350px;
   }

   .ss-signup-panel .ss-wrapper{
      height: 350px;
      padding: 50px;
   }
}

@media only screen and (max-width: 480px){
  .ss-signup-panel img{
     height: 250px;
  }

  .ss-signup-panel .ss-wrapper{
     height: 250px;
     padding: 40px;
  }
}
/** End of signup page style **/


/** Custom contents style **/
.ss-custom-content{
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  margin-bottom: 20px;
}

.ss-custom-content-list{
  border-bottom: 1px solid #C0C0C0;
}

.ss-icons-btn-justified a{
  background: #fff;
  box-shadow: none;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-feature-media{
   border: 1px solid #ddd;
  
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ss-function-media{
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ss-order-media{
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}

.ss-order-media .pull-left{
  width: 100px;
}

.ss-order-media img{
  height: auto;
  width: 100px;
  border: none;
}

.ss-function-media:hover{
  background: #f5f5f5;
}

.ss-avatar-border{
  border: 2px solid #fff;
  margin: 2px;
  box-shadow: 0px 0px 2px #C0C0C0;
}

.ss-user-online{
    margin-right: 2px;
    height: 6px;
    width: 6px;
    background-color: #10c469;
    border-radius: 50%;
    display: inline-block;
    
}

.ss-media-avatar{
  height: 100px;
  width: 100px;
}

.ss-media-avatar-xs{
  height: 60px;
  width: 60px;
}

.ss-media-avatar-xxs{
  height: 40px;
  width: 40px;
}

.ss-media-avatar-xxxs{
  height: 30px;
  width: 30px;
}

.ss-media-img{
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ss-media-circle-img{
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ss-media-action{
   width: 100px;
   height: 100px;
   padding: 5px;
   background: #ccc;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #F5F5F5;
}

.ss-media-action a{
   width: 100%;
   height: 100%;
}

.ss-content-placeholder{
   position: relative;
   width: 100%;
   min-height: 250px;
   background: url('../images/system/corporate.jpg') no-repeat;
   background-size: 100% 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 1px solid #C0C0C0;
   margin-bottom: 20px;
}

.ss-content-placeholder .ss-hover-shadow{
   text-align: center;
   color: #fff;
   text-decoration: none;
}

#ss-featured-organizations .item img{
   height: 200px;
   width: auto;
}

#ss-featured-organizations{
  background: #fff;
}

.ss-download-doc{
  margin-bottom: 20px;
}

.ss-media-body-justified, .ss-media-body-justified-sm{
   height: 80px;
   width: 100%;
   padding: 10px;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
   border: 1px solid #F5F5F5;
}

.ss-media-body-justified-sm{
   height: 60px;
}

.ss-media-justified{
  margin-bottom: 20px;
}

.ss-media-justified .ss-media-img{
  width: 120px;
  height: 120px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #F5F5F5;
}

.ss-media-justified-sm .ss-media-img-sm{
  width: 60px;
  height: 60px;
  -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
   border: 1px solid #F5F5F5;
}

.ss-media-body-justified, .ss-media-body-justified-sm{
   width: 100% !important;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
}

.ss-media-body-justified h3, .ss-media-body-justified h4, .ss-media-body-justified-sm h3, .ss-media-body-justified-sm h4{
  margin-top: 0px;
  margin-bottom: 0px;
}

.ss-media-links{
  margin-top: 20px;
  border: none;
  box-shadow: none;
}

.ss-media-links a{
  background: #fbfbfb;
}

#ss-public-search-form #ss-search-dropdown .ss-triangle-up, .ss-search-dropdown .ss-triangle-up{
   width: 15px;
   height: 15px;
   -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
   border-right: 1px solid #ddd;
   border-top: 1px solid #ddd;
   background-color: #fff;
   content: '';
   display: block;
   position: relative;
   top: -8px;
   left: 10px;
}

/*#ss-public-search-form #ss-search-dropdown .ss-triangle-up{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: relative;
  top: -10px;
  left: 20px;
}*/

#ss-public-search-form #ss-search-dropdown{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-left: -20px;
  position: absolute;
  left: 20px;
  width: 100%;
}

.ss-search-dropdown{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-left: -5px;
  position: absolute;
  left: 20px;
  width: 100%;
}

@media only screen and (min-width: 992px){
  #ss-public-search-form #ss-search-dropdown, .ss-search-dropdown{
    width: 95%;
  }
}

#ss-public-search-form .list-group a:hover, .ss-search-dropdown .list-group a:hover{
  cursor: pointer;
}

#ss-public-search-form #ss-search-dropdown a[disabled=disabled]:hover, .ss-search-dropdown a[disabled=disabled]:hover{
  background: #f5f5f5;
  cursor: default;
}
#ss-public-search-form #ss-search-dropdown a[disabled=disabled], .ss-search-dropdown a[disabled=disabled]{
  background: #f5f5f5;
}
#ss-public-search-form #ss-search-dropdown a, .ss-search-dropdown a{
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

#ss-public-search-form #ss-search-dropdown .list-group, .ss-search-dropdown .list-group{
  margin: 0px !important;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#ss-ajax-results-container{
  position: absolute;
  top: 32px;
  width: 100%;
  height: auto;
  /*background: rgba(0,0,0,0.5);*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px #fff;
  z-index: 120;
}

.ss-transparent-results-list{
  margin: 0px;
}

.ss-transparent-results-list li, .ss-transparent-results-list a{
  background: rgba(255,255,255,1);
  color: #000;
  font-size: 12px;
  padding: 5px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.ss-transparent-results-list li img, .ss-transparent-results-list a img{
  height: 25px;
  width: auto;
}


.ss-transparent-results-list li:hover, .ss-transparent-results-list a:hover{
  background: #e68523;
  color: #fff;
  cursor: pointer;
}

.ss-video-preview{
   min-height: 100px !important;
   min-width: 150px !important;
}

/** End of custom contents styles **/

/** Panel group item **/

.ss-panel-group{
  width: 100%;
  margin-bottom: 10px;
}

.ss-panel-group-item{
  margin-bottom: 20px;
  margin-top: 20px;
}

#ss-school-build-profile .ss-panel-group-item{
  margin-bottom: 60px;
}

.ss-panel-group-item .ss-panel-group-heading{
  background: #f5f5f5;
  width: 100%;
  padding: 2px 5px 2px 10px;
}

.ss-panel-group-body{
  margin-bottom: 20px;
  padding-top: 5px;
}


/** End of panel group item **/

/* Form icons */
.ss-brand-logo{
  width: 100%;
  text-align: center;
}

.btn-info, .btn-warning, .btn-success, .btn-danger, .btn-primary{
    color: #fff !important;
}

.ss-brand-logo img{
  width: 100px;
  height: 100px;
}

.ss-feedback-icon-left{
    position: absolute;
    bottom: 10px;
    left: 0px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 20px;
    color: #006E8C;
}

/* Form input with icon */ 
.ss-input-feedback-left{
    text-indent: 20px;
}

#ss-forgot-password-link{
    margin-bottom: 20px;
}

.ss-package-upgrade{
   text-align: center;
}

.ss-auth-business-nav{
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 15%;
   background: #fff;
   padding: 60px 0px 0px 0px;
   margin: 0px;
   z-index: 300;
   border-right: 1px solid #ddd;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
   box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.ss-auth-business-nav .ss-list-group-nav-right{
  box-shadow: none;
}

.ss-auth-business-nav .ss-list-group-nav-right .ss-disabled:hover{
   background: #fff;
}

.ss-auth-business-nav .ss-list-group-nav-right a{
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -o-border-radius: 0px;
   border-radius: 0px;
   border: none;
   padding-top: 15px;
   padding-bottom: 15px;
}

.ss-auth-business-nav .ss-list-group-nav-right .ss-right-nav-icon{
   width: 50px;
   text-align: center;
}

.ss-navbar-right-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
}

.ss-navbar-right-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-top: 4px;
  background: #006E8C;
}

@media only screen and (max-width: 768px){
  .ss-auth-business-nav{
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 15%;
    background: #fff;
    padding: 80px 0px 0px 0px;
    margin: 0px;
    z-index: 300;
 }

 .ss-right-nav-text{
   font-size: 14px;
 }

 .ss-navbar-right-toggle{
   display: none;
 }
}

@media only screen and (max-width: 991px){

 .ss-right-nav-text{
   font-size: 14px;
 }
}

@media only screen and (min-width: 769px) and (max-width: 991px){

  .ss-auth-business-nav{
      position: fixed;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 15%;
      background: #fff;
      padding: 60px 0px 0px 0px;
      margin: 0px;
      z-index: 300;
      border-right: 1px solid #ddd;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
      box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  }

  .ss-right-nav-text{
    font-size: 10px;
  }

  .ss-auth-business-nav .ss-list-group-nav-right .ss-right-nav-icon{
    font-size: 12px;
    width: 20px;
  }
 }



.ss-nav-container{
  /*width: 100%;*/
  padding: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  margin-bottom: 20px;
}

.ss-form-controls{
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
}

.ss-form-control-right{
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  display: inline-block;
}

.ss-form-control-left{
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

.ss-nav-bar{
  /*width: 100%;*/
  height: auto; 
  /*padding: 0px;*/
  /*margin: 0px;*/
}

.ss-navbar-toggle{
  border: 1px solid #EDEDED;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px !important;
}

.ss-icon-bar{
  /*background: #FFFFFF; */
  background: #006E8C;
}

.ss-overflow{
    overflow: auto;
}

.ss-float-right{
    float: right;
}

.ss-float-left{
    float: left;
}

.ss-flag-icon{
  height: 20px;
  width: auto;
}

.ss-icon{
  color: #e68523;
}

.ss-fb-login-text::before{
   background-image: url('../images/system/fade-icon-fb.png');
   background-size: 20px 20px;
}

.ss-facebook-icon{
  color: transparent;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  padding: 8px 4px 0px 12px;
}

/*.panel .panel-heading, .panel .panel-footer{
   background: #fff;
}*/

.panel-footer, .panel-heading{
  overflow: auto;
}

.ss-panel{
  /*box-shadow: 0px 0px 5px #C0C0C0; */
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
}

.ss-panel .panel-heading, .ss-panel .panel-footer{
   background: #fff;
}

.ss-panel-heading{
   background: #006E8C !important;
}

.ss-panel-heading h3{
   color: #ffffff;
}

.ss-panel .panel-heading, .ss-panel .panel-footer{
    overflow: auto !important;
    background: #fff;
}

#ss-recent-stores-banner-wrapper{
  background: #fff;
}

#ss-brands-banner-wrapper{
  background: #fff;
}

#ss-parent-categories-banner-wrapper{
    background: #fff;
}

#ss-recent-products-banner-wrapper{
  background: #fff;
}

#ss-products-categories-banner-wrapper{
  background: #fff;
}

#ss-benefits-section-banner-wrapper{
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#ss-benefits-section-banner-wrapper #ss-benefits-section{
  border: none !important;
}

/** Subscription plans styles **/

#ss-subscription-benefits{
   background: #fff;
   border-top: 1px solid #ddd !important;
}

#ss-subscription-benefits .ss-package-benefit-list{
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
   border: 1px solid #ddd;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   -o-border-radius: 0px;
   border-radius: 0px;
}

#ss-subscription-benefits .ss-package-benefit-list .ss-yearly-price{
  display: none;
}

#ss-subscription-benefits .ss-package-benefit-list .list-group-item{
   text-align: center;
   border: none;
   font-size: 12px;
}

#ss-subscription-benefits .ss-package-benefit-list .list-group-item:nth-child(1) {
   text-align: center;
}

#ss-subscription-benefits .ss-package-benefit-list .list-group-item:nth-child(2){
   text-align: center;
   border-bottom: 2px solid #ddd !important;
}

#ss-subscription-benefits .ss-package-benefit-list .ss-package-name{
   font-size: 24px;
   font-weight: bold;
}

#ss-subscription-benefits .ss-package-benefit-list .ss-package-price{
  font-weight: bold;
}

#ss-subscription-benefits .ss-package-benefit-list .ss-package-price-amount{
  font-size: 32px;
  font-weight: bold;
  display: block;
  color: #006E8C;
}

/** Subscription plans styles **/

.ss-account-nav{
   background-color: #fff;
}

.ss-account-nav .ss-nav-link{
   padding: 6.8px 10px !important;
}

.ss-nav-link{
  /*color: #FFFFFF; */
  position: relative;
  color: #006E8C; 
}

.ss-nav-link:hover{
  background: transparent !important;
  color: #FFA834;
}

.ss-nav-link .dropdown-menu{
   background-color: #fff !important;
}
/** Theme colors and features **/

.ss-post-media{
  overflow: visible;
}

.ss-ellipsis-btn{
   background: transparent;
   border: none;
   box-shadow: none;
   margin: 0px;
   padding-right: 0px;
}

.ss-ellipsis-btn:hover, .ss-ellipsis-btn:active{
  background: inherit !important;
  box-shadow: none;
}

.ss-dropdown-btn, .ss-dropdown-btn:active{
  box-shadow: none;
  background: #fff !important;
}

.ss-dropdown-btn .dropdown-menu{
   border-radius: 0px;
   padding: 0px;
}

.ss-dropdown-btn .dropdown-menu li a{
  margin: 0px;
}

.ss-dropdown-btn .dropdown-menu li a:hover{
   background: #F5F5F5;
   color: #000;
}

.ss-dropdown-btn .dropdown-menu li a:disabled:hover{
   background: inherit;
}

.ss-justified-btn-group{
   margin-bottom: 20px;
}

.ss-justified-btn-group a{
   background: #fff;
}

@media only screen and (max-width: 480px){
  .ss-btn-action, .ss-btn-default{
    width: 100%;
    margin-top: 10px;
  }
}

.ss-btn-action{
  background-color: #EDDB11 !important;
  background: -webkit-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  background: -moz-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  background: -ms-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  background: -o-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  font-weight: bold;
}

.input-group-addon{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/** Background images **/
#ss-signin-wrapper{
   background-image: url('../img/chap-banner-min.png');
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 800px;
}
/** End of background images **/

.ss-form-controls{
  margin-top: 20px;
}

.ss-stretch{
  width: 100%;
}

.ss-transparent{
    background: transparent;
}

.ss-no-margin-top{
  margin-top: 0px;
}

.ss-border-top{
  border-top: 1px solid #C0C0C0;
}

.ss-border-bottom{
  border-bottom: 1px solid #C0C0C0;
}

.ss-border-top-bottom{
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

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

.ss-margin-top-md{
  margin-top: 50px;
}

.ss-margin-left-sm{
   margin-left: 10px;
}

.ss-margin-left-xs{
   margin-left: 5px;
}

.ss-margin-right-sm{
   margin-right: 10px;
}

.ss-margin-right-xs{
   margin-right: 5px;
}

.ss-margin-bottom{
  margin-bottom: 20px;
}

.ss-margin-bottom-sm{
   margin-bottom: 10px;
}

.ss-margin-top-sm{
   margin-top: 10px;
}

.ss-margin-bottom-xs{
   margin-bottom: 5px;
}

.ss-margin-top-xs{
   margin-top: 5px;
}

.ss-margin-top-xxs{
   margin-top: 2px;
}

.ss-margin-bottom-lg{
  margin-bottom: 50px;
}

.ss-margin-top-lg{
  margin-top: 100px;
}

@media only screen and (max-width: 480px){
   .ss-margin-top-lg{
      margin-top: 40px;
    }

    .ss-margin-top-xl{
      margin-top: 40px;
    }
}

.ss-margin-bottom-xl{
  margin-bottom: 100px;
}

.ss-margin-top-xl{
  margin-top: 100px;
}

.ss-key-value, .ss-key-value-block{
  display: block;
}

.ss-key-value-block{
   margin-bottom: 20px;
}

.ss-key-value-block .ss-value{
   display: block;
}

.ss-key, .ss-value{
  display: inline-block;
}

.ss-key{
  color: #C0C0C0;
  margin-right: 10px;
}

.ss-value{
  color: #000;
  margin-right: 20px;
}

.ss-title-lg{
  font-size: 60px;
  text-shadow: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px){
  .ss-title-lg{
    font-size: 40px;
  }
}

.ss-center{
  text-align: center;
}

.ss-left{
  text-align: left;
}

.ss-right{
  text-align: right;
}

.ss-bold{
  font-weight: bold !important;
}

.ss-stretch-overflow-auto{
   overflow: auto;
   width: 100%;
   padding-left: 2px;
}

.ss-stretch-overflow-auto .ss-checkbox-rounded{
   margin-top: 0px;
}

.ss-stretch-overflow-auto .ss-checkbox-label{
  float: left;
  margin-left: 10px;
  font-weight: 400;
}

/*.ss-function-icon:hover{
   box-shadow: 0px 0px 10px lightblue;
}*/

@media only screen and (min-width: 481px){
   .ss-no-padding-xs{
      padding: 20px;
   }
}

@media only screen and (max-width: 480px){
   .ss-no-padding-xs{
      padding: 20px;
   }
}

.ss-no-padding{
  padding: 0px;
}

.ss-no-margin{
  margin: 0px;
}

.ss-float-right{
  float: right;
}

.ss-custom-dark-green{
  background: #52775d;
}

.ss-content-grey{
  background: #F5F5F5;
  padding: 10px;
  margin-bottom: 20px;
}

.ss-container{
  padding: 0px;
}

.ss-green{
    color: green;
}

.ss-addon-btn{
   background: #fff;
   min-width: 130px;
}

.ss-white-btn{
  background: #fff;
}

.ss-shadow-green{
    box-shadow: 0px 0px 5px #7cb82f;
}

.ss-outline-primary:hover, .ss-outline-success:hover, .ss-outline-info:hover, .ss-outline-warning:hover, .ss-outline-danger:hover{
    color: #fff !important;
}

.ss-outline-primary{
   background: transparent;
   color: #265a88 !important;
   border-color: #265a88;
   border: 2px solid #265a88;
}

.ss-outline-success{
   background: transparent;
   color: #7cb82f !important;
   border-color: #7cb82f;
   border: 2px solid #7cb82f;
}

.ss-outline-info{
   background: transparent;
   color: #5bc0de !important;
   border-color: #5bc0de;
   border: 2px solid #5bc0de;
}

.ss-outline-warning{
   background: transparent;
   color: #f0ad4e !important;
   border-color: #f0ad4e;
   border: 2px solid #f0ad4e;
}

.ss-outline-danger{
   background: transparent;
   color: #d9534f !important;
   border-color: #d9534f;
   border: 2px solid #d9534f;
}

.ss-color-dark-grey{
  color: #999;
}

.ss-color-dark-grey{
  color: #bbb;
}

.ss-custom-green{
  background-color: #7cb82f;
}

.ss-custom-professional{
  background: #f0feff !important;
}

.ss-custom-light-green{
   background-color: #98FB98;
}

.ss-custom-light-blue{
   background-color: #BCD2EE;
}

.ss-custom-grey{
  background-color: #f5f5f5;
}

.ss-custom-pale-blue{
  background-color: #daeff5;
}

.ss-custom-gold{
  background-color: #e68523;
}

.ss-custom-padding-xxs{
   padding: 2px;
}

.ss-custom-padding-xs{
   padding: 5px;
}

.ss-custom-padding-md{
   padding: 10px;
}

.ss-custom-padding{
   padding: 20px;
}

.ss-custom-padding-left-right-xxs{
  padding: 0px 2px;
}

.ss-custom-padding-left-right-xs{
  padding: 0px 5px;
}

.ss-custom-padding-left-right-md{
  padding: 0px 10px;
}

.ss-custom-padding-left-right{
  padding: 0px 20px;
}

.ss-custom-padding-top-bottom-xxs{
  padding: 2px 0px;
}

.ss-custom-padding-top-bottom-xs{
  padding: 5px 0px;
}

.ss-custom-padding-top-bottom-md{
  padding: 10px 0px;
}

.ss-custom-padding-top-bottom{
  padding: 20px 0px;
}

.ss-container-padding{
   padding: 0px 15px 0px 15px;
}

.ss-custom-star{
  color: #EDDB11 !important;
  color: -webkit-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  color: -moz-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  color: -ms-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  color: -o-linear-gradient(#EDDB11 0%, #EFCF14 35%, #F1BF18 65%, #F2B21B 100%) !important;
  font-size: 14px;
}

.ss-custom-purple{
  background-color: #8d6cab;
}

.ss-custom-blue{
  background-color: #006E8C;
}

.ss-custom-red{
  background: #c93636;
}

.ss-custom-white{
  background-color: #fff;
}

.ss-custom-orange{
   background: #d69d00;
}

.ss-color-purple{
  color: #8d6cab;
}

.ss-color-green{
  color:  #7cb82f !important;
}

.ss-color-gold{
   color: #e68523;
}

.ss-color-red{
  color: #d9534f;
}

.ss-color-blue{
  color: #006E8C;
}

.ss-color-black{
  color: #000;
}

.ss-color-white{
  color: #fff !important;
}

.ss-gradient-default{
  color: #fff;
  background: -webkit-linear-gradient(left,#419641,#e68523);
}

.ss-transparent-addon{
  background: transparent;
  color: #fff;
}

.ss-transparent-select{
   background: transparent;
   color: #fff;
}

.ss-overflow-auto{
  overflow: visible;
}

.ss-position-relative{
  position: relative;
}

.ss-position-fixed{
  position: fixed;
  /*z-index: 1250;*/
}

.ss-dark-transparent{
  background-color: rgba(0,0,0,0.6);
}

.ss-position-bottom{
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

.ss-select{
  background: #f5f5f5;
  /*-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;*/
}

.ss-sumo-select{
   /*display: block;*/
   width: 100% !important;
}

.ss-select:focus{
  background: #fff;
}

.ss-custom-select{
  /*background: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background: -ms-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);*/
  background: #f5f5f5;
}

.ss-disabled{
   pointer-events: none;
   cursor: default;
}

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

.ss-padding-top-md{
   padding-top: 40px;
}

.ss-padding-top-lg{
   padding-top: 80px;
}

.ss-padding{
   padding: 20px;
}

.ss-border-right{
   border-right: 1px solid #ddd;
}

.ss-border-left{
   border-left: 1px solid #ddd;
}

.ss-no-margin-top{
  margin-top: 0px;
}

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

.ss-margin-bottom{
  margin-bottom: 20px;
}

.ss-margin-bottom-sm{
   margin-bottom: 10px;
}

.ss-margin-top-sm{
   margin-top: 10px;
}

.ss-margin-bottom-xs{
   margin-bottom: 5px;
}

.ss-margin-top-xs{
   margin-top: 5px;
}

.ss-margin-top-md{
  margin-top: 30px;
}

.ss-margin-top-lg{
  margin-top: 50px;
}

.ss-margin-top-mdlg{
  margin-top: 60px;
}

.ss-margin-bottom-lg{
  margin-bottom: 50px;
}

.ss-margin-top-xl{
  margin-top: 100px;
}

@media only screen and (max-width: 480px){
   .ss-margin-top-xl{
      margin-top: 150px;
    }
    
    .ss-margin-top-mdlg{
      margin-top: 80px;
    }
}

.ss-margin-bottom-xl{
  margin-bottom: 100px;
}

.ss-margin-top-xl{
  margin-top: 120px;
}

.ss-shadow{
   box-shadow: 0px 0px 3px #EDEDED;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ss-custom-min-height{
   min-height: 120px;
}

.ss-admin-nav{
   /*box-shadow: 0px 0px 5px #C0C0C0;*/
   /*border: 0.5px solid #CCC;*/
}

.ss-admin-nav-list{
   box-shadow: none;
   background: url('../images/system/light-bright.jpg') no-repeat;
   margin: 0px !important;
}

.ss-admin-nav-list a{
  box-shadow: none !important;
  font-size: 14px;
}

.ss-admin-nav-list a:first-child{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.ss-admin-nav-list a::before{
  background: #e68523;
  width: 5px;
}

/*.ss-admin-nav-list a:last-child{
  -webkit-border-radius: 0px 0px 5px 5px !important;
  -moz-border-radius: 0px 0px 5px 5px !important;
  border-radius: 0px 0px 5px 5px !important
}*/

.ss-profile-avatar{
   min-height: 200px;
   width: 100%;
   background: url('../imglight-bright.jpg');
   /*background: #006E8C;*/
   padding-top: 40px;
   padding-bottom: 20px;
   text-align: center;
   /*color: #909090;*/
   -webkit-border-radius: 2px 2px 0px 0px;
   -moz-border-radius: 2px 2px 0px 0px;
   border-radius: 2px 2px 0px 0px;
}

.ss-avatar-wrapper img{
   margin-left: auto;
   margin-right: auto;
   height: 120px;
   width: 120px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 5px #fff;
}

.ss-profile-avarter img{
   text-shadow: 0px 0px 5px #fff !important;
}

.ss-account-avatar{
  padding: 2px 20px !important;
  margin: 0px;
}

.ss-account-avatar img{
   height: 30px;
   width: 30px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   border: 1px solid #fff;
   -webkit-box-shadow: 0px 0px 2px #C0C0C0;
   box-shadow: 0px 0px 2px #C0C0C0;
}

.ss-media-profile h4{
   margin-top: 10px;
}

.ss-content-img{
  width: 100%;
  height: auto;
}

.ss-hidden{
  display: none;
}

.ss-no-visible{
    visibility: hidden;
}

.ss-ui-mini{
    font-size: 10px;
}

.ss-no-shadow{
  box-shadow: none;
}

.ss-no-border{
  border: none;
}

.ss-text-shadow{
    text-shadow: 0px 0px 10px #000000;
}

.ss-font-bold-xxxl{
  font-size: 64px;
  --font-weight-bold: 700;
}

.ss-font-bold-xxl{
  font-size: 56px;
  --font-weight-bold: 700;
}

.ss-font-xxxl{
  font-size: 64px;
}

.ss-font-xxl{
  font-size: 56px;
}

.ss-font-xl{
  font-size: 48px;
}

.ss-font-lg{
  font-size: 36px;
}

.ss-font-mdlg{
  font-size: 24px;
}

.ss-font-md{
  font-size: 18px;
}

.ss-font-sm{
  font-size: 14px;
}

.ss-font-xs{
  font-size: 12px;
}

.ss-font-xxs{
  font-size: 10px;
}

.ss-font-xxxs{
  font-size: 8px;
}

.ss-brand-logo-xs{
   height: 50px;
   width: auto;
}

.ss-brand-logo-xxs{
   height: 25px;
   width: auto;
}

.btn-group a.btn{
  z-index: 100;
}

.modal-content{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.btn, .alert, .btn-group a, .btn-group a.btn:first-child, a.btn-group .btn:last-child{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.btn-group .btn:first-child, .btn-group .btn:last-child{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn{
  border-radius: 0px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=url], input[type=phone], input[type=time], textarea, input[type=tel], input[type=file], select{
  background: #fafafa !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=url]:focus, input[type=phone]:focus, input[type=time]:focus, textarea:focus, input[type=tel]:focus{
  background: #fff;
}

.ss-input-transparent{
   background: transparent !important;
}

.ss-input-transparent::-webkit-input-placeholder {
   color: #fff;
}

.ss-input-transparent:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.ss-input-transparent::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.ss-input-transparent:-ms-input-placeholder {  
   color: #fff;  
}

.ss-input-transparent:focus::-webkit-input-placeholder {
   color: #464646;
}

.ss-input-transparent:focus:-moz-placeholder { /* Firefox 18- */
   color: #464646;  
}

.ss-input-transparent:focus::-moz-placeholder {  /* Firefox 19+ */
   color: #464646;  
}

.ss-input-transparent:focus:-ms-input-placeholder {  
   color: #464646;  
}

.ss-input-transparent:focus{
   background: #fff !important;
}

.ss-input-white{
   background: #fff !important;
}

.ss-outer-shadow{
   -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow:         0 0 10px #000000;
}

.ss-inner-shadow{
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.ss-one-edge-shadow{
  -webkit-box-shadow: 0 12px 6px -6px black;
     -moz-box-shadow: 0 12px 6px -6px black;
          box-shadow: 0 12px 6px -6px black;
}

@media only screen and (min-width: 992px){
  #ss-public-search-form{
    /*margin-left: 0px;*/
  }

  #ss-public-search-form .input-group{
     /*max-width: 250px;*/
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px){
  #ss-public-search-form{
    margin-left: 0px;
    width: 100%;
  }
}

#ss-home-header-nav-bar-id{
  background: #fff;
   /*-webkit-box-shadow: 0px 10px 5px #000;
  -moz-box-shadow:    0px 10px 5px #000;
  box-shadow:         0px 10px 5px #000;*/
}

#ss-header-nav-bar-id{
  /*-webkit-box-shadow: 0px 3px 3px #f5f5f5;
  -moz-box-shadow:    0px 3px 3px #f5f5f5;
  box-shadow:         0px 3px 3px #f5f5f5;*/
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  background: #fff;
}

#ss-header-nav-bar-id .ss-search-box button[type=submit]{
    background: #006E8C;
    color: #006E8C;
    background: #fff;
}

#ss-header-container{
  margin-bottom: 60px;
}

#ss-home-site-logo{
  position: relative;
  top: 12px;
  height: 50px;
}

/** End of theme colors and features **/

/** Quick links style **/
.ss-quick-links-container{
   margin-bottom: 20px;
}

#ss-quick-links a:first-child, .ss-quick-links a:first-child, .ss-list-group-item-disabled{
   background: #fff !important;
}

.ss-list-group-item-disabled:hover{
   cursor: default !important;
}

.select2-container .select2-selection--single{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F5F5F5;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container .select2-selection--multiple{
    display: block;
    width: 100%;
    background-color: #F5F5F5;
    background-image: none;
    border: 1px solid #ccc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default .select2-selection--multiple .select2-selection__rendered, 
.select2-container--default .select2-selection--multiple{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #006E8C;
    color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.datepicker.dropdown-menu td{
   padding: 10px;
   border: 0.5px solid #ddd;
}

.datepicker.dropdown-menu td.day{
  background: #f2fafc;
}

.datepicker.dropdown-menu th.dow{
   border: 0.5px solid #ddd;
   background: #f5f5f5;
}

.datepicker.dropdown-menu td.disabled{
   text-decoration: line-through;
   background: #fff;
}

.datepicker.dropdown-menu td.active{
  background: #7cb82f;
  color: #fff;
  font-weight: bold;
}

.datepicker.dropdown-menu td.new{
  background: #fff;
}
/** End of quick style **/

/** Signup page style **/
.ss-content-container{
   margin-top: 100px;
   color: #fff;
   margin-bottom: 50px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   background: rgba(0,0,0,0.5);
   border: 1px solid #fff;
}

.ss-signup-container, .ss-sign-up-message{
   margin-top: 100px;
   /*color: #fff;*/
   /*box-shadow: 0px 0px 5px #000;*/
   margin-bottom: 50px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   background: #fff;
   border: 1px solid #fff;
}

.ss-affiliate-signup-container{
   /*margin-top: 100px;*/
   /*color: #fff;*/
   /*box-shadow: 0px 0px 5px #000;*/
   margin-bottom: 50px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   background: #fff;
   border: 1px solid #fff;
}

.ss-signup-container{
  padding-top: 20px;
}

.ss-signup-container .help-block{
  font-size: 12px;
  color: red;
}

.ss-unauthorized-container{
   text-align: center;
   margin-top: 50px;
   color: #fff;
   box-shadow: 0px 0px 5px #000;
   margin-bottom: 50px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-top: 50px;
   padding-bottom: 50px;
}

.ss-signup-container h1, .ss-signup-container h3{
   text-align: center;
}
/** End of signup page style **/


/** Custom contents style **/
.ss-custom-content{
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  margin-bottom: 20px;
}

.ss-custom-content-list{
  border-bottom: 1px solid #C0C0C0;
}

.ss-icons-btn-justified a{
  background: #fff;
  box-shadow: none;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-media-img{
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ss-media-action{
   width: 100px;
   height: 100px;
   padding: 5px;
   background: #ccc;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #F5F5F5;
}

.ss-media-action a{
   width: 100%;
   height: 100%;
}

.ss-content-placeholder{
   position: relative;
   width: 100%;
   min-height: 250px;
   background: url('../images/system/corporate.jpg') no-repeat;
   background-size: 100% 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 1px solid #C0C0C0;
   margin-bottom: 20px;
}

.ss-content-placeholder .ss-hover-shadow{
   text-align: center;
   color: #fff;
   text-decoration: none;
}

#ss-featured-organizations .item img{
   height: 200px;
   width: auto;
}

#ss-featured-organizations{
  background: #fff;
}

.ss-download-doc{
  margin-bottom: 20px;
}

.ss-media-body-justified{
   height: 80px;
   width: 100%;
   padding: 10px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   border: 1px solid #F5F5F5;
}

.ss-media-justified{
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.ss-media-justified .ss-media-img{
  width: 120px;
  height: 120px;
}

.ss-media-body-justified h3{
  margin-top: 0px;
}

.ss-media-links{
  margin-top: 20px;
  border: none;
  box-shadow: none;
}

.ss-media-links a{
  background: #fbfbfb;
}



/** End of custom contents styles **/

/** Panel buttons styles **/
/* Small button at the right of a panel */
.ss-add-btn{
    margin-top: -2px;
    float: right;
}

.ss-delete-btn{
    margin-top: -2px;
    float: right;
}

.ss-add-btn-left{
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}

.ss-delete-btn-left{
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}

.ss-delete-btn, .ss-delete-btn-left{
   color: #fff !important;
}

/** End of panel buttons **/

/** Upload company profile page style **/

.ss-upload-timeline-image{
    display: none !important;
}

.ss-upload-logo-container{
    text-align: center;
}

.ss-upload-logo-subcontainer{
    text-align: center;
}

@media only screen and (min-width: 769px){
  .ss-upload-logo-subcontainer{
     width: 500px;
  }
}

.ss-upload-logo-progress{
    margin-top: 20px;
}

.ss-upload-logo-subcontainer{
    margin: 0 auto;
    padding: 50px 10px;
   /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:    -moz-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:     -ms-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    background:      -o-linear-gradient(top right,#489FBD, #3F798C 60%,#489FBD);
    box-shadow: 0px 0px 5px #000;*/
}

.ss-upload-logo{
   margin: 0 auto;
   position: relative;
   width: 230px;
   height: 230px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 2px dashed #006E8C;
   text-align: center;
}

.ss-hover-shadow{
   background: rgba(0,0,0,0.5);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-transition: background 0.5s ease-in;
   -moz-transition: background 0.5s ease-in;
   -o-transition: background 0.5s ease-in;
   transition: background 0.5s ease-in;
}

.ss-content-controls{
   background: #fff;
   position: absolute;
   bottom: 0px;
   border-radius: 0px 0px 10px 10px;
   border: 1px solid #C0C0C0;
   z-index: 100;
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
}

.ss-content-controls .ss-form-controls{
  padding-bottom: 20px;
}

.ss-upload-logo img{
   width: 100%;
   height: 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.ss-upload-logo .ss-upload-content{
   position: absolute;
   top: 40px;
   left: 0px;
   width: 100%;
   height: 100%;
}

.ss-hover-shadow:hover{
   cursor: pointer;
   background: rgba(0,0,0,0.6);
}

#ss-upload-field, .ss-upload-field{
   display: none !important;
}

.ss-next-btn{
  width: 100%;
  overflow: auto;
}

.ss-next-btn img{
   height: 60px;
   width: auto;
   float: right;
}

.ss-upload-content span{
   display: block;
}

.ss-upload-content{
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}

.ss-upload-content .ss-upload-plus-sign{
   color: #006E8C;
   font-size: 120px;
   text-align: center;
/*   margin-top: 40px;*/
   margin-left: auto;
   margin-right: auto;
}

.ss-upload-content .ss-upload-text{
   margin-top: 35px;
   text-align: center;
   color: #006E8C;
   font-weight: bold;
   font-size: 20px;
   margin-left: auto;
   margin-right: auto;
}

#ss-upload-logo-form{
   margin-bottom: 10px;
}

#ss-upload-logo-form button{
   width: 230px;
}

#ss-image-preview{
   margin-bottom: 10px;
}

/** End of upload company profile page style **/

/** Site blog style *****/
.ss-blog-post{
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #C0C0C0;
}

/*.ss-blog-post a img, .ss-blog-post .ss-img-zoom{
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}*/

.ss-blog-img{
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.ss-blog-article-img{
   overflow: hidden;
}

.ss-blog-article-img, .ss-blog-article-img img{
  width: 100%;
}

.ss-blog-img-preview{
   margin-top: 10px;
   margin-bottom: 10px;
}

@media only screen and (max-width: 480px){
  .ss-blog-article-img{
     height: 250px;
  }

  .ss-blog-img-preview img, .ss-blog-img-preview .ss-img-zoom{
     height: 250px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .ss-blog-article-img{
    height: 350px;
  }

  .ss-blog-img-preview img, .ss-blog-img-preview .ss-img-zoom{
     height: 350px;
  }
}

@media only screen and (min-width: 769px){
  .ss-blog-article-img{
    height: 450px;
  }

  .ss-blog-img-preview img, .ss-blog-img-preview .ss-img-zoom{
     height: 400px;
  }
}

.ss-blog-img .ss-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 800;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0,0,0,0.5);
}

.ss-custom-radius-top{
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.ss-blog-img img{
  width: 100%;
}

.ss-blog-hint{
  padding: 10px;
  text-align: center;
}

.ss-blog-img-preview img, .ss-blog-img-preview .ss-img-zoom{
  width: 100%;
  min-height: 150px;
}

.ss-blog-content{
  padding: 10px;
}

.ss-blog-article{
  padding: 10px;
}
/** End of site blog style **/

/** School blog header **/
#ss-school-blog-header{
   margin-bottom: 10px;
   background: #fff;
   margin-top: 60px;
}

.ss-uppercase{
  text-transform: uppercase;
}

/** End of school blog header **/

/** School contacts panel style **/
.ss-school-contacts{
   /*box-shadow: 0px 0px 5px #C0C0C0;*/
   /*border: none;*/
   border: 0.5px solid #CCC;
}

.ss-school-blog-posts{
   /*box-shadow: 0px 0px 5px #C0C0C0;*/
   /*border: none; */
   border: 0.5px solid #CCC;
}

.ss-school-blog-posts .ss-nav-tab-active a{
   border-left: none !important;
}

.ss-blog-author{
  font-size: 12px;
}

.ss-blog-author a{
  font-style: italic;
  font-weight: bold;
}

.ss-edit-pencil{
   font-size: 14px;
   margin-left: 10px;
}
/** End of school contacts style **/

/** User profile popup style **/
.ss-user-profile-media{
   position: absolute;
   z-index: 10;
   padding: 0px;
   background: #fff;
   display: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: 0px 0px 5px #C0C0C0;
   -moz-box-shadow: 0px 0px 5px #C0C0C0;
   box-shadow: 0px 0px 5px #C0C0C0;
}

.ss-user-profile-media img{
   width: 120px;
   height: 120px;
   -webkit-border-radius: 5px 0px 0px 5px;
   -moz-border-radius: 5px 0px 0px 5px;
   border-radius: 5px 0px 0px 5px;
}

.ss-user-profile-media .ss-media-body{
  padding: 10px;
}

/** End of user profile popup style **/

/** School user profile popup **/
.ss-school-user-profile{
  position: absolute;
  z-index: 10;
  display: none;
  padding: 0px;
  width: 350px;
  -webkit-box-shadow: 0px 0px 2px #000;
  -moz-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}

.ss-school-user-profile .ss-cover-img{
   width: 100%;
   position: relative;
}

.ss-school-user-profile .ss-cover-img img{
  width: 100%;
  height: 120px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}

.ss-school-user-profile .ss-cover-img .ss-shadow{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,0.9));
  background:    -moz-linear-gradient(top,transparent 50%,rgba(0,0,0,0.9));
  background:     -ms-linear-gradient(top,transparent 50%,rgba(0,0,0,0.9));
  background:      -o-linear-gradient(top,transparent 50%,rgba(0,0,0,0.9));
}

.ss-school-user-profile .ss-content{
   position: relative;
   height: 60px;
}

.ss-school-user-profile .ss-avatar{
   position: absolute;
   top: -50px;
   left: 30px;
}

.ss-school-user-profile .ss-content .ss-content-text{
   position: absolute;
}

.ss-school-user-profile .ss-school-name{
   position: absolute;
   top: -50px;
   color: #fff;
   font-weight: bold;
   text-shadow: 0px 0px 5px #000;
}

.ss-school-user-profile .ss-avatar img{
   width: 100px;
   height: 100px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: 0px 0px 2px #000;
  -moz-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
}

.ss-school-user-profile .ss-arrow-up{
   width: 20px;
   height: 20px;
   background: #fff;
   box-shadow: 0px 0px 2px #000;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
   margin-left: 20px;
   position: relative;
   top: 10px;
   display: none;
}
/** End of school user profile popup **/
/** End of school page style **/

/**********Products Gallery Page Style************/
.ss-product-img-item{
  border: 1px solid #CCCCCC;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
}

.ss-product-img-caption{
  padding: 0px 5px 5px 5px;
  position: relative;
}

.ss-img-wrapper{
  position: relative;
  text-align: center;
}

.ss-img-profile-picture{
  border-color: #006E8C;
  border-style: dashed;
}


/*@media only screen and (max-width: 480px){
  .ss-school-img-item .ss-img-wrapper img{
     height: 230px;
    }

    .ss-img-lg-after{
      width: 100%;
      height: 150px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .ss-product-img-item .ss-img-wrapper img{
     height: 300px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
  .ss-product-img-item .ss-img-wrapper img{
     height: 350px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .ss-product-img-item .ss-img-wrapper img{
     height: 100px;
    }

}

@media only screen and (min-width: 1200px){
  .ss-product-img-item .ss-img-wrapper img{
     height: 150px;
    }
}*/

.ss-product-img-item .ss-img-wrapper img{
   height: auto;
}

.ss-product-img-item .ss-img-wrapper{
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ss-img-wrapper .ss-img-caption-fade{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 3px 5px 5px 5px;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  display: none;
}

.ss-img-lg-after{
  position: absolute;
    width: 400px !important;
    height: 300px !important;
    box-shadow: 0px 0px 2px #000, 0px 0px 50px #C0C0C0;
  z-index: 850;
  display: none;
}
/**********End of Products Gallery Page************/

/** Checkboxes style **/
.ss-checkbox-slider input[type=checkbox], .ss-checkbox-slider input[type=radio] {
  visibility: hidden;
}

.ss-checkbox-slider {
  width: 80px;
  height: 26px;
  background: #C0C0C0;
  margin: 20px auto;
  text-align: left;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.ss-checkbox-slider:after {
  content: 'NO';
  font: 12px/26px Arial, sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.ss-checkbox-slider:before {
  content: 'YES';
  font: 12px/26px Arial, sans-serif;
  color: #507D32;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.ss-checkbox-slider label {
  display: block;
  width: 34px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.ss-checkbox-slider input[type=checkbox]:checked + label, .ss-checkbox-slider input[type=radio]:checked + label {
  left: 43px;
}

.ss-checkbox-slider-container{
   margin-top: 20px;
   overflow: auto;
}

/** Rounded checkboxes style **/
/*** Rounded checkbox with green button ***/

.ss-checkbox-rounded input[type=checkbox], .ss-checkbox-rounded input[type=radio]{
  visibility: hidden;
}

.ss-checkbox-rounded {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  float: left;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.ss-checkbox-rounded label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.ss-checkbox-rounded label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #5bc0de;

  background: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -ms-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: linear-gradient(top, #5bc0de 0%, #2aabd2 100%);

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.ss-checkbox-rounded label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ss-checkbox-rounded input[type=checkbox]:checked + label:after, .ss-checkbox-rounded input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/** End of rounded checkbox with green button **/

/** Rounded checkbox with tick **/
.ss-checkbox-rounded-tick input[type=checkbox], .ss-checkbox-rounded-tick input[type=radio] {
  visibility: hidden;
}

.ss-checkbox-rounded-tick {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.ss-checkbox-rounded-tick label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.ss-checkbox-rounded-tick label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ss-checkbox-rounded-tick label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ss-checkbox-rounded-tick input[type=checkbox]:checked + label:after, .ss-checkbox-rounded-tick input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*** End of rounded checkbox with tick ***/
/** End of rounded checkboxes style **/

/** Squared checkbox style **/
/***  Squared checkbox with green button ***/
.ss-checkbox-squared input[type=checkbox], .ss-checkbox-squared input[type=radio] {
  visibility: hidden;
}

.ss-checkbox-squared {
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.ss-checkbox-squared label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.ss-checkbox-squared label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #5bc0de;

  background: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: -ms-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background: linear-gradient(top, #5bc0de 0%, #2aabd2 100%);

  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.ss-checkbox-squared label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ss-checkbox-squared input[type=checkbox]:checked + label:after, .ss-checkbox-squared input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*** End of squared checkbox with green button ***/

/*** Squared checkbox with a tick ***/
.ss-checkbox-sqaured-tick input[type=checkbox], .ss-checkbox-sqaured-tick input[type=radio] {
  visibility: hidden;
}

.ss-checkbox-squared-tick {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px auto;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.ss-checkbox-squared-tick label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.ss-checkbox-squared-tick label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ss-checkbox-squared-tick label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ss-checkbox-squared-tick input[type=checkbox]:checked + label:after, .ss-checkbox-squared-tick input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*** End of squared checkbox with a tick ***/

/*** Squared checkbox basic ***/
.ss-checkbox-basic input[type=checkbox], .ss-checkbox-basic input[type=radio] {
  visibility: hidden;
}

.ss-checkbox-basic {
  width: 20px;  
  margin: 20px auto;
  position: relative;
}

.ss-checkbox-basic label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.ss-checkbox-basic label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ss-checkbox-basic label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.ss-checkbox-basic input[type=checkbox]:checked + label:after, .ss-checkbox-basic input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*** End of squared checkbox basic **/

/** End of checkboxes style **/

/** Tablist style **/
.ss-custom-tablist-container{
   width: 100%;
   padding: 0px;
   margin-bottom: 20px;
   background-color: #006E8C;
   -webkit-border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   border-radius: 5px 5px 0px 0px;
   padding-bottom: 0px !important;
}

.ss-tablist{
   margin-bottom: 20px;
}

.ss-custom-tablist{
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: auto;
   position: relative;
   min-height: 40px;
   padding-bottom: 0px;
}

.ss-custom-tablist .ss-tab-active a{
   border-bottom: none;
   background: #fff;
   margin-bottom: 0px;
   -webkit-border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   border-radius: 5px 5px 0px 0px;
}

.ss-custom-tablist .ss-tab-active a:hover{
   background: #fff;
}

.ss-tablist-item{
  margin: 0px;
  text-align: center;
  height: auto;
  position: relative;
  margin: 0px;
}

.ss-tablist-item a{
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  margin-bottom: 0px;
  text-decoration: none;
  -webkit-border-radius: 0px 5px 0px 0px;
  -moz-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

@media only screen and (max-width: 991px){
  .ss-tablist-item a{
     position: relative;
  }
}

@media only screen and (min-width: 992px){
  .ss-tablist-item a{
     position: absolute;
  }
}

.ss-tablist-item a:hover{
  text-decoration: none;
  background: #F5F5F5;
}

@media only screen and (max-width: 480px){
   .ss-tablist-item{
      position: relative;
      display: block;
   }
}

@media only screen and (max-width: 480px){
   .ss-tablist-item{
      position: absolute;
   }
}
/** End of tablist style **/

/** Facebook like box style **/
.ss-fb-like-box{
  padding: 0px;
  border-bottom: 10px solid #FFFFFF;
  width: 100%;
  height: 300px;
  background: #FFFFFF;
  overflow: hidden;
  /*box-shadow: 0px 0px 5px #C0C0C0; */
  border: 1px solid #CCC;
  padding: 0px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px; 
  background: #FFFFFF;
  margin-bottom: 20px;
}

.ss-fb-like-box .fb-like-box{
  position: relative;
  width: 100%;
}

.ss-fb-like-box iframe{
  width: 100% !important;
  height: auto;
  border: none;
}

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/
/** End of facebook like box style **/


/** Override w3 schools style **/
.w3-modal .w3-modal-content{
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.w3-modal header.w3-container{
   -webkit-border-radius: 10px 10px 0px 0px;
   -moz-border-radius: 10px 10px 0px 0px;
   border-radius: 10px 10px 0px 0px;
   background: #fff !important;
   border-bottom: 1px solid #C0C0C0;
   padding-top: 15px;
   padding-bottom: 15px;
   color: #000 !important;
}

.w3-modal footer.w3-container{
   -webkit-border-radius: 0px 0px 10px 10px;
   -moz-border-radius: 0px 0px 10px 10px;
   border-radius: 0px 0px 10px 10px;
   background: #fff;
   border-top: 1px solid #C0C0C0;
   padding-top: 15px;
   padding-bottom: 15px;
}

.w3-modal .w3-closebtn:hover{
   text-shadow: 0px 0px 5px #fafafa;
}

.w3-toggle-modal:hover, .w3-zoom-img:hover{
   cursor: pointer;
}

.w3-modal-image{
   -webkit-border-radius: 5px !important;
   -moz-border-radius: 5px !important;
   border-radius: 5px !important;
   margin-left: auto !important;
   margin-right: auto !important;
}

.w3-modal .w3-animate-zoom{
  text-align: center;
}
/** End of w3 schools style override **/

/** Timeline style **/ 
.ss-timeline-panel .ss-timeline-h3{
    font-weight: bold;
}

.ss-timeline-panel strong{
    font-weight: bold;
}

.ss-timeline-post{ 
   width: 100%; 
   min-height: 50px; 
   border-top: 1px solid #C0C0C0;
   padding: 10px; 
   margin: 0px; 
}

.ss-timeline-content{
   width: 100%; 
   padding: 5px; 
}

.ss-timeline-post:hover{
   background: #f5f5f5;
   cursor: pointer;
}
/** End of timeline style **/

.ss-chart-container, .ss-site-chart-container{
  width: 100% !important;
  min-height: 350px;
  margin-bottom: 20px;
}

.ss-product-info{
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 10px 0px 0px;
  border: 0.5px solid #C0C0C0;
}

.ss-product-info img{
   border: none;
   -webkit-border-radius: 2px 0px 0px 2px;
   -moz-border-radius: 2px 0px 0px 2px;
   border-radius: 2px 0px 0px 2px;
   margin: 0px;
}

.ss-price-tag{
   font-size: 16px;
   font-weight: bold;
   color: #e68523;
}

.ss-discount-tag{
   font-size: 14px;
   font-weight: bold;
   color: #e68523;
}

.ss-contact-sales{
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #006E8C;
}

.ss-product-metadata{
   display: block;
   font-size: 12px;
}

.ss-product-rack{
  padding: 5px;
  margin: 0px;
}

.ss-account-banner{
   background: url('../images/system/light-bright.jpg') no-repeat 100% 100%;
   min-height: 300px;
   width: 100%;
   position: absolute;
}

.ss-trainers-banner{
   background: url('../img/happy-teacher.jpg') no-repeat 100% 100%;
   min-height: 500px;
   width: 100%;
   position: absolute;
}

.ss-school-banner{
   background: url('../images/system/light-bright.jpg') no-repeat 100% 100%;
   min-height: 300px;
   width: 100%;
   position: absolute;
}


.ss-product-rack img{
   width: 64px;
   height: 64px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   box-shadow: 0px 0px 2px #f5f5f5;
}

.ss-sales-status{
   padding: 10px;
   min-height: 100px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #fff;
}

.ss-sales-status .ss-status-icon{
   color: #fff;
   font-size: 54px;
}

.ss-sales-status .ss-status-number{
  font-size: 42px;
}

/** Stat media style **
.ss-stat-media{
  box-shadow: 0px 0px 3px #C0C0C0;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.ss-stat-media-heading{
    background: #f5f5f5;
    padding: 5px;
    border-bottom: 0.5px solid #ccc;
}

.ss-stat-media-body{
   padding: 20px;
}

.ss-stat-icon{
  font-size: 64px;
  color: #e68523;
}*/

.ss-wrapper-hover{
  text-align: center;
  position: absolute;
  left: 0px;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;

}

.ss-wrapper-hover:hover{
  background: rgba(0,0,0,0.1);
}

.ss-wrapper:hover .ss-wrapper-content{
   display: block;
}

.ss-wrapper .ss-wrapper-content{
   width: 100%;
   height: 100%;
   text-align: center;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   display: none;
}

.ss-wrapper .ss-wrapper-btn{
   background: #e68523;
   color: #fff;
   display: block;
   margin-right: 20px;
   position: absolute;
   left: 50%;
   bottom: 0px;
}
/** End of stat media style **/

.ss-custom-container{
   margin-top: 100px;
   background: #fff;
}

.ss-comment-textarea{
   /*min-height: 40px;*/
   /*outline: none;*/

   /*white-space: pre-wrap;*/
}

.ss-loader{
   margin-top: 10px;
   width: 25px;
   height: 25px;
   display: none;
}

/** Breadcrumb style **/
.ss-breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Sans-Serif;
}

.ss-breadcrumb li { 
  float: left; 
}

.ss-breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 65px;
  background: brown; /* fallback color */
  background: hsla(34,85%,35%,1); 
  position: relative; 
  display: block;
  float: left;
}

.ss-breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}

.ss-breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}

.ss-breadcrumb li:first-child a {
  padding-left: 10px;
}

.ss-breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.ss-breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.ss-breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.ss-breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.ss-breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.ss-breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.ss-breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.ss-breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.ss-breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}

/*.ss-breadcrumb li:last-child a::after { 
  border: 0; 
}*/

.ss-breadcrumb li a:hover { 
  background: hsla(34, 85%, 25%, 1); 
}
.ss-breadcrumb li a:hover:after { 
  border-left-color: hsla(34, 85%, 25%, 1) !important; 
}
/** End of breadcrumb style **/

/** Partner section style **/
#ss-partners{
   background: #fff;
   padding-bottom: 40px;
}

.ss-partner-image{
   text-align: center;
   width: 100%;
}

.ss-partner-image img{
   width: 80px;
   height: 80px;
}
/** End of partner section style **/

/** Review style **/

.ss-plane-list a{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.ss-review-media h4{
   font-size: 14px;
}

.ss-review-media .ss-review{
    background: #f5f5f5;
    font-style: italic;
    font-size: 14px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ss-custom-star{
  color: #e68523;
}

.ss-enquiry-media .ss-enquiry{
   font-size: 14px;
}
/** End of review style **/

/** Application thumbnail **/
.ss-application-thumbnail{
   background: #fff;
   padding: 10px 5px 5px 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  border: 1px solid #ddd; 
}

.ss-application-thumbnail .ss-file-owner-media{
   position: relative;
   overflow: auto;
}

.ss-application-thumbnail .ss-profile-image{
  width: 100%;
}

.ss-application-thumbnail .ss-profile-image img{
   width: 100%;
   height: auto;
}

.ss-application-thumbnail h4{
   font-size: 14px;
   font-weight: bold;
   min-height: 28px;
}

.ss-application-thumbnail p{
   font-size: 12px;
}

.ss-file-owner-media .ss-file-owner{
   margin: 0px;
}
/** End of application thumbnail **/

/** Project style **/
.ss-project-media h4{
   font-size: 14px;
}

.ss-project-media img{
   height: 50px;
   width: 50px;
}
/** End of project style **/

/** Media banner style **/
.ss-banner-links{
  background-color: #fff;
}
.ss-banner-links a.btn{
   background-color: #fff !important;
}
.ss-carousel .carousel-indicators{
   text-align: center;
}

#ss-media-banner-container{
   /*padding: 0px;*/
}

.ss-list-group-categories{
    border: none;
    margin: 0px;
}

.ss-list-group-categories .list-group-item{
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ss-media-banner{
   padding: 0px;
   margin: 0px;
   /*background: blue;*/
}

.ss-media-banner img{
   height: 382px !important;
   width: 100%;
   margin: 0px;
}

.ss-media-banner .media-right .list-group{
   padding: 0px;
   margin: 0px;
}

.ss-media-banner .media-right .list-group a{
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: 250px;
}

@media only screen and (max-width: 768px){
   .ss-media-banner .media-right{
      display: none;
   }

   .ss-media-banner img{
      height: 300px !important;
   }
}

@media only screen and (max-width: 480px){
   .ss-media-banner img{
      height: 180px !important;
   }
}

.ss-panel-container{
   background-color: #fff;
}

#ss-all-brands-outer-container{
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#ss-brands-outer-container, #ss-popular-brands-outer-container{
   /*margin-top: 10px;*/
   background: #fff;
}

#ss-brands-outer-container .row, #ss-popular-brands-outer-container .row, #ss-all-brands-outer-container .row{
  background: #fff;
}

.ss-brand-outer-container, .ss-brand-container-sm{
   width: 100%;
   min-height: 80px;
   /*margin-bottom: 10px;*/
   text-align: center;
   padding: 15px 0px;
}

.ss-brand-container, .ss-brand-container-sm{
   width: 100%;
   /*margin-bottom: 10px;*/
   text-align: center;
   padding: 15px 0px;
}

.ss-brand-container img{
   max-height: 40px;
   max-width: 80px;
   width: auto;
}

.ss-brand-container-sm img{
   max-height: 30px;
   max-width: 60px;
   width: auto;
   text-align: center;
}

@media only screen and (max-width: 768px){
    .ss-brand-container-sm{
       max-height: 40px;
       max-width: 60px;
       width: auto;
    }
}
/** End of banner style **/

/** Products style **/
.ss-product-option-radio{
   display: none;
}

.ss-product-color-option-btn{
   margin-bottom: 5px;
}

.ss-product-size-option-btn{
   min-width: 30px;
   margin-bottom: 5px;
}

.ss-product-color-option-btn, .ss-product-color-option-btn:hover, .ss-product-size-option-btn, .ss-product-size-option-btn:hover{
   background-color: #fff !important;
   border: 0.5px solid #C0C0C0;
   margin-right: 5px;
   display: inline-block;
}

.ss-product-color-option-btn:focus, .ss-product-color-option-btn:active, .ss-product-color-option-btn:visited, 
.ss-product-size-option-btn:focus, .ss-product-size-option-btn:active, .ss-product-size-option-btn:visited{
   border: 2px solid #5bc0de;
}

#ss-related-preducts-container{
  background: #fff;
}

#ss-products-categories-container{
   margin-top: 10px;
   background: #fff;
   padding-top: 10px;
}

#ss-products-categories-container .panel-body{
  padding: 10px;
}

#ss-products-categories-container .ss-category-img-container{
   width: 100%;
   height: 150px;
   overflow: hidden;
}
 
#ss-products-categories-container .ss-category-img-container-lg{
   width: 100%;
   height: 250px;
   overflow: hidden;
}

@media only screen and (max-width: 480px){
   #ss-products-categories-container .ss-category-img-container, #ss-products-categories-container .ss-category-img-container-lg{
     width: 100%;
     height: 80px;
     overflow: hidden;
   }
}


#ss-products-categories-container .ss-category-img-container img,
#ss-products-categories-container .ss-category-img-container-lg img{
   width: 100%;
   height: auto;
   overflow: hidden;
}

#ss-products-categories-container .panel-body h4{
   margin: 0px;
   font-weight: bold;
}

@media only screen and (max-width: 480px){
  #ss-products-categories-container .panel-body h4{
    font-size: 12px;
  }
}


.ss-sale-img-thumbnail{
    height: 35px;
    width: 35px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.ss-sale-img-thumbnail img{
    width: 100%;
    height: auto;
}

.ss-product-sale-panel .panel-body{
    height: 150px;
    overflow: hidden;
}

.ss-product-sale-panel .panel-body img{
    width: 100%;
    height: auto;
}

.ss-products-thumbnails-container, .ss-recent-products-thumbnails-container{
  margin-top: 10px;
  background: #fff;
  padding-top: 10px;
}

.ss-product-container{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  border: 0.5px solid #ddd;
  box-shadow: none;
}

.ss-product-panel{
  -webkit-transition: border 2s ease-out;
  -moz-transition: border 2s ease-out;
  -o-transition: border 2s ease-out;
  transition: border 2s ease-out;
  -webkit-transition: box-shadow 1s ease-out;
  -moz-transition: box-shadow 1s ease-out;
  -o-transition: box-shadow 1s ease-out;
  transition: box-shadow 1s ease-out;
}

.ss-product-panel, .ss-category-panel{
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.ss-product-panel .panel-body{
   height: 200px;
   padding: 0px;
   overflow: hidden;
}

.ss-product-panel .panel-heading, .ss-product-panel .panel-footer{
  background: #fff;
}

.ss-product-panel img.ss-product-img{
   width: 100%;
   height: auto;
}

.ss-product-panel h4{
   margin: 0px;
}

.ss-product-panel h4.ss-product-name{
   font-weight: bold;
   font-size: 12px;
}

.ss-product-panel h4.ss-price{
   font-weight: bold;
}

.ss-product-panel .ss-object-media h4{
   font-size: 12px;
   margin-top: 15px;
}

.ss-product-panel:hover{
  border: 0.5px solid #e68523;
  box-shadow: 0px 0px 2px #e68523;
}

.ss-product-container img:not(.media-object){
   height: 200px !important;
   width: auto;
}

.ss-product-panel .ss-authorized-dealer-icon-xs{
    width: 15px;
    height: 15px;
    float: right;
}

.ss-product-container .caption{
  text-align: left;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}

.ss-product-container .ss-discount{
   font-size: 12px;
   text-decoration: line-through;
}

.ss-product-container h4{
   font-size: 14px;
   font-weight: bold;
   min-height: 50px;
}

.ss-product-media{
   overflow: visible;
   padding: 10px;
   border-bottom: 1px solid #ddd;
}

.ss-affiliate-product-media{
   overflow: visible;
}

.ss-affiliate-media-right a.btn{
   margin-top: 10px;
}

.ss-product-media-lg{
   padding-bottom: 5px;
   border-bottom: 1px solid #ddd;
}

.ss-product-media-lg .ss-media-img-container{
   width: 150px;
   text-align: center;
}

.ss-product-media-lg img{
   width: 150px;
   height: auto;
}

.ss-product-media .ss-media-img-container, .ss-order-media .ss-media-img-container{
   width: 100px;
   text-align: center;
}

.ss-product-media img{
  height: auto;
  width: 100px;
}

#ss-call-seller{
   background: transparent;
   /*border: 1px solid #5bc0de;*/
   color: #5bc0de;
}

.ss-product-preview-media, .ss-product-preview-media img{
  width: 100%;
}

.ss-product-preview-thumbnails .ss-product-thumbnail-container{
   width: 100px;
   height: 100px;
   display: inline-block;
   margin-top: 5px;
   margin-right: 5px;
   overflow: hidden;
}

.ss-product-preview-thumbnails .ss-product-thumbnail-container img{
   width: 100px;
   height: auto;
   overflow: hidden;
   /*-webkit-transition: box-shadow 0.5s ease-in;
   -moz-transition: box-shadow 0.5s ease-in;
   -o-transition: box-shadow 0.5s ease-in;
   transition: box-shadow 0.5s ease-in;*/
}

.ss-product-preview-thumbnails .ss-product-thumbnail-container img:hover{
  cursor: pointer;
  /*-webkit-box-shadow: 0px 0px 5px #e68523;
  -moz-box-shadow: 0px 0px 5px #e68523;
  box-shadow: 0px 0px 5px #e68523;*/
}

.ss-product-preview-media .ss-media-img-container{
   width: 100px;
   text-align: center;
   border: 1px solid #ddd;
   padding: 5px;
}

.ss-product-preview-media .ss-product-thumbnail{
   height: 80px;
   width: auto;
   margin-top: 4px;
   margin-bottom: 4px;
   webkit-transition: box-shadow 0.5s ease-in;
   -moz-transition: box-shadow 0.5s ease-in;
   -o-transition: box-shadow 0.5s ease-in;
   transition: box-shadow 0.5s ease-in;
}

.ss-product-preview-media .ss-product-thumbnail:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #e68523;
  -moz-box-shadow: 0px 0px 5px #e68523;
  box-shadow: 0px 0px 5px #e68523;
}

.ss-product-preview-media .media-body{
   text-align: center;
}

.ss-product-preview-media .media-body .ss-product-img{
    height: 450px;
    width: auto;
}

.ss-min-input-width{
   min-width: 100px;
}

@media only screen and (max-width: 480px){
   .ss-product-preview-media .media-body .ss-product-img{
      height: 250px;
      width: auto;
   }

   .ss-product-preview-media .ss-product-thumbnail{
       height: 50px;
       width: auto;
    }
}

.ss-phone-panel-body{
   height: 120px !important;
}

.ss-phone-product-media .ss-phone-media-left{
    height: 120px;
}

.ss-phone-product-media .ss-phone-media-body{
   padding: 10px;
}

.ss-phone-product-media .ss-phone-product-img{
    width: 120px;
    height: auto;
    overflow: hidden;
}

.ss-phone-product-media .ss-phone-product-name{
   font-weight: bold;
   font-size: 12px;
}

.ss-phone-product-media .ss-phone-product-price{
   font-weight: bold;
   margin-top: 5px;
}
/** End of products style **/

#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.6);
}

/** Stat media style **/
.ss-stat-media{
  border: 0.5px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}

.ss-stat-media .fa{
   font-size: 36px;
   color: #e68523;
}

.ss-stat-media h3{
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
  text-align: right;
}

.ss-stat-media h1{
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
/** End of Stat media style **/

/** Image Gallery Page Style **/
.ss-gallery-img-item{
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  /*padding-top: 5px;*/
}

.ss-gallery-img-caption{
  padding: 0px 5px 5px 5px;
  position: relative;
}

.ss-img-wrapper{
  position: relative;
  text-align: center;
  margin: 0px;
}

.ss-img-default{
  border-color: #006E8C;
  border-style: dashed;
}

.ss-img-wrapper img{
  width: 100%;
  height: 150px;
  margin: 0px;
}

.ss-img-options{
  padding: 0px;
  margin: 0px;
}

@media only screen and (max-width: 480px){

    .ss-img-lg-after{
      width: 100%;
      height: 150px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .ss-gallery-img-item .ss-img-wrapper img{
     height: 300px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
  .ss-gallery-img-item .ss-img-wrapper img{
     height: 350px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .ss-gallery-img-item .ss-img-wrapper img{
     height: 100px;
    }

}

@media only screen and (min-width: 1200px){
  .ss-gallery-img-item .ss-img-wrapper img{
     height: 150px;
    }
}

.ss-gallery-img-item .ss-img-wrapper{
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.ss-img-wrapper .ss-img-caption-fade{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 3px 5px 5px 5px;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  display: none;
}

.ss-img-lg-after{
  position: absolute;
  width: 400px !important;
  height: 300px !important;
  box-shadow: 0px 0px 2px #000, 0px 0px 50px #C0C0C0;
  z-index: 850;
  display: none;
}
/** End of Image Gallery Page **/

/** Timeline style **/
.ss-timeline-panel h3{
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
}

.ss-timeline-panel .panel-body{
  width: 100%;
}

.ss-timeline-img{
   width: 100%;
}

.ss-timeline-panel .ss-post-media textarea{
   height: 35px;
   min-height: 35px;
   width: 100%;
   resize: vertical;
}

.ss-timeline-panel .ss-file-owner{
   margin-top: 8px;
   font-size: 14px;
   font-weight: bold;
}

.ss-timeline-panel .panel-heading{
  overflow: visible;
}

.ss-timeline-panel .ss-timeline-stats p{
  margin: 0px;
  font-size: 12px;
}

.ss-file-owner-media{
   margin: 0px;
   border-bottom: 1px solid #ddd;
   padding: 10px;
   overflow: visible;
}

.ss-file-owner a{
  /*color: #000;*/
}

.ss-file-owner p{    
  font-size: 8px !important;
}

.ss-file-media-owner{
  margin: 0px;
  overflow: visible;
}

.ss-file-media-owner .media-right{
  overflow: visible;
}

.ss-post-media{
  overflow: visible;
}

.ss-ellipsis-btn{
   background: transparent;
   border: none;
   box-shadow: none;
   margin: 0px;
   padding-right: 0px;
}

.ss-ellipsis-btn:hover, .ss-ellipsis-btn:active, .ss-ellipsis-btn:visited{
  background: inherit !important;
  box-shadow: none;
}

.ss-dropdown-btn, .ss-dropdown-btn:active, .ss-dropdown-btn:visited{
  box-shadow: none;
  background: #fff !important;
}

.ss-dropdown-btn .dropdown-menu{
   border-radius: 0px;
   padding: 0px;
   overflow: visible;
}

.ss-dropdown-btn .dropdown-menu li a{
  margin: 0px;
}

.ss-dropdown-btn .dropdown-menu li a:hover{
   background: #006E8C;
   color: #fff;
}

.ss-dropdown-btn .dropdown-menu li a:disabled:hover{
   background: inherit;
}

.ss-timeline-panel .btn-group{
  border: none;
}

#radioBtn .notActive{
    background: #fff;
}

.ss-like-btn, .ss-like-btn:active, .ss-like-btn:visited, .ss-unlike-btn, .ss-unlike-btn:active, .ss-unlike-btn:visited{
   background: #fff !important;
   border: none;
   border-right: 0.5px solid #ddd;
}

.ss-btn-white, .ss-btn-white:active, .ss-btn-white:visited{
   background: #fff !important;
   border: none;
   border-right: 0.5px solid #ddd;
}

.ss-connect-btn[data-status="0"]{
  background: #fff;
  color: #000;
}

.ss-connect-btn[data-status="1"], .ss-connect-btn[data-status="2"]{
  background: #fff;
  color: #000;
}

.ss-like-btn[data-status="0"]{
  color: #999;
}

.ss-like-btn[data-status="1"]{
  color: #c93636;
}

.ss-unlike-btn.fa{
  color: #c93636;
}

.ss-favourite-btn, .ss-favourite-btn:active, .ss-favourite-btn:visited, .ss-unfavourite-btn, .ss-unfavourite-btn:active, .ss-unfavourite-btn:visited{
   background: #fff !important;
   border: none;
   border-right: 0.5px solid #ddd;
}

.ss-favourite-btn[data-status="0"]{
  color: #999;
}

.ss-favourite-btn[data-status="1"]{
  color: #EFCF14;
}

.ss-unfavourite-btn.fa{
  color: #EFCF14;
}

.ss-add-cart-btn, .ss-add-cart-btn:active, .ss-add-cart-btn:visited{
  background: #5bc0de !important;
  border: none;
  /*border-right: 0.5px solid #ddd;*/
}

.ss-img-upload-btn{
   background: #daeff5;
   border-right: 0.5px solid #ddd;
   border-left: none;
   padding: 8px;
   color: #999;
}

#ss-post-file-upload{
  display: none;
}

.ss-post-btn{
  background: #5bc0de;
   -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}

.ss-img-upload-btn{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.ss-chat-textarea{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    resize: none !important;
    height: auto !important;
}


.ss-create-school-account-btn{
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  border-radius: 40px !important;
}

.ss-btn-round-lg{
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  border-radius: 40px !important;
}

.ss-btn-round{
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    -o-border-radius: 35px !important;
    border-radius: 35px !important;
}

.ss-btn-round-xs{
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
}

.ss-btn-round-left-lg{
  -webkit-border-radius: 40px 0px 0px 40px !important;
  -moz-border-radius: 40px 0px 0px 40px !important;
  -o-border-radius: 40px 0px 0px 40px !important;
  border-radius: 40px 0px 0px 40px !important;
}

.ss-btn-round-left{
    -webkit-border-radius: 35px 0px 0px 35px !important;
    -moz-border-radius: 35px 0px 0px 35px !important;
    -o-border-radius: 35px 0px 0px 35px !important;
    border-radius: 35px 0px 0px 35px !important;
}

.ss-btn-round-left-xs{
  -webkit-border-radius: 20px 0px 0px 20px !important;
  -moz-border-radius: 20px 0px 0px 20px !important;
  -o-border-radius: 20px 0px 0px 20px !important;
  border-radius: 20px 0px 0px 20px !important;
}

.ss-btn-round-right-lg{
  -webkit-border-radius: 0px 40px 40px 0px !important;
  -moz-border-radius: 0px 40px 40px 0px !important;
  -o-border-radius: 0px 40px 40px 0px !important;
  border-radius: 0px 40px 40px 0px !important;
}

.ss-btn-round-right{
    -webkit-border-radius: 0px 35px 35px 0px !important;
    -moz-border-radius: 0px 35px 35px 0px !important;
    -o-border-radius: 0px 35px 35px 0px !important;
    border-radius: 0px 35px 35px 0px !important;
}

.ss-btn-round-right-xs{
  -webkit-border-radius: 0px 20px 20px 0px !important;
  -moz-border-radius: 0px 20px 20px 0px !important;
  -o-border-radius: 0px 20px 20px 0px !important;
  border-radius: 0px 20px 20px 0px !important;
}

.ss-btn-outline-success-round-lg{
   border: 2px solid #5cb85c;
   color: #5cb85c !important;
   background: transparent;
   -webkit-border-radius: 40px !important;
   -moz-border-radius: 40px !important;
   -o-border-radius: 40px !important;
   border-radius: 40px !important;
}

.ss-btn-outline-success-round-lg:hover{
  border: 2px solid #5cb85c;
  color: #fff !important;
}

.ss-btn-outline-info-round-lg{
  border: 2px solid #5bc0de;
  color: #46b8da !important;
  background: transparent;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  border-radius: 40px !important;
}

.ss-btn-outline-info-round-lg:hover{
 border: 2px solid #5cb85c;
 color: #fff !important;
}

.ss-btn-outline-warning-round-lg{
  border: 2px solid #f0ad4e;
  color: #eea236 !important;
  background: transparent;
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  border-radius: 40px !important;
}

.ss-btn-outline-warning-round-lg:hover{
 border: 2px solid #eea236;
 color: #fff !important;
}

.ss-btn-follow, .ss-btn-follow-xs{
   background: #fff;
   color: #006E8C !important;
   border: 1px solid #006E8C;
}

.ss-btn-follow:hover, .ss-btn-follow-xs:hover{
  background: #fff;
  color: #505050 !important;
  font-weight: bold;
  border: 1px solid #505050;
}

.ss-no-data-panel-footer{
   padding-top: 20px;
   padding-bottom: 20px;
   background: #f8fafd !important;
}

.ss-comment-textarea{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    resize: none !important;
    height: auto !important;
}

.ss-textarea-plain{
    border: none !important;
}

.tox{
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}

.ss-textarea-plain .tox-editor-container{
    border: 1px solid #f0f0f0 !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}

.tox-statusbar{
    display: none !important;
    border: none !important;
}

tox-editor-header{
    background-color: #f0f0f0 !important;
}

.tox-toolbar {
    background-color: #f0f0f0 !important;
}

.tox-menubar {
    background-color: #f0f0f0 !important;
}

.ss-post-textarea{
  resize: vertical;
  min-height: 70px;
}

.ss-form-ajax-post{
  z-index: 1000;
}

.ss-post-status-panel #ss-preview-img-placeholder{
   width: 35px;
   margin: 0px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 0px 5px #c0c0c0;
   visibility: hidden;
}

.ss-post-progress .progress{
  height: 10px;
}

#ss-status-post-container{
   z-index: 1020;
}

#ss-right-sidebar{
  z-index: 1020;
 /* position: fixed;
  top: 367px;*/
}

@media only screen and (max-width: 991px){
  #ss-right-sidebar{
    z-index: 10;
    position: relative;
    top: 0px;
  }
}


/** End of timeline style **/

/** Follower media style **/
.ss-follow-media h4{
   margin-top: 15px;
   margin-bottom: 0px;
   font-size: 10px;
}

.ss-follow-media h3{
   margin-top: 25px;
   margin-bottom: 0px;
   font-size: 14px;
}

.ss-follow-media .ss-follow-btn{
   margin-top: 10px;
   font-weight: bold;
}

.ss-unfollow-btn.btn-default{
  background: #fff
}

.ss-follow-media p{
   margin-top: 15px;
   font-size: 10px;
   font-weight: bold;
}

.ss-follow-media .ss-tagline{
    margin: 0px;
}
/** End of follower media style **/

/** Notification media **/
.ss-notification-media{
  border-bottom: 0.5px solid #ddd;
  padding: 10px;
  background: #fafafa;
  margin: 0px;
}

.ss-notification-viewed-media{
   border-bottom: 0.5px solid #ddd;
   padding: 10px;
   background: #fff;
   margin: 0px;
}

.ss-notification-media p, .ss-notification-viewed-media p{
   margin: 0px;
}

.ss-notification-media p:first-child, .ss-notification-viewed-media p:first-child{
   margin-top: 10px;
}
/** End of notification media **/

/** Mate media **/
.ss-mate-media{
   border-bottom: 0.5px solid #ddd;
   padding: 10px;
   margin: 0px;

}
.ss-mate-media h4{
   margin-top: 20px;
   font-size: 14px;
   font-weight: bold;
}

.ss-mate-media .media-right{
   padding-top: 15px;
}
/** End of mate media **/

/** Category style **/

.thumbnail{
    -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-category-thumbnail{
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ss-category-thumbnail .ss-img-container{
   width: 100%;
   height: 80px;
   overflow: hidden;
   padding: 0px;
   margin: 0px;
}

.ss-category-thumbnail img{
   width: 100%;
   height: auto;
   -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}


.ss-category-thumbnail .ss-text-container{
  padding: 5px;
}

.ss-category-thumbnail h4{
  font-size: 12px;
  font-weight: bold;
  color: #000;
  height: 30px;
}

/** End of category style **/

/** Recent stores style **/
#ss-recent-stores-container{
  background: #fff;
  margin-top: 10px;
  padding-top: 20px;
}

.ss-store-thumbnail, .ss-mate-thumbnail{
  padding-top: 20px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.ss-store-thumbnail .ss-img-link, .ss-mate-thumbnail .ss-img-link{
    width: 100px;
    height: 100px;
}

.ss-store-thumbnail img, .ss-mate-thumbnail img{
    width: 100px !important;
    height: 100px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
   box-shadow: 0px 0px 3px #C0C0C0;
}

.ss-store-thumbnail .ss-authorized-dealer-icon-sm{
    width: 25px !important;
    height: 25px !important;
    position: relative;
    left: 50px;
    margin-top: -40px;
    margin-bottom: 15px;
}

.ss-mate-thumbnail{
   padding-top: 0px;
}

.ss-mate-thumbnail .ss-mate-cover{
   height: 70px;
   width: 100%;
   background: #f5f5f5;
}

.ss-mate-thumbnail .caption{
  padding: 10px;
  padding-top: 60px;
}

.ss-mate-thumbnail img{
   position: absolute;
   top: 20px;
   left: 0px;
   right: 0px;
   z-index: 1000;
   margin-left: auto;
   margin-right: auto;
}

.ss-store-thumbnail p, .ss-mate-thumbnail p{
   font-size: 12px;
}

.ss-container-title-sm{
   font-size: 14px;
   font-weight: bold;
   color: #999;
}

.ss-container-title-xs{
   font-size: 12px;
   font-weight: bold;
   color: #999;
}
/** End of Recent stores style **/

/** Profile style **/
.ss-profile-panel{
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   margin-bottom: 10px;
}

.ss-profile-panel img.ss-profile-banner{
   width: 100%;
}

.ss-profile-panel .panel-body{
   height: 250px;
   background: #fff;
   position: relative;
   overflow: hidden;
}

@media only screen and (max-width: 480px){
  .ss-profile-panel .panel-body{
    height: 180px;
  }
}

.ss-profile-panel .ss-wrapper{
   height: 100%;
   width: 100%;
   position: absolute;
   bottom: 0px;
   background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,0.9));
   background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,0.9));
   background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,0.9));
   background: -o-linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,0.9));
   background: linear-gradient(top,rgba(0,0,0,0) 50%, rgba(0,0,0,0.9));
   overflow: visible;
}

.ss-profile-panel .ss-wrapper .ss-profile-details{
   position: absolute;
   bottom: 0px;
   height: auto;
   width: 100%;
   color: #fff;
   padding-bottom: 10px;
   overflow: visible;
}

.ss-profile-panel .ss-wrapper .ss-profile-details h3{
  font-weight: bold;
}

.ss-profile-panel .ss-wrapper .ss-profile-details p{
  font-size: 12px;
  font-weight: bold;
}

.ss-profile-panel .ss-profile-half-details{
   padding-top: 30px;
   color: #000;
   z-index: 1500;
}

.ss-profile-panel .panel-footer{
   background: #fff;
   overflow: visible;
}

.ss-profile-btn{
   background: #fff;
   padding-top: 20px;
   padding-bottom: 20px;
   border-bottom: none;
}

.ss-profile-panel .ss-profile-img{
   position: absolute;
   /*bottom: -160px;*/
   bottom: -40px;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   z-index: 1000;
   width: 150px;
   height: 150px;
   
}

.ss-profile-panel .ss-profile-img img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
   width: 100%;
   height: 100%;
   border: 4px solid #fff;
   box-shadow: 0px 0px 3px #C0C0C0;
}

@media only screen and (max-width: 991px){
  .ss-profile-panel .ss-profile-img{
    position: absolute;
    top: -75px !important;
  }

  .ss-profile-img-column{
     padding: 20px;
  }
}

img.ss-flag-icon{
  width: 20px !important;
  height: auto !important;
}

img.ss-flag-icon-sm{
  width: 15px !important;
  height: 10px !important;
}

.ss-img-zoom:hover img.ss-flag-icon, .ss-img-zoom:hover img.ss-flag-icon-sm{
  -webkit-transform:scale(1); /* Safari and Chrome */
  -moz-transform:scale(1); /* Firefox */
  -ms-transform:scale(1); /* IE 9 */
  -o-transform:scale(1); /* Opera */
   transform:scale(1);
}
/** End of profile style **/

/** Review panel **/
.ss-review-panel .ss-arrow-up{
   width: 20px;
   height: 20px;
   -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
   border-left: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   background-color: #fff;
   content: '';
   display: block;
   position: relative;
   top: -25px;
   left: 70px;
}

.ss-review-panel .panel-body{
   background-color: #fefdf9;
   /*border: 0.25px solid #f6d89a;*/
}
/** End of Review panel **/

/** Benefits section tyle **/
#ss-info-links-section{
  margin-top: 10px;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#ss-info-links-section a{
  font-weight: bold;
  font-size: 14px;
}

#ss-benefits-section{
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}

.ss-feature-benefit-media{
   margin-bottom: 20px;
}

.ss-benefit-media{
    margin-bottom: 0px;
}

.ss-benefit-media img{
  width: 25px;
  height: auto;
}

.ss-benefit-media h4{
  font-size: 10px;
  font-weight: bold;
  /*min-height: 40px;*/
}

@media only screen and (max-width: 768px){
    .ss-benefit-media h4{
      font-size: 10px;
      font-weight: bold;
      min-height: 40px;
    }
}

.ss-advertisment-img-md{
  width: 100%;
  height: auto;
}

.ss-advertisment-img-sm{
  width: 100%;
  height: auto;
}

.ss-advertisment-img-xs{
  width: 100%;
  height: auto;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5bc0de;
    border-color: #2aabd2;
}
/** End of Benefits section style **/

/** Side bars **/
/*#ss-left-sidebar{
   position: fixed;
   z-index: 1020;
}*/
/** End of Side bars **.

/** Chat container **/
.ss-chat-form-container, .ss-chat-form-container-md{
  /*position: fixed;
  bottom: 0px;
  right: 0px;*/
  position: relative;
  margin-bottom: 0px;
  z-index: 1010;
  height: auto;
  overflow: hidden;
  /*width: auto;*/
  /*padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;*/
}

.ss-chat-form-container .ss-chat-panel, .ss-chat-form-container-md .ss-chat-panel{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    float: right;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1200;
    width: 30%;
}

@media only screen and (max-width: 768px){
  .ss-chat-form-container .ss-chat-panel, .ss-chat-form-container-md .ss-chat-panel{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    float: right;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1200;
    width: 100%;
}
}

.ss-chat-form-container .ss-chat-panel .panel-heading, .ss-chat-form-container-md .ss-chat-panel .panel-heading{
   background: #006E8C;
}

.ss-chat-form-container .ss-chat-panel .ss-chat-recepient-media, .ss-chat-form-container-md .ss-chat-panel .ss-chat-recepient-media{
   color: #fff;
   font-weight: bold;
}

.ss-chat-form-container .ss-chat-panel textarea, .ss-chat-form-container-md .ss-chat-panel textarea{
   resize: vertical;
   min-height: 40px;
}

.ss-chat-form-container .ss-chat-panel .ss-chat-recepient-media .ss-chat-close, .ss-chat-form-container .ss-chat-panel .ss-chat-recepient-media .ss-chat-minimize,
.ss-chat-form-container-md .ss-chat-panel .ss-chat-recepient-media .ss-chat-close, .ss-chat-form-container-md .ss-chat-panel .ss-chat-recepient-media .ss-chat-minimize{
   background: #006E8C;
}

.ss-chat-form-container .ss-chat-panel .panel-body, .ss-chat-form-container-md .ss-chat-panel .panel-body{
   max-height: 250px;
   height: 250px;
   overflow-y: scroll;
}

.ss-chat-form-container .ss-chat-panel .ss-chat-media h5, .ss-chat-form-container-md .ss-chat-panel .ss-chat-media h5{
   font-weight: bold;
   margin-bottom: 0px;
}

.ss-chat-form-container .ss-chat-panel .ss-chat-media p, .ss-chat-form-container-md .ss-chat-panel .ss-chat-media p{
   font-size: 12px;
   margin: 0px;
}

/** End of cha container **/

/** Messages panel **/
.ss-messages-panel .panel-body{
   padding: 0px;
   height: 100%;
   overflow-y: scroll;
}

.ss-messages-panel .panel-body .media{
   position: relative;
}

.ss-messages-panel .panel-body .media a.ss-wrapper{
   position: absolute;
   width: 100%;
   height: 100%;
}
/** End of Messages panel **/

/** Thumbnail image **/
.ss-gallery-thumbnail{
   width: 100%;
   height: 180px !important;
   overflow: hidden;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   border: 1px solid #ddd;
   padding: 0px;
   display: block;
   margin-bottom: 15px;
}

.ss-gallery-thumbnail img{
   width: 100%;
   height: auto;
   min-height: 100%;
}

@media only screen and (max-width: 480px){
   .ss-gallery-thumbnail{
     height: 280px !important;
   }
}

@media only screen and (min-width: 481px) and (max-width: 678px){
   .ss-gallery-thumnail{
      height: 300px !important;
   }
}
/** End of thumbnain image **/

.ss-pay-mode{
  height: 25px;
  width: auto;
}

#ss-pop-login .modal-header{
    padding: 0px;
}

#ss-pop-login .ss-banner-login-pop{
    width: 100%;
    height: auto;
}

