@font-face {
    font-family: "Poiret One";
    src: url('../fonts/Poiret_One/PoiretOne-Regular.ttf');
}
@font-face {
    font-family: "Open Sans Condensed";
    src: url('../fonts/Open_Sans_Condensed/OpenSans-CondBold.ttf');
}
@font-face {
    font-family: "Open Sans Condensed Light";
    src: url('../fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf');
}
@font-face {
    font-family: "Open Sans Condensed Italic";
    src: url('../fonts/Open_Sans_Condensed/OpenSans-CondLightItalic.ttf');
}
@font-face {
    font-family: "Yanone Kaffeesatz Light";
    src: url('../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Light.ttf');
}
@font-face {
    font-family: "Yanone Kaffeesatz";
    src: url('../fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-ExtraLight.ttf');
}
@font-face {
    font-family: "Halant Light";
    src: url('../fonts/Halant/Halant-Light.ttf');
}
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: "OpenSans";
    src: url('../fonts/OpenSans/OpenSans-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", "Yanone Kaffeesatz",helvetica, serif, sans-serif;
    font-size: 16px;
    background: url('../images/system/texture-01.jpg') repeat;
    /*background: #fff;*/
    position: relative;
}

header{
   background: #fff;
   width: 100%;
   height: auto;
}

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

footer{
   background: #006E8C;
   color: #fff;
   padding: 20px;
   min-height: 80px;
}
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;
}

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

.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;
}

.ss-custom-star-grey{
  color: #CCCCCC;
}

#ss-public-search-results{
   width: 100%;
   background: #fff;
   color: #fff;
   display: none;
   /*height: 200px;*/
   position: absolute;
   z-index: 500;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0px 2px 2px #C0C0C0;
}

#ss-public-search-results a{
  background: #fff;
  color: #000;
}

#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 **/

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

/** 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 **/

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

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

/** Header style **/

.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;
}

/*select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}*/

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

optgroup{
  border: none;
}

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

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

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

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

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

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

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

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

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

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

.ss-thumbnail{
   width: 120px;
   height: 120px;
}

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

.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;
}

@media only screen and (min-width: 992px){
  #ss-site-logo{
    position: relative;
    top: 20px;
    left: 100px;
    height: 40px;
    }
}

@media only screen and (max-width: 480px){
  #ss-site-logo{
    position: relative;
    top: 20px;
    height: 40px;
    }
}

a{
  color: #006E8C;
}

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

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

#ss-home-nav{
  margin: 0px;
}

#ss-home-nav a{
  background: rgba(0,0,0,0.4);
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
}

#ss-home-nav a:hover{
  background: rgba(0,0,0,0.5);
  border-bottom: none;
}

#ss-home-search-hotels, #ss-home-search-flights, #ss-home-search-trips{
  /*margin-top: 80px;*/
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0px 10px 10px #000;
  margin: 0px;
}

#ss-home-tab-content .tab-pane{
  margin: 0px !important;
}

#ss-home-search-hotels select, #ss-home-search-flights select{
   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 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 #9fc748;
}

.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-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 *********/

/** Featured schools style **/
#ss-featured-schools{
   background: #fff;
}
/** End of featured schools style **/

/** 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 **/

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

.ss-liss-plane{
  border: none;
  box-shadow: none;
}
/** Table list style **/
.ss-table-liss-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:lass-child, .ss-table-list li:lass-child{
  -webkit-border-radius: 0px 0px 4px 4px !important;
  -moz-border-radius: 0px 0px 4px 4px !important;
  border-radius: 0px 0px 4px 4px !important;
}

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

.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-liss-user-avatar{
   margin-right: 10px;
}
.ss-liss-user-avatar img{
   height: 40px;
   width: 40px;
   border: 1px solid #fafafa;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
}

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

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

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

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

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

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

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

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

.ss-options-collapse-row{
  margin: 10px 0px 0px 0px;
  padding: 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-liss-group{
  box-shadow: none; 
  padding: 0px;
  margin: 0px;
}

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

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

#ss-product-pricing ul, #ss-product-pricing ul li{
  border-radius: 0px;
  box-shadow: none;
  border: none;
}

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

.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;
  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;
}

