
html, body {
 overflow-x: hidden;
}

@font-face {
  font-family: "GESSTwoMedium"; 

  src: url("../../themes/font/GESSTwoMedium.otf");
}
.content {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 5px;
  background-color: #f1ecec;
}
#header , #footerSection , #mainBody {
  font-family: "GESSTwoMedium"; 
}

#welcomeLine{
  padding-top: 9px;
  background-color: #202020;
  color: white;
}
div#welcomeLine i {
    /*background-color :wheat;*/
    /* background-image: url('../img/search.png');
    content:"\f00e";*/
}
a .top-icons {
  padding-left: 15px;
  color: white;
}
div#welcomeLine a {
    /*margin-left: 15px;*/
}
.top-info {
  padding-top: 8px;
  padding-left: 25px;
}
.username-title , .username-title:focus, .username-title:hover {
    text-decoration: none;
    color: #fbbe25;
}
.badge1 {
 position:relative;
}
.badge1[data-badge]:after {
 content:attr(data-badge);
 position:absolute;
 top: -13px;
 right: -16px;
 font-size:.7em;
 background: #fbbe25;
 color:white;
 width:18px;height:18px;
 text-align:center;
 line-height:18px;
 border-radius:50%;
 box-shadow:0 0 1px #333;
}
.navbar-brand {
  color: #fbbe25 !important;
  font-size: 44px;
}

.search-form .form-control {
 font-family: FontAwesome , "GESSTwoMedium";
}
form.search-form {
  display: inline-block;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-family: "GESSTwoMedium"; 
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.navbar-default .navbar-nav>li>a {
  color: black;
  margin-left: 4px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover , .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: white;
  background-color: #fbbe25;
}
.nav .dropdown-menu.multi-column {
  width: 900px;
}
.nav .dropdown-menu {
  left: 0;
  right: auto;
}
.nav .dropdown-menu>li>a {
  padding: 0;
  color: #999;
}
.nav .dropdown-menu>li>a::before {
  content: '\f0d9';
  font-family: FontAwesome;
  margin-left: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: white;
  background-color: #fbbe25;
}
.nav .dropdown-menu h4 {
  color: black;
}
.nav .dropdown-menu.multi-column .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.login-btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-left: 15px;
}
.login-btn:hover , .login-btn.focus, .login-btn:focus, .login-btn:hover , .login-btn.active, .login-btn:active ,
.login-btn.active.focus, .login-btn.active:focus, .login-btn.active:hover, .login-btn:active.focus, .login-btn:active:focus, 
.login-btn:active:hover {
  background-color: transparent;
  border-color: #fbbe25 !important;
  color: #fbbe25 !important;
}
.modal-content {
  text-align: center;
  color: black;
}
.btn-social>:first-child {
  right: 0;
  border-left: 1px solid rgba(0,0,0,0.2);
}
.btn-facebook {
  text-align: center;
}
.carousel-control.left , .carousel-control.right {
	background-image: none;
}
.carousel-control {
  top: 36% !important;
  bottom: 40% !important;
  font-size: 80px;
  color: #fbbe25 !important;
  opacity: 1 !important;
  direction: ltr;
}
.ad-contain {
  height: 75px;
  overflow: hidden;
}
.dropdown, .dropup {
  display: inline;
}
.notification-icon ul li a {
  line-height: 30px;
}
.notification-icon ul li  .Unread {
  color: #fbbe25;
}
/*.notification-icon ul li a:hover {
  color: #fbbe25;
}*/

.likes {
  color: #a94442;
  font-size: 20px;
  letter-spacing: 5px;
}

.copyright {
  border-top: 1px solid #353535;
  margin-top: 15px;
  padding-top: 15px;
}
#footerSection h5 {
  margin-right: 13px;
}

