 /*scrollbar for webkit browsers */

::-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);
}
#logo {
    padding: 45px 0 0;
}
#partners {
    padding-left: 65px;
    position: relative;
}
#partners h3 {
    position: absolute;
    left: 0px;
    top: 35px;
    color: #3594cb;
}
#partners .partner {
    text-align: center;
    display: inline-block;
    padding: 30px 15px;
}
#partners .partner img {
    height: 50px;
    width: auto;
}
.entry-header.mobile_header_other, .entry-header.mobile_main_header {
    display: none;
}
.header_other .header_line {
    height: 60px;
    border-bottom: 1px solid #dce7f0;
    margin-bottom: 20px;
}
.mobile_header_other .header_line, .mobile_main_header .header_line {
    height: 40px;
    border-bottom: 1px solid #dce7f0;
    padding-bottom: 13px;
}
.mobile_header_other .header_line:last-child, .mobile_main_header .header_line:last-child {
    border-bottom: none;
}
.header_other #logo {
    padding: 0;
    width: 100%;
    max-width: 180px;
}
.mainmenu ul li a i {
    margin-right: 3px;
}
.header_other #logo img {
    max-width: 100%;
}
.header_other .menu-container.right.clearfix {
    padding-top: 10px;
}
.header_other #access .mainmenu ul li:first-child {
    margin-left: 0;
}
.tablet_mehu {
    display: none;
    position: absolute;
    right: 0px;
    background: url(../img/menu.png) no-repeat 7px center #e4eeef;
    padding: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.tablet_menu_content {
    display: none;
    margin-top: 82px;
    padding-bottom: 10px;
    background: #4db2ed;
    position: absolute;
    z-index: 1000;
    right: 0;
}
.tablet_menu_content #menu-main-menu {
    padding-top: 10px;
}
.tablet_menu_content a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 15px;
}
.tablet_menu_content .user-menu-block {
    display: none;
}
.tablet_menu_done {
    background: url(../img/menu_done.png) no-repeat #4db2ed;
    width: 20px;
    height: 10px;
    float: right;
    padding-right: 20px;
}
i.fa {
    font-style: normal;
}
.form-page .header {
    margin-bottom: 50px;
    text-align: center;
}
.entry-header {
    padding: 20px 0;
}
#top_header_main .wrapper.clearfix.onecolumn {
    max-width: 100%;
}
#top_header_main.entry-header .onecolumn .sc-column.one-half {
    width: 375px;
    margin-right: 0px;
}
#top_header_main.entry-header .user-menu-block.sc-column.one-fourth {
    width: 190px;
    display: inline-block;
    padding-top: 0px;
    margin-left: 5px;
}
#top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth {
    width: 16.4%;
}
.social-menu-block .social-icons a:hover, .menu-container .social-icons a:hover {
    color: #4db2ed;
}
#top_header_main.entry-header .onecolumn .social-icons {
    margin: 3px 0;
}
#top_header_main.entry-header .user-menu-block {
    text-align: center;
}
#header_slider {
    position: relative;
}
#header_slider .navigation_slider_content {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 25%;
    left: 0;
    bottom: 0;
}
#header_slider .navigation_slider {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 115px;
    z-index: 1002;
}
#header_slider .navigation_slider .navigation_slider_l {
    width: 30%;
}
#header_slider .navigation_slider .navigation_slider_r {
    width: 65%;
    height: 100px;
    vertical-align: bottom;
    position: absolute;
    top: 10px;
    right: -25px;
}
#header_slider .navigation_slider .navigation_slider_r_cont {
    width: 100%;
    height: 90px;
    /*padding: 8px 0;*/
    /*background: rgba(255,255,255,0.5);*/
    background: none;
    /*border-radius: 8px;*/
    /*-webkit-border-radius: 8px;*/
    /*-moz-border-radius: 8px;
    -webkit-box-shadow: inset 0 0 20px #000000;*/
    /*box-shadow: inset 0 0 20px #000000;*/
}
#header_slider .navigation_slider .navigation_slider_r input {
    height: 40px;
    width: 40%;
    /*line-height: 40px;*/
    border: 1px solid #3594cb;
    padding: 0 5px;
    margin-left: 10px;
    float: left;
    background: #ffffff;
    color: #4db2ed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#header_slider .navigation_slider .navigation_slider_r button {
    height: 42px;
    border: 1px solid #3594cb;
    padding: 0 5px;
    float: left;
    background: #4db2ed;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 20px;
    margin-left: 10px;
}
#header_slider .navigation_slider .navigation_slider_r input::-webkit-input-placeholder {
    color: #3594cb;
}
#header_slider .navigation_slider .navigation_slider_r input:-moz-placeholder {
    color: #3594cb;
}
#header_slider .navigation_slider .navigation_slider_r input::-moz-placeholder {
    color: #3594cb;
}
#header_slider .navigation_slider .navigation_slider_r input:-ms-input-placeholder {
    color: #3594cb;
}
.slider_animated_for_mobile .search_name input {
    height: 25px;
    border-radius: 5px;
}
.slider_animated_for_mobile .search_name button {
    margin-top: -2px;
    background: #ffffff;
    color: #4db2ed;
}
#header_slider .navigation_slider .navigation_slider_r button:hover, .slider_animated_for_mobile .search_name button:hover {
    background: #4db2ed;
    color: #ffffff;
}
#header_slider .navigation_slider .home {
    border-radius: 8px;
}
#header_slider .navigation_slider .row-fluid {
    position: relative;
    width: 100%;
}
#header_slider .navigation_slider .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
#header_slider .navigation_slider .row-fluid:after {
    clear: both;
}
#header_slider .navigation_slider .nav, #header_slider .navigation_slider .home {
    margin-bottom: 15px;
    text-align: center;
}
#header_slider .navigation_slider .home img {
    max-width: 100%;
}
#header_slider .navigation_slider .nav {
    display: block;
    background: #ffffff;
    float: left;
    width: 46.93617%;
    margin-left: 5.55%;
    border-radius: 8px;
}
#header_slider .navigation_slider .row-fluid .nav:first-child {
    margin-left: 0;
}
#header_slider .navigation_slider .home a {
    display: block;
}
#header_slider .navigation_slider .nav a {
    border: 1px solid #3594cb;
    border-bottom-width: 3px;
    border-radius: 8px;
    font-size: 36px;
    color: #41a3dc;
    display: block;
    padding: 13px 0;
    line-height: 15px;
}
#header_slider .navigation_slider .nav a:hover {
    background: #4db2ed;
    color: #ffffff !important;
}
#header_slider .navigation_slider .nav span {
    overflow: hidden;
    font-size: 14px;
    max-height: 24px;
    width: 100%;
}
#header_slider .pi-revolution-slider ul li video {
    width: 100% !important;
}
#header_slider .tp-banner-text {
    padding: 25px 80px 25px 126px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #cfd1e1;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-color: #ecf2f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#header_slider .tp-banner-text.lh {
    line-height: 25px;
}
.breadcrumbs {
    margin-bottom: 0;
    width: 100%;
}
.m-b-lg {
    margin-bottom: 25px;
}
.ui-autocomplete li a {
    color: #4db2ed!important;
}
.ui-autocomplete li a.ui-state-focus {
    color:#00519a!important
}
.ui-widget-content.ui-autocomplete{
    overflow-x: hidden;
    border: 1px solid #4297d7;
}
.ui-autocomplete .ui-state-focus {
    background-color: #F8F7F7;
}

.form-page .header h1 {
    color: #21252b;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: -1px;
    /*font-family: 'Open Sans',Arial,sans-serif;*/
    font-family: 'PT Sans', sans-serif;
}

.form-page .wrapper {
    max-width: 480px;
}
label {
    color: rgb(109, 107, 107);
    font-size: 15px;
    line-height: 24px;
    display: block;
}
.form-page .form-wrapper {
    background: #fff;
    color: inherit;
    border-radius: 3px;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
}

#content .form-wrapper {
    background: rgb(244, 244, 244);
    color: inherit;
    width: 380px;
    border-radius: 3px;
    padding: 30px 30px 10px;
    margin: 0 auto 20px auto;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.15)!important;
}

#content .errormessgecntr {
    color: red;
}