.ss-starter-plan{
  margin-top: 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-liss-group{
  box-shadow: none; 
  border: none;
}

.ss-price-plan .ss-liss-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;
}

/********** 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-feature-media{
  color: #fff;
}

.ss-benefit-icon, .ss-feature-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%;
}

.ss-feature-icon{
  background: #fff;
  color: #006E8C;
}
/********** 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: 4px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 10px #fff;
}

#ss-features{
   padding-bottom: 60px;
}

.ss-info-panel{
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

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

.ss-info-icon{
  font-size: 47px;
  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{
  width: 100%;
  text-align: justify;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
  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;
}

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

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

.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: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  background: url('../images/system/bg-01.png') no-repeat;
}

.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;
}

.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{
   background: transparent;
   border: none;
   box-shadow: none;
   color: #fff;
}

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

.ss-footer-link{
    margin-top: 20px;
    font-size: 12px;
}

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

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

.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;
}

@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-banner-wrapper{
   height: 550px;
   background-color: #006E8C;
   background-image: url('../img/clasped-hands.jpg');
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   margin: 0px;
}

#ss-banner-wrapper .ss-subcontainer-stretch-wrapper{
   background: rgba(0,0,0,0.5);
}

#ss-banner-wrapper .ss-subcontainer-stretch-wrapper:hover{
   background: rgba(0,0,0,0.3);
}

.ss-subcontainer-stretch-wrapper{
   background: rgba(0,0,0,0.4);
   width: 100%;
   height: 100%;
   min-height: 550px;
   -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-page-wrapper{
   min-height: 400px;
   /*background-size: 100% 500px;*/
}

#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%;
}
/** End of of banners style **/

/**********Live Chart Style**********/

.ss-live-chat{
  position: fixed;
  bottom: 0px;
  right: 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: 5px 5px 0px 0px !important;
  }

.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-banner-slider{
    position: relative;
    top: 60px;
    color: #fff;
}

.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: 60px;
    color: #fff;
}

.ss-slider-img img{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 400px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.carousel{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (min-width: 769px){
  .ss-slider-img img{
     height: 400px  !important;
  }
}

@media only screen and (max-width: 768px){
  .ss-slider-img img{
     height: 350px !important;
  }
}

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

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

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

.ss-slider-content p{
    margin-bottom: 40px;
    font-size: 22px;
}
/** 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-hotel-registration-container{
   margin-top: 80px;
   color: #fff;
   box-shadow: 0px 0px 5px #000;
   margin-bottom: 50px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background: rgba(0,0,0,0.5);
}

.ss-sign-up-message{
   margin-top: 150px;
   padding: 20px;
}

.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{
   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-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;
   border: 1px solid #ddd;
   -webkit-border-radius: 5px !important;
   -moz-border-radius: 5px !important;
   border-radius: 5px !important;
   /*border: 1px solid #F5F5F5;*/
}

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

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

.ss-media-justified img{
   border: 1px solid #ddd;
}

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

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

.ss-media-body-justified, .ss-media-body-justified-sm{
   width: 100% !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-ajax-results-container{
  position: absolute;
  top: 50px;
  width: 100%;
  height: auto;
  background: #fff;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #fff;
  z-index: 120;
  display: none;
}

#ss-ajax-results-container a{
    background: #fff;
    color: #000;
}

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

.ss-transparent-results-list li{
  background: transparent;
  color: #fff;
}

.ss-transparent-results-list li:hover{
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}



/** End of custom contents styles **/

/** Panel group item **/

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

.ss-panel-group-item{
  margin-top: 20px;
  margin-bottom: 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;
}

.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;
}

#ss-login-panel .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;
}

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

/* Form input with icon */ 
.ss-input-feedback-left{
    text-indent: 15px;
    min-width: 140px;
    margin-bottom: 0px;
}

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

.ss-nav-container{
  /*margin: 0px 0px 20px 0px;*/
  /*margin-bottom: 20px;*/
  padding: 0px;
  border: 1px solid #C0C0C0;
}

.ss-nav-container .list-group{
  margin: 0px;
}

.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;
}

.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;
}

.ss-panel{
  /*box-shadow: 0px 0px 5px #C0C0C0; */
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

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

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

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

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

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

/** Theme colors and features **/

@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;
}