/*client*/
.logo-slider {
  padding-top: 50px;
  padding-bottom: 50px; 
}
.logo-slider .logo {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}
.logo-slider .logo:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.logo-slider img.logoimg {
  max-height: 100px;
  margin: 15px auto;
}
#stars .fa-star:before {
  content: "\f005";
  color: #fbbe25;
}
h4.product-title {
   font-size: 30px;
    border-bottom: 2px solid #fabd26;
    line-height: 50px;
    margin-bottom: 26px;
    width: 250px;
    text-align: center;
}
.loginFrm .form-control {
  font-family: FontAwesome;
}
.product {
  position: relative;
  background-color: white;
  padding: 9px 9px 0px;
}
.product-img {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 9px;
  margin-bottom: 9px;
  position: relative;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.product-img:hover {
  opacity:0.5;
  cursor: pointer;
}
.product-img img {
  width: 100%;
}
.view {
  position: absolute;
  top: 26%;
  left: 44%;
  display: none;
  font-family: "GESSTwoMedium"; 
  color: black;
  font-size: 20px;
}
.product-img:hover + .view {
  display: block;
}

.more {

  width: 47%;
  background-color: black;
  color: white;
  border-radius: 0;
}
.add-cart-shop {
 background-color: #ea7481;
 color: white;
 width: 50%;
 border-radius: 0;
}
span.offer-p {
  position: absolute;
  left: 0;
  background-color: #ea7481;
  color: white;
  padding: 10px;
  font-size: 17px;
  top: 62%;
}
.sale {
  font-family: "GESSTwoMedium"; 
  color: white;
  padding: 10px;
  display: block;
  z-index: 1;
  position: relative;
  min-width: 74px;
  height: 65px;
  overflow: hidden;
  position: absolute;
}
.sale:before {
  position: absolute;
  bottom: -60px;
  left: 49px;
  width: 300px;
  height: 300px;
  content: " ";
  background: #e5a52a;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}
.sale span {
  position: relative;
}
.new {
  font-family: "GESSTwoMedium"; 
  color: black;
  padding: 10px 35px 5px 10px;
  display: block;
  z-index: 1;
  position: absolute;
  min-width: 74px;
  height: 65px;
  overflow: hidden;
  left: 6px;
  top: 9px;
}
.new span {
  position: relative;
}
.new:before {
  position: absolute;
  bottom: -60px;
  right: 49px;
  width: 300px;
  height: 300px;
  content: " ";
  background: #ededed;
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
}
.list-group-item {
  font-family: "GESSTwoMedium";
}
.nav-side-menu {
  overflow: hidden;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  top: 0px;
  color: #e1ffff;
  width:160px;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu h3 {
  font-family: "GESSTwoMedium";
  background-color: #fbbe25;
  color: white;
  margin-top: 0;
  padding: 15px 0;
  font-size: 20px;
}
.nav-side-menu ul, .nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  text-align: right;
}
span.arrow {
  float: left;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
  padding-right: 25px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
  font-family: "GESSTwoMedium";
}
.nav-side-menu li a {
  text-decoration: none;
  color: white;
  font-family: "GESSTwoMedium";
  padding-right: 25px;  
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/*****/

/* register-page*/
.register-page , .ads-page {
  background-color: #ddd;
}
.ads-title , .register-title {
  font-family: "GESSTwoMedium";
  line-height: 70px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.register-form .form-control {
  font-family: "GESSTwoMedium";
  padding: 0px 0px;
}
.register-form  .input-group {
  margin-bottom: 20px;
}
.input-group-addon:first-child {
  border-right: 0;
  border-left: 1px solid;
  background-color: #fbbe25;
  color: white;
}
.register-form .checkbox label {
  font-family: "GESSTwoMedium";
}

.register-btn {
  font-family: "GESSTwoMedium";
  display: block;
    margin: 10px auto;
  width: 150px;
  height: 42px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid black;
  color: black;
  font-size: 18px;
}
.register-btn:hover , .register-btn.active , .register-btn:active , .register-btn:focus , .register-btn.focus {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
}


/****/

ul.thumbnails {
  list-style: none;
}


/* offers page*/
h3.offer-title {
  background-color: #202020;
  color: white;
  padding: 25px;
  border-bottom: 4px solid #fbbe25;
  font-family: "GESSTwoMedium";
  margin-top: 0;
}
.offer ul li {
  font-family: "GESSTwoMedium";
  line-height: 49px;
  border-bottom: 1px solid #eee;
}
.offer-btn {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: transparent;
  border: 2px solid rgb(251, 190, 37);
  font-family: "GESSTwoMedium";
  font-size: 20px;
  position: relative;
  bottom: -50px;
  background-color: white;
}
.offer-btn:hover {
  background-color: #202020;
  border-color: #202020;
  color: #fbbe25;
}
.offer:hover {
  box-shadow: 10px 10px 10px #ddd;
}
.offer .fa:hover {
  color: #fbbe25;
}

.offer .fa {
  /* font-size: 30px; */
    color: #080808;
    /* margin-left: 15px; */
}
.offer {
  border: 1px solid #eee;
  margin: 70px 0;
}
/****/

/*ads-page*/
.ads-page {
 font-family: "GESSTwoMedium"; 
}
label {
  display: block;
}
.cat select {
  /*width: 33.33% !important;*/
  float: right;
      height: 30px;
}
.k-multiselect.k-header {
    padding: 0;
}
.send-btn {
  float: left;
  background-color: black;
  border-radius: 0;
  width: 260px;
  color: white;
  height: 50px;
  margin-bottom: 5px;
}
.save-btn {
  background-color: #fbbe25;
  border-radius: 0;
  width: 260px;
  color: white;
  height: 50px;
  margin-bottom: 5px;
}
.save-btn:hover {
  background-color: black;
  color: white;
}
.send-btn:hover {
  background-color: #fbbe25;
  color: white;
}
.form-group {
  margin-bottom: 30px;
}
.side-control {
  font-size: 20px;
  color: #ccc;
  text-decoration: none;
}
.side-control:hover , .side-control:active , .side-control:focus {
  color: #ccc;
  text-decoration: none;
}
.controls {
  margin-right: 35px;
}
/****/
/*user-ads-page*/

/****/


/*search-page*/
ul.search-type li a {
  padding-right: 0;
}
ul.search-type li a::before {
 content: '\f0d9';
 font-family: FontAwesome;
 margin-left: 5px;
 color: white;
}
.badge {
  background-color: #fbbe25;
  margin-right: 10px;
}
/***/

/*search-page*/
.search-product {
  font-family: "GESSTwoMedium";
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 5px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;  
}
span.old-price {
  text-decoration: line-through;
  margin-left: 15px;
}
span.new-price {
  color: red;
}
.pagination {
  font-family: "GESSTwoMedium";
}
/****/
/*ads-details*/
.selected img {
  opacity:0.5;
}
#slider-thumbs img {
  width: 80px;
  height: 80px;
  border: 2px solid black;
  padding: 5px;
}
#slider img {
  margin: auto;
  width: 100%;
}

#carousel-bounding-box .slide .item {
  height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 35px;
}
.caption-ads-details {
  font-family: "GESSTwoMedium";
  padding-top: 35px
}
a.details-btn {
  font-family: "GESSTwoMedium";
  background-color: black;
  color: #fbbe25;
  text-decoration: none;
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.details-icon {
  color: white;
  margin-left: 10px;
}
.caption-ads-details h3 {
  line-height: 70px;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
  display: block !important;
}
div#stars {
  font-size: 20px;
}

.info .caption-ads-details div#stars {
  text-align: center;
}