.form-group {
    margin-bottom: 20px;
}
.form-group .description {
    font-size: 12px;
    font-style: italic;
}
.input-with-icon {
    position: relative;
}
.input-with-icon .input-icon {
    color: #c8ced1;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
}
.form-control:focus {
    color: #2e343c;
}
.input-with-icon .form-control {
    padding: 9px 11px 9px 31px;
    width: 100%;
}
#userimg-captcha {
    margin-bottom: 20px;
}
.form-vertical .form-control {
    width: 100%;
}
.ui-widget-content select, .ui-widget-content input,  .ui-widget-content select {
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    -moz-box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    border: 1px solid #4297d7;
    border-bottom-width: 2px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea.form-control {
    height: auto;
    width: 70%;
}
.form-control {
    padding: 6px 11px;
    line-height: normal;
    vertical-align: middle;
    background: #ffffff;
    color: #2e343c;
    -webkit-box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    -moz-box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    box-shadow: inset 0 1px 2px rgba(155,216,215,.5);
    height: 34px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    box-sizing: border-box;
    cursor: text;
}

.small-text {
    font-size: 13px;
    line-height: 1.6em!important;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.small-text.social_login {
    /*border-top: 1px solid #dce7f0;
    padding-top: 20px;*/
    border-bottom: 1px solid #dce7f0;
    padding-bottom: 20px;
    text-align: center;
}
.small-text.social_login a {
    margin: 0 15px;
    font-size: 18px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 30px;
    padding-top: 10px;
    width: 41px;
    display: inline-block;
    text-align: center;
}
.small-text.social_login a.facebook_login {
    background: #4867a7;
}
.small-text.social_login a.twitter_login {
    background: #36ccff;
}
.small-text.social_login a.google_login {
    background: #323232;
}
.small-text.social_login a.linkedin_login {
    background: #4db2ed;
}
a {
    color: #3594cb;
}

.form-page p {
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.form-page p button{
    font-weight: 600!important;
    background: #4db2ed;
    border: 1px solid #3594cb;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 0 #4297d7;
    -moz-box-shadow: inset 0 1px 0 #4297d7;
    box-shadow: inset 0 1px 0 #4297d7;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    width: 100%;
    text-align: center;
}

.notification {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    font-size: 85%;
    text-align: center;
    position: relative;
}
.notification .close:hover {
    opacity: 0.6;
}
.notification .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    cursor: pointer;
    /*font-family: inherit;*/
    font-family: 'PT Sans', sans-serif;
}

.notification.msgerror {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.notification.msgsuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.notification p {
    margin-bottom: 0px;
}

.text-center {
    text-align: center;
}
.btn, button {
    display: inline-block;
    padding: 9px 12px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: 0;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.form-page .checkbox {
    padding-left: 18px;
    margin-bottom: 15px;
    display: block;
    min-height: 1.6em;
    vertical-align: middle;
}
a.button, button {
    padding: 0px 12px;
    line-height: 30px;
    border-radius: 5px;
}
a.button.small, button.small {
    padding: 0px 6px;
    line-height: 20px !important;
    border-radius: 3px;
    font-size: 12px;
}
.button.yellow, button.yellow{
    background: rgb(255, 156, 0);
    border-bottom: 2px solid rgb(179, 109, 0);
    color: rgb(255, 255, 255) !important;
}
.button.black {
    color: #ffffff !important;
    background: rgb(102, 102, 102);
    border-bottom: 2px solid rgb(64, 64, 64);
}
.button.green, button.green {
    background: #2bdf96;
    border-bottom: 2px solid #16A878;
    color: rgb(255, 255, 255) !important;
}

.button.blue, button.blue {
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
    color: rgb(255, 255, 255) !important;
}
.button.blue.error {
    color: red !important;
}
.button.wide {
    width: 150px;
}
.checkbox input[type=checkbox] {
    float: left;
    margin: 4px 0 0 -18px;
    line-height: normal;
}
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-page .header h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 3px;
    background: #21252b;
    box-sizing: border-box;
}

.blue-checkbox { height: 28px; }

.blue-checkbox input[type="checkbox"] {
    display:none;
}

.blue-checkbox input[type="checkbox"] + label{
    font: 18px bold;
    color: #444;
    cursor: pointer;
}

.blue-checkbox input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 28px;
    width: 25px;
    margin: 0 5px 0 0;
    background-image: url(/images/blue-checkbox.png);
    background-repeat: no-repeat;
}

 .blue-checkbox input[type="checkbox"]:checked + label::before {
     background-image: url(/images/blue-checkbox-checked.png);
 }

#locationInput {
    width: 100%;
    height: 30px;
    background: url(../images/icon-map-marker.png) no-repeat 7px center white;
    padding: 0 35px 0 35px;
    line-height: 30px;
    border: 1px solid #4db2ed;
    /*line-height: 30px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #3594cb;
}
#locationSelect {
    height: 30px;
    background: url(../img/location_bg_left.png) no-repeat 7px center white;
    padding-left: 40px;
    padding: 4px;
    border-left: 1px solid #dce7f0;
    width: 30px;
    cursor: pointer;
}
.mobile_main_header #locationSelect {
    background: url(../img/location_bg_left.png) no-repeat 7px center #e4eeef;
}
.header_other #locationInput {
    margin-top: 5px;
    border: none;
    width: 60%!important;
}
#locationInput::-webkit-input-placeholder {
    color: #3594cb;
}
#locationInput:-moz-placeholder {
    color: #3594cb;
}
#locationInput::-moz-placeholder {
    color: #3594cb;
}
#locationInput:-ms-input-placeholder {
    color: #3594cb;
}
ul.header-menu {
    font-size: 15px;
    list-style: none;
    margin: 0;
    float: left;
}
ul.header-menu li{
    /*margin-left: 10px;*/
    float: left;
    position: relative;
}
ul.header-menu li a{
    display: block;
    padding: 4px 12px 4px;
    border-bottom: 3px solid transparent;
    border-radius: 8px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    font-family: "ralewayregular";
    font-size: 12px;
}
ul.header-menu li a:hover {
    color: #ffffff;
    background: rgb(102, 102, 102);
    border-bottom: 2px solid rgb(64, 64, 64);
}
ul.langs li {
    vertical-align: top;
    margin-right: 4px;
    padding:0px;
    margin:0px;
}
ul.langs li.current_lang {
    display: block;
    padding: 0 4px;
    background: #4db2ed;
    color: #ffffff !important;
    border-bottom: 2px solid #3594cb !important;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: "ralewayregular";
    font-size: 12px;
}
span.current_lang {
    vertical-align: top;
    margin-right: 15px;
}
span.current_lang {
    font-size: 12px;
    font-family: "ralewayregular";
    color: #848484;
}
span.current_lang:hover {
    color: #4db2ed;
}
span.current_lang a i {
    margin-left: 5px;
}
#dropdown-langs.dropdown .dropdown-menu li a,
#dropdown-limit.dropdown .dropdown-menu li a {
    color: #666666!important;
}
#dropdown-langs.dropdown .dropdown-menu li a:hover,
#dropdown-limit.dropdown .dropdown-menu li a:hover {
    color: #ffffff!important;
    background: rgb(102, 102, 102)!important;
    border-bottom: 2px solid rgb(64, 64, 64)!important;
    border-radius: 8px;
}
ul.langs {
    padding:4px;
}
ul.langs li a {
    padding:0 4px;
}
.user-menu-block {
    text-align: right;
}
.header_other .onecolumn .sc-column.one-fourth {
    padding: 0;
}
.header_other .user_drop, .header_other .menu.header-menu {
    padding-left: 10px!important;
    border-left: 1px solid #dce7f0;
}
.header_other .user_drop {
    display: inline-block;
}
.user-menu-block ul.header-menu {
    display: inline-block;
    float: none;
}
#directory-main-bar {
    background: url(../img/loading.gif) no-repeat center #e5e3df;
    height: 500px;
    margin: 0 20px;
}
.section-videos.video-holder {
    background-color: #ffffff;
}
.section-videos .wrapper {
    position: relative;
    padding: 0 0 80px;
}
.items-list-view .item-rating .rating-stars{
    margin: 10px 20px 0px;
    display: block;
    border-bottom: 1px solid #dce7f0;
    padding-bottom: 25px;
}
.items-list-view .item-rating .heart {
    color: #3594cb;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block
}
 .items-list-view .item-rating .heart a { color: #A2A2A2; }
 .items-list-view .item-rating .heart a:hover { color: #FF4349; }

.section-videos .next-img, .section-videos .prev-img {
    width: 7px;
    height: 11px;
    margin: 14px 17px;
    background: url(../design/img/soffers-section-arrows.png) 100% 50% no-repeat scroll transparent;
}

.section-videos .prev-img {
    background-position: 0% 50%;
}
.section-videos .prev {
    margin-right: 15px;
}
.section-videos .prev, .section-videos .next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #4db2ed;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.section-videos .section-controls {
    bottom: 29px;
    right: 0px;
    left: auto;
}
.section-latest-share, .section-pastel-blue{
    background: #e4eeef;
}

.section-pastel-blue-lighter {
    background: #f6fdfd;
}
.paddind-sm {
    padding: 20px;
}
.items.objects-list .item {
    padding: 20px 0 20px 20px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}
#select-product-section .item-thumbnail.left {
    text-align: center;
}
#accept_term_cond, #accept_terms_conds {
    margin-right: 5px;
}
.items.objects-list .item-price,
.item-thumbnail.left .item-price {
    text-align: center;
    line-height: 15px;
}
.items.objects-list .transitions-count {
    display: inline-block;
    width: 185px;
}
.items.objects-list .item-price em{
    color: rgb(255, 156, 0);
    font-style: normal;
}
.items.objects-list .user-avatar {
    display: inline-block;
    width:40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.items.objects-list .user-avatar img {
    width: 100%;
}
.items.objects-list .user-since { display: block; }
.items.objects-list .item-thumbnail {
    width: 12%;
    position: relative;
    padding: 0 20px 0 0;
    vertical-align: top;
}
.items.objects-list .item-thumbnail a {
    width: 100%;
    max-height: 170px;
    overflow: hidden;
}
@media screen and (max-width: 650px) {
    .profile-header .items.objects-list .item-thumbnail {
        float: none;
        width: 30%;
        margin: 0 auto 20px;
    }
    .profile-header .item-thumbnail.left .item-price {
        left: 0;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

.items.objects-list .item-rating {
    border-left: 1px solid #dce7f0;
}
.items-list-view .item-description {
    padding: 0px 10px;
    text-align: left;
    width: 80%;
}
.new-home .items-list-view .item-description {
    width: auto;
}
.item-display-table { display: table; margin-bottom: 5px;}
.item-user-photo-wrap {
    display: table-cell;
}
.social-links {
    display: inline-block;
    width: 80px;
}
.rating-stars {
    display: inline-block;
}
.select-product-list-section .social-links,
.select-product-list-section .rating-stars {
    vertical-align: top;
}
.star.half {
    background: url("../design/img/star-half-active.png") no-repeat;
}
.item-stars:last-child {
    margin:0;
}
.item .item-since {
    font-size: 12px;
    display: inline-block;
    padding-right: 10px;
}
.item .item-social-icons {
    display: inline-block;
    width: 38px;
}

.item .req_trnsi {
    text-transform: uppercase;
    font-size: 12px;
}

.item .ico-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #3594cb;
    color: #3594cb;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    font-style: normal;
}
.user-info .transitions-title {
    text-transform: uppercase;
    font-size: 12px;
}

.social-links a{
    color: rgb(119, 119, 119);
    margin-left: 5px;
    display: inline-block;
}

.profile-details {
    display: inline-block;
    width: 140px;
    vertical-align: top;
}

.profile-details .user-name {
    display: block;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
}
.latest-share-wrap {
    padding: 9px;
    background: #e4eeef;
}
.latest-share-wrap em.next {
    margin-left: 5px;
}
.latest-share-wrap em.prev {
    margin-right: 5px;
}
.video-holder .price {
    width: 110px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    top: -40px;
    right: -40px;
    font-family: ralewayregular;
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(255, 156, 0);
    border: 5px solid rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 100%;
}
.video-holder .text {
    float: left;
    width: 30%;
    color: rgb(136, 136, 136);
}

.video-holder .text .at {
    margin-bottom: 20px;
    line-height: 18px;
}
.video-holder .content {
    font-size: 13px;
    line-height: 22px;
}
.video-holder .title {
    font-size: 35px;
    margin-bottom: 0px;
}
.video-holder .image {
    float: left;
    position: relative;
    margin-right: 40px;
    width: 60%;
}
.video-holder .image iframe {
    border: none;
    width: 100%;
}
.wrapper .section-title {
    text-align: left;
}
.icon-cafetea {
    background: url(../design/img/category-icons/cat-cafetea.png) no-repeat ;
}
.icon-deserts {
    background: url(../design/img/category-icons/cat-desserts.png) no-repeat center top;
}
.icon-drinks{
    background: url(../design/img/category-icons/cat-drinks.png) no-repeat center top;
}
.icon-restaurants{
    background: url(../design/img/category-icons/cat-restaurants.png) no-repeat center top;
}
.icon-space {
    background: url(../img/Share_Space.png) no-repeat center top;
}
.icon-activities {
    background: url(../img/Share_Activities.png) no-repeat center top;
}
.icon-service {
    background: url(../img/Share_Service.png) no-repeat center top;
}
.icon-object {
    background: url(../img/Share_Object.png) no-repeat center top;
}
.ui-corner-top .heading h3 {
    /*padding-left: 65px;*/
    padding-left: 5px;
}
.menu-icon {
    background-position: 10px;
    margin: 10px 10px 10px 10px;
    padding:12px;
}
.header-holder .sc-column {
    padding: 0px;
}
.social-icons {
     display: block;
     float: right;
     margin: 46px 0 35px 0;
     max-width: 700px;
 }
.header_other .social-icons {
    margin: 0;
}
.social-icons a {
    color: #666666;
    font-size: 20px;
    margin-left: 20px;
}
.mainmenu {
    float:left;
}
#top_part {
    background: #e4eeef;
    padding: 50px 0px 70px 0px;
}
#top_part.listing_sub_cat {
    background: #f4f4f4;
}
#top_part h3 {
    text-transform: uppercase;
}
#top_part p {
    font-size: 16px;
}
#top_part .free {
    color: #f07e68;
}
#search_result #distance-slider {
    width: 45%;
    margin: 0 0 5px 0;
    display: inline-block;
}
#search_result #slider-wrapper {
    background: white;
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding: 4px 0;
    width: 100%;
}
#search_result #slider {
    width: 100px;
    margin: 11px 10px;
    height: 2px;
    border: none;
    background: #3594cb;
}
#search_result #slider a.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 6px;
    height: 6px;
    top: auto;
    bottom: -7px;
    cursor: e-resize;
    z-index: 0;
    background: #ffffff;
    border: 6px solid #4db2ed;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#search_result #create_service {
    padding: 3px 0;
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 21%;
}
#product_create #top_part {
    padding: 50px 0px 15px 0px;
}
#product_create .pro_detial_lside {
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*padding: 15px 12px;*/
    padding: 0;
    margin-bottom: 15px;
}
#product_create  .pro_detial_rside .thumb_part.img {
    width: 100%;
}
#product_create .offer_faq {
    width: 100%;
}
#product_create .offer_faq p {
    font-weight: normal;
}
#product_create h4 {
    color: #666;
    margin-top: 15px;
}
#product_create .add_dis input, #product_create .add_dis textarea {
    width: 100%;
    max-width: 100%;
}
#product_create .pay_op li, #product_create .select_cat li {
    display: inline-block;
    vertical-align: top;
    width: 49.6%;
    margin-bottom: 5px;
}
#product_create #tabs-3.pay_op li {
    /*display: block;*/
    width: 32.6%;
}
#product_create #tabs-3.pay_op li select[multiple] {
    height: auto;
}
#product_create .select_cat li {
    width: 33.1%;
}
#product_create .pay_op li input {
    width: 100%;
}
#product_create .pay_op li select, #product_create .select_cat li select {
    width: 95%;
}
#product_create .loc_detail input {
    width: 100%;
}
#product_create .loc_detail .map_contain {
    margin-top: 10px;
}
#product_create #object_form .buttons {
    /*background: #f6fdfd;*/
    padding: 15px 0;
    margin: 0;
}
#product_create .upload_img, #product_create .up_pic {
    display: inline-block;
    width: 49%;
    height: 210px;
}
#product_create .up_pic {
    float: right;
}
#product_create .availability_default input {
    margin-right: 10px;
}
#product_create .availability_default div {
    width: 49%;
    display: inline-block;
}
#product_create .add_avalibilty {
    padding: 10px 0;
    background: #f6fdfd;
}
#product_create .from_time.sixbuttons select {
    max-width: 120px;
}
#product_create .add_avalibilty .add_more {
    margin: 10px;
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
#product_create .add_avalibilty .add_more a {
    display: block;
}
#product_create #event_timings .repeat_list {
    margin: 10px 0 0 10px;
}
#product_create #event_timings .repeat_list ul li {
    display: inline-block;
    position: relative;
    width: 50px;
    text-align: center;
    margin-right: 8px;
    color: #3594cb;
}
 #product_create #event_timings .repeat_list ul li:last-child {
    margin-right: 0;
}
#product_create #create_availability .ano_tabs {
    margin-top: 10px;
}
#product_create #create_availability .ano_tabs input {
    padding: 6px 11px;
}
#product_create .add_avalibilty .op_box .repeat_list ul li i {
    left: 3px;
    top: 3px;
}
#product_create #verify_info {
    display: inline-block;
    color: red;
}
#main_menu {
    margin-top: -75px;
}
#ait-tabs-category {
    padding: 0px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #f9f9f9;
}
#ait-tabs-category .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: transparent;
    border: 0px;
}
.ui-tabs-nav  {
    background: transparent;
    border: none;
}
#ait-tabs-category .ui-state-default.ui-corner-top {
    background: #e4eeef;
    width: 25%;
}
#main_menu.listing_sub_cat #ait-tabs-category .ui-state-default.ui-corner-top {
    background: #f4f4f4;
}
#ait-tabs-category .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: #ffffff;
}
.ui-tabs .ui-tabs-nav li {
    border: none;
    margin: 0px;
}
.ait-tabs .line{
    margin: 10px 0px;
    padding: 0px 15px;
    border-left: 1px solid #aedfdf;
}
.ait-tabs .heading {
    padding: .5em 1em;
}
#ait-tabs-category .ui-tabs-nav li a {
    padding: 0 0 0 5px;
    display: block;
    width: 98%;
}
.ait-tabs .line.first{
    border: none;
}
.ait-tabs .ui-state-default .heading h3{
    color: #3594cb;
}
.ait-tabs .ui-state-default.ui-state-active .heading h3{
    color: #444444;
}
.ait-tab.tab-content ul li {
    display: inline-block;
}
.ait-tab.tab-content ul li img {
    vertical-align: top;
}
.ait-tab.tab-content ul li h3{
    vertical-align: inherit;
    margin-right: 20px;
    padding-top: 6px;
}
.ait-tab.tab-content ul li.active_sub_cat h3 {
    color: #444444;
}
.ait-tab.tab-content ul li img, .ait-tab.tab-content ul li h3{
    display: inline-block;
}
.ait-tab.tab-content h3 {
    color: #3594cb;
}
.option_view li em {
    position: absolute;
    width: 250px;
    padding: 20px;
    background: #4db2ed;
    z-index: 1000;
    color: #ffffff;
    display: none;
}
.option_view li em.left {
    left: 80%;
    top: 0px;
}
.option_view li em .icon-remove-circle {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 7px;
    cursor: pointer;
}
#distance-slider {
    width: 70%;
    margin: 0 auto;
}
#dir-search-form #distance-slider {
    width: 100%;
    margin: 0;
}
#slider-wrapper {
    background: white;
    border: 1px solid rgb(189, 189, 189);
    border-bottom-width: 3px;
    border-radius: 5px;
    padding: 5px;
}
#dir-search-form #slider-wrapper {
    width: 100%;
}
#slider-wrapper i{
    display: block;
    float: left;
    margin: 4px 10px;
}
#distance-slider-holder {
    background-color: #4db2ed;
    padding: 30px 0;
}
#slider {
    width: 400px;
    margin: 11px 10px;
    height: 2px;
    border: none;
    background: rgb(202, 200, 200);
}
#dir-search-form #slider {
    width: 125px;
}
.ui-widget-content a.ui-slider-handle {
    background: #dfeffc url(../img/slider-marker.png) 50% 50% repeat-x;
    border: none;
    border-radius: 100%;
    margin-top: -4px;

}
#slider-label {
    margin-left: 20px;
    color: #ffffff;
    font-size: 19px;
    line-height: 36px;
}
#dir-search-form #slider-label {
    margin-left: 0px;
}
.section-light {
    background-color: #e4eeef;
}
#main_search_page .footer-site-generator {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
#main_search_page .footer-site-generator .top {
    display: none;
}
#main_search_page .show_footer_container {
    /*background: #e4eeef;*/
    height: 36px;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#main_search_page #show_footer, #main_search_page #hide_footer {
    display: inline-block;
    border: 1px solid #afd6ec;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
}
#main_search_page #hide_footer {
    display: none;
}
#main_search_page #search_result {
    background: #e4eeef;
    position: absolute;
    vertical-align: top;
    min-height: 320px;
    left: 0;
    right: 0;
    top: 172px;
    bottom: 0;
    z-index: 1;
}
#main_search_page #search_result #sidebar {
    width: 62%;
    height: 100%;
    float: right;
    overflow-y: auto;
    /*padding-bottom: 10px;*/
}
#main_search_page #search_result #sidebar #search_params {
    height: 25%;
    min-height: 155px;
}
#main_search_page #search_result #sidebar #search_params input,
#main_search_page #search_result #sidebar #search_params select,
#main_search_page #search_result #sidebar #search_params button {
    width: 45%;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    border-bottom-width: 2px;
}
#main_search_page #search_result #sidebar #primary {
    width: 100%;
    min-height: 153px;
}
#main_search_page #search_result .p-container em {
    padding: 4px 10px 3px;
    margin-right: 5px;
    color: #fff;
    background: #4db2ed;
    border-bottom: 3px solid #3594cb!important;
    border-radius: 8px;
}
#main_search_page #search_result .p-container em.active {
    background: rgb(102, 102, 102);
    border-bottom: 3px solid #404040!important;
}
#main_search_page #search_result .p-container em a {
    color: #fff;
}
#main_search_page #search_result #select-products-pagination-limit span.active {
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 8px;
}
#main_search_page #search_result {
}
#main_search_page .map-block {
    position: relative;
    width: 38%;
    height: 100%;
    float: left;
}
#main_search_page #search_result #map {
    height: 100%;
}

@media all and (max-width: 945px) {
    #header_slider .navigation_slider .navigation_slider_r input {
        width: 35%;
    }
}
@media all and (max-width: 635px) {
    #header_slider .navigation_slider .navigation_slider_r input {
        width: 30%;
    }
    #header_slider .navigation_slider .navigation_slider_r_cont {
        padding: 4px 0;
    }
}
#main_search_page #distance-slider {
    position: absolute;
    bottom: 40px;
    left:20%;
    right:20%;
    width: auto;
}
#main_search_page #distance-slider .slider-wrapper{
    position: relative;
    padding: 0 80px 0 40px;
}
#main_search_page #distance-slider #slider {
    width: auto;
}
#main_search_page #distance-slider .left {
    top: 6px;
    left: 2px;
    position: absolute;

}
#main_search_page #distance-slider .right {
    top: 5px;
    right: 26px;
    position: absolute;
}
#main_search_page #search_params {
    position: relative;
    background: #fff;
    padding: 5px 40px 0px 30px;
}
#main_search_page #search_params .row {
    overflow: hidden;
    padding: 15px 0  14px 0;
    border-bottom: 1px solid #dce7f0;
}
#main_search_page #search_params label {
    float: left;
    width: 150px;
    color: #000;
    line-height: 34px;
}
#main_search_page #search_params .controls {
    margin-left: 150px;
}
#main_search_page .col-2 {
    float: left;
    width: 33%;
}
#main_search_page .col-2 > div {
    padding: 0 0 0 15px;
}
#main_search_page .col-2 > div input{
    width: 100%!important;
}
#main_search_page .col-3 {
    margin: 0 350px 0 0;
}
#main_search_page .col-4 {
    float: right;
    width: 340px;
}
#main_search_page #service_type {
    float: left;
    width: 100%!important;
}
#main_search_page #service_cat {
    float: left;
    width: 100%!important;
}
#main_search_page #deal_type {
    float: left;
    width: 100%!important;
}

#main_search_page #search_params .button {
    background: #4db2ed;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: "ralewayregular";
    font-size: 12px;
    width: 160px!important;
    padding: 0 10px!important;
    margin: 0 0 0 7px!important;
    line-height: 33px!important;
    height: 33px;
    display: inline-block;
    border: 0;
    border-radius: 8px;
    border-bottom: 3px solid #3594cb !important;
}
#main_search_page #search_params #create_service.button {
    background: #59b642;
    border-bottom-color: #479134 !important;
}
#select-product-list-section-loading {
    text-align: center;
    padding: 10px;
}
#main_search_page #select-product-list-section {
    padding: 0 10px;
}
#main_search_page .items-list-view .item {
    margin: 10px 0;
}
#main_search_page .items-list-view .item.sercice_result {
    background: #fff9ef;
}
#main_search_page .items-list-view .item-description h3 {
    font-size: 21px;
    line-height: 1.3;
    padding: 0!important;
    margin: 0 0 3px 0!important;
}
#main_search_page .items.objects-list .item-thumbnail {
    text-align: center;
    float: left;
    width: 100px;
}
#main_search_page .items.objects-list .item-description-block {
    margin-left: 100px;
}
#main_search_page .items.objects-list .item-description {
    width: auto;
}
#main_search_page .items.objects-list .item-object-description {
    display: none;
}

#main_search_page .show-results-on-the-map,
#main_search_page .map-hidden .hide-results-on-the-map {
    display: none;
}