/** Background images **/
#ss-signin-wrapper, #ss-page-wrapper{
   background: url('../img/chinese-tibetan.jpg');
   background-repeat: no-repeat;
   background-image: cover;
   min-height: 850px;
}
/** 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-margin-top{
  margin-top: 20px;
}

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

.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 !important;
}

.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: 150px;
    }
}

.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: green;
  margin-right: 10px;
}

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

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

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

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

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

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

.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;
}*/

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

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

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

.ss-custom-dark-green{
  background: #24570D;
}

.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-grey{
   background: transparent;
   color: #000;
   border-color: #C0C0C0;
}

.ss-outline-white{
   background: transparent;
   color: #fff;
   border-color: #fff;
}

.ss-outline-success{
   background: transparent;
   color: #7cb82f;
   border-color: #7cb82f;
}

.ss-outline-info{
   background: transparent;
   color: #006E8C;
   border-color: #006E8C;
}

.btn-info, .btn-warning{
   background: #006E8C;
}

.ss-outline-warning{
   background: transparent;
   color: #f0ad4e;
   border-color: #f0ad4e;
}

.ss-outline-danger{
   background: transparent;
   color: #d9534f;
   border-color: #d9534f;
}

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

.ss-select-search{
   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-shadow{
   box-shadow: 0px 0px 5px #C0C0C0;
   -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;
   padding: 0px;
}

.ss-admin-nav-list a{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

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

.ss-admin-nav-list a:lass-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-main-nav ul li .ss-nav-label{
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.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-profile-avatar{
   min-height: 200px;
   width: 100%;
   background: url('../images/system/light-bright.jpg');
   /*background: #006E8C;*/
   padding-top: 40px;
   padding-bottom: 20px;
   text-align: center;
   /*-webkit-border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   border-radius: 5px 5px 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:hover{
    color: #006E8C;
}

.ss-hidden{
  display: none;
}

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

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

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

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

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

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

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

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=color], .input-group-addon{
  /*background: #fafafa !important;*/
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

button, input[type=submit], input[type=reset], input[type=button], a.btn{
  -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, input[type=color]:focus{
  background: #fff;
}

.checkbox input[type="checkbox"]{
    /*opacity: 0;*/
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.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;
}

#ss-header-nav-bar-id{
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  transition:all 0.5s;
}

#ss-header-nav-bar-id .ss-nav-link{
  color: #006E8C;
}

#ss-home-nav-bar-id{
  /*-webkit-box-shadow: 0px 3px 3px #C0C0C0;
  -moz-box-shadow:    0px 3px 3px #C0C0C0;
  box-shadow:         0px 3px 3px #C0C0C0;
  background: #fff;*/
  background: transparent;
  transition:all 0.5s;
}

#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 a:firss-child, .ss-quick-links a:firss-child, .ss-liss-group-item-disabled{
   background: #fff !important;
}
/** End of quick style **/

/** Signup page style **/
.ss-signup-container{
   padding-top: 20px;
   margin-top: 100px;
   /*color: #fff;*/
   box-shadow: 0px 0px 5px #000;
   margin-bottom: 50px;
   /*margin-top: 60px;*/
   background: #f5f5f5;
   /*-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;*/
}

.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-img-circle{
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  border: 3px solid #f5f5f5;
}*/

.ss-media-img{
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #ddd;
  -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, #ss-available-flights{
  background: #fff;
}

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

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

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

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

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

.ss-transparent-results-list li{
  background: transparent;
  color: #fff;
}

.ss-transparent-results-list li:hover{
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}



/** 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-add-btn-left{
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}

/** 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 **/

/** School page style **/
.ss-school-photo{
  background: #FFFFFF;
  height: auto;
  width: 100%;
  /*box-shadow: 0px 0px 5px #C0C0C0;*/
  /*box-shadow: 0px 0px 5px #C0C0C0;*/
  border: 0.5px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.ss-school-photo img, .ss-school-photo .ss-img-zoom{
  width: 100%;
  -webkit-border-radius: 4px 4px 0px 0px !important;
  -moz-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
}

#ss-sch-location{
  width: 100%;
  margin-bottom: 20px;
}

#ss-sch-location img{
  height: 100% !important;
}

