 /* gadgets (begin) */
.gadgets{
  overflow: hidden;

  margin: 0 0 0 -30px;
  padding: 0;
  }
.gadgets li,
.gadget-wrap{
  float: left;

  list-style: none;
  }
.gadget-item{
  position: relative;

  display: block;

  width: 175px;
  height: 175px;
  margin: 0 0 30px 30px;
  }
.gadget-item-icon{
  position: absolute;
  z-index: 5;
  top:0;
  right:0;
  bottom:0;
  left: 0;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 161px 161px;
  }
.gadget-item-tiles_true .gadget-item-icon {
  z-index: 1000;
  top: initial;
  bottom:0;

  width: 30px;
  height: 30px;

  background-size: 38px;
  }
.gadget-item-tiles_true .gadget-user-icon {
  background-size: 28px;
  }
.gadget-item-bgs{
  position: absolute;
  z-index: 1;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;
  }
.gadget-item-bg{
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 100%;

  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  }
.gadget-item:hover{
  -webkit-transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
      -ms-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;

  opacity: .9;
  }
.gadgets-middle_block {
  float: left;

  width: 410px;
  }
.gadgets-middle_block .gadget-item-0,
  .gadgets-middle_block .gadget-item-1,
  .gadgets-middle_block .gadget-item-3,
  .gadgets-middle_block .gadget-item-4{
  float: none;

  width: 380px !important;
  }
.gadget-item-2{
  width: 380px !important;
  height: 380px !important;
  }

.gadget-item-title{
  font-size: 12px;

  position: absolute;
  z-index: 10;
  right: 0;
  bottom:0;
  left: 0;

  overflow: hidden;

  padding: 7px 10px;

  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  }
.gadget-item-tiles_true .gadget-item-title{
  padding-left: 32px;
  }

.gadget-item-bage{
  font-size: 13px;

  position: absolute;
  z-index: 20;
  right: 5px;
  bottom:5px;
  }


/* sub gadgets (begin) */

.gadgets_subs{
  overflow: hidden;

  margin-bottom: 40px;
  padding: 0;
  }
.gadgets_subs .gadget-item{
  position: relative;

  width: 374px;
  height: 78px;
  }
.gadgets_subs .gadget-item-icon{
  background-position: -25px -30px;
  }
.gadgets_subs .gadget-item-title {
  font-size: 15px;
  line-height: 78px;

  position: relative;

  display: block;

  padding: 0 10px 0 110px;

  text-align: left;

  background-color: transparent !important;
  }
.gadgets_subs .gadget-item:before{
  position: absolute;
  top:15px;
  bottom:15px;
  left: 88px;

  width: 1px;

  content:'';

  opacity: .8;
  background: #fff;
  }

.gadgets_subs .gadget-user-icon{
  background-position: 12px 7px;
  }

@media only screen and (max-width: 479px) and (min-width: 0){
  .gadgets{
    margin: 0 0 0 -20px;
    }
  .gadget-item {
    width: 140px;
    height: 140px;
    margin: 0 0 20px 20px;
    }
  .gadget-item-icon{
    background-size: 145px 145px;
    }
  .gadgets-middle_block {
    width: 300px;
    }
  .gadgets-middle_block .gadget-item-0,
  .gadgets-middle_block .gadget-item-1,
  .gadgets-middle_block .gadget-item-3,
  .gadgets-middle_block .gadget-item-4{
    width: 300px !important;
    }
  .gadget-item-2{
    width: 300px !important;
    height: 280px !important;
    }
  .gadgets_subs{
    margin-bottom: 30px;
    }
  .gadgets_subs .gadget-item{
    width:300px;
    height: 62px;
    }
  .gadgets_subs .gadget-item-icon{
    background-position: -26px -30px;
    background-size: 120px 120px;
    }
  .gadgets_subs .gadget-item:before{
    left: 68px;
    }
  .gadgets_subs .gadget-item-title {
    line-height:62px;

    padding-left: 90px;
    }
  .gadgets_subs .gadget-user-icon {
    background-position: 8px 5px;
    background-size: 52px;
    }
  }