@media all and (max-width: 1200px) {
    #main_search_page #search_params {
        padding-bottom: 40px;
    }
    #main_search_page .col-3 {
        margin: 0;
    }
    #main_search_page .col-4 {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: auto;
    }
    #main_search_page .col-4 > div {
        padding: 0 40px 0 30px;
    }
    #main_search_page #search_params .button {
        width: 49%!important;
        margin: 0!important;
    }
    #main_search_page #search_params a.button {
        float: right;
    }

    #main_search_page .items.objects-list .item-rating {
        display: none;
    }
}
@media all and (max-width: 900px) {
    #main_search_page #search_params label {
        display: none;
    }
    #main_search_page #search_params .controls {
        margin-left:0;
    }
    #main_search_page #search_params .col-2 > div {
        padding: 0;
    }
    #main_search_page #search_params .col-2 input, #main_search_page #search_params .col-2 select{
        width: 98%!important;
        float: right;
    }
    #main_search_page #search_params .col-2:first-child input, #main_search_page #search_params .col-2:first-child select{
        float: left;
    }
    #main_search_page .objects-list .item-quick-book {
        /*float: none;*/
        margin: 0;
    }
}
@media all and (max-width: 800px) {
    #main_search_page .show_footer_container {
        display: none;
    }
    #main_search_page #search_result {
        position: relative;
        top:0;
    }
    #main_search_page #search_result #search_params {
        height: auto;
        min-height: 0;
    }
    #main_search_page #search_result #sidebar {
        float: none;
        width: auto;
        height: auto;
        min-height: 0;
    }
    #main_search_page .map-block {
        position: absolute;
        z-index: 10;
        top: 200px;
        left: 0;
        right: 0;
        height: 300px;
        width: auto;
        border-top: 1px solid #afd6ec;
    }
    #main_search_page #primary {
        margin-top: 300px;
    }
    #main_search_page .map-hidden #map,
    #main_search_page .map-hidden #distance-slider {
        display: none;
    }
    #main_search_page .map-hidden .show-results-on-the-map {
        display: block;
    }
    #main_search_page .map-hidden .map-block {
        height: 42px;
        top: 200px;
    }
    #main_search_page .map-hidden #primary {
        margin-top: 42px;
    }
    #main_search_page .show-results-on-the-map {
        text-align: center;
    }
    #main_search_page .show-results-on-the-map a {
        display: inline-block;
        border: 1px solid #afd6ec;
        line-height: 32px;
        padding: 0 30px 0 10px;
        border-radius: 0 0 5px 5px;
        border-top: 0;
        background: #fff;
        font-size: 16px;
        text-decoration: underline;
    }
    #main_search_page .show-results-on-the-map a i {
        margin: 0 15px 0 0;
    }

    #main_search_page .hide-results-on-the-map {
        left: 0;
        position: absolute;
        display: inline-block;
        border: 1px solid #afd6ec;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 5px;
        background: #fff;
        font-size: 16px;
    }
    #main_search_page #distance-slider .left {
        left: 52px
    }
    #main_search_page #distance-slider {
        padding: 0 0 0 50px;
    }
    #main_search_page .items.objects-list .item-rating,
    #main_search_page .items.objects-list .item-thumbnail,
    #main_search_page .items.objects-list .item-stock,
    #main_search_page .items.objects-list .item-location {
        display: none;
    }
    #main_search_page .items.objects-list .item-description {
        position: relative;
        display: block;
        padding: 0 15px;
    }
    #main_search_page .items.objects-list .item-description-block {
        margin: 0;
        min-height: 80px;
    }
    #main_search_page .items.objects-list .item-object-description {
        display: block;
        margin-left: 115px;
    }
    #main_search_page .items.objects-list .item-object-description span {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #main_search_page .items.objects-list .item-title {
        margin-left: 115px!important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #main_search_page .items.objects-list .user-info {
        position: absolute;
        top: 0;
        width: 105px;
        text-align: center;
        padding-top: 10px;
    }
    #main_search_page .items.objects-list .user-info a {
        display: inline-block;
    }
    #main_search_page .items.objects-list .profile-details {
        width: auto;
        display: block;
    }
    #main_search_page .items.objects-list .user-since {
        position: absolute;
        left: 115px;
        top: 50px;
        white-space: nowrap;
    }
    #main_search_page .items.objects-list .social-links {
        position: absolute;
        left: 220px;
        top: 50px;
        white-space: nowrap;
    }

    #main_search_page #distance-slider {
        left: 15%;
        right: 15%;
    }

    #main_search_page #distance-slider .slider-wrapper{
        padding: 0 50px 0 25px;
    }
    #main_search_page #distance-slider .right {
        right: 10px
    }
    #main_search_page .footer-site-generator {
        position: static;
    }
    #main_search_page .objects-list .item-quick-book {
        /*float: none;*/
        margin: 0;
    }
}
@media all and (max-width: 380px) {
    #main_search_page .objects-list .item-quick-book {
        text-align: right;
    }
}
#main_search_page .p-container {
    width: auto;
    float: left;
    padding: 0 10px;
}
#main_search_page .p-container.count_limit {
    float: right;
    width: 60px;
}
#main_search_page h3, #main_search_page h4 {
    color: #3594cb;
    font-family: ralewayregular;
    padding: 5px 0;
}
#section-select-products {
    padding-bottom: 20px;
}
#section-select-products #gmap {
    width: 300px;
    height: 500px;
}
#select-products-pagination {
    height: 24px;
    padding: 15px 0;
}
#select-products-pagination .p-container {
    display: table;
    margin: auto;
}
#select-products-pagination em {
    padding-left: 3px;
    padding-right: 3px;
}
#select-products-pagination-limit .p-container {
    float: right;
    padding-bottom: 5px;
}
#section-select-products #primary.search_products {
    width: 100%;
}
#section-related-services {
    margin-bottom: 50px;
}
#section-related-services .flexslider .slides>li a span {
    background: #ffffff;
    color: #4db2ed;
    font-family: "ralewayregular";
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}
ul#sports img {
    max-height:137px;
    max-width:137px;
}
#sub_categoies_part {
    margin: 50px 0px;
}
#sub_categoies_part ul {
    text-align: center;
}
#sub_categoies_part ul li {
    display: inline-block;
    margin: 10px 30px;
    position: relative;
}
#sub_categoies_part a h2 strong {
    text-transform: uppercase;
}
#select-product-section .item-thumbnail{
    width: 120px;
    padding: 0 20px;
}
#select-product-section .item-description {
    width: 380px;
    padding: 20px 0 20px 10px;
}
#primary.search_products #select-product-section .item-description {
    width: 69%;
    padding: 0;
}
#select-product-section .item.active, #select-product-list-section .item.active {
    border: 1px solid rgb(255, 156, 0);
}

#select-product-section .item-description .description{
    font-size: 12px;
}
.item-social-icons a {
    color: #777777;
}
#select-product-section .item-ratings {
    width: 93px;
    margin: 30px 10px 0px;
    display: block;
    text-align: center;
    border-left: 1px solid #dce7f0;
}
#select-product-section .item-ratings .item-stars{
    padding-bottom: 25px;
    border-bottom: 1px solid #dce7f0;
}
#select-product-section .view_user_feedback_data {
    font-size: 16px;
}
#userdropmenu .menu-item {
    position: relative;
}
#userdropmenu ul.ui-menu {
    top: 38px !important;
    left: 0 !important;
    min-width: 100%;
    text-align: left;
    z-index: 9999;
}

#select-product-section .item-ratings .star {
    margin-right: 2px;
}
#select-product-section .price_tag {
    color: rgb(255, 156, 0);
    width: 65px;
    display: inline-block;
}

#select-product-section .item-thumbnail img {
    border-radius: 100%;
}
#userdropmenu {
    border:none;
}
#userdropmenu li {
    list-style-image: none;
}
#userdropmenu a.has-submenu {
    background: none;
    border: none;
    margin: 0;
}
#userdropmenu ul {
    border-top: 3px solid rgb(64, 64, 64);
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 1px;
    border-radius: 0;
}
#userdropmenu ul a {
    margin: 0px 10px;
    padding: 9px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(68, 68, 68);
    font-size: 13px;
    font-weight: normal;
    height: auto;
    border-radius: 0;
    background-color: white;
    white-space: nowrap;
}
#userdropmenu ul a.ui-state-focus {
    border-left:none;
    border-right: none;
    border-top: none;
    background: none;
}
#userdropmenu ul li {
    background: rgb(255, 255, 255);
}
#userdropmenu ul li:hover {
    background-color: #e6f3ff;
}
#userdropmenu a.has-submenu .ui-menu-icon{
    height: 35px;
    background: url('../design/img/has-submenu-down.png') no-repeat right center;
}
#userdropmenu .avatar {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    float: left;
}
#userdropmenu .username {
    float: left;
    line-height: 30px;
    margin-left: 5px;
}
.ui-widget-content .ui-state-focus .username{
    color: rgb(68, 68, 68) !important;
}


.add_object {
    background: #e8f9f9;
    padding: 30px 0px;
    margin-bottom: 50px;
}
.object-form .sc-column.one-half, .object-form .sc-column.one-half-last {
    width: 290px;
}
.object-form .sc-column {
    margin-right: 10px;
}
.object-form .sc-column-last {
    margin-right: 0;
}
.object-form #def_ob_image {
    float: left;
    /*margin-left: 5px;*/
    max-width: 100%;
}
.object-form #def_ob_image img {
    max-width: 140px;
    max-height: 160px;
}
.object-form .put_detail {
    float: right;
    margin-right: 5px;
}
.object-form .put_detail textarea {
    resize: none;
    color: #646666;
    border-color: #CCCCCC;
}
.object-form .put_detail textarea{
    width: 130px;
    height: 160px;
}
.object-form .actions ul {
    text-align: center;
    padding: 0 10px;
}
.object-form .actions ul li {
    display: inline-block;
    width: 49%;
}
.object-form .actions .button {
    display: block;
    font-size: 14px;
}
.object-form .actions {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #f7fdfd;
}
.object-form .sc-column {
    background: #ffffff;
}

#left_side .top_des, .entry-content .top_des {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}
#left_side .top_des>.img, .entry-content .top_des>.img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
}
#left_side .top_des>.titles, .entry-content .top_des>.titles {
    margin-left: 10px;
    display: block;
    float: left;
    width: 80%;
}
@media screen and (max-width: 400px) {
    .entry-content .top_des>.titles {
        width: 70px;
    }
}

#left_side .top_des h2,  .entry-content .top_des h2{
    margin-bottom: 6px;
}
#left_side .create_acc, .entry-content .create_acc  {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
}
.ShowError{
    background:red;
}
.sub_des_left_side {
    background: #ffffff;
}
#left_side .sub_des_left_side {
    display: inline-block;
    background: #ffffff;
    vertical-align: top;
    width: 52%;
    height: 410px;
    float: left;
}
.sub_des_left_side #def_ob_image {
    /*display: block;
    margin: -1px;
    border-radius: 50%;
    overflow: hidden;*/
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;

    float: left;
}
.sub_des_left_side #sub_des_img_des {
    display: block;
    margin: 15px 20px;

}
.sub_des_left_side #def_ob_image img{
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
}
.sub_des_left_side .put_detail {
    vertical-align: inherit;
}
.sub_des_left_side .put_detail textarea{
    background: #ffffff;
    resize: none;
    border: none;
    margin-left: 15px;
}
.sub_des_left_side #def_ob_image, .sub_des_left_side .put_detail {
    display: inline-block;
}
.sub_des_left_side ul {
    background: #f7fdfd;
    margin-top: 15px;
    padding: 15px;
}
.sub_des_left_side .button, .obsub_btn {
    display: inline-block;
    width: 160px;
    padding: 10px;
    margin: 0px 5px 3px 0px;
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #4db2ed;
    border: none;
    border-bottom: 3px solid #3594cb;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

.book-event, #book_event {
    display: inline-block;
    width: 160px;
    padding: 10px;
    margin: 0px 5px 3px 0px;
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #1C4754;
    border: none;
    border-bottom: 3px solid #113D4A;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

.product_details #exchange_event.exchange-event {
    display: inline-block;
    width: 160px;
    padding: 10px;
    margin: 0px 5px 3px 0px;
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #8FB7EE;
    border: none;
    border-bottom: 3px solid #87AADF;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

.product_details #give_away_event.give-away-event {
    display: inline-block;
    width: 160px;
    padding: 10px;
    margin: 0px 5px 3px 0px;
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #677DA5;
    border: none;
    border-bottom: 3px solid #586B91;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 497px) {
    .sub_des_left_side .button, .obsub_btn, .book-event, #book_event {
        width: 100%;
    }
}
.quick_book_btn {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px 3px 0px;
    /* font-family: "ralewayregular"; */
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    /* text-transform: uppercase; */
    background: white;
    border: none;
    border: 1px solid #3594cb;
    border-radius: 8px;
    color: #4db2ed;
    cursor: pointer;
}
.sub_des_left_side .button a {
    color: #ffffff;
}

#left_side .sub_des_right_side {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 340px;
    padding-bottom: 70px;
    position: relative;
    background: #fff;
    float: right;
}
.sub_des_right_side .save_to {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #f7fdfd;
    text-align: center;
}
.sub_des_right_side .save_to .obsub_btn {
    width: 170px;
    margin: 10px;
    color: #ffffff;
}

.sub_des_right_side .loc_detail {
    padding: 10px;
    color: #8f9292;
}
.sub_des_right_side .add_dis {
    padding: 10px;
    color: #8f9292;
}
#event_organization .collapse_sec {
    margin: 0;
    padding: 0;
}
.repeat_list ul {
    margin: 0;
    padding: 0;
}
.sub_des_right_side .field_list {
    margin: 0;
    padding: 0;
}
.add_avalibilty .op_box .repeat_list ul li input[type="checkbox"] {
    position: relative;
    z-index: +100;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.add_avalibilty .op_box .repeat_list ul li i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
}
.sub_des_right_side .add_dis input, .sub_des_right_side .add_dis textarea {
    width: 100%;
    padding: 10px;
    display: block;
    margin: 10px auto;
    resize: none;
}
.sub_des_right_side .add_dis input.error, .sub_des_right_side .add_dis textarea.error,
.sub_des_right_side #event_organization input.time.error {
    border-color: red!important;
}
.sub_des_right_side .calender_button_group .calen_but a.error {
    color: red!important;
}
.sub_des_right_side .pay_op {
    padding: 10px;
    color: #8f9292;
}
.sub_des_right_side .pay_op label {
    color: #3594cb;
    font-weight: bold;
}
.sub_des_right_side input, .sub_des_right_side select {
    width: 100%;
}

.sub_des_right_side .tip_field {
    margin-bottom: 10px;
}