@media only screen and (min-width: 992px){
    .ss-school-photo img{
      height: 300px !important;
    }

    #ss-sch-location{
     height: 450px;
   }
}

@media only screen and (min-width: 481px) and (max-width: 991px){
    .ss-school-photo img{
      height: 250px !important;
    }

    #ss-sch-location{
     height: 350px;
   }
}

@media only screen and (max-width: 480px){
    .ss-school-photo img{
      height: 200px !important;
    }

    #ss-sch-location{
     height: 250px;
   }
}

.ss-school-description{
  width: 100%;
  overflow: hidden;
  background: #fcf8e3;
  padding: 10px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.ss-school-description p{
    display: inline;
    margin-bottom: 10px;
}

.ss-read-more{
    font-size: 12px;
    color: green;
    cursor: pointer;
}

.ss-school-description .ss-read-more{
    display: inline;
    margin-left: 20px;
}

/** Site blog style *****/
.ss-blog-post{
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #C0C0C0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.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%;
}

@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);
   -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.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;
  -webkit-border-radius: 4px 4px 0px 0px !important;
  -moz-border-radius: 4px 4px 0px 0px !important;
  border-radius: 4px 4px 0px 0px !important;
}

.ss-blog-content{
  padding: 10px;
}

.ss-blog-article{
  padding: 10px;
}
/** End of site blog style **/

/** 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 **/

/**********Hotel Gallery Page Style************/
.ss-hotel-img-item{
  border: 1px solid #CCCCCC;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ss-hotel-img-caption{
  padding: 0px 5px 5px 5px;
  position: relative;
}

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

.ss-img-profile-picture{
  border-color: #006E8C;
  border-style: dashed;
}

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

@media only screen and (max-width: 480px){
  .ss-hotel-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-hotel-img-item .ss-img-wrapper img{
     height: 300px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
  .ss-hotel-img-item .ss-img-wrapper img{
     height: 350px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .ss-hotel-img-item .ss-img-wrapper img{
     height: 100px;
    }

}

@media only screen and (min-width: 1200px){
  .ss-hotel-img-item .ss-img-wrapper img{
     height: 150px;
    }
}

.ss-hotel-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;
}

.ss-hotel-carousel{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
/**********End of Hotel 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-tabliss-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-tabliss-item{
  margin: 0px;
  text-align: center;
  height: auto;
  position: relative;
  margin: 0px;
}

.ss-tabliss-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-tabliss-item a{
     position: relative;
  }
}

@media only screen and (min-width: 992px){
  .ss-tabliss-item a{
     position: absolute;
  }
}

.ss-tabliss-item a:hover{
  text-decoration: none;
  background: #F5F5F5;
}

@media only screen and (max-width: 480px){
   .ss-tabliss-item{
      position: relative;
      display: block;
   }
}

@media only screen and (max-width: 480px){
   .ss-tabliss-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: 0.5px solid #CCC;
  padding: 0px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; 
  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 **/

/** Supplier product style **/
.ss-product-img{
   padding: 0px;
   width: 200px;
   height: 200px;
   margin-bottom: 10px;
}
/** End of supplier product style **/

/** Timeline style **/ 
.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-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;
}

/** Cart Style **/
.ss-total-cart-price{
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}

#ss-card-icon{
   width: 150px;
   margin-top: 50px;
}
/** End of Cart 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-thumbnail-container .ss-thumbnail-img{
   width: 100%;
   height: 250px;
   position: relative;
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}

.ss-thumbnail-container .ss-thumbnail-img img{
   width: 100%;
   height: 100%;
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ss-thumbnail-container .ss-transparent-wrapper{
   background: rgba(0,0,0,0.3);
   width: 100%;
   height: 250px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #fff;
   text-align: center;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}

.ss-thumbnail-container .ss-transparent-wrapper h1{
   font-weight: bold;
   margin-top: 50px;
}

.ss-thumbnail-container .ss-transparent-wrapper:hover{
   text-decoration: none;
}

.ss-thumbnail-container .ss-transparent-content{
   background: rgba(0,0,0,0.4);
   width: 100%;
   height: 100px;
   position: absolute;
   bottom: 0px;
   left: 0px;
   text-align: center;
   color: #fff;
   padding: 20px;
   
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    overflow-y: hidden;  
}

.ss-thumbnail-container .ss-transparent-content p{
  /*display: none;*/
  /*-webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0; */
}

