.top-panel-wrapper {
    width: 100%;
    float: left;
    position: relative;
    min-height: 90px;
    padding-top: 26px;
    background: #27abb3 url(../img/bg/blue-bg.png) repeat 0 0
}
.top-panel-wrapper .top-panel-headline {
    width: 100%;
    float: left;
    position: relative;
    font: 400 30px/1.3"Roboto", Arial, sans-serif;
    color: #fff
}
.top-panel-wrapper .top-panel {
    width: 100%;
    float: left;
    position: relative;
    text-align: center
}
.top-panel-wrapper .top-panel .menu {
    float: left;
    position: relative;
    text-align: center
}
.top-panel-wrapper .top-panel .menu .menu-toggle {
    float: left;
    width: 48px;
    height: 44px;
    background: url(../img/icons/top-panel-iconset.png) no-repeat 0 0
}
.top-panel-wrapper .top-panel .menu .menu-list {
    position: absolute;
    top: 64px;
    display: none;
    height: auto;
    width: 104px;
    z-index: 99;
    left: -30px
}
.top-panel-wrapper .top-panel .menu .menu-list.active {
    display: block
}
.top-panel-wrapper .top-panel .menu .menu-list li {
    float: left;
    width: 100%
}
.top-panel-wrapper .top-panel .menu .menu-list li a {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon {
    float: left;
    width: 100%;
    height: 80px;
    background: #59b9bf url(../img/icons/menu-iconset.png) no-repeat
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.tag {
    background-position: 0 0
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.home {
    background-position: 0 -84px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.favorites {
    background-position: 0 -167px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.news {
    background-position: 0 -249px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.messages {
    background-position: 0 -333px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.moneybox {
    background-position: 0 -415px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.search {
    background-position: 0 -499px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.settings {
    background-position: 0 -582px
}
.top-panel-wrapper .top-panel .menu .menu-list li a .menu-icon.shut-down {
    background-position: 0 -665px
}
.top-panel-wrapper .top-panel .menu .menu-list li a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.3)
}
.top-panel-wrapper .top-panel .photo-box {
    display: inline-block
}
.top-panel-wrapper .top-panel .photo-box .menu-photos {
    display: inline-block;
    width: 52px;
    height: 44px;
    background: url(../img/icons/top-panel-iconset.png) no-repeat -422px 0
}
.top-panel-wrapper .top-panel .gallery-box {
    float: right
}
.top-panel-wrapper .top-panel .gallery-box .menu-pictures {
    float: left;
    width: 44px;
    height: 44px;
    background: url(../img/icons/top-panel-iconset.png) no-repeat 100% 0
}
.widget-main-wrapper {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
    background: #e5e5e5
}
.profile-header-wrap {
    width: 100%;
    float: left;
    position: relative;
    background: #aeacac url(../img/profile-photo-bg.png) no-repeat 50% 20%;
    -webkit-background-size: cover;
    background-size: cover
}
.profile-header-wrap .container {
    position: relative;
    min-height: 290px
}
.profile-header-wrap .follow-nav {
    width: 100%;
    float: left;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0
}
.profile-header-wrap .follow-nav a {
    height: 44px;
    float: left;
    width: 50%;
    font: 400 18px/44px"Montserrat", Arial, sans-serif;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative
}
.profile-header-wrap .follow-nav a:last-child:before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-left: 1px solid #886f54;
    border-right: 1px solid #705b44
}
.profile-info-wrap {
    width: 100%;
    float: left;
    position: relative;
    background: #a3cfd2;
    padding: 24px 0
}
.profile-info-wrap .profile-name {
    width: 100%;
    float: left;
    position: relative;
    font: 400 30px/1.3"Roboto", Arial, sans-serif;
    color: #000;
    padding-bottom: 24px
}
.profile-info-wrap .tabs-list {
    width: 100%;
    float: left;
    position: relative
}
.profile-info-wrap .tabs-list li {
    float: left;
    width: 33.33%;
    position: relative;
    background: #badbdd
}
.profile-info-wrap .tabs-list li a {
    float: left;
    width: 100%;
    height: 88px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    line-height: 88px
}
.profile-info-wrap .tabs-list li a .tab-icon {
    width: 70px;
    height: 48px;
    display: inline-block;
    background: url(../img/icons/tabs-iconset.png) no-repeat
}
.profile-info-wrap .tabs-list li a .tab-icon.camera {
    background-position: 0 0
}
.profile-info-wrap .tabs-list li a .tab-icon.pictures {
    background-position: -315px 0
}
.profile-info-wrap .tabs-list li a .tab-icon.moneybox {
    background-position: 100% 0
}
.profile-info-wrap .tabs-list li.active,
.profile-info-wrap .tabs-list li:hover {
    background: #59b9bf
}
.profile-info-wrap .tabs-list li.active a .tab-icon.camera,
.profile-info-wrap .tabs-list li:hover a .tab-icon.camera {
    background-position: 0 100%
}
.profile-info-wrap .tabs-list li.active a .tab-icon.pictures,
.profile-info-wrap .tabs-list li:hover a .tab-icon.pictures {
    background-position: -315px 100%
}
.profile-info-wrap .tabs-list li.active a .tab-icon.moneybox,
.profile-info-wrap .tabs-list li:hover a .tab-icon.moneybox {
    background-position: 100% 100%
}
.profile-info-wrap .tabs-list li:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border-left: 1px solid #c0dee0;
    border-right: 1px solid #d5e9ea
}
.profile-info-wrap .tabs-list li:last-of-type:after {
    display: none
}
.media-wrapper {
    width: 100%;
    float: left;
    position: relative;
    background: #f5f5f5;
    padding-top: 24px
}
.media-wrapper .media-filter {
    width: 100%;
    float: left;
    position: relative
}
.media-wrapper .media-filter a {
    float: left;
    height: 26px;
    min-width: 70px;
    padding: 0 18px;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #badbdd;
    font: 400 18px/26px"Roboto", Arial, sans-serif
}
.media-wrapper .media-filter a.active,
.media-wrapper .media-filter a:hover {
    background: #59b9bf
}
.media-container {
    max-width: 990px
}
.media-container .media-list {
    margin-top: 18px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    position: relative
}
.media-container .media-list li {
    float: left;
    position: relative;
    width: 25%;
    padding: 5px;
    text-align: center
}
.media-container .media-list li .name {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px
}
.item-selected .media-container .media-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9
}
.step-2-wrapper {
    width: 100%;
    float: left;
    position: relative;
    height: 380px;
    border: 3px solid #ccc
}
.step-2-wrapper .reset-col {
    float: left;
    width: 9%;
    height: inherit;
    background: #cae3e4;
    border-right: 3px solid #ccc;
    text-align: center;
    color: #27abb3
}
.step-2-wrapper .reset-col .reset-widget {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 20px 0
}
.step-2-wrapper .reset-col .reset-widget span {
    float: left;
    width: 100%;
    color: #27abb3
}
.step-2-wrapper .media-col {
    position: relative;
    height: inherit;
    float: left;
    border-right: 3px solid #ccc;
    width: 39%
}
.step-2-wrapper .actions-col,
.step-2-wrapper .done-widget {
    position: relative;
    z-index: 10;
    width: 27%;
    height: inherit;
    float: left;
    border-right: 3px solid #ccc;
    padding: 20px 3%
}
.step-2-wrapper .info-col {
    width: 25%;
    padding: 20px 3%;
    height: inherit;
    float: left
}
.step-2-wrapper .info-col .help-text {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    font: 400 12px/1.4"Roboto", Arial, sans-serif;
    color: #868686
}
.media-image-saved .step-2-wrapper .info-col {
    display: none
}
.media-image-saved .step-2-wrapper .actions-col,
.media-image-saved .step-2-wrapper .done-widget {
    width: 50%;
    border: 0;
    float: right
}
.media-image-saved .step-2-wrapper .media-col {
    border: 0
}
.tag-buttons {
    width: 250px
}
.btn-styled {
    color: #fff !important;
    font: 600 16px/38px"Roboto", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.btn-styled.red {
    background: #ea6060
}
.btn-styled.red:hover {
    background: #e04545
}
.btn-styled.blue {
    background: #27abb3
}
.btn-styled.blue:hover {
    background: #11a1aa
}
.btn-styled.green {
    background: #27b34f
}
.btn-styled.green:hover {
    background: #16af41
}
#save-all {
    margin-left: 16px
}
.widget-size-box .headline {
    font: 400 16px/1"Roboto", Arial, sans-serif;
    color: #000;
    margin-bottom: 16px
}
.widget-size-box #widget_size {
    background: #cae3e4;
    height: 42px;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0
}
.search-items-wrap,
#modal-search-group {
    width: 100%;
    float: left;
    position: relative
}
.search-items-wrap .headline,
#modal-search-group .headline {
    font: 400 16px/1"Roboto", Arial, sans-serif;
    color: #000;
    margin-bottom: 16px
}
.search-items-wrap .headline.small,
#modal-search-group .headline.small {
    font-size: 12px;
    color: #999
}
.search-items-wrap .search_item,
#modal-search-group .search_item {
    background: #f5f5f5 url(../img/search-icon.png) no-repeat 18px 50%;
    height: 38px;
    padding-left: 50px;
    -webkit-border-radius: 0;
    border-radius: 0
}
.search-items-wrap .btn-search,
#modal-search-group .btn-search {
    height: 38px;
    background: #27abb3;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.search-items-wrap .btn-search:hover,