.sub_des_right_side #event_organization {
    padding: 10px;
    color: #8f9292;
}
#event_timings span.from_time.sixbuttons em.txt,
#event_costing span.from_time.sixbuttons em.txt {
    width: 60px;
    display: inline-block;
}
.sub_des_right_side #event_organization .op_box {
    background: #FFF;
    margin: 10px auto 0px auto;
    position: relative;
    /*height: 295px;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.sub_des_right_side #event_organization .add_more {
    margin: 10px;
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
.sub_des_right_side #event_organization .add_more a {
    display: block;
}
#object_form .buttons {
    padding: 20px 0;
    margin: 20px 0;
    background-color: #ffffff;
    text-align: center;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.ui-accordion .ui-accordion-header i {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-header {
    border: none;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #666;
    color: #fff;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active i.fa-plus {
    display: none;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active i.fa-minus {
    display: block;
}
.ui-accordion .ui-accordion-header i.fa-minus {
    display: none;
}

.ui-accordion .ui-accordion-header p{
    margin:0;
}
.ui-accordion .ui-accordion-content {
    padding: 5px;
    border-top: 0;
    overflow: auto;
    /*font-family: arial;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    border: none;
}
.sub_des_right_side #event_organization .op_box .from_time {
    display: block;
    margin-bottom: 10px;
}
.sub_des_right_side #event_organization .r_blck i{
    color: #ff9c00;
    font-size: 16px;
}

.sub_des_right_side #event_organization .r_blck{
    float: right;
    margin-right: 0px;
    cursor: pointer;
}
.sub_des_right_side #event_organization .r_blck a {
    color: #ffffff;
}
.sub_des_right_side #event_organization select,
.sub_des_right_side #event_organization input {
    width: 275px;
}
.sub_des_right_side #event_organization input.time {
    width: 100px;
}
.sub_des_right_side #event_organization span.from_time.sixbuttons select,
.sub_des_right_side #event_organization span.from_time.sixbuttons input,
.sub_des_right_side #event_organization span.from_time.sixbuttons input.time {
    width: 215px;
    margin-bottom: 5px;
}
.sub_des_right_side #event_organization input[type="checkbox"] {
    width: 18px;
}
.event_costing>div {
    width: 275px;
}
.sub_des_right_side #event_organization input {
    padding: 5px 10px;
}
.sub_des_right_side #event_organization .repeat_list ul li {
    display: inline-block;
    position: relative;
    width: 14px;
    text-align: center;
    margin-right: 23px;
    color: #3594cb;
}
.sub_des_right_side .calender_button_group {
    background: #f7fdfd;
    margin-bottom: 10px;
    text-align: center;
}
#calendar {
    padding: 10px;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
#calendar .fc-header-left, #calendar .fc-header-center, #calendar .fc-header-right {
    background: #e4eeef;
}
#calendar .fc-toolbar {
    background: #e4eeef;
    padding: 5px;
}
#calendar .fc-header-title {
    vertical-align: middle;
}
#calendar .fc-header-title h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    margin: 15px;
}
#calendar .ui-state-default {
    height: 40px;
    padding: 0 15px;
    margin-right: 5px;
    background: #ffffff;
    border: none!important;
    border-bottom: 3px solid #c9dadc!important;
    border-radius: 8px;
}
#calendar .fc-prev-button .ui-icon.ui-icon-circle-triangle-w {
    background: url("../img/calendar_left.png") 50% 50% no-repeat;
}
#calendar .fc-next-button .ui-icon.ui-icon-circle-triangle-e {
    background: url("../img/calendar_rigth.png") 50% 50% no-repeat;
}
#calendar .ui-widget-header {
    background: #ffffff;
    color: #4db2ed;
    border: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}

#calendar .ui-widget-content {
    border: initial;
}

#calendar .fc-divider {
    background: #4db2ed;
    height: 1px;
}

#calendar .fc-day-grid {
    border-top: 1px solid #ccdfea;
}

#calendar .fc-col1, #calendar .fc-col2, #calendar .fc-col3, #calendar .fc-col4, #calendar .fc-col5, #calendar .fc-col6 {
    border: none;
    border-left: 1px dotted #ccdfea!important;
}

#calendar .fc-day-header {
    border: none;
    border-left: 1px dotted #ccdfea!important;
}
#calendar .fc-day {
    border: 1px dotted #ccdfea!important;
}
#calendar .fc-agenda-divider-inner {
    background: #4db2ed;
}
#calendar .fc-agenda-axis.ui-widget-header {
    border-right: 1px dotted #ccdfea;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}
#calendar .fc-axis.ui-widget-content {
    border-right: 1px dotted #ccdfea;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
}
#calendar .fc-minor .fc-agenda-axis.ui-widget-header {
    border-top: 1px dotted #ccdfea;
}
#calendar .fc-day-content {
    border-top: 1px solid #ccdfea!important;
}
#calendar .fc-agenda-slots tr.fc-minor td {
    border-top: 1px dotted #ccdfea;
}

#calendar tr.fc-minor td {
    border-top: 1px dotted #ccdfea;
}

#calendar .fc-event {
    background-color: #4db2ed;
}
#confirmbookingform .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #4db2ed;
}
#confirmbookingform .ui-state-active a, .ui-state-active a:link {
    color: #ffffff;
}
.sub_des_right_side .calender_button_group .calen_but {
    display: inline-block;
    padding-left: 7px;
    margin: 3px 5px;
    width: 125px;
    background: #4db2ed;
    border-radius: 8px;
    border-bottom: 2px solid #3594cb;
    color: white!important;
    text-align: left;
}
.sub_des_right_side .calender_button_group .calen_but a {
    color: rgb(255, 255, 255) !important;
    display: block;
}
#product_create #event_costing {
    font-size: 0;
}
#product_create #event_costing .eventcost_part {
    display: inline-block;
    box-sizing: border-box;

    width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 25px;
}
#product_create .error {
    border-color: red!important;
}
.form-control.parsley-error {
    border: 1px solid red;
    color: red!important;
}
.form-vertical label {
    font-size: 16px;
    line-height: 1.3;
    margin: 0px 0px 8px;
}
.parsley-errors-list li {
    text-align: center;
    color: red;
    font-size: 12px;
}
#userLocationInput {
    position: relative;
}
.reguest_approvel {
    background: #e8f9f9;
    margin-bottom: 50px;
}
.reguest_approvel .head {
    margin: 20px 0px;
}
/*.reguest_approvel .location {
    margin-bottom: 20px;
}*/
.reguest_approvel .location_lt, .reguest_approvel .location_rt {
    display: inline-block;
}
.reguest_approvel .location_lt {
    margin-bottom: 20px;
}
.reguest_approvel .location_lt #userdetail {
    margin: 15px 20px;
}
.reguest_approvel .location_lt #userdetail .offer_pro {
    border-radius: 85px;
    height: 85px;
    margin: 5px 0;
    overflow: hidden;
    width: 85px;
    float: left;
}
.reguest_approvel .location_lt #userdetail .user_info h3 {
    display: table-cell;
    vertical-align: middle;
    line-height: 85px;
    padding-left: 15px;
}
.reguest_approvel .location_lt #userdetail .offer_pro, .reguest_approvel .location_lt #userdetail .user_info {
    display: inline-block;
}
.reguest_approvel .location_lt {
    width: 65%;
    background: #ffffff;
}
.reguest_approvel .location_lt #userdetail .status_info {
    width: 90px;
    text-align: center;
    vertical-align: top;
    float: right;
}
.reguest_approvel .location_lt ul {
    background: #f7fdfd;
    padding: 15px 20px;
    color: #8f9292;
}
.reguest_approvel .location_lt ul.parsley-errors-list {
    padding: 0px;
}
.reguest_approvel h4.login_need{
    font-size: 12px;
    padding: 10px;
    background: #ff9c00;
    color: #ffffff;
    border-radius: 8px;
    border-bottom: 3px solid #b36d00;
    display: table-cell;
}
.reguest_approvel .Reply_Cmnt {
    color: #8f9292;
}
.reguest_approvel .Reply_Cmnt textarea {
    max-width: 98%;
    width: 98%;
}
.reguest_approvel .location_lt ul li.middleText {
    border-bottom: 1px dashed #8f9292;
    padding: 2px 0px;
    clear: both;
    overflow: hidden;
}
.reguest_approvel .location_lt ul li.middleText.no_border {
    border: none;
}
.reguest_approvel .location_lt ul label {
    font-weight: bold;
    width: 150px;
    display: inline-block;
    float: left;
}
.reguest_approvel .location_lt ul span {
    width: 455px;
}
.reguest_approvel .location_lt .contain100 {
    margin-top: 10px;
}
.reguest_approvel .location_lt .contain100 input[type="text"], .reguest_approvel .location_lt .contain100 textarea {
    width: 98%;
    max-width: 98%;
    padding-left: 10px;
}
.reguest_approvel .location_lt .responsetandc {
    float: none;
    text-align: center;
}
.reguest_approvel #submit_response, .reguest_approvel .link_button.paynoww {
    font-size: 12px;
    padding: 10px 30px;
    background: #ff9c00;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    border-bottom: 3px solid #b36d00;
    display: table-cell;
    cursor: pointer;
    text-transform: uppercase;
    display: inline;
    margin: 10px 0px;
}
#RequestServiceResponseRequestApprovelForm div.input.text {
    padding: 10px 0;
}
.dup_button.orange  {
    font-size: 12px;
    padding: 5px;
    background: #ff9c00;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    border-bottom: 3px solid #b36d00;
    display: block;
    cursor: pointer;
    margin: 10px 0px;
    width: 100px;
    text-align: center;
}
.button_part {
    text-align: center;
}
.button_part .dup_button.orange,
.button_part .button.blue {
    width: 40%;
    height: 30px;
    font-size: 100%;
    display: inline-block;
}
.reguest_approvel .location_rt {
    float: right;
    width: 30%;
}
.reguest_approvel .location_rt #location-map {
    border: 3px solid #ffffff;
    margin-bottom: 10px;
}
.reguest_approvel .location_rt .hd {
    color: #3594cb;
    font-weight: bold;
}
.reguest_approvel #location-map {
    height: 330px;
}
.reguest_approvel .New_scrol {
    margin: 10px 0px 20px 0px;
}
.reguest_approvel .New_scrol .book_list {
    float: left;
    padding: 10px;
    margin: 0px;
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    box-sizing: border-box;

}
.reguest_approvel .RequestResponse .col_2 {
    width: auto;
}
.reguest_approvel .reqrsfirstdiv .my_pic .user_pic {
    border-radius: 40px;
    height: 40px;
    margin: 5px 0;
    overflow: hidden;
    width: 40px;
    float: left;
}
.reguest_approvel .reqrsfirstdiv .my_pic span {
    vertical-align: middle;
    line-height: 45px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.reguest_approvel .reqrsfirstdiv .my_pic .user_pic, .reguest_approvel .reqrsfirstdiv .my_pic span {
    display: inline-block;
}
.reguest_approvel .my_Response_box_rt .txt1 b {
    width: 85px;
    display: inline-block;
    float: left;
}
.reguest_approvel .my_Response_box_rt .txt1 span {
    color: #8f9292;
    width: 165px;
}
.reguest_approvel a.compose {
    color: #535353;
    float: right;
    font-size: 13px;
    /*margin-top: 8px;*/
}
.reguest_approvel #errorlist {
    display:none;
}
.reguest_approvel #errorlistamount {
    display:none;
}
.reguest_approvel .my_Response_box_rt {
    min-height: 36px;
}
.RequestResponse .reply_content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
}
.RequestResponse .reply_content .my_pic {
    float: right;
}
.reply_content .my_Response_box_rt {
    float: left;
    background: #f7fdfd;
    margin: 0 10px 0 0;
    font-size: 13px;
    width: 170px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e8f9f9;
    box-shadow: 3px 3px 4px hsl(0, 0%, 60%);
    position: relative;
}
.reguest_approvel .reqrsfirstdiv .reply_content .my_pic .user_pic {
    display: block;
    float: none;
    margin: 0px;
}
.reguest_approvel .reqrsfirstdiv .reply_content .my_pic span {
    display: block;
    line-height: normal;
    padding: 5px 0px;
    margin: 0px;
}
.reply_content span {
    display: inline-block;
    font-size: 12px;
}
.reply_content .arrow_right_img {
    background: url(../img/comment_boarrow.png) no-repeat; /*7px center white;*/
    position: absolute;
    height: 21px;
    width: 13px;
    right: -13px;
    top: 11px;
}
#dashboard-tabs {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    margin-top: 20px;
}
#dashboard-tabs #dashboardLeft{
    padding: 26px 0;
}
#dashboardLeft .edit_part.pro_info .pro_img {
    /*margin: 0 60px 10px;*/
    margin: 0;
    height: 150px;
    /*width: 150px;*/
    width: 100%;
}
#dashboardLeft .edit_part.pro_info .btn-file input {
    height: 5px;
    width: 200px;
    padding: 0px;
    top: 13px;
    overflow: hidden;
}
#dashboard-tabs>ul {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
#dashboard-tabs>ul>li {
    margin: 0;
    padding: 0;
    background-color: white;
    border: none;
    background-image: none;
    border-radius: 0;
}

#dashboard-tabs>ul .tab-link {
    display: block;
    width: 120px;
    height: 110px;
    margin: 20px 0;
    padding: 0;
    border-right: 1px solid #e4f4f4;
    background-color: #fff;
    background-image: none;
    position: relative;
}
#dashboard-tabs>ul li:last-child .tab-link {
    border:none;
}
#dashboard-tabs>ul .tab-user .tab-link {
    width: 152px;
}
#dashboard-tabs>ul>li .tab-header {
    height: 90px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #006ccd;
    line-height: 70px;
}

#dashboard-tabs>ul>li.tab-credits .tab-header {
    font-size: 16px;
}

#dashboard-tabs>ul>li.ui-state-active .tab-title,
#dashboard-tabs>ul>li.ui-state-active .tab-header,
#dashboard-tabs>ul>li.tab-user .tab-title {
    color: #b2b2b2;
}
#dashboard-tabs>ul>li .tab-title {
    text-align: center;
    font-size: 14px;
    color: #006ccd;
    white-space: normal;
    padding: 0 2em;
    padding: 0 2em;
}
.ui-widget-content a {
    color: #3594cb;
}
#dashboard-tabs>ul .profile-pic {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background-color: #fff;
}
#dashboard-tabs>ul .profile-pic img {
    border-radius: 100%;
}
#dashboard-tabs>ul .profileEdit .tab-header {
    background: transparent url(../design/img/category-icons/tab-profile.png) no-repeat center center;
}
#dashboard-tabs>ul .profileEdit.ui-state-active .tab-header {
    background: transparent url(../design/img/category-icons/tab-profile-active.png) no-repeat center center;
}
#dashboard-tabs>ul .tab-messages .tab-header {
    background: transparent url(../design/img/category-icons/tab-messages.png) no-repeat center center;
}
#dashboard-tabs>ul .tab-messages.ui-state-active .tab-header {
    background: transparent url(../design/img/category-icons/tab-messages-active.png) no-repeat center center;
}
#dashboard-tabs>ul .tab-dashboard .tab-header {
    background: transparent url(../design/img/category-icons/tab-dashboard.png) no-repeat center center;
}
#dashboard-tabs>ul .tab-dashboard.ui-state-active .tab-header {
    background: transparent url(../design/img/category-icons/tab-dashboard-active.png) no-repeat center center;
}
#dashboard-tabs>ul .requestList .tab-header {
    background: transparent url(../design/img/category-icons/tab-products.png) no-repeat center center;
}
#dashboard-tabs>ul .requestList.ui-state-active .tab-header {
    background: transparent url(../design/img/category-icons/tab-products-active.png) no-repeat center center;
}
#dashboard-tabs .social {
    margin-top: 10px;
    text-align: center;
    width: auto;
    min-height: 60px;
}
#dialog .social {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    height: 65px;
}
#dashboard-tabs .social li, #dialog .social li {
    display: inline-block;
    background: none;
}
#changAccount {
    padding-bottom: 15px;
}
#changAccount .head {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
#dashboard-tabs .social li a, #dialog .social li a, #changAccount li {
    display: inline-block;
    color: #ececec;
    font-size: 36px;
    border-radius: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    height: 50px;
    padding-top: 10px;
    width: 61px;
    margin: 0px 5px;
}

#dashboard-tabs .social li a.fb, #dialog .social li a.fb, #changAccount li.fb {
    background: #4867a7;
}

#dashboard-tabs .social li a.tt, #dialog .social li a.tt, #changAccount li.tt {
    background: #36ccff;
}
#dashboard-tabs .social li a.g_plus, #dialog .social li a.g_plus, #changAccount li.g_plus {
    background: #262523;
}
#dashboardRight {
    width: 665px;
    margin-bottom: 20px;
}
#dashboardRight>.tab {
    padding: 26px 0;
}
#productsTabContent .col_2 {
    width: 75%;
}
#productsTabContent .col_3 {
    width: 25%;
}
#productsTabContent .col_3 .buttons {
    text-align: center;
}
.booking-btn, .product-btn{
    margin: 5px;
    border-bottom: 2px solid #006ccd;
}
.button.booking-btn {
    width: 315px;
}
.button.product-btn {
    width: 200px;

}
#pageProductButtons {
    text-align: center;
}
#dashboard-tabs .button.booking-btn:hover, #dashboard-tabs .button.product-btn:hover {
    color: #fff;
    background: rgb(102, 102, 102);
    border-bottom: 2px solid rgb(64, 64, 64);
}
#dashboard-tabs .button.booking-btn.active, #dashboard-tabs .button.product-btn.active{
    color: #ffffff;
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
}
.point {
    margin-right: 20px;
}
@media screen and (max-width: 497px) {
    .point {
        display: inline-block;
        margin: 0 0 5px 0;
        width: 48%;
    }
}
.point_em {
    background: #3594cb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: block;
}
.point_em, .point strong {
    display: inline-block;
}
.pro_choose {
    margin: 20px auto;
    text-align: center;
}
.pro_choose .obsub_btn {
    padding: 0;
}
.pro_choose a {
    color: #ffffff;
    display: block;
    padding: 10px;
}
.forerated {
    margin: 20px 0;
}
.forerated .container.horizontal.er-headless- {
    max-width: 100%!important;
}
@media (max-width: 497px) {
    .profile_detail .erated .container.horizontal .er-main-content {
        min-height: unset;
    }
}
.profile_detail .pro_count {
    margin: 20px auto;
    width: 300px;
}
.profile_detail .pro_count span {
    margin:0 25px;
    color: #3594cb;
}
.profile_detail .pro_count .point_em {
    background: #3594cb;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.profile_detail #product_part {
    margin-bottom: 50px;
}
.profile_detail .product_thumb {
    display: inline-block;
    margin-right: 30px;
}
.unavailableuserobjec {
    padding: 9px;
    background: rgb(232, 249, 249);
    text-align: center;
    vertical-align: middle;
    display: block;
    color: rgb(119, 119, 119);
    margin: 20px 0px 50px 0px;
}
.profile_follow h1 {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.profile_follow h4 {
    color: #8f9292;
}
.fol_row .img {
    border-radius: 50%;
    height: 100px;
    margin: 15px;
    overflow: hidden;
    width: 100px;
    float: left;
    clear: both;
    display: block;
}
.fol_info {
    margin: 24px 0 0 25px;
}
.fol_row .img, .fol_row .fol_info {
    display: inline-block;
}
.fol_row .fol_button {
    float: right;
    margin: 25px 10px;
}
.tab-content {
    margin-top: 20px;
}
.tab-content .head {
    background: #ffffff;
    padding: 10px;
}
.tab-content .head h3 {
    color: rgb(102, 102, 102);
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
span {
    display: inline;
}
.tab-content li {
    margin: 10px 0;
    background: white;
}
.tab-content ul.created_listing li span.img {
    width: 61px;
    height: 61px;
    overflow: hidden;
    float: left;
}
.tab-content ul.created_listing li span.txt {
    width: 64%;
    margin: 0 10px;
}
.tab-content ul.created_listing li span.actions {
    float: right;
    width: 100px;
}
.tab-content ul.created_listing li span.action {
    float: right;
}
.book_list {
    margin: 10px 0;
    background: white;
    clear: both;
    overflow: hidden;
    padding: 15px;
}

.book_list .col_1 {
    width: 19%;
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
}

.book_list .col_2 {
    width: 360px;
    float: left;
    color: #474747;
}
.book_list .col_2 .info_list {
    width: 100%;
}
.book_list .col_2 .info_list li {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 16px;
}
.book_list .col_2 .info_list li label {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    padding: 10px 0px;
}
.reqreslabel.texdirection {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    padding: 10px 0px;
    color: rgb(109, 107, 107);
}
.book_label {
    width: 95px;
    height: 95px;
    color: #fff;
    /*font-family: 'BebasNeue';*/
    font-family: 'PT Sans', sans-serif;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    border-radius: 95px;
    -moz-border-radius: 95px;
    -o-border-radius: 95px;
    -webkit-border-radius: 95px;
    margin: 10px;
}
.book_label.pending {
    background-color: #a7a7a7;
    float: right;
}
.book_label span {
    height: 95px;
    vertical-align: middle;
    display: table-cell;
    width: 95px;
}
.btn i {
    padding-left: 10px;
}
.borrow_feedback .button, #bfor_cnfirm_point, #cnfirm_point {
    margin: 5px 5px 0 0;
}
#cnfirm_point {
    cursor: default;
}
#dialog, #dialog_message, #selectYourLoc, #dropdown-langs {
    display: none;
}
.ui-dialog {
    border-radius: 0px;
    border: 1px solid #4297d7;
    border-bottom-width: 2px;
    z-index: 9998;
    /*position: fixed;*/
}