@media only screen and (max-width: 794px) and (min-width: 480px){
  .gadgets{
    margin: 0 0 0 -21px;
    }
  .gadget-item {
    width: 126px;
    height: 126px;
    margin: 0 0 20px 21px;
    }
  .gadget-item-icon{
    background-size: 122px 122px;
    }
  .gadgets-middle_block {
    width: 420px;
    }
  .gadgets-middle_block .gadget-item-0,
  .gadgets-middle_block .gadget-item-1,
  .gadgets-middle_block .gadget-item-3,
  .gadgets-middle_block .gadget-item-4{
    width: 420px !important;
    height: 140px !important;
    }
  .gadget-item-2{
    width: 420px !important;
    height: 300px !important;
    }
  .gadgets_subs{
    margin-bottom: 40px;
    }
  .gadgets_subs .gadget-item{
    width:420px;
    height: 66px;
    }
  .gadgets_subs .gadget-item:before{
    left: 72px;
    }
  .gadgets_subs .gadget-item-title {
    line-height:66px;

    padding-left: 100px;
    }
  .gadgets_subs .gadget-user-icon {
    background-position: 10px 6px;
    background-size: 54px;
    }
  }
@media only screen and (max-width: 1279px) and (min-width: 795px){
  .gadgets{
    margin: 0 0 0 -30px;
    }
  .gadget-item{
    width: 135px;
    height: 135px;
    margin: 0 0 30px 30px;
    }
  .gadget-item-icon{
    background-size: 135px 135px;
    }
  }
@media only screen and (max-width: 1000px) and (min-width: 795px){
  .gadget-item{
    width: 136px;
    }
  .gadgets_subs .gadget-item{
    width: 246px;
    }
  .gadgets-middle_block {
    width: 250px;
    }
  .gadgets-middle_block .gadget-item-0,
  .gadgets-middle_block .gadget-item-1,
  .gadgets-middle_block .gadget-item-3,
  .gadgets-middle_block .gadget-item-4{
    width: 220px !important;
    }
  .gadget-item-2{
    width: 300px !important;
    height: 300px !important;
    }
  .gadgets_subs .gadget-item:before{
    left: 80px;
    }
  .gadgets_subs .gadget-item-title {
    padding-left: 100px;
    }
  .gadgets_subs .gadget-user-icon {
    background-position: 9px 7px;
    }
  }
@media only screen and (max-width: 1279px) and (min-width: 1000px){
  .gadgets_subs .gadget-item{
    width: 299px;
    }
  .gadgets-middle_block {
    width: 330px;
    }
  .gadgets-middle_block .gadget-item-0,
  .gadgets-middle_block .gadget-item-1,
  .gadgets-middle_block .gadget-item-3,
  .gadgets-middle_block .gadget-item-4{
    width: 300px !important;
    height: 135px !important;
    }
  .gadget-item-2{
    width: 300px !important;
    height: 300px !important;
    }
  }
@media only screen and (min-width: 1280px){
  .gadgets_subs{
    margin-left: -15px;
    }
  .gadgets_subs .gadget-item{
    width: 376px;
    margin-left: 15px;
    }
  .gadgets_subs .gadget-item-icon{
    background-position: -36px -40px;
    }
  .gadgets_subs .gadget-user-icon {
    background-position: 12px 7px;
    }
  }

/* theme-light (begin) */