.related {
 font-family: "GESSTwoMedium";
 padding-top: 30px 
}
.line {
  display: inline-block;
  height: 20px;
  width: 40%;
  margin-right: -3px;
}
.yellow {
  border-bottom: 2px solid #fbbe25;
}
.black {
  border-bottom: 2px solid black;
}
.controls, .related h3 {
  display: inline-block;
}
.info .caption-ads-details {
  padding-top: 0;
}
.col-item {
  margin-bottom: 10px;
}

.info {
  padding-right: 15px;
}
/***/

/*user-ads*/
.user-photo {
  max-width: 120px;
  margin: auto;
}
.user-ads-page {
  font-family: "GESSTwoMedium";
  padding: 30px 0;
}
span.details-title {
  color: #fbbe25;
  margin-left: 15px;
}
ul.user-info li {
  border-bottom: 1px solid #ddd;
}
.user {
  line-height: 40px;
}
.user .fa {
  margin-right: 25px;
  color: #999;
  text-decoration: none;
}
.del .fa {
  margin-right: 5px;
}

/****/

/*contact-page*/
.contact-page , .favourite-page , .notification-page {
  font-family: "GESSTwoMedium";
  background-color: #eee;
}
.contact-page h3 {
  text-align: center;
  line-height: 70px;
  border-bottom: 1px solid #ddd;
  margin: 30px auto;
}

/****/
.terms-p {
    padding: 20px 0;
    line-height: 50px;
    color: #31708f;
}
/* Sidebar--------- */
#myCart  img{float:left; margin-right:8px; }
#myCart .badge {padding: 9px;}
#myCart {font-size: 13px;font-weight: bold; line-height: 33px;}
#sidebar ul ul li a{ font-size:12px;}
#sidebar ul {list-style: none;padding: 0;margin: 0;width: 100%;}
#sidebar  li  a{font-weight:bold; background:url(../images/tabRepeatInactive.png) repeat-x 0 0; color:#262626;}
#sidebar ul li li a{background:#eee; padding-left:14px;font-weight:normal;display:block;   font-size:13px; line-height:26px;}
/* body--- */
.thumbnail>a{text-align:center}
.thumbnail h5,.thumbnail p{text-align:center}
/* Product page--- */
.alignR{text-align:right;}
.control-label.alignL, .alignL{text-align:left;}
.loginFrm{ margin-bottom:8px;}
.loginFrm .control-group{padding:8px 14px 0; margin-bottom:0 }
/* Compair product page */
#sm{text-align:right}
#sm a {margin: 4px;width:32px;}
/* Carousel  */
#myCarousel{text-align:center; margin-bottom:0}
#myCarousel .btn{position:absolute; bottom:10%; right:17%; padding:2% 6%; z-index:9999}
#myCarousel .carousel-caption{display:none;}
#myCarousel.homCar .item img{width:100%; max-height:506px}
#productView .btn-toolbar{padding-left:3px;}
#productDetail > li, .nav-pills > li {float: right;}
#myTabContent{text-align:justify}
#compairTbl td{text-align:center;}
#accordion2, #legalNotice, .justify, #mainCol{text-align:justify}
#myCarousel:hover .carousel-control{display:block}
/* Footer section--------------- */
#footerSection {background: #202020;color: white;padding: 15px;border-top: 1px solid #444;}
#footerSection a{color:#ccc; font-size:11px; padding:0; line-height:24px; display:block; }
#footerSection a:hover{color:#fff;  }
#footerSection  #socialMedia a{ min-width:25px; display:inline; margin-right:6px; text-align:center; line-height:1.5em;}
#socialMedia img{max-width:60px;}
#footerSection  #socialMedia a:hover{background:none;}
/* ===================================================== */
/* Light Box------------------- */
#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#jquery-lightbox a img { border: none; }#lightbox-container-image-box {position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image { padding: 10px; }#lightbox-loading {position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav {	position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}#lightbox-container-image-box > #lightbox-nav { left: 0; }#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%;height: 100%;zoom: 1;display: block;}
#lightbox-nav-btnPrev { left: 0; float: left;}#lightbox-nav-btnNext { right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%;padding: 0 10px 0;}
#lightbox-container-image-data {	padding: 0 10px; 	color: #666; }
#lightbox-container-image-data #lightbox-image-details {width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em;}
#lightbox-secNav-btnClose {width: 66px; float: right;padding-bottom: 0.7em;	}
/* ------------------------------- */