.ui-dialog-content .field_row .field_side {
    margin-top: 7px;
}

.ui-widget-header {
    border: none !important;
    color: #4db2ed !important;
}
.ui-dialog-content {
    padding: 22px !important;
}
.ui-dialog-content input {
    color: #747474;
    outline: none;
}
.ui-dialog-content .con-req_popupclas h3 {
     padding: 10px;
}
.ui-dialog-content .terms_box {
    padding: 10px;
}
.ui-dialog-content p {
    padding-bottom: 22px;
    color: #4db2ed;
}
.ui-dialog-content h1, .ui-dialog-content label {
    color: #3594cb;
}
.ui-dialog-content #feedback_message {
    width: 98%;
    height: 100px!important;
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    resize: none;
}
.ui-dialog-content #errormessageerror {
    width: 100%;
    margin: 10px 0;
}
.ui-dialog-content .mainfeedbackblck {
    width:300px;
    height:200px;
}
.ui-dialog-content .notification {
    padding: 2px 10px;
    margin: 5px 0;
}
.ui-dialog-content .notification .close {
    top: 0px;
    right: 3px;
}
.ui-dialog-content .notification.msgerror p {
    padding: 0px;
}
.ui-dialog-content #Signinbtn.button.blue {
    padding: 0px 12px;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#picklocation {
    text-transform: uppercase;
}
.ui-widget-header .modal-close-cross {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}
#booking_view {
    border: 1px solid rgb(232, 249, 249);
    padding: 5px;
}
#dialog_message #booking_view {
    background: #ffffff;
    border: none;
    padding: 0;
    margin: 0;
}
#dialog_message .ui-widget-content {
    border: none;
}
#dialog .book_tab>a {
    padding: 10px;
    display: inline-block;
    background: rgb(232, 249, 249);
    color: #3594cb;
}
#dialog .book_tab>a.active {
    background: #fff;
    color: rgb(119, 119, 119);
}
#dialog .book_date, #dialog .summary_pop {
    background: #fff;
    padding: 10px 20px;
}
#dialog .summary_pop {
    display: none;
}
.booking_date_details_blck .box_cell {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-width: 1px;
    border-style: dashed;
    margin: 10px 0px;
}
.book_date .n_avail {
    border-color: #3594cb;
    background: #e4eeef;
}
.book_date .avail{
    border-color:#99db96;
    background:#b9ffb6
}
.summary_pop .row {
    padding: 10px;
}
.summary_pop .row:nth-child(odd) {
    background: #f7fdfd;
}
.top_tab>a {
    padding: 15px 30px 15px 60px;
    display: inline-block;
}
.top_tab>a.active {
    background-color: #fff;
    color: rgb(119, 119, 119);
}
.top_tab>a i.fa {
    color: #7ecac9;
    font-size: x-large;
    vertical-align: bottom;
}
#messagesContent .top_tab>a {
    padding-left: 30px;
}
.dash_left_side {
    background: rgb(232, 249, 249);
    color: #6d6b6b;
    position: relative;
}
.dash_left_side h3 {
    font-size: 21px;
    line-height: 1.3;
    padding: 10px 20px;
    color: #3594cb;
    font-family: "ralewayregular";
}
.dash_left_side .top_tab.obsub_btn {
    margin: 15px 0;
}
.dash_left_side .related {
    float: right;
    margin: 25px 0;
}
.dash_left_side .msg_box.fleft.container.wrapper .top_tab>a i.fa {
    color: #ffffff;
}
.dash_left_side  .msg_box.fleft.container.wrapper .top_tab>a {
    padding: 0px;
    color: #ffffff;
}
.inner_msg_box.fleft.container {
    margin-bottom: 25px;
}
.inner_msg_box.fleft.container .img, .dash_left_side .inner_msg_box.fleft.container .talk_pop {
    display: inline-block;
}
.inner_msg_box.fleft.container .img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin: 10px;
    float: left;
}
.inner_msg_box.fleft.container .img img {
    max-height: 80px;
    max-width: 80px;
}
.inner_msg_box.fleft.container .talk_pop, .inner_msg_box.fleft.container .inbox_row.fleft.container {
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #e4e4e4;
    width: 86%;
    position: relative;
    box-sizing: border-box;
    margin: 10px;
}
.inner_msg_box.fleft.container .talk_pop:hover, .inner_msg_box.fleft.container .inbox_row.fleft.container:hover {
    background: #f7fdfd;
}
.inner_msg_box.fleft.container .inbox_row.fleft.container {
    width: 96%;
}
.inner_msg_box.fleft.container .inbox_row.fleft.container h2,
.inner_msg_box.fleft.container .inbox_row.fleft.container h3 {
    margin-bottom: 5px;
}
.inner_msg_box.fleft.container .talk_pop h4 {
    text-transform: uppercase;
    color: #3594cb;
}
.inner_msg_box.fleft.container .talk_pop .time_row span {
    float: right;
    margin-left: 10px;
}
.inner_msg_box.fleft.container .talk_pop textarea {
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    max-width: 98%;
    width: 98%;
}
.inner_msg_box.fleft.container .talk_pop .dup_button {
    float: right;
}
.msg_box .inbox_row .inbox_action {
    text-align: right;
}
.msg_box .inbox_row .inbox_action a {
    margin-left: 10px;
}
.inner_msg_box {
    background: #fff;
    padding: 20px;
}
#amountdetail {
    background: #f6fdfd;
    padding: 10px 20px;
}
#amountdetail .r_side {
    width: 70%;
}
#amountdetail .l_side {
    vertical-align: top;
    text-align: right;
    width: 29%;
}
#amountdetail .l_side, #amountdetail .r_side {
    display: inline-block;
}
.point-details {
    background: transparent url(../img/credit-point-details.png) no-repeat 30px center;
}
.point-summary {
    background: transparent url(../img/credit-point-summary.png) no-repeat 30px center;
}
.dash_date_table {
    margin-top: 10px;
    border: 1px solid #3594cb;
    border-radius: 2px;
    width: 100%;
}
.dash_date_table th {
    background: #f6fdfd;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.dash_date_table td {
    text-align: center;
    padding: 10px;
}
.dash_date_table .money {
    text-align: right;
}
.dash_date_table .text {
    text-align: left;
    text-align-last: justify;
    vertical-align: middle;
}
.dash_date_table tr>td {
    border-bottom: 1px solid #ebebeb;
}
.dash_date_table tr:last-child>td {
    border-bottom: none;
}

.table-invite-friends th:first-of-type,
.table-invite-friends td:first-of-type {
    text-align: left;
}
.table-invite-friends th {
    padding: 5px 10px;
    line-height: 16px;
    vertical-align: middle;
}
.table-invite-friends th:last-of-type {
    width: 100px;
}
.table-invite-friends th:nth-child(2) {
    width: 100px;
}

@media (max-width: 497px) {
    .table-invite-friends th,
    .table-invite-friends td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    .table-invite-friends tr td:first-of-type {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.invite-friends__reward {
    float: left;
    width: 50%;
    margin: 20px 0 10px;
    text-align: center;
}
.invite-friends__reward a {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    background-color: #f6fdfd;
}
.invite-friends__reward span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.com_type_5{
    background: #000000;
}
.com_type_4{
    background: #ff0000;
}
.com_type_3{
    background: #ffd966;
}
.com_type_2{
    background: #a8d08d;
}
.com_type_1{
    background: #5b9bd5;
}
.credits_legend {
    background: #f6fdfd;
    padding: 10px 20px;
    margin-top: 10px;
}
.credits_legend p {
    margin-bottom: 5px;
}
.credits_legend span {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.com_stat_ative {
    background: #5b9bd5;
    border-bottom: 3px solid #478fd0;
    margin: 10px 0;
    color: #ffffff;
    text-align: center;
    font-size: 12px!important;
    text-transform: uppercase;
}
.com_stat_ative.green {
    background: #a8d08d;
    border-bottom-color: #9ac97b;
}
.com_stat_ative.red {
    background: #ff0000;
    border-bottom-color: #e50000;
}
.com_stat_ative.yellow {
    background: #ffd966;
    border-bottom-color: #ffd34d;
}
.com_stat_ative_blink{
    background:url("../img/pay-now-gif-btn.gif") center center no-repeat;
    margin: 10px 0;
    color: #ffffff;
    text-align:center;
    font-size: 12px!important;
    text-transform: uppercase;
}
.vmiddle {
    vertical-align: middle;
}
#profileTabContent .top_tab {
    overflow: hidden;
}
#profileTabContent .top_tab>a {
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
    max-width: 22%;
    white-space: nowrap;
}
.top_tab>a i {
    margin-right: 5px;
}
#profileForm{
    background-color: #ffffff;
}

#profileForm .location {
    background: #fff;
    padding: 10px 20px;
    margin: 10px;
}
#profileForm .location .area_text h5 {
    display: inline-block;
    font-weight: 500;
}
#profileForm .form.cc_details {
    padding: 20px 0;
}
#profileForm .form {
    display: block;
    width: 97%;
    margin: 0 auto;
}
#profileForm .form li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 8px;
}
#profileForm .form .form-control {
    width: 100%;
}
.form ul, .form li {
    margin: 0;
    padding: 0;
}
#profileForm #user_change_password .form li {
    display: block;
}
#profileTabContent .buttons {
    text-align: center;
    padding: 20px;
    background-color: #f6fdfd;
}
#profileForm ul.parsley-errors-list>li {
    width: 100%;
}
.area_text i{
    margin-right: 5px;
}
#user_imagedetail {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 10px;
}
#user_imagedetail .pro_img img{
    border-radius: 100%;
}
.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px,0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}
.pro_img {
    display: block;
}
#dir-search-form .dir-holder-wrap {
    max-width: 250px;
}
.searchbox-title.text i, .searchbox-title.text em {
    display: inline-block;
}
.btn-file .button {
    padding: 7px 12px;
}
.fileupload-preview {
    width: 155px;
}
#userprofile_detail {
    background-color: #f6fdfd;
    padding: 20px;
}
#userprofile_detail input, #userprofile_detail textarea {
    width: 100%;
}
#userprofile_detail .buttons {
    margin-top: 20px;
}
#product_part.profole_wishlist {
    margin: 50px 0px;
}
#mid_content.product_details {
    background: #e4eeef;
    /*color: #fff;*/
}

#product_create #mid_content.product_details,
#edit-product-content.product_details {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#mid_content.product_details .top_head {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0px;
    width: 96%;
    display: table;
    border-radius: 0.5em;
}
span.location-map-marker {
    background: url(../img/location_bg_left.png);
    width: 28px;
    height: 28px;
    margin: -10px 0;
}
#mid_content.product_details p {
    margin-bottom: 5px;
}
.slider_animated_for_mobile {
    display: none;
}
.top_head .item-location i {
    color: #3594cb;
    font-size: 24px;
}
.top_head .object-description {
    width: 68%;
    display: inline-block;
}

.markers-of-type-v {
    display: inline-block;
    width: 2%;
    height: 100%;
}

.markers-of-type-h {
    display: inline-block;
    width: 20px;
    height: 60px;
    float: right;
}

.marker-of-type {
    width: 100%;
    height: 35%;
    background: #0000cc;
}

.rent-marker {
    background: #1C4754; /*#33B9ED*/
}

.exchange-marker {
    background: #8FB7EE; /*#3FE3CA*/
}

.give-away-marker {
    background: #677DA5; /*#FF7369*/
}

.marker-homepage-wrap {
    width: 100%;
    position: absolute;
    height: 30px;
}

.marker-homepage {
    width: 100%;
    height: 7px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    overflow: hidden;
    transition: 0.5s;
}

.marker-homepage:hover {
    height: 30px;
    transition: 0.5s;
}