.ss-thumbnail-container .ss-transparent-wrapper:hover .ss-transparent-content{
   height: 100px;
   padding: 20px;
}

.ss-thumbnail-container .ss-transparent-wrapper:hover .ss-transparent-content p{
   /*display: block;*/
   opacity: 1;
}

#ss-home-gallery-wrapper{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.ss-wrapper-padding{
  padding-top: 40px;
  padding-bottom: 40px;
}

.ss-gallery-img h1{
  font-weight: bold;
  position: relative;
  top: auto;
  bottom: auto;
}

.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;
  -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-transparent-wrapper:hover{
   background: transparent;
}

#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;
}

#ss-destination-info{
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px #C0C0C0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.5), #fff 70%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5), #fff 70%);
  box-shadow: 0px 0px 5px #000;
}

#ss-destination-info .ss-img-zoom{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 350px;
}

#ss-destination-info img{
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@media only screen and (max-width: 480px){
   #ss-destination-info .ss-img-zoom, #ss-destination-info img{
      height: 180px;
   }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
   #ss-destination-info .ss-img-zoom, #ss-destination-info img{
      height: 250px;
   }
}

/** End of front page gallery style **/

/** Profile avatar style**/
.ss-profile-avatar{
   min-height: 200px;
   width: 100%;
   background: url('../images/system/light-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;
}

/** Thumbnail style **/
.ss-thumbnail{
   text-align: center;
   position: relative;
   box-shadow: none;
}

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

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

.ss-thumbnail .ss-thumbnail-avatar{
   position: absolute;
   top: 70px;
   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: 100px;
   height: 100px;
   -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;
}
/** End of thumbnail style **/
/** End of profile avatar style **/

/** Home page AJAX searh results **/ 

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

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

.ss-transparent-results-list li{
  background: transparent;
  color: #fff;
}

.ss-transparent-results-list li:hover{
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}

/** End of home page search by AJAX **/

/* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('../images/system/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
        
        #jssor_1{
           position:relative;
           margin:0 auto;
           top:0px;
           left:0px;
           width:800px;
           height:456px;
           overflow:hidden;
           visibility:hidden;
           background-color:#24262e;
        }

        .jssort01{
           position:absolute;
           left:0px;
           bottom:0px;
           width:800px;
           height:100px;
        }

        .jssora05l{
           top:158px;
           left:8px;
           width:40px;
           height:40px;
        }

        .jssora05r{
           top:158px;
           right:8px;
           width:40px;
           height:40px;
        }
        /* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('img/t01.png') -800px -800px no-repeat;    _background: none;}.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}

/** Stat media style **/
.ss-stat-media{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #C0C0C0;
  position: relative;
  margin-bottom: 10px;
}

.ss-stat-icon{
  font-size: 54px;
  margin-top: 20px;
  margin-left: 20px;
  color: #e68523;
}

.ss-wrapper-hover{
  text-align: center;
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   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-tags-input{
   display: block;
   width: 100% !important;
   -webkit-border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   border-radius: 0px !important;
}

.ss-form-steps{
    text-align: center;
    margin-bottom: 20px;
}

.ss-form-step-details{
   display: block;
   margin-bottom: 20px;
   font-weight: bold;
}

.ss-form-step{
    margin-top: 20px;
    border: 1px solid #006E8C;
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px 16px;
}

.ss-form-step-complete{
    background-color: #39bbc6;
}

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

#ss-item-select-container{
    max-height: 300px;
    border: 1px solid #f0f0f0;
}

.select2-container .select2-selection--single{
    display: block;
    width: 100% !important;
    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% !important;
    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: #006E8C;
  color: #fff;
  font-weight: bold;
}

.datepicker table tr td.active:hover:active {
    background-color: #006E8C !important;
}

.datepicker.dropdown-menu td.new{
  background: #fff;
}

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

.pagination li:active{
   background: #006E8C !important;
}