/*.theme-light .gadget-item{

  }
.theme-light .gadget-item-about_us{
  background-image:url(/images/embeded/gadget-icons/about.png?1493111059);
  }
.theme-light .gadget-item-employees{
  background-image:url(/images/embeded/gadget-icons/employees.png?1493111059);
  }
.theme-light .gadget-item-goods{
  background-image:url(/images/embeded/gadget-icons/goods.png?1493111059);
  }
.theme-light .gadget-item-take_away{
  background-image:url(/images/embeded/gadget-icons/take-away.png?1493111059);
  }
.theme-light .gadget-item-information{
  background-image:url(/images/embeded/gadget-icons/info.png?1493111059);
  }
.theme-light .gadget-item-events{
  background-image:url(/images/embeded/gadget-icons/events.png?1493111059);
  }
.theme-light .gadget-item-stock_market{
  background-image:url(/images/embeded/gadget-icons/market.png?1493111059);
  }
.theme-light .gadget-item-reviews{
  background-image:url(/images/embeded/gadget-icons/reviews.png?1493111059);
  }
.theme-light .gadget-item-twitter{
  background-image:url(/images/embeded/gadget-icons/twitter.png?1493111059);
  }
.theme-light .gadget-item-facebook{
  background-image:url(/images/embeded/gadget-icons/facebook.png?1493111059);
  }
.theme-light .gadget-item-you_tube{
  background-image:url(/images/embeded/gadget-icons/you-tube.png?1493111059);
  }
.theme-light .gadget-item-news{
  background-image:url(/images/embeded/gadget-icons/news.png?1493111059);
  }
.theme-light .gadget-item-podcasts{
  background-image:url(/images/embeded/gadget-icons/podcasts.png?1493111059);
  }
.theme-light .gadget-item-gotoweb{
  background-image:url(/images/embeded/gadget-icons/go-to-web.png?1493111059);
  }
.theme-light .gadget-item-share{
  background-image:url(/images/embeded/gadget-icons/share.png?1493111059);
  }
.theme-light .gadget-item-{
  background-image:url(/images/embeded/gadget-icons/.png);
  }
.theme-light .gadget-item-{
  background-image:url(/images/embeded/gadget-icons/.png);
  }
.theme-light .gadget-item-radio{
  background-image:url(/images/embeded/gadget-icons/radio.png?1493111059);
  }
.theme-light .gadget-item-sponsapp{
  background-image:url(/images/embeded/gadget-icons/sponsapp.png?1493111059);
  }
.theme-light .gadget-item-booking{
  background-image:url(/images/embeded/gadget-icons/booking.png?1493111059);
  }
.theme-light .gadget-item-qrcode{
  background-image:url(/images/embeded/gadget-icons/qr.png?1493111059);
  }
.theme-light .gadget-item-photo{
  background-image:url(/images/embeded/gadget-icons/photo.png?1493111059);
  }
.theme-light .gadget-item-blog{
  background-image:url(/images/embeded/gadget-icons/blog.png?1493111059);
  }
.theme-light .gadget-item-email{
  background-image:url(/images/embeded/gadget-icons/mail-list.png?1493111059);
  }
.theme-light .gadget-item-livechat{
  background-image:url(/images/embeded/gadget-icons/live-chat.png?1493111059);
  }
.theme-light .gadget-item-flickr{
  background-image:url(/images/embeded/gadget-icons/flickr.png?1493111059);
  }
.theme-light .gadget-item-fblike{
  background-image:url(/images/embeded/gadget-icons/fblike.png);
  }
.theme-light .gadget-item-poi{
  background-image:url(/images/embeded/gadget-icons/poi.png?1493111059);
  }
.theme-light .gadget-item-form_editor{
  background-image:url(/images/embeded/gadget-icons/form-editor.png?1493111059);
  }
.theme-light .gadget-item-forecast{
  background-image:url(/images/embeded/gadget-icons/weather.png?1493111059);
  }
.theme-light .gadget-item-links{
  background-image:url(/images/embeded/gadget-icons/links.png?1493111059);
  }*/

/* theme-light (end) */

/* theme-dark (begin) */