.top_head .object-rating {
    width: 29%;
    min-width: 150px;
    display: inline-block;
    border-left: 1px solid #dce7f0;
    text-align: center;
}
.top_head .rating-stars {
    padding: 0 10px 10px;
    border-bottom: 1px solid #dce7f0;
    margin-bottom: 10px;
}
.top_head .rating-stars .item-stars {
    display: inline-block;
}
.top_head #userwishlist {
    /*width: 190px;*/
}
.top_head .heart {
    color: #3594cb;
    font-size: 24px;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.product_content {
    margin-bottom: 30px;
}
#quick_booking_popup {
    width: 100%;
}
#main_search_page .item-quick-book {
    margin-top: -40px;
}
.listing-group-name {
    display: inline-block;
    padding: 0 20px;
}
.profile-group-name {
    display: block;
}
.home-group-name {
    height: 18px;
    margin-top: -8px;
}
.listing-group-name span,
.dashboard-offer-group-title span,
.profile-group-name span,
.home-group-name span {
    color: #3594cb;
}
.dashboard-offer-group-title {
    margin-top: 30px;
}
.pro_detial_lside, .pro_detial_rside {
    display: inline-block;
}
.pro_detial_lside {
    width: 70%;
    margin-right: 15px;
}
.pro_detial_rside {
    width: 25%;
    float: right;
    padding-top: 18px;
}
#right-side .container.vertical.er-headless-{
    max-width: 100%!important;
    margin: 20px 0;
}
#right-side .container.vertical.er-headless- .er-personal .er-seller-img {
    height: 60px!important;
    width: 60px!important;
}
#right-side #buy {
    width: 100%;
    display: none;
}
.pro_detial_lside .discription {
    background: #ffffff;
    margin: 20px 0px;
    padding: 15px;
    display: table;
    width: 96%;
    border-radius: 0.5em;
}
.pro_detial_lside .box.pink_box .offer_pro {
    float: left;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: 30px 20px;
}
.pro_detial_lside .box.pink_box .obsub_btn, .pro_detial_lside .box.pink_box #followup_details {
    display: inline-block;
    height: 40px;
    padding: 0px;
}
.pro_detial_lside .box.orang_box.reactions .l_side {
    position: absolute;
    height: 100px;
    overflow-y: auto;
    display: block;
    width: 170px;
    padding: 15px;
    float: right;
    top: 0px;
    right: 0px;
}
@media screen and (max-width: 400px) {
    .pro_detial_lside .box.orang_box.reactions .l_side {
        width: auto;
        padding-right: 30px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
@media screen and (max-width: 497px) {
    
    .pro_detial_lside .discription {
        display: block;
    }
    .pro_detial_lside .discription .r_side,
    .pro_detial_lside .discription .l_side {
        display: block;
        width: 100%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
.comt_side.l_side .img, .pro_detial_lside .box.orang_box.reactions .img {
    height: 55px;
    width: 55px;
}
.pro_detial_lside .user_listing .img, .pro_detial_lside .user_listing .info {
    display: inline-block;
}
.pro_detial_lside .user_listing .info {
    float: right;
}
.comt_side.l_side textarea {
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    max-width: 98%;
    width: 98%;
}
.comt_side.l_side input {
    margin: 0px;
    width: 100%;
}
.pro_detial_lside .ui-widget-content {
    border: none;
    padding: 0px;
}
.pro_detial_lside .ui-tabs .ui-tabs-nav {
    padding: 0px;
    background: #e4eeef;
}
.pro_detial_lside .ui-tabs .ui-tabs-nav li {
    background: #e4eeef;
    text-align: center;
    width: 33.333%;
    padding: 10px 0px;
}
.pro_detial_lside .ui-tabs .ui-tabs-nav li i {
    color: #3594cb;
}
.pro_detial_lside .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ffffff;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.pro_detial_lside .ui-tabs .ui-tabs-nav li a {
    color: #3594cb;
    width: 85%;
}
.pro_detial_lside .r_side, .pro_detial_lside .l_side {
    display: table-cell;
    padding: 0px 15px;
}
.pro_detial_lside .r_side {
    border-right: 1px solid #e7f5f5;
    vertical-align: middle;
    text-align: center;
    color: #a9a9aa;
    width: 100px;
}
.pro_detial_lside .r_side i {
    font-size: 32px;
}
.pro_detial_lside ul.date_list li.w50.dating {
    display: inline-block;
    margin-right: 10px;
    width: 22%;
    vertical-align: top;
}
.pro_detial_lside ul.date_list li.productdetail_cost {
    width: 25%!important;
    margin-bottom: 10px!important;
}
.pro_detial_lside ul.date_list li.w50 {
    width: 70%;
}
.pro_detial_lside ul.date_list li.productdetail_cost, .pro_detial_lside ul.date_list li.w50 {
    display: inline-block;
}
.pro_detial_lside ul.date_list li input[type="text"], .pro_detial_lside ul.date_list li select {
    width: 100px;
    border: 1px solid #3594cb;
    border-bottom-width: 2px;
    border-radius: 5px;
}
.pro_detial_lside ul.date_list li select {
    background: url(../img/select.png) no-repeat 88% 50%;
    padding: 0 10px;
}
.sub_des_right_side select {
    background: url(../img/select.png) no-repeat 94% 50%;
}
.pro_detial_lside ul.date_list li select#selecteddays, .pro_detial_lside ul.date_list li select#selected_cost {
    width: 100%;
    background: url(../img/select.png) no-repeat 95% 50%;
}
.pro_detial_lside ul.date_list li input[type="text"] {
    padding: 5px;
}
.pro_detial_lside ul.date_list li span {
    color: #3594cb;
}
.pro_detial_lside ul.date_list li.clear,
.pro_detial_lside ul.date_list li.clear input[type="button"] {
    width: 100%;
    margin: 0px;
}
.pro_detial_lside .input-append {
    margin: 0px;
}
.pro_detial_lside .socialb {
    text-align: center;
}
.pro_detial_lside .socialb a {
    display: inline-block;
}
.pro_detial_lside .socialb img {
    max-height: 35px;
}
.pro_detial_lside .box.orang_box.invite .invite_friend {
    width: 100%;
    height: 40px;
    padding: 0px;
    margin: 0px;
}
.pro_detial_lside .box.orang_box.invite .socialb {
    padding: 8px 0;
}
.pro_detial_lside .box.orang_box.invite .socialb .social,
.pro_detial_lside .box.orang_box.invite .socialb .tweetbtn {
    height: 40px;
}
#itemcomment_listing {
    display: block;
    overflow-x: auto;
    max-height: 300px;
}
#requestServiceForm label{
    width: 155px;
    text-align: right;
    display: inline-block;
}
#requestServiceForm input, #requestServiceForm select {
    width: 200px;
}
#requestServiceForm textarea {
    width: 360px;
    height: 100px;
}
#requestServiceForm {
    background-color: #f6fdfd;
    padding: 20px;
    margin-bottom: 40px;
}
#requestServiceForm .description label {
    text-align: left;
}
#service_map {
    width: 100%;
    height: 400px;
}
#requestServiceForm .parsley-errors-list li {
    margin-left:160px;
    text-align: left;
}
.datepicker {
    cursor: pointer;
}
.termscond_box {
    max-height: 300px;
    overflow-y: auto;
    background-color: #f6fdfd;
}
#terms_dialod .buttons {
    padding: 10px;
    text-align: center;
}
.pro_detial_lside .box, .pro_detial_lside .fb_discuss.clear {
    background: #ffffff;
    margin: 20px 0px;
    padding: 15px;
    border-radius: 0.5em;
}
.pro_detial_lside .fb_discuss.clear span.img, .pro_detial_lside .fb_discuss.clear span.fb_discuss_user_name {
    display: inline-block;
}
.pro_detial_lside .fb_discuss.clear span.fb_discuss_user_name {
    line-height: 55px;
    width: 85%;
    float: right;
    margin: 0px;
}
.pro_detial_lside .box.orang_box.reactions, .pro_detial_lside .box.orang_box.invite {
    display: inline-block;
    position: relative;
    height: 100px;
    width: 45%;
    margin: 0;
}
.pro_detial_lside .box.orang_box.invite {
    float: right;
}
.pro_detial_lside .box.pink_box .offer_pro, .pro_detial_lside .box.pink_box .offer_desc {
    display: inline-block;
}
.pro_detial_lside .offer_desc ul.offer, .pro_detial_lside .offer_desc ul.count {
    display: inline-block;
}
@media (max-width: 500px) {
    .pro_detial_lside .offer_desc ul.offer, .pro_detial_lside .offer_desc ul.count {
        width: 100%;
    }
    .pro_detial_lside .offer_desc ul.offer li, .pro_detial_lside .offer_desc ul.count li {
        width: 45%;
    }
    .pro_detial_lside .offer_desc ul.offer li:last-child {
        border-right: none;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
.pro_detial_lside .offer_desc ul.offer li, .pro_detial_lside .offer_desc ul.count li {
    display: inline-block;
    text-align: center;
    margin: 10px 0px;
    padding: 0px 35px;
}
.pro_detial_lside .offer_desc ul.offer li {
    border-right: 1px solid #e7f5f5;
    border-left: 1px solid #e7f5f5;
}
.pro_detial_lside .offer_desc ul.offer li:first-child {
    padding-left: 0px;
    border: none;
}
.pro_detial_lside .offer_desc ul.count li:last-child {
    padding-right: 0px;
    border-left: 1px solid #e7f5f5;
}
.pro_detial_lside .offer_desc ul.offer li em, .pro_detial_lside .offer_desc ul.count li em {
    color: #b2b2b2;
    font-size: 26px;
}
.pro_detial_lside .offer_desc button.obsub_btn {
    margin-left: 0px;
    width: 255px;
}
.pro_detial_lside .offer_desc  a.usersproduct {
    margin-left: .3em;
}

.pro_detial_rside .thumb_part.img, .pro_detial_rside .offer_note_desc {
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 0.5em;
}

#mid_content.product_details .pro_detial_rside .offer_note_desc {
    background: #f6fdfd;
    color: #6d6b6b;
}

.pro_detial_rside .thumb_part.img {
    width: 250px;
    height: 200px;
    border-radius: 0px;
}
.offer_note_desc .of_note_des {
    padding: 10px 10px 0px 10px;
}
.offer_note_desc .of_note_fact {
    background: #f6fdfd;
    text-align: center;
    padding: 10px;
    border-radius: 0.5em;
    color: #4db2ed;
}
.pro_detial_rside .other_listing, .pro_detial_rside .similar_listing {
    background: #ffffff;
    padding: 10px;
    border-radius: 0.5em;
}
.pro_detial_rside .other_listing ul.listing li, .pro_detial_rside .similar_listing ul.listing li {
    border-bottom: 1px solid #e7f5f5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.pro_detial_rside .other_listing ul.listing li:last-child,
.pro_detial_rside .similar_listing ul.listing li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product_details .not_product {
    background: #f6fdfd;
    text-align: center;
    border-radius: 0.5em;
}
.product_details .img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.product_details .img img {
    box-sizing: border-box;
    max-width: 100%;
}
.product_details ul.listing li {
    overflow: hidden;
}
.product_details ul.listing li .img, .product_details ul.listing li h5{
    display: inline-block;
    float: left;
}
.product_details ul.listing li h5{
    line-height: 20px;
    float: right;
    width: 140px;
    min-height: 80px;
    margin: 0;
}
.product_details ul.listing li h5 a{
    position: relative;
    top: 40px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-append {
    text-align: center;
}
.uneditable-input {
    display: inline-block;
}
.input-append {
    margin: 15px 0;
}
.fileupload .input-append .uneditable-input {
    margin-bottom: 0;
}
span.form-control {
    padding: 0;
}
#loadingScreen {
    background: url(../img/sky_loading.gif) no-repeat 5px 8px;
    padding-left: 25px;
}
#dashboardTabContent h3 {
    font-family: 'PT Sans', sans-serif;
}
#dashboardTabContent .buttons {
    text-align: right;
}
#dashboardTabContent ul.created_listing li {
    padding:15px;
    clear: both;
    overflow: hidden;
}
#dashboardTabContent ul.created_listing li span.txt {
    width: 70%;
    margin: 0 0 0 10px;
}
#dashboardTabContent ul.created_listing li span.need_pay {
    color: red;
}
.book_list.dashboard-book-list.clearfix .col_3, .book_list.brwe_book_list.dashboard-book-list .col_5 {
    width: 40%;
    float: right;
    text-align: right;
}
#confirmations_error, #confirmation_error {
    font-size: 12px;
}
form#cntact_form label {
    display: inline-block;
}
.search_div {
    padding-bottom: 20px;
}
form.ask_question {
    padding-bottom: 25px;
    width: 500px;
}
#HelpIndexForm .tip_field {
    width: 100%;
    position: relative;
    padding: 10px 0;
}
form.ask_question select, form.ask_question input  {
    width: 250px;
    margin-right: 150px;
    float: right;
}
#HelpIndexForm input[type="submit"] {
    font-family: "ralewayregular";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background: #4db2ed;
    border: none;
    border-bottom: 3px solid #3594cb;
    border-radius: 8px;
    color: #ffffff;
    padding: 7px 0;
    width: 170px;
}
.book_list {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    box-sizing: border-box;
}
.book_list .col_1 .button.yellow {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}
.book_list .col_2 {
    width: 60%;
    float: left;
}
.book_list .col_3 {
    float: right;
    width: 18%;
    text-align: right;
}
.book_list .col_3 a,
.book_list.dashboard-book-list.clearfix .col_4.borrow_feedback a {
    width: 100%;
}
.book_list .col_4 {
    width: 17%;
    float: right;
    vertical-align: top;
    text-align: center;
}
.status {
    display: inline-block;
    color: white;
    width: 90px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding-top: 30px;
}
.status.green {
    background: #2bdf96;
}
.status.blue {
    background: #4db2ed;
}
.status.black {
    background: #666666;
}
.status.orange {
    background: #ff9c00;
}
.payaccept {
    padding: 2px 5px;
    text-align: center;
    background: #2bdf96;
    color: white;
    border-radius: 5px;
}
.paydecl {
    background: #666666;
    padding: 2px 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
}
.book_list .col_2.reqrsfirstdiv {
    width: 47%;
}
#productsTabContent .col_2.reqrsfirstdiv {
    width: 60%;
}
.col_3 .buttons {
    margin-top: 20px;
}
.col_3 .buttons .button {
    width: 80%;
    margin-top: 10px;
}
.col_3 .buttons span {
    width: 100%;
}
.book_label {
    width: 95px;
    height: 95px;
    color: #fff;
    /*font-family: 'BebasNeue';*/
    font-family: 'PT Sans', sans-serif;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    border-radius: 95px;
    -moz-border-radius: 95px;
    -o-border-radius: 95px;
    -webkit-border-radius: 95px;
    margin: 0 auto;
}
.book_label.accept {
    background-color: #68b5e6;
}
.book_label span {
    height: 95px;
    vertical-align: middle;
    display: table-cell;
    width: 95px;
}
.request-list .book_label span.pending {
    border-radius: 100%;
    background: #68B5E6;
}
.request-list .book_label span.expired {
    border-radius: 100%;
    background: #666666;
}
.request-list .book_label span.completed {
    border-radius: 100%;
    background: #2bdf96;
}
.ablckdirection {
    clear: both;
    float: left;
    width: 12%;
    text-align: center;
    margin-right: 15px;
}
.ablckdirection .user_cover {
    border-radius: 100%;
    overflow: hidden;
    height: 70px;
    width: 70px;
    display: inline-block;
}
#booking_view {
    max-height: 700px;
}
.ad-gallery {
    width: 700px !important;
    text-align:center;
}
#product_gallery .ad-nav {
    background: #f6fdfd;
    padding: 15px 30px;
}
.ad-gallery .ad-back {
    left: 10px !important;
    background: url(../../img/rigth.png) 0px 50px no-repeat !important;
}
.ad-gallery .ad-thumbs li a img {
    border: none!important;
}
.ad-controls {
    padding: 10px 30px !important;
}
.ad-controls .ad-info {
    color: #8b8b8b !important;
}
.ad-controls .ad-slideshow-controls span {
    color: #3594cb !important;
}
.ad-gallery .ad-forward {
    right: 17px !important;
    background: url(../../img/faq_left.png) 0px 50px no-repeat !important;
}
#how-it-works {
    padding-top: 15px;
    padding-bottom: 41px;
    background: #eef7f8;
}
#how-it-works h3 {
    padding: 30px 0;
    font-size: 26px;
    line-height: 26px;
    color: #3594cb;
}
#how-it-works .how-it-works-list li {
    overflow: hidden;
    padding: 20px 3%;
    margin-bottom: 23px;
    background-color: #ffffff;

}
#how-it-works .picture {
    float: left;
    width: 25%;
}
#how-it-works .description {
    float: right;
    width: 73%;
}
#how-it-works .picture img {
    display: block;
    margin: auto;
    max-width: 100%;
}
#how-it-works .description h4 {
    font-size: 30px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #3594cb;
}
#how-it-works p {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #747474;
}
#how-it-works a.more {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #3594cb;
}
#how-it-works a.more:hover {
    text-decoration: none;
}
@media all and (max-width: 1052px) {
    #top_header_main .sc-column.one-fourth.ui-widget {
        width: 41%;
    }
    #top_header_main.entry-header .onecolumn .sc-column.one-half {
        float: right;
    }
    #top_header_main.entry-header .user-menu-block.sc-column.one-fourth,
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth {
        width: 50%;
        text-align: center;
    }
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth .menu-container.right.clearfix {
        float: none;
    }
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth .social-icons {
        float: none;
    }
    #locationInput {
        width: 80%;
    }
    ul.langs {
        padding: 0 4px;
    }
    ul.header-menu li {
        margin-left: -5px;
    }
    ul.header-menu li a {
        padding: 4px 8px 4px;
    }
    .social-icons a {
        margin-left: 15px;
    }
    .wrapper {
        width: 90%;
    }
    .pro_detial_lside, .pro_detial_rside {
        float: none;
        display: block;
        width: 100%;
    }
    .pro_detial_rside {
        margin-bottom: 20px;
    }
    #product_create .pro_detial_rside .thumb_part.img {
        height: 350px;
    }
    .ad-gallery {
        max-width: 100%;
        width: 100%!important;
    }
    .pro_detial_lside .box.orang_box.reactions, .pro_detial_lside .box.orang_box.invite {
        float: none;
        width: 96%;
    }
    .pro_detial_lside .box.orang_box.reactions {
        margin-bottom: 20px;
    }
    .header_other .sc-column.one-fourth.logo {
        padding: 0;
        margin-right: 20px!important;
    }
    .header_other  #logo {
        padding-top: 0px !important;
    }
    .header_other .sc-column {
        display: inline-block;
    }
    .header_other #access .mainmenu ul li:first-child {
        margin-left: 0px;
    }
    .header_other .sc-column.one-fourth {
        margin-bottom: 0px;
    }
    #top_header_main .sc-column.one-fourth.ui-widget {
        width: 30%;
        margin: 0;
    }
    .header_other .onecolumn .sc-column.ui-widget {
        width: auto;
    }
    .header_other #locationInput {
        width: 115px!important;
    }
    #top_header_main .sc-column.one-half .menu.header-menu {
        display: none;
    }
    .tablet_mehu {
        display: block;
    }
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth {
        width: 150px;
    }
    #locationInput {
        width: 65%;
    }
    #top_header_main.entry-header .onecolumn .sc-column.one-half {
        float: left;
        width: 180px;
        margin-left: 20px;
    }
    #top_header_main.entry-header .user-menu-block.sc-column.one-fourth {
        width: 20%;
        min-width: 190px;
    }
    .category-subcategories {
        padding: 35px 0 0;
    }
    .category-subcategories h2 {
        margin-bottom: 25px;
    }
    .onecolumn .sc-column {
        margin-right: 25px;
    }
    .sc-column.sc-column-last, .onecolumn .ui-widget-content .sc-column-last {
        margin-right: 0px;
    }
    #header_slider .tp-banner-text {
        font-size: 18px;
        background-position: 15px center;
    }
    ul.langs li.current_lang {
        padding: 4px 8px 4px;
    }

    .navigation_slider_r .search .offer-link {
        margin-top: 10px;
    }
}
@media all and (max-width: 935px) {
    .header_other .user-menu-block.sc-column.one-fourth, .mobile_header_other .location-menu-block,
    .mobile_main_header .location-menu-block {
        float: right;
    }
    .header_other #locationInput {
        width: 98%;
    }
    .header_other .menu-container.right.clearfix {
        float: right;
    }
    #header_slider .navigation_slider .nav a {
        padding: 10px 0;
    }
}
@media all and (max-width: 890px) {
    #top_header_main .user-menu-block.sc-column.one-fourth.sc-column-last.one-fourth-last.responsive-last {
        /*display: none;*/
    }
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth {
        width: 35%;
    }
    .tablet_menu_content .user-menu-block {
        display: block;
    }
    .tablet_menu_content {
        margin-top: 75px;
    }
}
@media all and (max-width: 800px) {
    .profile-details {
        width: auto;
    }
    .video-holder .text {
        width: 100%;
    }
    ul.header-menu li {
        margin-left: -5px;
    }
    ul.header-menu li a {
        padding: 4px 8px 4px;
    }
    .social-icons a {
        margin-left: 15px;
    }
    #header_slider .navigation_slider_content {
        top: 0;
    }
    #header_slider .navigation_slider {
        width: 100%;
    }
    #header_slider .navigation_slider .navigation_slider_r {
        height: auto;
    }
    #header_slider .navigation_slider .navigation_slider_r input, 
    #header_slider .navigation_slider .navigation_slider_r button {
        line-height: 30px;
    }
    #header_slider .navigation_slider .home {
        margin-bottom: 1%;
        height: 15%;
    }
    #header_slider .navigation_slider .nav {
        height: 15%;
        width: 100%;
        margin: 1% 0;
    }
    #header_slider .navigation_slider .home a {
        padding: 2px 5px;
    }
    #header_slider .navigation_slider .nav a {
        padding: 3px 0;
        vertical-align: middle;
    }
    #header_slider .navigation_slider .nav a i {
        font-size: 26px;
        line-height: 26px;
        vertical-align: middle;
    }
    #header_slider .navigation_slider .nav span {
        width: auto;
        line-height: 20px;
        vertical-align: middle;
    }
    .header_other .sc-column.one-half {
        padding-bottom: 0px;
    }
    .header_other #locationInput {
        width: 80%;
    }
    .header_other #access .mainmenu ul li {
        margin-left: 0px;
    }
    #primary.search_products #select-product-section .item-description {
        width: 50%;
    }
    .video-holder .image {
        width: 100%;
    }
    .wrapper .section-title {
        margin: 20px 0;
    }
    .section-videos .wrapper {
        padding-bottom: 10px;
    }
    .section-videos .section-controls {
        position: initial;
        display: block;
        width: 100%;
        text-align: center;
    }
    .entry-header.mobile_header_other {
        display: block;
        padding: 10px 0 0 0;
        min-width: 320px;
    }
    #wrapperRow {
        min-width: 330px;
    }
    #wrapperRow .small-text.social_login a {
        margin: 0 7px;
    }
    #signup_form img {
        max-width: 100%;
    }
    .entry-header.header_other {
        display: none;
    }
    .mobile_header_other .mainmenu, .mobile_main_header .mainmenu {
        margin: 10px 0;
    }
    #dropdown-langs.dropdown .dropdown-menu,
    #dropdown-limit.dropdown .dropdown-menu {
        min-width: 55px !important;
        max-width: 55px !important;
    }
    .mobile_header_other .location-menu-block .current_lang, .mobile_main_header .location-menu-block .current_lang {
        padding: 6px;
        border-left: 1px solid #dce7f0;
    }
    .mobile_header_other #logo {
        padding: 10px 5px;
    }
    .mobile_header_other #logo img {
        max-width: 130px;
    }
    .mobile_header_other .user-menu-block, .mobile_main_header .user-menu-block {
        padding: 10px 0;
        float: right;
    }
    .mobile_header_other #access .mainmenu, .mobile_main_header #access .mainmenu {
        float: none;
    }
    .mobile_header_other #access .mainmenu ul li a, .mobile_main_header #access .mainmenu ul li a {
        padding: 4px 5px 3px;
    }
    .footer-site-generator .social-icons {
        width: 60%;
        display: block;
        margin: 0 0 15px 0;
        padding-bottom: 10px;
    }
    .footer-site-generator .social-icons a:hover {
        color: #3594cb;
        /*margin-top: 35px;*/
    }
    #header_slider .tp-banner-text {
        font-size: 22px;
        line-height: 22px !important;
        background-position: 2px center;
    }
    .items-list-view .item { display:block; width: 100%; }
    .items-list-view .item-content-wrapper {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        display:block;
        width:100%;
        text-align:center;
    }
    .items-list-view .item-rating {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        display:block;
        width:100%;
        padding:0;
        margin-bottom: 0;
    }
    .items-list-view .item-title-and-location { max-width: 100%; }
    .items-list-view .item-excerpt {
        float:none;
        margin-right:0;
    }
    .items-list-view .item-meta-information {
        margin:0 0 20px 0;
        float:none;
    }
    .items.objects-list .item {
        padding: 10px 0;
    }
    .items-list-view .item-description .user-info {
        padding-top: 10px;
    }
    .items-list-view .item-description .item-location {
        height: 18px;
        overflow: hidden;
    }
    .items.objects-list .item-rating .rating-stars {
        margin-top: 5px;
    }
    .item-stock {
        padding-left: 0px;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }
}
@media all and (max-width: 786px) {
    #right-side .container.vertical.er-headless- .er-personal .er-seller-img {
        width: 25%!important;
        height: auto!important;
    }
	
	 .wrapper {
        width: 92%;
    }
}
@media all and (max-width: 651px) {
    #top_header_main.entry-header .onecolumn .social-menu-block.sc-column.one-fourth {
        width: 147px;
    }
    #header_slider .tp-banner-text {
        font-size: 22px;
        line-height: 22px !important;
        background-position: 2px center;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