#modal-search-group .btn-search:hover {
    background: #1c9ca4
}
.done-widget pre {
    background: #cae3e4;
    border: 1px solid #ccc;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0
}
.done-widget .headline {
    font: 400 16px/1"Roboto", Arial, sans-serif;
    color: #000;
    margin-bottom: 16px
}
.done-widget .headline.small {
    font-size: 12px;
    color: #999
}
.modal-header.styled {
    background: #4db7bd;
    color: #fff;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}
.modal-body.tag-modal-body {
    background: #e5e5e5
}
.hdln-category,
.hdln-subcategory {
    float: left;
    width: 100%;
    font-size: 17px;
    padding: 10px
}
.category-name {
    font: 600 14px/1.3"Roboto", Arial, sans-serif;
    color: #4db7bd;
    text-shadow: 1px 1px 1px #FFF;
    text-transform: uppercase
}
.items-modal-footer {
    text-align: center
}
.tag-items-list {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 35px
}
.item {
    padding: 12px 0 25px;
    border-bottom: 1px solid #ccc
}
.item .item-photo-wrap {
    float: left;
    width: 55px;
    margin-right: 14px
}
.item .item-photo-wrap img {
    width: 100%
}
.item .item-checkbox-wrap {
    float: left
}
.item .item-checkbox-wrap .checkbox {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 12px
}
.item .item-checkbox-wrap .checkbox .item-check-label {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 #B8B8B8;
    -moz-box-shadow: 0 0 3px 0 #B8B8B8;
    box-shadow: 0 0 3px 0 #B8B8B8
}
.item .item-checkbox-wrap .checkbox input {
    opacity: 0;
    position: absolute;
    left: -9999px
}
.item .item-checkbox-wrap .checkbox input:checked ~ .item-check-label {
    background: #fff url(../img/check.png) no-repeat 50%
}
.item .item-description-wrap {
    float: left;
    margin-left: 16px;
    width: 270px
}
.item .item-description-wrap .store {
    width: 100%;
    float: left;
    position: relative;
    font: 400 16px/1"Roboto", Arial, sans-serif;
    color: #333;
    margin-bottom: 5px
}
.item .item-description-wrap .name {
    width: 100%;
    float: left;
    position: relative;
    font: 400 13px/1"Roboto", Arial, sans-serif;
    color: #777
}
.item .item-price-wrap {
    float: right;
    padding-top: 20px;
    font: 400 18px/1"Roboto", Arial, sans-serif;
    color: #189ba3
}
.upper-done-btn {
    float: right;
    margin-top: -7px
}
.action-btn-group-wrap {
    position: absolute;
    left: 9px;
    top: 20px
}
.action-btn {
    float: left;
    width: 37px;
    height: 37px;
    clear: both;
    margin-bottom: 12px;
    background: #74b3b6 url(../img/hotspot_iconset.png) no-repeat;
    -webkit-border-radius: 50px;
    border-radius: 50px
}
.action-btn.update_btn {
    background-position: 1px -39px
}
.action-btn.add_tag_btn {
    background-position: 0 1px
}
.action-btn.preview_btn {
    background-position: 0 -80px
}
.action-btn.remove_hotspot_btn {
    background-position: -1px -119px
}