/*.theme-dark .gadget-item{

  }
.theme-dark .gadget-item-about_us{
  background-image:url(/images/embeded/gadget-icons/about-b.png?1493111059);
  }
.theme-dark .gadget-item-employees{
  background-image:url(/images/embeded/gadget-icons/employees-b.png?1493111059);
  }
.theme-dark .gadget-item-goods{
  background-image:url(/images/embeded/gadget-icons/goods-b.png?1493111059);
  }
.theme-dark .gadget-item-take_away{
  background-image:url(/images/embeded/gadget-icons/take-away-b.png?1493111059);
  }
.theme-dark .gadget-item-information{
  background-image:url(/images/embeded/gadget-icons/info-b.png?1493111059);
  }
.theme-dark .gadget-item-events{
  background-image:url(/images/embeded/gadget-icons/events-b.png?1493111059);
  }
.theme-dark .gadget-item-stock_market{
  background-image:url(/images/embeded/gadget-icons/market-b.png?1493111059);
  }
.theme-dark .gadget-item-reviews{
  background-image:url(/images/embeded/gadget-icons/reviews-b.png?1493111059);
  }
.theme-dark .gadget-item-twitter{
  background-image:url(/images/embeded/gadget-icons/twitter-b.png?1493111059);
  }
.theme-dark .gadget-item-facebook{
  background-image:url(/images/embeded/gadget-icons/facebook-b.png?1493111059);
  }
.theme-dark .gadget-item-you_tube{
  background-image:url(/images/embeded/gadget-icons/you-tube-b.png?1493111059);
  }
.theme-dark .gadget-item-news{
  background-image:url(/images/embeded/gadget-icons/news-b.png?1493111059);
  }
.theme-dark .gadget-item-podcasts{
  background-image:url(/images/embeded/gadget-icons/podcasts-b.png?1493111059);
  }
.theme-dark .gadget-item-gotoweb{
  background-image:url(/images/embeded/gadget-icons/go-to-web-b.png?1493111059);
  }
.theme-dark .gadget-item-share{
  background-image:url(/images/embeded/gadget-icons/share-b.png?1493111059);
  }
.theme-dark .gadget-item-{
  background-image:url(/images/embeded/gadget-icons/-b.png);
  }
.theme-dark .gadget-item-{
  background-image:url(/images/embeded/gadget-icons/-b.png);
  }
.theme-dark .gadget-item-radio{
  background-image:url(/images/embeded/gadget-icons/radio-b.png?1493111059);
  }
.theme-dark .gadget-item-sponsapp{
  background-image:url(/images/embeded/gadget-icons/sponsapp-b.png?1493111059);
  }
.theme-dark .gadget-item-booking{
  background-image:url(/images/embeded/gadget-icons/booking-b.png?1493111059);
  }
.theme-dark .gadget-item-qrcode{
  background-image:url(/images/embeded/gadget-icons/qr-b.png?1493111059);
  }
.theme-dark .gadget-item-photo{
  background-image:url(/images/embeded/gadget-icons/photo-b.png?1493111059);
  }
.theme-dark .gadget-item-blog{
  background-image:url(/images/embeded/gadget-icons/blog-b.png?1493111059);
  }
.theme-dark .gadget-item-email{
  background-image:url(/images/embeded/gadget-icons/mail-list-b.png?1493111059);
  }
.theme-dark .gadget-item-livechat{
  background-image:url(/images/embeded/gadget-icons/live-chat-b.png?1493111059);
  }
.theme-dark .gadget-item-flickr{
  background-image:url(/images/embeded/gadget-icons/flickr-b.png?1493111059);
  }
.theme-dark .gadget-item-fblike{
  background-image:url(/images/embeded/gadget-icons/fblike-b.png);
  }
.theme-dark .gadget-item-poi{
  background-image:url(/images/embeded/gadget-icons/poi-b.png?1493111059);
  }
.theme-dark .gadget-item-form_editor{
  background-image:url(/images/embeded/gadget-icons/form-editor-b.png?1493111059);
  }
.theme-dark .gadget-item-forecast{
  background-image:url(/images/embeded/gadget-icons/weather-b.png?1493111059);
  }
.theme-dark .gadget-item-links{
  background-image:url(/images/embeded/gadget-icons/links-b.png?1493111059);
  }*/

/* theme-dark (end) */