@media all and (max-width: 619px) {
    .entry-header.mobile_main_header {
        display: block;
        padding: 10px 0 0 0;
        min-width: 330px;
    }
    #top_header_main, .tablet_menu_content {
        /*display: none;*/
    }
    .mobile_header_other .user-menu-block {
        float: right!important;
        text-align: left!important;
        position: relative;
    }

    .user-notification {
        position: absolute;
        top: 0;
        left: -20px;
    }
    .user-notification .notification-message {
        right: -80px;
    }
    .mobile_main_header .user-menu-block {
        float: none;
        max-width: 170px;
        margin: 0 auto;
        background: #e4eeef;
        text-align: center;
    }
    .mobile_main_header #userdropmenu {
        background: #e4eeef;
    }
    .onecolumn .sc-column {
        margin-right: 15px;
    }
    .sc-column.sc-column-last, .onecolumn .ui-widget-content .sc-column-last {
        margin-right: 0px;
    }
    #header_slider .tp-banner-text {
        font-size: 20px;
        line-height: 20px !important;
        background-position: 0px center;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
@media all and (max-width: 400px) {
    #wrapperRow .small-text.social_login span {
        display: none;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
@media all and (max-width: 497px) {
    #top_header_main.entry-header .onecolumn .sc-column.one-half ul.header-menu {
        margin-left: 0;
    }
    #top_header_main .social-menu-block.social-menu-block.sc-column.one-fourth.sc-column-last.one-fourth-last.responsive-last {
        float: right;
        width: 148px!important;
    }
    #top_header_main .onecolumn .sc-column.one-fourth, .onecolumn .sc-column.one-fourth-last {
        width:80%;
    }
    #top_header_main #locationInput {
        width: 84%;
    }
    #top_header_main #logo img {
        height: 35px;
    }
    #top_header_main .mainmenu {
        margin: 10px;
        float:none;
    }
    #top_header_main #access {
        text-align: center;
    }
    #top_header_main #access .mainmenu ul li {
        float: left;
    }
    #top_header_main .social-icons {
        margin: 16px 0 35px 0;
    }
    #header_slider .navigation_slider {
        top: 5%;
        left: 5%;
        width: 30%;
    }
    #header_slider .navigation_slider .home {
        padding: 3%;
    }
    #header_slider .navigation_slider .nav {
        padding: 3% 6%;
    }
    #header_slider .navigation_slider .nav a {
        font-size: 16px;
    }
    .category-subcategories .heading h3 a {
        width: auto;
    }
    .video-holder .image {
        margin-right: 0px;
        width: 100%;
    }
    .section-videos iframe {
        width:100%!important;
    }
    .video-holder .text {
        width: 100%;
    }
    .latest-share-wrap {
        padding: 9px 0;
    }
    .pro_detial_lside ul.date_list li.w50.dating {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .pro_detial_lside ul.date_list li input[type="text"] {
        width: 90%;
    }
    .pro_detial_lside ul.date_list li select {
        width: 100%;
    }
    .pro_detial_lside .offer_desc ul.offer li, .pro_detial_lside .offer_desc ul.count li {
        padding: 0px 5px;
        font-size: 16px;
    }
    .pro_detial_lside .offer_desc ul.offer li em, .pro_detial_lside .offer_desc ul.count li em {
        font-size: 20px;
    }
    .pro_detial_lside .box.pink_box .obsub_btn, .pro_detial_lside .box.pink_box #followup_details {
        width: 100%;
    }
    #main_menu {
        background: #e4eeef;
    }
    #ait-tabs-category .ui-state-default.ui-corner-top {
        width: 94%;
        padding: 0px 10px;
    }
    #ait-tabs-category .ui-tabs-nav li a {
        border-bottom: 1px solid #aedfdf;
        padding: 10px 0;
    }
    #ait-tabs-category .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active,
    .ait-tab.tab-content.text-center.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
        border-radius: 8px;
        background: #ffffff;
        margin-bottom: 10px;
    }
    #ait-tabs-category .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
        border: none;
    }
    .ait-tabs .line {
        border: none;
        width: 100%;
        margin: 0px;
    }
    .ait-tab.tab-content.text-center.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
        display: block;
        padding: 10px;
    }
    .ait-tab.tab-content ul li {
        display: block;
        text-align: left;
    }
    #dir-search-form #slider-label {
        margin: 0px;
    }
    #directory-search.map-search #dir-search-form {
        padding: 10px 25px 15px;
    }
    #dir-search-form #slider-wrapper {
        width: 94%;
    }
    #dashboard-tabs>ul .tab-user .tab-link {
        width: 155px;
    }
    #dashboard-tabs li.ui-state-default {
        width: 50%;
    }
    #dashboardLeft {
        width: 100%;
    }
    #dashboardRight {
        width: 100%;
        padding-top: 0;
    }
    #pageDashboardButtons {
        text-align: center;
        background: white;
        padding: 10px 0;
    }
    #pageDashboardButtons .button.booking-btn {
        width: 94%;
        background: #f6fdfd;
    }
    #dashboardTabContent ul.created_listing li span.txt {
        width: 50%;
    }
    .book_list .col_3 {
        float: left;
    }
    .book_list .col_1, .book_list .col_3, .book_list .col_4 {
        width: 30%;
    }
    .book_list .col_2 {
        width: 65%;
    }
    .book_list.brwe_book_list.dashboard-book-list .col_5, .book_list.dashboard-book-list.clearfix .col_3 {
        width: 100%;
    }
}
#cLocation {
    margin: 10px 0;
    width: 96%;
    padding: 5px 3px;
}
#selectYourLoc .button.blue {
    padding: 5px 0;
    width: 100%;
    margin-bottom: 5px;
}
.category-wrap-table {
    height:auto;
}
.ui-tooltip, .arrow_tt:after {
    background: #009dff;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow_tt {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow_tt.top {
    top: -16px;
    bottom: auto;
}
.arrow_tt.left {
    left: 20%;
}
.arrow_tt:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow_tt.top:after {
    bottom: -20px;
    top: auto;
}

#access .menu.clear ul li a, #access .mainmenu ul li a, #communication .mainmenu ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
    white-space: nowrap;
}
ul.header-menu li a {
    text-overflow: ellipsis;
    overflow: hidden;
    /*max-width: 80px;*/
    white-space: nowrap;
}