/*admin*/
html, body, .container-table {
  height: 100%;
}
.container-table {
  display: table;
}
.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}
.admin-page {
  font-family: "GESSTwoMedium";
  background: url(../img/admin-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login {
  margin: 90px auto;
/*  border: 1px solid #555;
*/  padding: 0 20px;
  position: relative;
/*  background-color: #444;
  border-radius: 20px;*/
}
.admin-img {
  width: 200px;
  height: 200px;
  border: 7px solid #337ab7;
  border-radius: 100%;
  margin: auto;
  position: relative;
  top: -100px;
  z-index: 999;
}
.login form {
  line-height: 70px;
}
.login .input-group {
  margin-bottom: 20px;
}
.login .input-group .fa {
  color: black;
}
.login .input-group-addon:first-child {
  height: 50px;
  font-size: 30px;
}
.login input {
  height: 50px;
}
.admin-login-btn {
  background-color: #337ab7;
  color: white;
  font-size: 17px;
  display: block;
  margin: 50px auto;
}
.admin-login-btn:hover , .admin-login-btn:active , .admin-login-btn:focus {
  color: white;
  background-color: #31708f;
}
.admin-page h2 {
  color: white;
}

.login ::-webkit-input-placeholder {
 color: #191818 !important;
 opacity: 1;
}

.login :-moz-placeholder { /* Firefox 18- */
 color: #191818 !important; 
 opacity: 1; 
}

.login ::-moz-placeholder {  /* Firefox 19+ */
 color: #191818 !important; 
 opacity: 1; 
}

.login :-ms-input-placeholder {  
 color: #191818 !important; 
 opacity: 1; 
}

/******/

/*packages-page*/
.packages-page {
  font-family: "GESSTwoMedium";
}
/****/


/* ads in home-page*/
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
/*****/

.ads-slider .item img {
    width: 100%;
    margin: auto;
}
.ads-slider .item {
    height: 200px;
    overflow: hidden;
}

.ads-slider .carousel-control {
    top: 9% !important;
}

div#carouselBlk .item {
    width: 1500px;
    height: 500px;
}

@media screen and (max-width:900px){
  #welcomeLine {
    text-align: center;
  }

  h4.product-title {
    width: 100%;
  }
  #welcomeLine {
    padding: 17px 0; 
  }
  .top-info {
    text-align: center;
  }
  .dropdown, .dropup {
    display: block;
  }
  .top-icons {
    margin-bottom: 20px;
  }
  a .top-icons {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .notification-icon ul li a {
    font-size: 12px;
  }
}

.dl-horizontal dt {
    float: right;
    clear: right;
    text-align: right;
    padding-right: 35px;
    color: #fbbe25;
      font-family: "GESSTwoMedium";
}
.dl-horizontal dd label {
      font-family: "GESSTwoMedium";
}
.k-window-title {
      font-family: "GESSTwoMedium";
}
.dropdown-menu {
    right: 0;
    left: auto;
    float: right;
    text-align: right;
}

.unreadNotify {
  
    color: #fbbe25;
}
/********star*******/

.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px;
        float: right;
}
.examples {
  margin: auto;
  width: 980px;
  padding: 3em 0;
}
.examples .col {
  width: 50%;
}
.examples .col-fullwidth {
  width: 100%;
}

/*********end*********/