/* gadget-user-icon (begin) */

.gadget-user-icon{
  background-position: 50%;
  -webkit-background-size: 64px 64px;
          background-size: 64px 64px;
  }

.gadget-item-bg{
  z-index: 1;

  overflow: hidden;

  -webkit-transform: translate3d(100%,0,0);
     -moz-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-duration: 350ms;
     -moz-animation-duration: 350ms;
          animation-duration: 350ms;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  }

/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
  from { -webkit-transform: translate3d(100%,0,0); }
  to { -webkit-transform: translate3d(0,0,0); }
  }
@-moz-keyframes slideinfromright {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(0); }
  }
@keyframes slideinfromright {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
  }
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
  from { -webkit-transform: translate3d(0,0,0); }
  to { -webkit-transform: translate3d(-100%,0,0); }
  }
@-moz-keyframes slideouttoleft {
  from { -moz-transform: translateX(0); }
  to { -moz-transform: translateX(-100%); }
  }
@keyframes slideouttoleft {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
  }

.hide-1 .gadget-item-bg-1,
.hide-2 .gadget-item-bg-2,
.hide-3 .gadget-item-bg-3,
.hide-4 .gadget-item-bg-4,
.hide-5 .gadget-item-bg-5,
.hide-6 .gadget-item-bg-6 {
  -webkit-transform: translate3d(-100%,0,0);
     -moz-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-name: slideouttoleft;
     -moz-animation-name: slideouttoleft;
          animation-name: slideouttoleft;
  }
.show-1 .gadget-item-bg-1,
.show-2 .gadget-item-bg-2,
.show-3 .gadget-item-bg-3,
.show-4 .gadget-item-bg-4,
.show-5 .gadget-item-bg-5,
.show-6 .gadget-item-bg-6 {
  -webkit-transform: translate3d(0,0,0);
     -moz-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-name: slideinfromright;
     -moz-animation-name: slideinfromright;
          animation-name: slideinfromright;
  }

.hide-1.show-1 .gadget-item-bg-1{
  -webkit-transform: translate3d(0,0,0);
     -moz-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
  }
/*.hide-0.show-1 .gadget-item-bg-1{
  -webkit-animation-duration: 0;
     -moz-animation-duration: 0;
          animation-duration: 0;
  }*/


.gadgets-menu{
  padding-bottom: 10px;
  }
.gadgets-menu > ul{
  margin: 0 0 0 -4px;
  padding:10px 0 0;
  }
.gadgets-menu li{
  position: relative;

  display: inline;

  margin: 0;
  padding: 0;

  white-space:nowrap;
  }
.gadgets-menu li:after{
  font-size: 13px;

  content:'|';

  opacity: .8;
  }
.gadgets-menu li:last-child:after{
  display: none;
  }
.gadgets-menu li a{
  margin:0 4px;
  }

.gadgets-menu li a:hover,
.gadgets-menu li a.current{
  text-decoration: underline;
  }
.gadgets-menu li a.current{
  cursor: default;
  }


.menu-icon,
.navbar-fixed .gadgets-menu ul{
  display: none;
  }
.navbar-fixed .menu-icon{
  display: inline-block;
  }
.gadgets-menu.gadgets-menu-show ul{
  display: block;
  }

.subgadgets-menu-list{
  position: absolute;
  z-index: 100;
  top:1px;
  left: -9999px;

  padding: 10px;

  background: #fff;
  }
.gadgets-menu li:hover .subgadgets-menu-list{
  left: 4px;
  }
.subgadgets-menu-list li:after{
  display: none;
  }
.subgadgets-menu-list li{
  line-height: 1.3;

  display: block;

  list-style: none;
  }
.subgadgets-menu-list li a{
  color: #000 !important;
  }



@media only screen and (min-width: 0) and (max-width: 794px) {
  .menu-icon{
    display: inline-block;
    }
  .gadgets-menu ul{
    display: none;
    }
  .gadgets-menu.gadgets-menu-show ul{
    display: block;
    }
  }