.pro_detial_lside .ui-tabs .ui-tabs-nav li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#booking_view .ui-state-default a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}
.pro_detial_lside .offer_desc button.obsub_btn {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media all and (max-width: 500px) {
    #mid_content.product_details .top_head {
        width: 89%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media (min-width: 500px) and (max-width: 860px) {
    #mid_content.product_details .top_head {
        width: 94%;
    }
    .pro_detial_lside .box.orang_box.reactions, .pro_detial_lside .box.orang_box.invite{
        width: 95%
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 600px) {
    .top_head .object-description {
        width: 63%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 500px) {
    .top_head .object-description {
        width: 60%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 480px) {
    .top_head .object-description {
        width: 100%;
        margin-bottom: 15px;
    }
    .top_head .object-rating{
        border: none;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 670px) {
    .pro_detial_lside .discription {
        width: 94%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 530px) {
    .pro_detial_lside .discription {
        width: 93%;
    }
    .pro_detial_lside .box.orang_box.reactions, .pro_detial_lside .box.orang_box.invite{
        width: 92%
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 560px) {
    .slider_animated_not_mobile {
        display: none;
    }
    .slider_animated_for_mobile {
        display: block;
        text-align: center;
        position: relative;
        float: none;
        padding-bottom: 62px;
    }
    .slider_animated_for_mobile .nav {
        width: 50%;
        float: left;
    }
    .slider_animated_for_mobile .nav a {
        border: 1px solid #3594cb;
        border-bottom-width: 3px;
        border-radius: 8px;
        margin: 0 5px 10px;
        padding: 5px 0;
        display: block;
    }
    .slider_animated_for_mobile .nav a:hover {
        background: #4db2ed;
        color: #ffffff !important;
    }
    .slider_animated_for_mobile .nav a i {
        font-size: 36px;
    }
    .slider_animated_for_mobile img {
        max-width: 90%;
        padding: 5px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 450px) {
    .pro_detial_lside .discription {
        width: 92%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media (min-width: 497px) and (max-width: 730px) {
    .pro_detial_lside ul.date_list li.w50.dating {
        width: 40%;
    }
    .pro_detial_lside .input-append{
        text-align: left;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 628px) {
    .pro_detial_lside .box.pink_box .obsub_btn, .pro_detial_lside .box.pink_box #followup_details{
        width: 100%;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media all and (max-width: 582px) {
    .pro_detial_lside .offer_desc ul.offer li, .pro_detial_lside .offer_desc ul.count li{
        padding: 0px 15px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}
@media all and (max-width: 500px) {
    .pro_detial_lside .offer_desc ul.offer li, .pro_detial_lside .offer_desc ul.count li{
        padding: 0px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

.entry-header {
    background: url(/images/bg-header.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.entry-header .menu-top {
    position: relative;
    display: inline-block;
    width: 100%;
}

.entry-header .logo {
    width: 23%;
}

.entry-header .logo img {
    width: 80%;
}

.entry-header .header-menu {
    background-color: rgba(255,255,255,0.6);
}

.entry-header .details {
    display: inline-block;
    width: 73%;
    text-align: right;
    float: right;
}

.entry-header .links {
    float: left;
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}

.entry-header .links li {
    /*width: 48%;*/
    margin-right: 20px;
    display: inline-block;
}

.entry-header .links a {
    color: #666666;
    text-decoration: underline;
}

.entry-header .links a:hover {
    color: #80a7bc;
}

.entry-header .menu-bottom {
    display: inline-block;
    width: 100%;
}

.entry-header .menu-bottom .sc-column {
    padding: 0;
}

.entry-header .header-menu li {
    border-right: 1px solid #c9c9c9;
}

.entry-header .header-menu li:last-child {
    border-right: none;
}
.entry-header .header-menu li a:hover {
  color: #7bbbe5;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: none;
  border-radius: 0;
}

.entry-header .action {
    display: inline-block;
    /*width: 42%;*/
    text-align: right;
}

.entry-header .action .top {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.entry-header .action .login {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.entry-header .action .lang {
    display: inline-block;
}

.entry-header .action .social-block {
    display: inline-block;
}

.entry-header .search input {
    border: 1px solid #4db2ed;
    border-radius: 0;
    color: #80a7bc;
    height: 35px;
    padding: 0 10px;
    /*margin-left: 5px;*/
}

 .entry-header input.location {
     width: 177px;
 }

.entry-header .search input.keyword {
    margin-right: 5px;
}

.entry-header .search input::-webkit-input-placeholder {
    color: #80a7bc;
}
.entry-header .search input:-moz-placeholder {
    color: #80a7bc;
}
.entry-header .search input::-moz-placeholder {
    color: #80a7bc;
}
.entry-header .search input:-ms-input-placeholder {
    color: #80a7bc;
}

.entry-header .search .navigation_slider_r {
    display: inline-block;
}

.entry-header .search button {
    background-color: rgba(242,215,139,0.6);
    color: #ffffff;
    height: 37px;
    padding: 0 15px;
    vertical-align: top;
    border-radius: 0;
}

.entry-header .search button:hover {
    background-color: rgba(242,215,139,1);
}

.entry-header .navigation_slider {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 115px;
    z-index: 998;
    margin-top: 50px;
}

.entry-header span.current_lang {
    font-size: 15px;
    display: inline-block;
}

.entry-header .navigation_slider_l {
    display: inline-block;
    width: 30%;
}

.entry-header .navigation_slider .row-fluid {
    position: relative;
    width: 100%;
}

.entry-header .row-fluid .nav:first-child {
    margin-left: 0;
}

.entry-header .navigation_slider .nav {
    display: block;
    float: left;
    width: 37.93617%;
    margin-left: 8px;
    margin-bottom: 8px;
    text-align: center;
}

.entry-header .navigation_slider .nav a {
    font-size: 36px;
    color: #ffffff;
    display: block;
    padding: 20px 0;
    line-height: 15px;
}

.entry-header .navigation_slider a.share-object {
    background-color: rgba(241, 127, 104, 0.8);
}

.entry-header .navigation_slider a.share-service {
    background-color: rgba(106, 185, 235, 0.8);
}

.entry-header .navigation_slider a.share-space {
    background-color: rgba(242, 215, 139, 0.8);
}

.entry-header .navigation_slider a.share-activities {
    background-color: rgba(132, 221, 204, 0.8);
}

.entry-header .navigation_slider .nav span {
    overflow: hidden;
    font-size: 14px;
    max-height: 24px;
    width: 100%;
}

.entry-header .navigation_slider .nav a:hover {
    /*background: #4db2ed;*/
    color: #ffffff !important;
}

.entry-header .navigation_slider .share-object:hover {
    background-color: rgba(241, 127, 104, 1);
}

.entry-header .navigation_slider .share-service:hover {
    background-color: rgba(106, 185, 235, 1);
}

.entry-header .navigation_slider .share-space:hover {
    background-color: rgba(242, 215, 139, 1);
}

.entry-header .navigation_slider .share-activities:hover {
    background-color: rgba(132, 221, 204, 1);
}

.entry-header .search form {
    display: inline-block;
}

.navigation_slider_r .search .offer-link {
    background: #4db2ed;
    color: #ffffff;
    padding: 9px 10px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 10px;
}

.entry-header .search .search_field {
    margin-bottom: 5px;
}

.entry-header .search {
    text-align: center;
    /*background-color: rgba(0,0,0,0.6);*/
    padding: 10px 0;
    margin-bottom: 80px;
    height: 90px;
    clear: both;
    position: relative;
}

.entry-header .search .container {
    width: 705px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    /*width: 83%;*/
    text-align: left;
    /*float: right*/
}

.entry-header .search .offer-link {
    background-color: rgba(241,127,104,0.6);
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 17px;
    margin-left: 30px;
}

.entry-header .search .offer-link:hover {
    background-color: rgba(241,127,104,1);
}

.entry-header .slogan {
    color: #ffffff;
    font-size: 25px;
    text-align: left;

    width: 705px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;

    /*width: 83%;
    float: right;*/
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}

.navigation_slider_l .nav i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.slider_animated_for_mobile .nav i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.slider_animated_for_mobile .row-fluid {
    margin-top: 10px;
}

.slider_animated_for_mobile .nav a {
    padding: 20px 0;
}

.navigation_slider_l a:hover .icon-activity {
    background-image: url(/images/icon-activity-share-active.png);
    background-position: center;
}

.icon-activity {
    background-image: url(/images/icon-activity-share-active.png);
    background-position: center;
}

.icon-object-new {
    background-image: url(/images/icon-object-share-active.png);
    background-position: center;
}

.navigation_slider_l a:hover .icon-object-new {
    background-image: url(/images/icon-object-share-active.png);
    background-position: center;
}

.navigation_slider_r .slogan {
    background-image: url(/images/bg-slogan.png) ;
    background-size: cover;
    color: #fff;
    font-size: 2em;
    height: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.navigation_slider_r .slogan span {
   margin: 0 auto;
   padding: 15px 0;
   display: block;
   text-align: center;
   line-height: 50px;
}

.new-home .items {
    margin-bottom: 0;
}

.new-home .more-see-link {
    font-size: 18px;
    text-transform: lowercase;
}

.mainpage .icon-object {
    background: url(../images/icon-object.png) no-repeat center top;
}

.mainpage .icon-service {
    background: url(../images/icon-service.png) no-repeat center top;
}

.mainpage .icon-space {
    background: url(../images/icon-space.png) no-repeat center top;
}

.mainpage .icon-activities {
    background: url(../images/icon-activities.png) no-repeat center top;
}


@media (max-width: 1052px) {
   /*.entry-header .slogan {
        width: 90%;
    }
    .entry-header .search .container {
        width: 90%;
    }*/
}

@media (max-width: 930px) {
    .entry-header .links {
        width: 50%;
        padding: 10px 0px;
    }

    .entry-header .action {
        width: auto;
    }

    .entry-header .action .top {
        /*width: 55%;*/
    }

    #top_header_main .sc-column.one-fourth.ui-widget {
        width: 35%;
    }

    .navigation_slider_r .slogan span {
        font-size: 21px;
    }

    .category-subcategories h2 {
       display: block;
    }
}

@media (max-width: 800px) {

    .mainpage .item-stock {
        text-align: left; 
    }
    .profile-details .user-name {
        height:30px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 15px;
    }
   /* .entry-header .search .container {
        width: 80%;
    }

    .entry-header .slogan {
        width: 80%;
    }*/
}

@media (max-width: 775px) {

    .navigation_slider_r .slogan span {
        font-size: 18px;
    }

    .entry-header .navigation_slider_l {
        width: 40%;
    }

    .entry-header .slogan {
        font-size: 23px;
    }

}

@media (max-width: 650px) {
    .entry-header .logo {
        width: 100%;
        display: block;
        float: none;
        /* margin: 0 auto; */
        text-align: center;
    }

    .entry-header .search input.location {
        width: 120px;
    }

    .entry-header .search .container {
        width: 97%;
        box-sizing: border-box;
    }

    .entry-header .slogan {
        width: 97%;
        box-sizing: border-box;
    }

    .entry-header .slogan {
        font-size: 20px;
    }

    .entry-header .navigation_slider_l {
        width: 50%;
    }

    .navigation_slider_r {
        display: none;
    }

    #header_slider .navigation_slider .navigation_slider_l {
        width: 100%;
    }

    #header_slider .navigation_slider .row-fluid {
        width: 49%;
        margin-right: 1%;
        float: left;
    }

    #header_slider .navigation_slider .nav span {
        font-size: 20px;
    }

    #header_slider .navigation_slider .nav a {
        padding: 15px 0;
    }

    .entry-header .logo img {
        width: 70%;
    }

    .entry-header .details {
        width: 100%;
        float: none;
    }

    #top_header_main .sc-column.one-fourth.ui-widget {
       width: 90%;
       text-align: center;
    }

    .entry-header .links {
       width: 90%;
       font-size: 20px;
       text-align: center;
    }

    .entry-header .links ul {
        display: inline-block;
    }

    .entry-header .links li {
        margin-bottom: 10px;
        text-align: left;
    }

    .entry-header .action {
        font-size: 20px;
        width: 100%;
    }

    #top_header_main .action {
        position: relative;
    }

    #top_header_main .notification-list {
        top: 81%;
    }

    span.current_lang {
        font-size: 20px;
    }

    .social-icons a {
        font-size: 25px;
    }

    .entry-header .search .navigation_slider_r {
        width: 80%;
    }

    .entry-header .search .search_field {
        width: 100%;
    }

    .entry-header .search .offer-link {
        margin-left: 15px;
        display: inline-block;
    }

    .android-link {
        float: none;
    }

    .entry-header .action .top {
       width: 100%;
    }

    .footer-navigation {
        width: 80%;
    }

    .footer-menu li a,
    .footer-navigation a {
        font-size: 16px;
    }

    .entry-header .menu-bottom {
        text-align: center;
    }

    #HelpIndexForm input[type="submit"] {
        width: 100px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media (max-width: 525px) {
    .entry-header .search input.location {
        width: 120px;
    }

    .post .description {
        max-height: 100%;
    }

    .post .content {
        width: 90%;
    }

    .post .top {
        height: auto;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media (max-width: 500px) {

    /*.entry-header .slogan {
        font-size: 18px;
    }*/

    .entry-header .navigation_slider_l {
        width: 60%;
    }

    .items.objects-list .transitions-count {
        width: 170px;
    }

    .footer-menu {
        margin-left: 10px;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .entry-header .search {
        height: 150px;
    }

}

@media (max-width: 460px) {

    .entry-header {
        background-position: center;
    }

    .entry-header .search {
        height: auto;
        display: inline-block;
    }

    .entry-header .search input.location {
        /*width: 32%;*/
        width: 73%;
        box-sizing: border-box;
    }

    .entry-header .search input.keyword {
        margin-left: 0;
        width: 90%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .entry-header .navigation_slider_l {
        width: 100%;
    }

    .entry-header ul.header-menu li a {
        padding: 4px 7px 4px;
    }

    .android-link {
        margin-right: 0;
    }

    .entry-header .search .offer-link {
        margin-left: 30%;
    }

    .footer-site-generator .footer-menu .social-icons i {
        width: 28px;
    }
       .pro_detial_lside .r_side{width: 20px;}

}

.menu-container .social-icons a {
    float: left;
}

.footer-site-generator .social-icons a {
    float: left;
    color: #F4E8E8;
}

.menu-container i,
.footer-site-generator .social-icons i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.icon-facebook-link {
    background-image: url(/images/icon-facebook.png);
    background-position: center;
}

.icon-twitter-link {
    background-image: url(/images/icon-twitter.png);
    background-position: center;
}

.icon-linkedin-link {
    background-image: url(/images/icon-linkedin.png);
    background-position: center;
}

.icon-google-link {
    background-image: url(/images/icon-google.png);
    background-position: center;
}

.partners {
    text-align: center;
    margin-bottom: 20px;
}

.partners .partner {
    text-align: center;
    display: inline-block;
    padding: 25px 20px;
    border-bottom: 2px solid #808080;
    margin-right: 15px;
}

.partners .partner img {
    height: 75px;
    width: auto;
}

/*user edit avatar*/
 a.close-flash{
     position: absolute;
     right: 10px;
     top: 10px;
     font-size: 21px;
     font-weight: bold;
     line-height: 1;
     color: #000000;
     text-shadow: 0 1px 0 #ffffff;
     opacity: 0.2;
     cursor: pointer;
     /* font-family: inherit; */
     font-family: 'PT Sans', sans-serif;
 }
 #user-avatar-popup .buttons{
    text-align: center;
    padding-top: 5px;

}

.upload-attachments-container{

}
.upload-left{
    display: inline-block;
    width: 18%;
}
.upload-right{
    display: inline-block;
    width: 80%;
}
.upload-add-btn{
    font-size: 14px;
    padding: 10px 20px;
    background: #ff9c00;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    border-bottom: 3px solid #b36d00;
    display: table-cell;
    cursor: pointer;
}
.uploads-list{

}
.uploads-list:after{
    content: "";
    display: table;
}
.uploads-list-item{
    position:relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
li.item-disabled{
    display:none;
}
ul li.uploads-list-item{
    padding-bottom:0;
}
.uploads-list-item img{
    max-width: none;
    max-height: none;
    position: relative;
    top:0;
    left:0;
}
.uploads-list-item img.preview-100{
    width: 100%;
}
.upload-item-cover{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index:10;
}
.upload-item-cover a, .upload-item-cover a:hover{
    color: #ffffff;
}
.upload-item-cover .fa{
    transform: scale(1.5,1.5);
}
.upload-item-preview{
    display: inline-block;
}
.upload-item-delete{
    display: inline-block;
    margin: 27px 7px 0px 24px;
}
#crop-image-popup img{
    max-width: 100%;
}
#crop-image-popup .upload-action-btn{
    font-size: 14px;
    padding: 5px 15px;
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
    color: #ffffff;
    border-radius: 8px;
    display: table-cell;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    margin-top:15px;
}
#preview-attachment-popup img{
    max-width: 100%;
    text-align: center;
}
.active-list-elem img{
    border: 2px solid green;
    box-sizing: border-box;
}
.list-item-default{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
    border: 2px solid black;
    box-sizing: border-box;
    z-index:8;
}
.list-item-default a{
    float: right;
    color: black;
    border-left: 2px solid green;
    border-bottom: 2px solid green;
    width: 24px;
    text-align: center;
}

#group-image-popup img{
    max-width: 100%;
}
.group-image-actions{
    text-align: center;
    padding-top: 10px;
}

/*--- search no item ---*/

.search-no-items-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.search-no-items-wrapper p {
    font-size: 20px;
}
.search-no-items-wrapper strong {
    display: block;
    margin: 20px;
    font-size: 20px;
}

.search-no-items__images img {
    display: inline-block;
    width: 150px;
    vertical-align: bottom;
}
.search-no-items__images img:first-of-type {
    margin-right: 150px;
}

.search-no-items__links a {
    display: inline-block;
    width: 200px;
    height: 45px;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
}
.search-no-items__links a:first-of-type {
    background-color: #439BD5;
    margin-right: 80px;
}
.search-no-items__links a:last-of-type {
    background-color: #FE7730;
    line-height: 45px;
}

@media screen and (max-width: 640px) {
    .search-no-items__images img:first-of-type {
        margin-right: 50px;
    }
    .search-no-items__links a:first-of-type {
        margin-right: 30px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

@media screen and (max-width: 640px) {
    .search-no-items__images img {
        width: 100px;
    }
    .search-no-items__links {
        width: 200px;
        margin: 30px auto 0;
    }
    .search-no-items__links a {
        margin-bottom: 20px;
    }
    .search-no-items__links a:first-of-type {
        margin-right: 0px;
    }
       .pro_detial_lside .r_side{width: 20px;}
}

.user-cmnt-blck img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user-cmnt-blck .reqrsfirstdiv a {
    vertical-align: top;
}

.quick_book_popup_tabs {
    list-style-type: none;
    margin-bottom: 20px;
}

.quick_book_popup_tabs li {
    display: inline-block;
}

.quick_book_popup_tabs a {
    display: block;
    background-color: #ffffff;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #4DB1EB;
}

.allowed_tab:hover {
    background-color: #4DB1EB;
    color: #ffffff;
}

a.active_tab {
    background-color: #4DB1EB;
    color: #ffffff;
}

a.disable_tab {
    display: none;
}

.deal_type_wrap {
    margin: 0 0 20px 50px;
    width: 80%;
}

.deal_type_trigger {
    box-sizing: border-box;
    padding-left: 10px;
    color: #ffffff;
    background-color: #4db1eb;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.arrow-bottom {
    float: right;
    width: 20px;
    height: 20px;
    background: #00aa00;
    margin: 2px 3px;
    background: url(/img/arrow_bottom.png) no-repeat;
    background-size: contain;
}

.deal_type_checkboxes {
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #DCF1F0;
    padding: 5px 0 0 5px;
}

.exchange_place {
    width: 100%;
}

.exchange-listing {
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.give_away_place {
    width: 490px;
    height: 250px;
    text-align: center;
}

.ask_for_give_away {
    background: #4db2ed;
    border-bottom: 2px solid #3594cb;
    color: #ffffff;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
}

.exchange-list-item {
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 10px 0 10px;
    padding: 15px;
}

.e-col {
    width: 33%;
    float: left;
    box-sizing: border-box;
    height: 100%;
}

.e-col-1 {
    background: url(/img/exchange_icon.png) no-repeat 90% 40%;
}

.e-col-2 {
    border-left: 1px solid #4db2ed;
    padding-left: 15px;
}

.obj-image {
    width: 150px;
    height: 150px;
}

.obj-title {
    font-size: 15pt;
}

.deal-status {
    width: 50%;
    height: 65%;
    float: left;
}

.offered-by {
    width: 50%;
    height: 65%;
    text-align: right;
    float: left;
}

.get-phone-number {
    height: 15%;
    display: inline-block;
    color: #6dcff6;
}

.get-phone-number:hover {
    color: #00AEEF;
    cursor: pointer;
    transition: 500ms;
}

.buttons {
    width: 100%;
    height: 20%;
    clear: both;
}

.user-small-image {
    width: 70px;
    height: 70px;
}

.popup-message-ok-wrap {
    position: fixed;
    z-index: 100;
    left: 40%;
    top: 40%;
    width: 300px;
    height: 150px;
    color: #468847;
    background: #dff0d8;
    border-radius: 5px;
    border: 1px solid #d6e9c6;
    display: none;
}

.popup-message-container {
    box-sizing: border-box;
    text-align: center;
    padding: 30px 15px 0 15px;
    width: 100%;
    height: 75%;
}

.popup-message-button-container {
    width: 100%;
    height: 25%;
    box-sizing: border-box;
    padding-left: 40%;
}

.popup-message-button {
    width: 50px;
    height: 30px;
}

.bv-exchange-list-item {
    width: 500px;
    margin-bottom: 10px;
    background: #E4EEEF;
}

.bv-exchange-content-wrap {
    width: 100%;
}

.bv-exchange-img {
    float: left;
    width: 130px;
    height: 130px;
}

.bv-info {
    float:left;
}

.bv-title {
    width: 370px;
    height: 30px;
    font-size: 15pt;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.bv-desc {
    width: 370px;
    height: 65px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.bv-buttons {
    width: 370px;
    height: 35px;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: right;
}

.bv-exchange-date-picker {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px;
}

.type-icons {
    width: 56%;
    float: left;
    height: 30px;
    margin-bottom: 5px;
}

.type-icon {
    width: 17px;
    float: left;
    height: 17px;
    margin-right: 10px;
}

.rent-icon {
    background: url(/img/icon-pack.png) no-repeat;
}

.exchange-icon {
    background: url(/img/icon-pack.png) no-repeat -23px 0;
}

.give-away-icon {
    background: url(/img/icon-pack.png) no-repeat -42px 0;
}

 .sub_des_right_side #event_organization input.place {
     width: 200px;
 }

 #product_create #event_timings_return .repeat_list ul li {
     color: #3594cb;
     display: inline-block;
     margin-right: 8px;
     position: relative;
     text-align: center;
     width: 49px;
 }


  .repeat_list ul li {
     color: #3594cb;
     display: inline-block;
     margin-right: 8px;
     position: relative;
     text-align: center;
     width: 49px;
 }

 .marker-label{
     font-size: 70%;
     font-family: 'PT Sans', sans-serif;
     text-align: center;
     color: #ffffff;
 }
 a.view_link {
    /* z-index: 999; */
    position: absolute;
    top: 73%;
    left:355px;
    background-color: #f9f000;
    display: block;
    width: 98px;
    text-align: center;
    padding: 3px 0;
    color: #000 !important;
    font-size: 20px;
    height: 25px;
}

#dialog1{
	overflow-y:hidden;
}
