/*------------------------------------------------------------------
1. Fonts
2. Theme Layout
3. Chosen, a Select Box Enhancer for jQuery and Prototype
4. Header
5. Header Menus
6. Main Featured Area
7. Theme btn
8. Filter Radius
9. Notification List
11. Header Account
12. Heading
13. Country Section
14. Simple text Block
15. Popular Listing
16. Slider
17. Arrows
18. Reviews Sec
19. Blog Sec
20. Subscribe Bar
21. Widget
22. Links Widget
23. Custom Tooltip
24. How it works
25. Client Sec
26. Listing Circle
27. Price table
28. Featured Listings
29. Search Wide
30. Explore Box
31. App Download Sec
32. Breadcrumbs
33. Lisitng Search
34. Side Result
35. Sidebar Widgets
36. Style Star Rating Widget
37. All Listing Details
38. Add Listing Sec
39. Add Hours
40. Code
41. Pagination
42. Heading 2
43. Quick Office Contact
44. Coming Soon Sec
45. Gallery Sec
46. Followers Filter
47. Form Profile Update
48. Menu Action
49. Cross Browser Compatibility
-------------------------------------------------------------------*/

/*=============== Fonts ===================*/
@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,800,800i|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,800,900|Roboto:300,300i,400,400i,500,500i,700');
/*=============== General Styling ===================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1.2}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
html{overflow-x:hidden}
body{
    color:#555555;
    letter-spacing:0;
    font-family:'Poppins', sans-serif;;
    overflow-x:hidden;
    position:relative;
    letter-spacing:0.25px;
}
body *{outline:none!important}
h1, h2, h3, h4, h5, h6{
    margin-bottom:20px;
    font-family:'Poppins', serif;
}
h1{font-size:36px}
h2{font-size:32px}
h3{font-size:28px}
h4{font-size:24px}
h5{font-size:20px}
h6{font-size:16px}
p{
    color:#666666;
    font-size:16px;
    margin-bottom:30px;
    line-height:29px;
}
a, a:hover, a:focus {
    color: inherit;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
input:hover,input:focus{outline:none}
.hide-left .container {
    position: relative;
}
.hide-left .container::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 1380px;
    position: absolute;
    right: 100%;
    top: -300px;
    width: 100%;
}
.hide-right .container::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 1380px;
    position: absolute;
    left: 100%;
    top: -300px;
    width: 100%;
}
.hide-right .container {
    position: relative;
}
.block.hide-right, .block.hide-left {
    overflow: hidden;
}

/* Theme Layout */
.theme-layout{
    float:left;
    overflow:hidden;
    position:relative;
    width:100%;
}
.theme-layout.boxed{
    float:none;
    margin:0 auto;
    width:1280px;
    background:#FFF;
    z-index:1;
    -webkit-box-shadow:0 0 10px #000;
    -moz-box-shadow:0 0 10px #000;
    -ms-box-shadow:0 0 10px #000;
    -o-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}
body.bg {
    background-image: url("../images/parallax4.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block.double-gap-top {
    padding-top: 240px;
}
.block.double-gap-bottom {
    padding-bottom: 240px;
}
.block.less-top {
    padding-top: 30px;
}
.block.less-bottom {
    padding-bottom: 30px;
}
.row.no-gape{
  margin: 0;
}
.row.no-gape > div{
  padding: 0;
}
.block{
    float:left;
    width:100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position:relative;
}
.block .container{padding:0}
.container{padding:0}
.block.remove-top{padding-top:0}
.block.no-padding{
    padding-top:0;
    padding-bottom:0;
}
.block.dark{background:#2d2d2d}
.block.gray{background:#f7f7f7}
.block.remove-bottom{padding-bottom:0}
.parallax,.fixed-bg{
    background-size:cover!important;
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.parallax.no-parallax {
    background-attachment: scroll !important;
    background-position: inherit !important;
}
.layer:before{
    content:"";
    height:100%;
    opacity:0.95;
    z-index:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
ul {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
ul li{
    color:#1e1e1e;
    margin-bottom: 15px;
    position: relative;
}
iframe{
    width:100%;
    border:0;
}
i{font-style:italic}
img{float:left;height:auto}
:-webkit-input-placeholder{opacity:1}
:-moz-placeholder{opacity:1}
:-ms-input-placeholder{opacity:1}
input[type="text"],
input[type="password"],
input[type="email"], textarea {
    background: #e4e4e4 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 19px 28px;
    width: 100%;
}
textarea{
    max-width:100%;
    min-height:200px;
    padding: 19px 28px;
}
strong{font-weight:800}
button{
    float:right;
    font-size:18px;
    padding:8px 30px;
    color:#FFF;
    
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;

    background:black;
    border:0;
    letter-spacing:1px;
}


.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
*/

.link-bars{
    background: #f6b30e none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 30px 0;
    width: 100%;
}
.link-bars a{
color: white;
    float: left;
    font-family: Roboto;
    font-size: 18px;
    margin-right: 40px;
}

















/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  background-color: #fff;
  background-clip: padding-box;

  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;

}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;

  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;

  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -ms-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/* Header */
header.simple-header {
    position: relative;
    z-index: 1;
}
header.simple-header .logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: auto;
}
header.simple-header .logo a {
    float: left;
    width: auto;
}
header.simple-header .logo a img {
    float: left;
    margin-left: 50px;
    padding: 32px 0;
    width: 120px;
}
.header-menus .quick-btn-headers::before {
    display: none;
}
.header-menus .quick-btn-headers {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    margin: 10px 0;
    padding: 0;
}
.simple-header .header-menus nav > ul > li > a {
    color: #333333;
}
.simple-header .header-menus nav > ul > li.menu-item-has-children > a::before {
    color: #333333;
}
.simple-header .header-menus {
    margin-right: 60px;
    padding: 0;
}
header.simple-header .header-menus nav > ul > li {
    padding: 39px 0;
}
header.simple-header .header-menus .quick-btn-headers {
    margin: 18px 0;
}
header.simple-header .add-listing {
    margin-top: 24px;
}
header {
    float: left;
    width: 100%;
}
header.on-section {
    display: table;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.logo {
    float: left;
    text-align: center;
    width: 240px;
}
.logo a {
    float: left;
    width: 100%;
}
.logo a img {
    float: left;
    padding: 49px 65px 45px 47px;
    width: 150%;
}
.quick-btn-headers {
    background: #fff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

    float: left;
    margin: 32px 0 0 -20px;
    padding: 0 29px;
    position: relative;
}
.quick-btn-headers > li {
    float: left;
    margin: 0;
    padding: 0;
}
.quick-btn-headers > li span {
    color: #7a7a7a;
    cursor: pointer;
    float: left;
    font-size: 23px;
    padding: 16px 9px;
    position: relative;
}
.quick-btn-headers > li span strong {
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;

    color: #232323;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    padding: 3px 7px;
    position: absolute;
    right: -5px;
    top: 6px;
}
.quick-btn-headers::before {
    border-left: 20px solid transparent;
    border-top: 15px solid #cacaca;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
}

/* Header Menus */
.header-menus {
    float: right;
    padding: 25px 50px 25px 0;
}
.header-menus nav {
    float: left;
}
.header-menus nav > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.header-menus nav > ul > li {
    float: left;
    margin: 0;
    padding: 30px 0;
    position: relative;
}
.header-menus nav > ul > li > a {
    color: #ffffff;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    margin: 0 8px;
    padding: 0 22px;
    position: relative;
}
.header-menus nav > ul > li.menu-item-has-children > ul {
    left: 50%;
    margin: 0 0 0 -90px;
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;

}
.header-menus nav > ul > li.menu-item-has-children > ul::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 7px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 20px;
}
.header-menus nav > ul > li.menu-item-has-children > ul > li {
    float: left;
    margin: 0;
    width: 100%;
}
.header-menus nav > ul > li.menu-item-has-children > ul > li > a {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px dashed #d7dbdb;
    color: #535353;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
}
.header-menus nav > ul > li.menu-item-has-children > ul > li:last-child > a {
    border: medium none;
}
.header-menus nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header-menus nav > ul > li.menu-item-has-children > ul > li:first-child > a {
    
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

}
.header-menus nav > ul > li.menu-item-has-children > ul > li:last-child > a {
    
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;

}
.header-menus nav > ul > li.menu-item-has-children > a::before {
    color: #ffffff;
    content: "\f110";
    font-family: lineawesome;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 3px;
}
header.simple-header .add-listing:hover {
    background: #333333 none repeat scroll 0 0;
    border-color: #333333;
    color: #ffffff;
}
.add-listing {
    border: 2px solid;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    float: right;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 15px 30px;
    padding: 12px 20px;
}
.add-listing i {
    margin-right: 7px;
}

/* Main Featured Area */
.main-featured-text {
    float: left;
    margin: 96px 0;
    width: 100%;
	color: #e26003;
}
.main-featured-text > span {
    color: #b4b4b4;
    float: left;
    font-family: Poppins;
    font-size: 20px;
    letter-spacing: 0.5px;
    width: 100%;
}
.main-featured-text h2 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 20px 0 35px;
    width: 100%;
}

/* Theme Btn */
.theme-btn {
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    color: #1a1a1a;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 24px;
}
button.theme-btn {
    padding-bottom: 11px;
    padding-top: 12px;
}
.theme-btn.dark {
    background: #555555 none repeat scroll 0 0;
    color: #ffffff;
}
.main-featured-text a.theme-btn {
    margin-right: 30px;
}


.services-boxy {
    float: left;
    margin-top: 40px;
    padding-right: 64px;
    width: 100%;
}
.services-boxy  ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.services-boxy ul > li {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 121px;
    z-index: 0;
}
.services-boxy ul > li a{
    float: left;
    padding: 25px 0;
    width: 100%;
}

.services-boxy ul > li img {
    display: inline-block;
    float: none;
    opacity: 0.7;
    width: 35px;
}
.services-boxy ul > li  span {
    color: #000000;
    float: left;
    font-family: poppins;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 8px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}
.services-boxy  ul > li > span > i {
    float: left;
    font-size: 26px !important;
    margin-bottom: 8px;
    width: 100%;
}
.services-boxy > .mCSB_container {
    margin-bottom: 40px !important;
}
.social-buttons {
    float: left;
    list-style: outside none none;
    margin: 70px 0 0;
    padding: 0;
    width: 100%;
}
.services-boxy  ul > li:hover > a > i, .services-boxy ul > li:hover > a {
    color: #fff;
}
.services-boxy .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.services-boxy .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(78, 74, 74, 0.54);
    height: 4px;
    width: 100%;
}
.services-boxy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ebebeb;
    height: 4px !important;
}
.featured-area {
    float: left;
    margin: 150px 0 0;
    width: 100%;
}
.search-form {
    background: rgba(8, 9, 12, 0.86) none repeat scroll 0 0;
    float: right;
    padding: 50px 40px;
    width: 445px;
}
.search-title {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.search-form form {
    float: left;
    width: 100%;
}
.search-form form .fields {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.search-form form .fields i {
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 18px;
}
.search-form form .fields input {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    height: 58px;
    margin: 0;
    padding: 0 20px 0 67px;
    width: 100%;
}
.search-title h3 {
    color: #ffffff;
    float: left;
    font-size: 20px;
    margin: 0;
    width: 100%;
}
.categories-form {
    float: left;
    margin-top: 30px;
}
.categories-form > span {
    color: #d5d5d5;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    margin-bottom: 16px;
    width: 100%;
}
.categories-form > p {
    float: left;
    margin: 0 20px 15px 0;
}
.search-title > p {
    color: #bfbfbf;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
    width: 100%;
}
.styled-checkbox {
    margin: 0;
    opacity: 0;
    position: absolute;
}
.styled-checkbox + label {
    color: #989898;
    cursor: pointer;
    float: left;
    font-family: poppins;
    font-size: 14px;
    line-height: 9px;
    padding: 0;
    position: relative;
}
.search-form form button {
    cursor: pointer;
    float: left;
    margin-top: 40px;
}
.styled-checkbox + label::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: text-top;
    width: 18px;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:checked + label::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;

  background: #ddd;
}
.styled-checkbox:checked + label::after {
    background: white none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 4px;
    position: absolute;
    top: 6px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    width: 10px;
}
.styled-checkbox:checked + label {
    color: #b2b2b2;
}


.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.prixmin {
  color: #adadad;
  float: left;
  font-family: Roboto;
  font-size: 12px;
  margin-top: 5px;
}
.prixmax{
  color: #adadad;
  float: right;
  font-family: Roboto;
  font-size: 12px;
  margin-top: 5px;
}
.selecteurprix {
    float: left;
    width: 100%;
}
.valeurprix {
    position: absolute;
    right: 0;
    top: -20px;
}
.range-slider {
    float: left;
    position: relative;
    width: 100%;
}
.range-slider .input-range {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    height: 5px;
    margin: 0;
    outline: medium none;
    width: 100%;
}
.range-slider .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f5af02;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider .input-range::-webkit-slider-thumb:hover {
  background: #f5af02;
}
.range-slider .input-range:active::-webkit-slider-thumb {
  background: #f5af02;
}
.range-slider .input-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  background: #f5af02;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider .input-range::-moz-range-thumb:hover {
  background: #f5af02;
}
.range-slider .input-range:active::-moz-range-thumb {
  background: #f5af02;
}
.range-slider .range-value {
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #8c8c8c;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    position: relative;
    text-align: center;
    width: auto;
}
::-moz-range-track {
  background: rgba(255,255,255,0.3);
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}

/* Filter Radius */
.filter-radius {
    display: table;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.filter-radius > span {
    color: #d5d5d5;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    margin-bottom: 16px;
    width: 100%;
}
.filter-radius > p {
    float: left;
    margin: 0;
}
.radius-range-slider {
    display: table;
    width: 100%;
}
.radius-range-slider > p {
    display: table-cell;
    margin: 0;
    width: 25%;
}
.radius-range-slider .selecteurprix {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

/* Notification Lists */
.notification-sec {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #e1e1e1;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    left: -19px;
    margin-top: 20px;
    padding: 30px;
    position: absolute;
    top: 100%;
    width: 380px;
    display: none;
}
.notification-sec > ul {
    float: left;
    height: 330px;
    margin: 0;
}
.notification-sec > h3 {
    color: #8f8f8f;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    width: 100%;
}
.notification-sec > ul li {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.notification-sec::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 21px;
    position: absolute;
    top: -8px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 20px;
}
.notification-list {
    display: table;
    float: left;
    width: 100%;
}
.notification-list > a {
    background: #222222 none repeat scroll 0 0;
    float: left;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 45px;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.notification-list > a img {
    float: left;
    width: 100%;
}
.notification-list > a i {
    font-size: 20px;
    left: 0;
    line-height: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.notification-list > a:hover img {
    opacity: 0.2;
}
.notification-list > a:hover i {
    color: #ffffff;
    opacity: 1;
}
.notification-info {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}
.notification-info > h3 {
    color: #1f1f1f;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
}
.notification-info > p {
    color: #8f8f8f;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0 0;
    width: 100%;
}

/* Search */
.header-search-form {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #e1e1e1;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    display: none;
    left: -19px;
    margin-top: 20px;
    padding: 16px 30px;
    position: absolute;
    top: 100%;
    width: 400px;
}
.header-search-form::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 21px;
    position: absolute;
    top: -8px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 20px;
}
.header-search-form > form {
    float: left;
    width: 100%;
}
.header-search-form > form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555555;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.header-search-form form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c6c6c6;
    margin-right: 6px;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 15px;
}

/* Header Account */
.choose-for-account {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #e1e1e1;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    display: none;
    left: -19px;
    margin-top: 20px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 240px;
}
.choose-for-account::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 21px;
    position: absolute;
    top: -8px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 20px;
}
.quick-btn-headers > li .choose-for-account span {
    background: #f0f0f0 none repeat scroll 0 0;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin: 0 2px;
    padding: 6px 23px;
}
.account-popup .logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.account-popup .logo img {
    padding: 0 60px;
}
.account-popup > p a {
    color: #ffffff;
}
.popup-sec {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9855;
}
.account-popup::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.account-popup {
    background-image: url("http://placehold.it/480x778");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    margin-left: -240px;
    margin-top: 50px;
    opacity: 0;
    padding: 90px;
    position: absolute;
    text-align: center;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    visibility: hidden;
    width: 480px;
    z-index: 0;
}
.account-popup .logo {
    display: inline-block;
    float: none;
    
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
.account-popup > p {
    color: #aaaaaa;
    float: left;
    font-size: 15px;
    margin: 50px 0 0;
    width: 100%;
}
.account-popup > form {
    float: left;
    width: 100%;
}
.account-popup > h4 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin: 46px 0 31px;
    width: 100%;
}
.account-popup input[type="email"], 
.account-popup input[type="text"], 
.account-popup input[type="password"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e5e5;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 17px 30px;
    text-align: center;
    width: 100%;
}
.account-popup input[type="submit"] {
    border: medium none;
    color: #232323;
    cursor: pointer;
    font-family: poppins;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11px 29px;
}
.find-us-on {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.find-us-on h4 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px;
    width: 100%;
}
.social-btns {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.social-btns > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.social-btns > li a {
    float: left;
}
.social-btns a i {
    color: #ffffff;
    float: left;
    height: 37px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
.find-us-on > p {
    color: #818181;
    float: left;
    font-size: 13px;
    line-height: 19px;
    margin: 17px 0 0;
    width: 100%;
}
.close-account {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 37px;
    line-height: 31px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 37px;
}
.popup-sec.active {
    opacity: 1;
    visibility: visible;
}
.login-account.active {
    opacity: 1;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    visibility: visible;
}
.register-account.active {
    opacity: 1;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    visibility: visible;
}
html.stop-scroll {
    overflow: hidden;
}
.account-popup form label {
    color: #aaaaaa;
    display: inline-block;
    float: none;
    font-family: Roboto;
    font-size: 15px;
    margin: 20px 0;
    padding: 0 8px;
}
.account-popup form label input[type="checkbox"] {
    margin-right: 10px;
}

/* Heading */
.heading {
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
        margin-top: 30px;
}
.heading > h2 {
    color: #000000;
    float: left;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
}
.heading > p {
    color: #606060;
    float: left;
    font-family: Nunito;
    font-size: 16px;
    margin: 13px 0 0 25%;
    padding: 0 80px 20px;
    position: relative;
    width: 50%;
}
.dots-heading {
    display: inline-block;
    float: none;
    height: 5px;
    position: relative;
    text-align: center;
    width: 100%;
}
.dots-heading::before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    content: "";
    height: 6px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 6px;
}
.dots-heading::after {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    content: "";
    height: 6px;
    right: 50%;
    margin-right: -12px;
    position: absolute;
    width: 6px;
}
.dots-heading > i {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;

    display: inline-block;
    float: none;
    height: 10px;
    position: relative;
    top: -7px;
    width: 10px;
}

/* Country Sec */
.countries-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.country {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.country:before{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.country-title {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    color:white;
    font-size:24px;
}
.country-title > h3 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    margin: 0;
    width: 100%;
}
.landmarks-count {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    color: #010101;
    display: inline-block;
    float: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 11px;
    margin-top: 14px;
    padding: 8px 22px 6px;
    text-transform: uppercase;
}
.country > img {
    float: left;
    width: 100%;
}
.total-reviews {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.total-reviews > span {
    color: #cecece;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    width: 100%;
}
.total-reviews > span b {
    display: inline-block;
    margin: 0 -1px;
}
.total-reviews > span b:last-child {
    margin-right: 10px;
}

/* Simple text Block */
.simple-text-block {
    float: right;
    text-align: right;
    width: 100%;
}
.simple-text-block > h3 {
    color: #ababab;
    display: inline;
    font-family: Poppins;
    font-size: 22px;
    line-height: 45px;
    margin: 0;
}
.simple-text-block > h3 span{
    color: #ffffff;
}
.simple-text-block a.theme-btn {
    float: right;
    margin-left: 50px;
}
.simple-text-block {
    float: right;
    padding: 50px 0;
    text-align: right;
    width: 100%;
}

/* Popular Listing */
.popular-listings-slides {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-slide .popular-listing {
    opacity: 0.2;
}
.popular-listing {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}
.slick-slide .popular-listing:before{
    height: 0px;
    opacity: 0;
}
.popular-listing:before{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

    content: "";
    opacity: 1;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.pl-title-sec > a:hover {
    background: #ffffff none repeat scroll 0 0;
}
.slick-slide.slick-active.slick-center .popular-listing::before {
    height: 100%;
    opacity: 1;
}
.slick-slide .listing-features {
    opacity: 0;
}
.listing-features {
    left: 0;
    opacity: 1;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.save-preview {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.save-preview > li {
    float: left;
    margin: 0 3px 3px 0;
}
.save-preview > li span {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 11px;
}
.save-preview > li span:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}
.save-preview > li span i {
    margin-right: 3px;
}
.ad-cat {
    float: left;
    width: 100%;
}
.ad-cat span, .ad-cat a {
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 12px;
    margin-right: 4px;
    padding: 5px 8px 3px;
}
.ad-cat span:hover, .ad-cat a:hover {
    background: #ffffff none repeat scroll 0 0;
}
.listing-result > a {
    background: #eeeeee none repeat scroll 0 0;
    color: #a0a0a0;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    margin-top: 50px;
    padding: 15px 30px;
    position: relative;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.listing-result > a i {
    margin-right: 10px;
}
.popular-listing:hover img {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
.popular-listing > img {
    float: left;
    width: 100%;
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);


}
.slick-slide .pl-title-sec {
    opacity: 0;
}
.pl-title-sec {
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 0 30px 50px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.pl-title-sec > a {
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 15px;
}
.city-name{
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}
.pl-title-sec > span {
    color: #c2c2c2;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    width: 100%;
}
.pl-title-sec > span i {
    margin-right: 6px;
}
.slick-slide.slick-active.slick-center .popular-listing {
    opacity: 1;
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    z-index: 1;
}
.popular-listings-slides li.slick-slide {
    margin: 31px 0;
}
.slick-slide.slick-active.slick-center .listing-features {
    opacity: 1;
}
.slick-slide.slick-active.slick-center .pl-title-sec {
    opacity: 1;
}
.popular-listings-slides .slick-next {
    background: rgba(42, 42, 42, 0.45) none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    bottom: 0;
    color: #ffffff;
    height: 91px;
    line-height: 44px;
    margin-bottom: -41px;
    margin-right: -280px;
    margin-top: 0;
    right: 50%;
    width: 29px;
}
.popular-listings-slides .slick-prev {
    background: rgba(42, 42, 42, 0.45) none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    bottom: 0;
    color: #ffffff;
    height: 91px;
    line-height: 44px;
    margin-bottom: -41px;
    margin-left: -280px;
    margin-top: 0;
    left: 50%;
    width: 29px;
}
.popular-listings-slides .slick-next::before, .popular-listings-slides .slick-prev::before {
    color: #ffffff;
}


/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Reviews Sec */
.reviews-sec {
    float: left;
    width: 100%;
}
.reviews-lists {
    float: left;
    margin: 0;
    width: 100%;
}
.reviews {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 22px 0 38px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 22px 0 38px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 22px 0 38px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 22px 0 38px rgba(0, 0, 0, 0.04);
    box-shadow: 22px 0 38px rgba(0, 0, 0, 0.04);

    float: left;

    position: relative;
    text-align: center;
    width: 100%;
}
/*
.reviews::before {
    color: #dcdcdc;
    content: "\f2ce";
    font-family: lineawesome;
    font-size: 86px;
    position: absolute;
    right: 50px;
    top: -50px;
}
*/
.reviews-title > img {
    border: 12px solid #ffffff;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    display: inline-block;
    float: none;
}
.reviews-title > h3 {
    color: #1f1f1f;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 0;
    width: 100%;
}
.reviews-title {
    display: inline-block;
    float: none;
    margin-top: -55px;
}
.reviews-title > span {
    float: left;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    width: 100%;
}
.reviews > p {
    color: #868686;
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin: 24px 0 0;
    padding: 0 110px;
    width: 100%;
}
.reviews .total-reviews span {
    color: #616161;
}

/* Blog Sec */
.blog-sec {
    float: left;
    width: 100%;
    margin-top: -50px;
}
.blog-post {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.blog-thumb {
    float: left;
    position: relative;
    width: 100%;
}
.blog-thumb > a {
    background: #333333 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.blog-post:hover > .blog-thumb > a img {
    opacity: 0.6;
}
.blog-detail > h3:hover a{
    text-decoration: underline;
}
.blog-thumb > a img {
    float: left;
    width: 100%;
}
.admin-img {
    border: 9px solid #ffffff;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    bottom: -36px;
    overflow: hidden;
    position: absolute;
    right: 25px;
}
.blog-detail {
    float: left;
    padding-top: 35px;
    width: 100%;
}
.blog-detail > a {
    color: #979797;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    width: 100%;
}
.blog-detail > h3 {
    color: #131313;
    float: left;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    width: 100%;
}
.blog-detail > p {
    color: #7d7d7d;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    margin: 0;
    padding-right: 60px;
    width: 100%;
}

/* Subscribe bar */
.subscribe-bar {
    float: left;
    padding-bottom: 50px;
    padding-right: 75px;
    padding-top: 50px;
    width: 100%;
}
.subscribe-title {
    float: left;
    line-height: 57px;
}
.subscribe-title > h3 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}
.subscribe-title > span {
    color: #a7a7a7;
    display: inline-block;
    font-family: Nunito;
    font-size: 20px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 10px;
}
.subscribe-bar > form {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    float: right;
    height: 57px;
    position: relative;
    width: 395px;
}
.subscribe-bar button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    font-size: 30px;
    padding: 9px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-bar > form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    height: 57px;
    margin: 0;
    padding: 10px 40px;
    width: 100%;
}

/* Widgets */
.widget {
    float: left;
    width: 100%;
}
.about-widget {
    float: left;
    width: 100%;
}
.about-widget .logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: auto;
}
.about-widget .logo a {
    padding: 0;
}
.about-widget .logo a img {
    margin-bottom: 25px;
    padding: 0 149px 0 0;
}
.about-widget > p {
    color: #7d7d7d;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-top: 5px;
    width: 100%;
}
.about-widget > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.about-widget > ul li {
    color: #9d9d9d;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 9px;
    padding-left: 35px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}
.about-widget > ul li i {
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 6px;
}
.footer-heading {
    color: #222222;
    float: left;
    font-family: Nunito;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.footer-heading::before {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    bottom: 6px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 46px;
}

/* Link Widget */
.link-widget {
    float: left;
    width: 100%;
}
.link-widget > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.link-widget > ul li {
    float: left;
    width: 50%;
}
.link-widget > ul li a {
    color: #9d9d9d;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}
.link-widget > ul li a::before {
    content: "\f112";
    font-family: lineawesome;
    font-size: 10px;
    left: -2px;
    line-height: 14px;
    position: absolute;
    top: 0;
}
.twitter-widget {
    float: left;
    width: 100%;
}
.tweets-lists {
    float: left;
    margin: 0;
    width: 100%;
}
.tweets-lists .tweet h3 {
    color: #696969;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    line-height: 25px;
    width: 100%;
}
.tweets-lists .tweet h3 span {
    color: #333333;
}
.tweets-lists .tweet > a {
    float: left;
    font-size: 12px;
    width: 100%;
}
.follow-widget {
    float: left;
    width: 100%;
}
.follow-widget a {
    color: #545454;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 7px;
}
.follow-widget a i {
    color: #ffffff;
    float: left;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    margin-right: 15px;
    text-align: center;
    width: 27px;
}
.follow-widget a:hover i {
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

}
.follow-widget a:hover {
    color: #000000;
}
.follow-widget a.f-youtube i{
    background: #ff0000;
}
.follow-widget a.f-twitter i{
    background: #50b4ff;
}
.follow-widget a.f-flickr i{
    background: #ff0084;
}
.follow-widget a.f-behance i{
    background: #1769ff;
}
.bottom-line {
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    padding: 25px 0;
    width: 100%;
}
.about-widget > ul li:last-child {
    margin: 0;
}
.bottom-line span {
    color: #7f7f7f;
    float: left;
    font-family: Nunito;
    font-size: 13px;
}
.bottom-line ul {
    float: right;
    margin: 0;
}
.bottom-line ul li {
    float: left;
    margin: 0;
}
.bottom-line ul li a {
    color: #686868;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    padding: 0 20px;
}
#map-container, #map_div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.full-map-btn {
    background: #333333 none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    color: #d3d3d3;
    cursor: pointer;
    font-family: Poppins;
    font-size: 12px;
    left: 10px;
    padding: 14px 25px;
    position: absolute;
    top: 50px;
    z-index: 1;
}
.full-map-btn > i {
    float: left;
    font-size: 13px;
    margin-right: 7px;
}
#map_div{
    width:100%;
}
#map-container.full-map {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.full-map-btn.exitfullscreen {
    display: none;
}
#fullscreen {
    float: left;
    position: relative;
    width: 100%;
}
.wide-map{
    margin-bottom: 70px;
}

/* Custom Tooltip */
.custom-tooltip > div:nth-child(4) {
    border: medium none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;

    position: relative;
}
.custom-tooltip > div:nth-child(4) > div > div > div {
    border: medium none !important;
}
.custom-tooltip > div:nth-child(4) > div > div > div:nth-child(2) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;

}
.custom-tooltip > div:nth-child(4) > div > div > div:nth-child(3) > div {
    display: none;
}
.infowindow .popular-listing {
    opacity: 1;
}
.infowindow .popular-listing::before {
    height: 100%;
    opacity: 1;
}
.infowindow .popular-listing .listing-features {
    opacity: 1;
}
.infowindow .popular-listing .pl-title-sec {
    opacity: 1;
}
.infowindow {
    color: transparent;
}
.infowindow > span {
    bottom: -4px;
    float: left;
    position: relative;
}
.gm-style .gm-style-iw {
    width: 270px !important;
}
.infowindow .popular-listing {
    margin-bottom: -12px;
    margin-right: 0;
    opacity: 1;
}
.custom-tooltip > div:nth-child(4) > div > div:last-child img {
    display: none;
}
.custom-tooltip > div:nth-child(4) > div > div:last-child {
    color: #333333;
    content: "x";
    font-size: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 13px;
    width: 20px !important;
}
.custom-tooltip > div:nth-child(4) > div > div:last-child::before {
    background: #333333 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    content: "x";
    font-family: Nunito;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.custom-tooltip > div:nth-child(4) > div {
    overflow: hidden;
    position: relative;
    width: 297px !important;
}
.custom-tooltip {
    margin-left: 8px;
    margin-top: 55px;
}

.heading.turn-left {
    text-align: left;
}
.heading.turn-left > p {
    margin-left: 0;
    padding-left: 0;
    padding-right: 130px;
    width: 100%;
}
.heading.turn-left .dots-heading {
    padding-left: 7px;
    text-align: left;
}
.heading.turn-left .dots-heading::before {
    left: 0;
    margin-left: -1px;
}
.heading.turn-left .dots-heading::after {
    left: 19px;
    right: auto;
}
.main-featured-text.style2 .services-boxy {
    margin: 0;
    padding-right: 20px;
}
.main-featured-text.style2 .services-boxy .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, 
.main-featured-text.style2 .services-boxy .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{
    background: #e2e2e2 none repeat scroll 0 0;
}
.main-featured-text.style2 .services-boxy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #acacac none repeat scroll 0 0;
}
.main-featured-text.style2 {
    margin: 0;
}
.search-form.overlape {
    margin-top: -190px;
}
.search-form.white {
    background: #ffffff none repeat scroll 0 0;
}
.search-form.white .search-title h3 {
    color: #222222;
}
.search-form.white form .fields input {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #333333;
}
.search-form.white .styled-checkbox + label::before {
    background: #e2e2e2 none repeat scroll 0 0;
}
.search-form.white .styled-checkbox:checked + label {
    color: #727272;
}
.search-form.white .categories-form > span {
    color: #959595;
}
.search-form.white .filter-radius > span {
    color: #959595;
}
.search-form.white .range-slider .input-range {
    background: #ececec none repeat scroll 0 0;
}

/* How it works */
.how-it-works {
    float: left;
    padding: 0 180px;
    text-align: center;
    width: 100%;
}
.how-it-works > h3 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    width: 100%;
}
.how-it-works > span {
    color: #a9a9a9;
    float: left;
    font-family: Nunito;
    font-size: 16px;
    width: 100%;
}
.how-it-works > ul {
    float: left;
    margin: 70px 0 0;
    text-align: center;
    width: 100%;
}
.how-it-works li {
    float: left;
    position: relative;
    width: 33.334%;
}
.how-it-works li::before {
    border-bottom: 1px dashed #7f7f7f;
    content: "";
    height: 1px;
    left: 81%;
    position: absolute;
    top: 53px;
    width: 68%;
}
.how-it-works li:first-child::before {
    left: 51%;
}
.how-it-works li:last-child::before {
    display: none;
}
.how-work-box {
    display: inline-block;
    float: none;
    text-align: center;
    width: 106px;
}
.how-it-works li:first-child > .how-work-box {
    float: left;
}
.how-it-works li:last-child > .how-work-box {
    float: right;
}
.how-work-box > span {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 0 21px rgb(0, 0, 0);
    -moz-box-shadow: 0 0 21px rgb(0, 0, 0);
    -ms-box-shadow: 0 0 21px rgb(0, 0, 0);
    -o-box-shadow: 0 0 21px rgb(0, 0, 0);
    box-shadow: 0 0 21px rgb(0, 0, 0);

    float: left;
    height: 106px;
    padding: 25px 10px;
    position: relative;
    text-align: center;
    width: 106px;
}
.how-work-box > span i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 22px;
    line-height: 24px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -6px;
    width: 22px;
}
.how-work-box > span img {
    float: none;
}
.how-work-box > h4 {
    color: #bebebe;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin: 23px 0 0;
    width: 100%;
}
.justify-content-center .heading > p {
    margin-left: 20%;
    width: 60%;
}
.listing-sec {
    float: left;
    margin-top: -40px;
    width: 100%;
}

/* Listing Circles */
.listing-circle {
    display: table;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.listing-circle-thumb {
    display: table-cell;
    position: relative;
    width: 182px;
}
.listing-circle-thumb > a {
    background: #000000 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    overflow: hidden;
    width: 100%;
}
.listing-circle-thumb > a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    opacity: 0.9;
    width: 100%;
}
.listing-circle-thumb .ad-cat {
    left: 0;
    position: absolute;
    top: 30px;
    width: auto;
    z-index: 1;
}
.listing-circle-thumb .admin-img {
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 2;
}
.listing-circle-deatil {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.listing-circle-deatil > .pl-title-sec {
    float: left;
    opacity: 1;
    padding: 0;
    position: static;
    width: 100%;
}
.listing-circle .pl-title-sec > h3 {
    color: #121212;
}
.listing-circle-deatil .save-preview {
    margin: 2px 0 14px;
}
.listing-circle .pl-title-sec > span {
    color: #818181;
}

/* Prices Table */
.prices-table {
    display: table;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.prices-table:last-child{
    margin-bottom: 0;
}
.prices-head {
    background: #333333 none repeat scroll 0 0;
    display: table-cell;
    min-width: 290px;
    overflow: hidden;
    padding-left: 50px;
    position: relative;
    vertical-align: middle;
}
.prices-table.active .prices-head::before {
    bottom: -40px;
    color: #000000;
    content: "\f153";
    font-family: lineawesome;
    font-size: 100px;
    opacity: 0.1;
    position: absolute;
    right: 0;
}
.prices-head > span {
    color: #545454;
    float: left;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
}
.prices-head > h3 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    width: 100%;
}
.prices-box {
    background: #444444 none repeat scroll 0 0;
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.prices-box > span {
    color: #e0e0e0;
    float: left;
    font-family: Poppins;
    font-size: 55px;
    font-weight: 300;
    line-height: 50px;
    margin: 8px 0 0;
    width: 100%;
}
.prices-box > i {
    color: #a5a5a5;
    float: left;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    width: 100%;
}
.prices-box > p {
    color: #a5a5a5;
    float: left;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.prices-features-list {
    display: table-cell;
    padding: 45px 60px;
    vertical-align: middle;
}
.block.gray .prices-features-list {
    background: #ffffff none repeat scroll 0 0;
}
.prices-table.active .prices-features-list {
    background: #ffffff none repeat scroll 0 0;
}
.prices-features-list > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.prices-features-list > ul > li {
    color: #474747;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding-left: 30px;
    position: relative;
    width: 50%;
}
.prices-features-list > ul > li::before {
    color: #44b369;
    content: "\f17b";
    font-family: lineawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -2px;
}
.prices-features-list > ul > li.not-included::before {
    color: #ff4a4a;
    content: "\f191";
}
.prices-features-list > ul > li.not-included {
    color: #bcbcbc;
}
.prices-btn {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 51px;
}
.prices-btn > a {
    color: #252525;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 34% 118% 0;
    -moz-transform-origin: 34% 118% 0;
    -ms-transform-origin: 34% 118% 0;
    -o-transform-origin: 34% 118% 0;
    transform-origin: 34% 118% 0;

    width: 120px;
}
.prices-table.active .prices-head > span {
    color: #000000;
    opacity: 0.26;
}
.prices-table.active .prices-head > h3 {
    color: #2a2a2a;
}
.prices-table.active .prices-box {
    background: #303030 none repeat scroll 0 0;
}
.prices-table.active .prices-btn {
    background: #333333 none repeat scroll 0 0;
}
.prices-table.active .prices-btn a{
    color: #ffffff;
}

/* Featured Listings */
.featured-listings {
    float: left;
    margin: 119px 0 0;
    padding-left: 100px;
    width: 100%;
}
.featured-listings .popular-listing {
    opacity: 1;
}
.featured-listings .popular-listing .listing-features {
    opacity: 1;
}
.featured-listings .popular-listing::before {
    height: 100%;
    opacity: 1;
}
.featured-listings .popular-listing .pl-title-sec {
    opacity: 1;
}
.featured-listings .popular-listing {
    border: 10px solid #ffffff;
    opacity: 1;
}
.featured-listings .row {
    margin: 0 -10px;
}
.featured-listings .row .col-md-6 {
    padding: 0 10px;
}
.featured-listings button {
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    bottom: 0;
    height: 35px;
    padding: 0;
    top: auto;
}
.featured-listings button.slick-prev {
    
    -webkit-border-radius: 2px 0 0 0px;
    -moz-border-radius: 2px 0 0 0px;
    -ms-border-radius: 2px 0 0 0px;
    -o-border-radius: 2px 0 0 0px;
    border-radius: 2px 0 0 0px;

    left: 50%;
    margin: 0 0 -17px -40px;
}
.featured-listings button.slick-next {
    margin: 0 -40px -17px 0;
    
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    -ms-border-radius: 0px 2px 2px 0px;
    -o-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;

    right: 50%;
}
.featured-listings button::before {
    color: #333333;
    line-height: 31px;
}

/* Search Wide */
.search-form.wide {
    display: table;
    float: left;
    width: 100%;
}
.search-form.wide .search-title {
    display: table-cell;
    float: none;
    padding-right: 40px;
    vertical-align: middle;
    width: 340px;
}
.search-form.wide.search-form form {
    display: table;
}
.search-form.wide form .field-form {
    display: table-cell;
    padding-right: 40px;
}

/* Explore Box */
.explore-box {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 0 28px 38px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 28px 38px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 28px 38px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 28px 38px rgba(0, 0, 0, 0.05);
    box-shadow: 0 28px 38px rgba(0, 0, 0, 0.05);

    float: left;
    padding: 0 40px;
    width: 100%;
}
.explore-box > img {
    float: left;
    margin-top: 46px;
    opacity: 0.5;
    padding: 0 67px;
    width: 100%;
}
.explore-box > h3 {
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}
.explore-box > ul {
    float: left;
    list-style: outside none none;
    margin: 20px 0 50px;
    padding: 0;
    width: 100%;
}
.explore-box > ul > li {
    float: left;
    margin: 0;
    width: 100%;
}
.explore-box > ul > li {
    border-bottom: 1px solid #e8ecec;
    color: #878787;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.explore-box > ul > li span {
    float: right;
}
.explore-sec.overlape {
    margin-bottom: -120px;
}

/* App Download Sec */
.app-download-sec {
    display: table;
    float: left;
    width: 100%;
}
.app-mockup {
    display: table-cell;
    vertical-align: middle;
}
.app-mockup > img {
    float: left;
}
.app-details {
    display: table-cell;
    padding-left: 80px;
    vertical-align: middle;
}
.app-details > span {
    color: #858585;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    width: 100%;
}
.app-details > h3 {
    color: #232323;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    margin-top: 11px;
    width: 100%;
}
.app-details > ul {
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}
.app-details li {
    color: #575757;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    width: 100%;
}
.app-details li i {
    font-size: 15px;
    margin-right: 10px;
}
.app-details > a {
    float: left;
    margin-right: 8px;
}
.block.curve::before {
    background-image: url("../images/curve.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.inner-header {
    float: left;
    margin-bottom: 41px;
    margin-top: 80px;
    text-align: center;
    width: 100%;
}
.inner-header > span {
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    display: inline-block;
    float: none;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 24px;
    color: #121212;
}
.inner-header > h2 {
    color: #ffffff;
    float: left;
    font-size: 35px;
    font-weight: 500;
    margin: 18px 0 0;
    width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
    float: left;
    left: 50%;
    margin: 90px 0 0 -200px;
    position: relative;
    width: 400px;
}
.breadcrumbs > li {
    color: #878787;
    display: inline-block;
    float: none;
    font-family: Poppins;
    font-size: 14px;
    margin: 0;
    padding: 0 16px;
    position: relative;
}
.breadcrumbs > li::before {
    content: "-";
    font-family: Poppins;
    font-size: 14px;
    position: absolute;
    right: -6px;
    top: 2px;
}
.breadcrumbs > li:last-child::before {
    display: none;
}
.breadcrumbs a {
    color: #878787;
    display: inline-block;
    float: none;
    font-family: Poppins;
    font-size: 14px;
    margin: 0;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs > li:last-child a {
    color: #474747;
}
.breadcrumbs > li:last-child {
    color: #474747;
}

/* Listing Search */
.search-form.listing-search {
    float: left;
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
}
.listings-all {
    float: left;
    width: 100%;
}
.field-btns-sec {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.field-btns-sec .filter-radius {
    margin: 0;
}
.field-btns {
    float: left;
    padding-top: 6px;
}
.field-btns > a {
    border: 1px solid #e6e6e6;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #898989;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    margin-right: 14px;
    padding: 14px 25px;
}
.field-btns > a i {
    float: left;
    font-size: 13px;
    margin-right: 7px;
}
.field-btns > ul {
    border: 1px solid #e6e6e6;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    float: left;
    margin: 0;
}
.field-btns > ul > li {
    float: left;
    margin: 0;
}
.field-btns > ul > li a {
    border-right: 1px solid #e8ecec;
    color: #aeaeae;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    padding: 13px 13px 10px;
}
.field-btns > ul > li:last-child a {
    border: medium none;
}
.listings-all > h3 {
    color: #909090;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    margin: 0;
    width: 100%;
}
.listings-all > h3 span {
    color: #333333;
}


.listing-result {
    float: left;
    width: 100%;
}
.listing-result .popular-listing {
    margin-top: 30px;
}

/* Side Result */
.side-results {
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.listings-all .listing-sec {
    margin: 0;
}

/* Sidebar Widget */
aside > .widget {
    background: #f2f3f5 none repeat scroll 0 0;
    margin-bottom: 5px;
}
.author-widget {
    float: left;
    padding-bottom: 40px;
    width: 100%;
}
.author-avatar {
    float: left;
    width: 100%;
}
.author-avatar > img {
    float: left;
    width: 100%;
}
.author-details {
    float: left;
    padding: 50px 40px 0;
    width: 100%;
}
.author-details > h3 {
    color: #373737;
    float: left;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    width: 100%;
}
.author-details > a {
    color: #828282;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    width: 100%;
}
.follow-btns {
    float: left;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
}
.follow-btns > li {
    float: left;
    margin-bottom: 0;
    margin-right: 5px;
}
.social-btns-author {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.follow-btns > li a {
    background: #ffffff none repeat scroll 0 0;
    color: #a1a1a1;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    padding: 7px 18px;
}
.social-btns-author > a {
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    color: #ffffff;
    float: left;
    font-size: 15px;
    height: 27px;
    line-height: 29px;
    margin-right: 4px;
    text-align: center;
    width: 27px;
}
.author-details .follow-me {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #121212;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    padding: 13px 30px 10px;
    width: auto;
}
.author-infos {
    float: left;
    margin: 50px 0 0;
    padding: 0 60px 0 40px;
    width: 100%;
}
.author-infos > li {
    color: #949494;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    line-height: 22px;
    padding-left: 30px;
    width: 100%;
}
.author-infos > li i {
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;
}
.opening-hours {
    float: left;
    padding: 50px 40px;
    width: 100%;
}
.opening-hours > h3 {
    color: #3e3e3e;
    float: left;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px;
    width: 100%;
}
.opening-hours > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.opening-hours > ul > li {
    color: #949494;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    width: 100%;
}
.opening-hours li > span {
    float: left;
    width: 120px;
}
.opening-hours li strong {
    color: #333333;
    font-weight: normal;
}


.listing-detail-sec {
    float: left;
    width: 100%;
}
.listing-detail-thumb {
    background: #1c1c1c none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.listing-detail-thumb img {
    float: left;
    opacity: 0.74;
    width: 100%;
}
.detail-listing-infos {
    float: left;
    width: 100%;
}
.detail-listing-infos.overlape {
    margin-top: 0px;
}
.detail-listing-infos .container > .row > div, .detail-listing-infos .container > .row > aside {
    padding: 0;
}
/****** Style Star Rating Widget *****/
.rating {
    border: medium none;
    float: left;
    width: auto;
}
.rating > input { display: none; } 
.rating > label::before {
    content: "\f318";
    display: inline-block;
    font-family: lineawesome;
    font-size: 14px;
    margin: 1px;
}
.rating > .half:before { 
  content: "\f319";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }


/* All Listing Details */
.all-lising-details {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;

    float: left;
    padding: 70px 60px 100px;
    position: relative;
    width: 100%;
}
.date-listing {
    color: #0a0a0a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    left: 60px;
    padding: 6px 20px;
    position: absolute;
    top: 0;
}
.listing-detail-head {
    display: table;
    float: left;
    width: 100%;
}
.listing-detail-title {
    display: table-cell;
    vertical-align: middle;
}
.listing-detail-title h1 {
    color: #272727;
    float: left;
    font-size: 29px;
    font-weight: 600;
    margin: 0 0 5px;
    width: 100%;
}
.listing-detail-cat {
    float: left;
    margin: 0;
}
.listing-detail-cat {
    float: left;
    margin: 6px 0 0;
}
.listing-detail-cat > li {
    float: left;
    margin: 0;
    position: relative;
}
.listing-detail-cat > li a {
    color: #8a8a8a;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    margin-right: 7px;
    padding-right: 7px;
}
.listing-detail-cat > li:last-child::before {
    display: none;
}
.listing-detail-cat > li::before {
    color: #999999;
    content: ",";
    font-family: poppins;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: -5px;
}
.listing-detail-title .total-reviews {
    float: left;
    margin: 5px 0 0;
    width: auto;
}
.listing-detail-title .total-reviews span {
    color: #615656;
}
.save-share-review {
    display: table-cell;
    vertical-align: middle;
    width: 175px;
}
.save-share-review > ul {
    margin: 0 -2px;
}
.save-share-review > ul > li {
    float: left;
    margin-bottom: 4px;
    padding: 0 2px;
    width: 50%;
}
.save-share-review > ul a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #6e6e6e;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.save-share-review > ul a i {
    margin-right: 2px;
}
.submit-review {
    background: #363636 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
}
.submit-review i {
    margin-right: 8px;
}
.all-lising-details .author-infos {
    margin: 32px 0 0;
    padding: 0;
}
.all-lising-details .author-infos > li {
    float: left;
    margin: 0 30px 6px 0;
}
.quick-scroll-section {
    background: #fFFFFF none repeat scroll 0 0;
    float: left;
    margin-top: 40px;
    padding: 0 30px;
    width: 100%;
}
.quick-scroll-section a {
    color: #838383;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    padding: 20px 25px;
    position: relative;
    z-index: 0;
}
.quick-scroll-section a:hover {
    color: #2a2a2a;
}
.quick-scroll-section a::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.quick-scroll-section a:hover::before {
    height: 100%;
}
.quick-scroll-section a.active::before {
    height: 100%;
}
.quick-scroll-section a.active {
    color: #2a2a2a;
}
.overview {
    float: left;
    width: 100%;
}
.overview p {
    color: #666666;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    margin: 28px 0;
    width: 100%;
}
.overview > img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    float: left;
    margin: 0;
    width: 100%;
}
.amenities {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.amenities > h3 {
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
}
.amenities > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.amenities > ul > li {
    color: #474747;
    float: left;
    font-family: Poppins;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    padding-left: 30px;
    position: relative;
    width: 33.334%;
}
.amenities > ul > li::before {
    color: #44b369;
    content: "\f17b";
    font-family: lineawesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -2px;
}
.amenities > ul > li.not-included::before {
    color: #ff4a4a;
    content: "\f191";
}
.amenities > ul > li.not-included {
    color: #bcbcbc;
}
.faqs-section {
    float: left;
    margin-top: 40px;
    width: 100%;
}
.faqs-section > h3 {
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
}
.accordian-sec {
    float: left;
    width: 100%;
}
.accordian-box {
    float: left;
    width: 100%;
}
.accordian-box > h2 {
    border: 1px solid #e4e4e4;
    color: #999999;
    cursor: pointer;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 -1px;
    padding: 19px 40px;
    position: relative;
    width: 100%;
}
.accordian-box > h2::before {
    border: 1px solid #c4c4c4;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    content: "+";
    height: 20px;
    line-height: 18px;
    margin-top: -10px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 50%;
    width: 20px;
}
.acco-content {
    border: 1px solid #e4e4e4;
    display: none;
    float: left;
    margin: 0 0 -1px;
    padding: 30px 40px;
    width: 100%;
}
.acco-content > p {
    margin: 0;
}
.accordian-box.active > h2 {
    background: #454545 none repeat scroll 0 0;
    border-color: #454545;
    color: #ffffff;
}
.accordian-box.active > h2::before {
    content: "-";
}
.contact-auhtor {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.contact-auhtor > h3 {
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form > .row {
    margin: 0 -10px;
}
.contact-form > form > .row > div {
    padding: 0 10px;
}
.contact-form > form input, .contact-form > form textarea {
    background: #FFFFFF none repeat scroll 0 0;
    font-family: Nunito;
    font-size: 15px;
    padding: 17px 30px;
}
button {
    cursor: pointer;
}
.theme-btn i {
    margin-right: 10px;
}
.map-location {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.map-location #map-container {
    max-height: 100%;
    min-height: 350px;
}
.total-reviews-sec {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.total-rating-avg b {
    float: left;
    font-size: 15px;
    margin-top: -1px;
}
.total-reviews-sec > h3 {
    color: #292929;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}
.total-rating-avg > i {
    color: #6a6a6a;
    float: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
}
.total-rating-avg {
    float: right;
}
.all-reviews-stars {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}
.all-reviews-stars > li:nth-child(2n+1) {
    background: #FFFFFF none repeat scroll 0 0;
}
.all-reviews-stars > li {
    display: table;
    float: left;
    margin-bottom: 5px;
    padding: 10px 25px;
    width: 100%;
}
.all-reviews-stars > li .rating-stars b {
    float: left;
    font-size: 15px;
}
.all-reviews-stars > li .rating-stars b.unrated {
    color: #cdcdcd;
}
.all-reviews-stars > li .rating-stars {
    display: table-cell;
    width: 100px;
}
.rating-progress {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
}
.progress {
    background: #e4e4e4 none repeat scroll 0 0;
    float: left;
    height: 2px;
    width: 100%;
}
.progress-bar {
    background: #c6c6c6 none repeat scroll 0 0;
    height: 2px;
}
.progress-bar > span {
    color: #999999;
    font-family: Poppins;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 11px;
}
.reviews-of-listing {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.reviews-of-listing > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.reviews-of-listing > ul > li {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.reviews-box {
    border: 1px solid #e4e4e4;
    display: table;
    float: left;
    padding: 0 30px;
    width: 100%;
}
.review-avatar-box {
    display: table-cell;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    top: 25px;
    vertical-align: top;
    width: 120px;
}
.reviewer-image {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
}
.reviewer-image > a {
    display: inline-block;
    float: none;
}
.reviewer-image > a img {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    width: 100%;
}
.reviewer-image > span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #2d2d2d;
    float: none;
    font-family: poppins;
    font-size: 12px;
    font-weight: 500;
    margin-top: -10px;
    padding: 3px 20px 0;
    position: relative;
    top: -14px;
}
.review-avatar-box > h3 {
    color: #232323;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    width: 100%;
}
.review-avatar-box > p {
    color: #949393;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    width: 100%;
}
.review-avatar-box .rating-stars {
    float: left;
    margin-top: 9px;
    text-align: center;
    width: 100%;
}
.review-avatar-box .rating-stars > b {
    display: inline-block;
    float: none;
    font-size: 15px;
    margin: 0 -2px;
}
.review-avatar-box .rating-stars > b.unrated{
    color: #cdcdcd;
}
.review-avatar-box > a {
    background: #484848 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    display: inline-block;
    float: none;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    margin-top: 13px;
    padding: 7px 24px 5px;
}
.review-details {
    display: table-cell;
    padding: 20px 30px;
    vertical-align: middle;
}
.review-details > p {
    color: #7b7b7b;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    margin: 20px 0;
    width: 100%;
}
.review-gallery {
    float: left;
    position: relative;
    width: 100%;
}
.review-gallery > a {
    background: #333333 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-right: 10px;
    position: relative;
}
.review-gallery > a img {
    float: left;
    width: 100%;
}
.review-gallery > a:hover img {
    opacity: 0.2;
}
.review-gallery > a::before {
    color: #ffffff;
    content: "\f2eb";
    font-family: lineawesome;
    font-size: 24px;
    left: 0;
    margin-top: -14px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.review-gallery > a:hover::before {
    opacity: 1;
}
.edit-likes {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.edit-likes > li {
    float: left;
    margin-right: 20px;
}
.edit-likes > li a {
    color: #bdbdbd;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.add-reviews {
    float: left;
    width: 100%;
}
.write-your-title {
    float: left;
    width: 100%;
}
.add-stars {
    background: #fFFFFF none repeat scroll 0 0;
    float: left;
    margin-bottom: 3px;
    padding: 15px 30px;
    width: 100%;
}
.add-stars > h2 {
    color: #121212;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.add-rating-stars {
    float: right;
}
.add-rating-stars > span {
    color: #6a6a6a;
    float: right;
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px;
}
.add-rating-stars .stars {
    float: left;
}
.add-rating-stars .stars > .rating {
    float: left;
    margin-right: 10px;
}
.write-your-title > p {
    background: #fFFFFF none repeat scroll 0 0;
    color: #818181;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    margin: 0;
    padding: 30px 80px 30px 30px;
    width: 100%;
}
.add-review-form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.add-review-form > form {
    float: left;
    width: 100%;
}
.add-review-form > form .row {
    margin: 0 -10px;
}
.add-review-form > form .row > div {
    padding: 0 10px;
}
.add-review-form > form  input,.add-review-form > form  textarea {
    background: #fFFFFF none repeat scroll 0 0;
    font-family: Nunito;
    font-size: 15px;
    padding: 17px 30px;
}
.related-listing {
    float: left;
    padding: 50px 40px;
    width: 100%;
}
.related-listing > h3 {
    color: #3e3e3e;
    float: left;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    width: 100%;
}
.related-listing .popular-listing {
    margin-top: 20px;
}
.listing-detail-gallery {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.featured-listing-detail {
    float: left;
    margin: 0;
    width: 100%;
}
.featured-listing-detail li {
    margin: 0;
}
.featured-listing-detail li img {
    float: left;
    opacity: 0.2;
    width: 100%;
}
.featured-listing-detail li.slick-slide.slick-active.slick-center img {
    opacity: 1;
}
.detail-listing-infos .container > .row {
    margin: 0;
}
.featured-listing-detail .slick-next {
    background: rgba(42, 42, 42, 0.45) none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    bottom: 50%;
    color: #ffffff;
    height: 91px;
    line-height: 44px;
    margin-bottom: -90px;
    margin-top: 0;
    right: 30px;
    width: 29px;
}
.featured-listing-detail .slick-prev {
    background: rgba(42, 42, 42, 0.45) none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    bottom: 50%;
    color: #ffffff;
    height: 91px;
    left: 30px;
    line-height: 44px;
    margin-bottom: -90px;
    margin-top: 0;
    width: 29px;
}

/* Add Listing Sec */
.add-listing-sec {
    float: left;
    width: 100%;
}
.quick-tip {
    background: #2c2c2c none repeat scroll 0 0;
    border: 1px solid #2c2c2c;
    float: left;
    margin-bottom: 20px;
    padding-right: 60px;
    position: relative;
    width: 100%;
}
.quick-tip .close-tip {
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    margin-top: -11px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.quick-tip > p {
    color: #e6e6e6;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.quick-tip {
    background: #2c2c2c none repeat scroll 0 0;
    border: 1px solid #2c2c2c;
    float: left;
    margin-bottom: 20px;
    padding: 18px 60px 18px 50px;
    position: relative;
    width: 100%;
}
.quick-tip.howto-info {
    background: #ffffff none repeat scroll 0 0;
    border-color: #e8ecec;
    padding-bottom: 40px;
    padding-top: 40px;
}
.quick-tip.howto-info > p {
    color: #888888;
    font-family: Nunito;
    width: 80%;
}
.quick-tip.howto-info .close-tip {
    color: #999999;
    top: 30px;
}
.add-listing-form {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.add-listing-form > form {
    float: left;
    width: 100%;
}
.basic-info-form {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.form-title {
    color: #363636;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
}
.form-title i {
    color: #ff5050;
    font-size: 19px;
    font-style: normal;
}
.form-field {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #a0a0a0;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 18px 0 !important;
    width: 100%;
}
.info-tip:hover  > i{
    color: #121212;
}
.info-tip {
    height: 100%;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.info-tip > i {
    background: #8b8989 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    float: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 21px;
    line-height: 24px;
    margin: 20px 0;
    text-align: center;
    width: 21px;
    cursor: pointer;
}
.info-tip-detail {
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    bottom: 80%;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    padding-bottom: 20px;
    position: absolute;
    visibility: hidden;
    width: 230px;
}
.info-tip-detail p {
    background: #323232 none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    color: #ffffff;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
}
.info-tip-detail::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #323232;
    bottom: 13px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
}
.info-tip:hover > .info-tip-detail {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}
.form-field .chosen-container {
    float: left;
    width: 100% !important;
}
.form-field .chosen-container > ul .search-field {
    float: left;
    max-width: 150px;
    width: auto;
}
.form-field input {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    color: #454545;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    height: 60px !important;
    letter-spacing: 0.5px;
    margin: 0;
    
    -webkit-box-shadow: none !important;  
    -moz-box-shadow: none !important;  
    -ms-box-shadow: none !important;  
    -o-box-shadow: none !important;  
    box-shadow: none !important;  

    padding: 18px 35px !important;
    width: 100% !important;
    border: none;
}
.chosen-container-multi .chosen-choices {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #454545;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    height: auto;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 35px;
    width: 100%;
}
.chosen-container-multi .chosen-choices > li.search-choice {
    border: medium none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #121212;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 2px;
    padding: 5px 22px 5px 10px;
}
.chosen-container-multi .chosen-choices > li.search-choice a.search-choice-close {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    height: 12px;
    right: 5px;
    top: 5px;
    width: 12px;
}
.chosen-container-multi .chosen-choices > li.search-choice a.search-choice-close::before {
    color: #4f4f4f;
    content: "x";
    font-family: Nunito;
    font-size: 11px;
    height: 100%;
    left: 0;
    line-height: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.form-field a.chosen-single {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #a0a0a0;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    height: 60px;
    padding: 19px 35px;
    width: 100%;
}
.form-field textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #454545;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    padding: 25px 35px;
    width: 100%;
}

/* Add Hours */
.add-hours {
    float: left;
    width: 100%;
}
.add-hours > ul {
    float: left;
    width: 100%;
}
.add-hours > ul > li {
    float: left;
    width: 100%;
}
.add-hours > ul > li > i {
    background: #e4e4e4 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #747474;
    float: left;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    margin-right: 15px;
    text-align: center;
    width: 22px;
}
.add-hours > ul > li h4 {
    color: #343434;
    float: left;
    font-family: Nunito;
    font-size: 16px;
    margin: 0;
    width: 140px;
}
.added-open > span {
    float: left;
}
.added-open > span i {
    color: #888787;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    margin-left: 20px;
    margin-right: 20px;
}
.added-open > span {
    color: #888787;
}
.add-hours > ul li > a.remove-hours {
    color: #c7c7c7;
    float: right;
    font-family: Poppins;
    font-size: 13px;
}
.add-hours > ul > li.added-closed > i {
    color: #232323;
}
.add-hours > ul > li.added-closed > span i {
    color: #888787;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    margin-left: 20px;
    margin-right: 20px;
}
.add-hours > ul > li.add-hours-bar select {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    color: #838383;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 10px 20px;
}
.add-hours > ul > li.add-hours-bar p {
    float: left;
    margin: 23px 0 10px;
}
.add-hours > ul > li.add-hours-bar p label::before {
    background: #eaeaea none repeat scroll 0 0;
}
.add-hours > ul > li.add-hours-bar > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #121212;
    float: right;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    margin: 16px 0;
    text-align: center;
    width: 37px;
    position: relative;
}


/****** CODE ******/
.file-upload {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    font-family: Poppins;
    font-size: 13px;
    padding: 60px 40px;
    text-align: center;
}
.file-upload .file-select {
    color: #8398ad;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.file-upload .file-select .file-select-button {
    background: #dce4ec none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #121212;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button {
    background: #505050 none repeat scroll 0 0;
    color: #ffffff;
    transition: all 0.2s ease-in-out 0s;
}.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

.galleries-images {
    float: left;
    margin-top: 12px;
    width: 100%;
}
.upload-gallery-listing > span {
    color: #909090;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    margin-top: 20px;
    width: 100%;
}
.upload-gallery-listing {
    float: left;
    width: 100%;
}
.galleries-images > a {
    background: #333333 none repeat scroll 0 0;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.galleries-images > a i {
    color: #ffffff;
    font-size: 30px;
    left: 0;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    width: 100%;
}
.galleries-images > a:hover img {
    opacity: 0.2;
}
.galleries-images > a:hover i {
    opacity: 1;
}
.galleries-images .upload-gallery-btn {
    background: #fafafa none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 100px;
    width: 100px;
}
.galleries-images .upload-gallery-btn i {
    color: #c3c3c3;
    opacity: 1;
}
.basic-info-form div > label {
    color: #838383;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: 9px;
}
.submit-listing {
    background: #353535 none repeat scroll 0 0;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    float: left;
    font-family: Poppins;
    font-size: 18px;
    height: 60px;
    margin-top: 39px;
    width: 100%;
}
.submit-listing > i {
    margin-right: 15px;
}
.services-sec {
    float: left;
    margin-top: -50px;
    width: 100%;
}
.services {
    float: left;
    margin-top: 50px;
    text-align: left;
    width: 100%;
}
.services > i {
    color: #bababa;
    float: left;
    font-size: 35px;
    margin-bottom: 20px;
    width: 100%;
}
.services > h3 {
    color: #2c2c2c;
    float: left;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.services > p {
    color: #696969;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    width: 100%;
}
.services > h3 span {
    display: inline-block;
    font-size: 40px;
    line-height: 10px;
    margin-left: 5px;
}

/* Pagination */
.pagination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin: 70px 0 0;
    padding: 2px 2px 3px 1px;
    text-align: center;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 7px 0 0;
    padding: 0;
}
.pagination li {
    float: left;
    font-family: Poppinsa;
    font-size: 12px;
    font-weight: 500;
    margin: 0 4px 0 0;
}
.pagination li:last-child {
    margin: 0;
}
.pagination li.active a, .pagination li a:active {
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

}
.pagination li.active a, .pagination li a:hover {
    color: #121212;
}
.pagination li .delimeter {
    display: block;
    padding-top: 6px;
}
.pagination a {
    background: #fff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #666;
    float: left;
    font-family: Poppins;
    padding: 9px 13px;
    text-decoration: none;
}
.blog-infos h1 {
    color: #141414;
    float: left;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    margin: 30px 0 0;
    width: 100%;
}
.single-post .blog-infos {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.single-post-detail > p a {
    color: #000000;
}
.single-post-detail > img.pull-right {
    margin-bottom: 40px;
    margin-left: 40px;
}
.single-post-detail > img.pull-left {
    margin-bottom: 40px;
    margin-right: 40px;
}
.single-post-detail > p {
    color: #666666;
    font-family: Nunito;
    font-size: 15px;
    margin-bottom: 20px;
}
blockquote > p {
    color: #3e3e3e;
    float: left;
    font-family: Nunito;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    width: 100%;
}
blockquote > span > a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
blockquote span {
    color: #a8a8a8;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
}
blockquote > span > a {
    color: #737373;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
blockquote {
    border: 2px solid #e6e6e6;
    display: table;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 49px 60px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 0;
}
.tags-bar {
    border-bottom: 3px solid #e2e6e6;
    border-top: 3px solid #e2e6e6;
    float: left;
    padding: 0 30px;
    width: 100%;
}
.post-tags {
    float: left;
    padding: 18px 0;
}
.post-tags span {
    color: #8f8f8f;
    font-family: Roboto;
    font-size: 13px;
}
.post-tags span a {
    color: #333333;
}
.share-post {
    float: right;
}
.share-post > span {
    color: #797979;
    font-family: Roboto;
    font-size: 13px;
    line-height: 54px;
}
.share-post > .social-btns-color {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 14px 0;
    width: auto;
}
.share-post > .social-btns-color li a {
    font-size: 15px;
    height: 26px;
    line-height: 29px;
    width: 26px;
}
.about-blog-author {
    border: 3px solid #e2e6e6;
    display: table;
    float: left;
    margin-top: 60px;
    padding: 40px;
    width: 100%;
}
.author-blog-img {
    display: table-cell;
}
.author-blog-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
}
.author-blog-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.author-blog-info > h3 {
    color: #000000;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.author-blog-info > p {
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    width: 80%;
}
.author-blog-info > span {
    color: #969696;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 8px;
    width: 100%;
}



.post-comments {
    float: left;
    width: 100%;
}
.all-comments {
    float: left;
    width: 100%;
}
.all-comments > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.all-comments > ul > li {
    float: left;
    margin: 0;
    width: 100%;
}
.all-comments > ul > li:last-child > .comment {
    margin: 0;
}
.comment {
    display: table;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.comment-form {
    float: left;
    width: 100%;
}
.comment-form form {
    float: left;
    width: 100%;
}
.comment-form .field {
    float: left;
}
.comment-form .field input, .comment-form .field textarea {
    background: #f4f4f4 none repeat scroll 0 0;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.comment-form .field input[type="submit"] {
    border: medium none;
    padding: 13px 40px;
    cursor: pointer;
}
.avatar-comment-thumb {
    display: table-cell;
    width: 96px;
}
.avatar-comment-thumb > a {
    float: left;
}
.avatar-comment-thumb > a img {
    float: left;
}
.comment-detail {
    display: table-cell;
    padding-left: 35px;
    vertical-align: middle;
}
.avatar-title {
    float: left;
    width: 100%;
}
.avatar-title > span {
    color: #7e7e7e;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-left: 10px;
    margin-top: 12px;
}
.avatar-title > h3 {
    color: #232323;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.comment-detail > p {
    float: left;
    font-family: nunito;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 6px;
    width: 100%;
}
.reply-btn {    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #121212;
    float: left;
    font-size: 12px;
    margin-top: 12px;
    padding: 5px 13px;
}
.all-comments > ul > li .child-comments {
    float: left;
    margin: 0;
    padding-left: 98px;
    width: 100%;
}
.blog-thumb > .date {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    bottom: 10px;
    color: #121212;
    float: left;
    height: 52px;
    left: 10px;
    position: absolute;
    text-align: center;
    width: 58px;
}
.blog-thumb > .date a {
    float: left;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}
.blog-thumb > .date a > strong {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
}
.blog-thumb > .date a span {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    width: 100%;
}
.blog-metas {
    float: left;
    line-height: 28px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.blog-metas > li {
    color: #c4c4c4;
    float: left;
    font-size: 14px;
    margin: 0 14px 0 0;
}
.blog-metas > li > h6 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    width: auto;
}
.blog-metas > li > h6 a{
    color: #121212;
}
.blog-metas > li > a {
    color: #6f6f6f;
    font-family: Poppins;
    font-size: 14px;
}
.blog-metas > li > a i {
    margin-right: 6px;
}
.social-btns-color li {
    float: left;
    margin: 0 4px 0 0;
}
.social-btns-color li a {
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px;
}
.social-btns-color li.facebook a {
    background: #4267d1 none repeat scroll 0 0;
}
.social-btns-color li.twitter a {
    background: #21aeff none repeat scroll 0 0;
}
.social-btns-color li.google a {
    background: #ff5252 none repeat scroll 0 0;
}
.social-btns-color li.linkedin a {
    background: #3f3f3f none repeat scroll 0 0;
}

/* Heading 2 */
.heading2 {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.heading2 > h3 {
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 24px;
    margin-bottom: 5px;
    width: 100%;
}
.heading2 > span {
    color: #828282;
    float: left;
    font-family: Nunito;
    font-size: 14px;
    width: 100%;
}


.contact-us {
    float: left;
    padding-top: 40px;
    width: 100%;
}
.contact-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.contact-title > h3 {
    color: #262626;
    float: left;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-title > p {
    color: #666666;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0 0;
    padding-right: 100px;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .feild {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.contact-form > form .feild input, .contact-form > form .feild textarea {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    padding: 16px 30px 16px 47px;
    width: 100%;
}
.contact-form > form .feild > i {
    color: #d1d1d1;
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
}
.contact-social > h3 {
    color: #262626;
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-social > p {
    float: left;
    font-family: nunito;
    font-size: 15px;
    margin: 0;
    width: 100%;
}
.contact-social {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.contact-social > .social-btns-color {
    float: left;
    margin-top: 25px;
    width: 100%;
}


/* Quick Office Contact */
.quick-office-contact {
    float: left;
    margin-top: 35px;
    padding-left: 74px;
    position: relative;
    width: 100%;
}
.quick-office-contact > i {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #121212;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.quick-office-contact > span {
    float: left;
    font-size: 15px;
    line-height: 27px;
    width: 100%;
    font-family: Nunito;
}
.error-img {
    float: left;
    width: 100%;
}
.error-img > img {
    float: left;
    width: 100%;
}
.error-detail > span {
    color: #7b7b7b;
    float: left;
    font-family: Nunito;
    font-size: 18px;
    width: 100%;
}
.error-detail {
    float: left;
    padding-left: 40px;
    padding-top: 50px;
    text-align: left;
    width: 100%;
}
.error-detail > h3 {
    color: #686868;
    float: left;
    font-family: Poppins;
    font-size: 249px;
    font-weight: 700;
    letter-spacing: -13px;
    margin-left: -10px;
    width: 100%;
}
.error-detail > h3 {
    color: #686868;
    float: left;
    font-family: Poppins;
    font-size: 249px;
    font-weight: 700;
    letter-spacing: -13px;
    line-height: 300px;
    margin: 0 0 -43px -10px;
    width: 100%;
}
.error-detail > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.error-detail > ul > li {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
.error-detail > ul > li a {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    font-family: Poppins;
    font-size: 12px;
    padding: 14px 30px;
}
.error-detail > p {
    color: #575757;
    float: left;
    font-family: Nunito;
    font-size: 22px;
    margin-bottom: 50px;
    width: 100%;
}

/* Coming Soon Sec */

.coming-soon {
    float: left;
    width: 100%;
}
.coming-soon .bottom-line {
    margin-top: 160px;
}
.coming-soon-sec {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 50px;
}
.coming-soon-sec > .logo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.coming-soon-sec > .logo > a {
    display: inline-block;
    float: none;
    width: 204px;
}
.coming-soon-sec > span {
    color: #bebebe;
    float: left;
    font-family: Poppins;
    font-size: 20px;
    margin-top: 140px;
    width: 100%;
}
.coming-soon-sec h1 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 120px;
    letter-spacing: -8px;
    line-height: 120px;
    margin: 70px 0;
    width: 100%;
}
.countdown {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.countdown > li {
    display: inline-block;
    float: none;
    margin: 0 30px;
}
.countdown > li span {
    color: #ffffff;
    display: table;
    font-family: Poppins;
    font-size: 32px;
    text-align: center;
    width: 100%;
}
.countdown > li p {
    color: #aaaaaa;
    display: inline-block;
    float: none;
    font-family: Nunito;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
.coming-soon-sec .contact-social{
    margin-top: 90px;
    float: left;
    width: 100%;
}
.coming-soon-sec .contact-social > h3 {
    color: #ffffff;
}
.coming-soon-sec .contact-social > p {
    color: #888888;
}
.coming-soon-sec .social-btns-color {
    margin-bottom: 0;
}
.coming-soon-sec .social-btns-color > li {
    display: inline-block;
    float: none;
    margin: 0 2px;
}
.coming-soon-sec > .logo a img {
    padding: 0;
}
#wrapper { max-width: 600px; margin: 0 auto; text-align: center; } 
#gallery { overflow: hidden; }
#gallery a { display: block; float: left; }
#gallery a img { display: block; border: 0; }

/* Gallery Sec */
.gallery-sec {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.gallery {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.gallery > img {
    float: left;
    width: 100%;
}
.gallery::before {
    background: #000 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    content: "";
    height: 160px;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 160px;
}
.gallery:hover::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
}
.gallery::after {
    background: #000 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    content: "";
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 0;
    position: absolute;
    top: 50%;
    
    -webkit-transition:all 0.4s ease 0.2s;
    -moz-transition:all 0.4s ease 0.2s;
    -ms-transition:all 0.4s ease 0.2s;
    -o-transition:all 0.4s ease 0.2s;
    transition:all 0.4s ease 0.2s;

    width: 200px;
}
.gallery:hover::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
}
.gallery-info {
    left: 0;
    margin-top: -30px;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 100%;
    z-index: 1;
    
    -webkit-transition:all 0.4s ease 0.3s;
    -moz-transition:all 0.4s ease 0.3s;
    -ms-transition:all 0.4s ease 0.3s;
    -o-transition:all 0.4s ease 0.3s;
    transition:all 0.4s ease 0.3s;

}
.gallery-info > h3 {
    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    width: 100%;
}
.gallery-info > a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    
    color: #121212;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.gallery:hover > .gallery-info {
    margin: 0;
    opacity: 1;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.close-listing-above {
    background: #333333 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    z-index: 2;
}

/* Followers Filter */
.followers-filters {
    float: left;
    width: 100%;
}
.followers-filters > section {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.option-isotop {
    float: left;
    text-align: center;
    width: 100%;
}
.option-set {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
#filter > li {
    display: inline-block;
    float: none;
    padding: 0 40px;
    position: relative;
}
#filter > li a {
    color: #000000;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    padding: 4px 30px;
    text-transform: uppercase;
}
#filter > li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
}
#filter > li::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
}

#filter > li:last-child::before {
    display: none;
}
.followers-filters #masonry {
    float: left;
    width: 100%;
}
.all-followers {
    float: left;
    width: 100%;
}
.followers {
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.followers > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    display: inline-block;
    float: none;
}
.followers > h3 {
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 5px;
    width: 100%;
}
.followers > span {
    color: #989898;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
}
.admin .followers span{
    color: #ff6262;
}
.mod .followers span{
    color: #47b453;
}
.followers > a {
    background: #f5f5f5 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #979797;
    display: inline-block;
    float: none;
    font-family: Roboto;
    font-size: 14px;
    margin-top: 16px;
    padding: 8px 20px;
}
.profile-update-sec {
    float: left;
    width: 100%;
}
.profile-left-sec {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    padding: 100px 40px;
    width: 100%;
}
.add-profile-picture {
    float: left;
    text-align: center;
    width: 100%;
}
.add-profile-picture > span {
    display: inline-block;
    float: none;
    position: relative;
    width: 170px;
}
.add-profile-picture img {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    width: 100%;
}
.add-profile-picture > span i {
    background: #0d0d0d none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 27px;
    height: 57px;
    line-height: 57px;
    margin-top: -40px;
    text-align: center;
    width: 57px;
}
.add-profile-picture > i {
    color: #919191;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 70px;
    width: 100%;
}
.add-profile-picture > p {
    color: #000000;
    display: inline-block;
    float: none;
    margin: 30px 0 0;
}
.add-profile-picture > p label {
    color: #000000;
}
.add-profile-picture .styled-checkbox:checked + label{
    color: #000000;
}
.add-profile-picture > p label::before {
    background: #d6d6d6 none repeat scroll 0 0;
}
.add-profile-picture .styled-checkbox:checked + label::before {
    background: #c0c0c0 none repeat scroll 0 0;
}
.add-social-links {
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.add-social-links > h3 {
    color: #363636;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.add-social-links > form {
    float: left;
    width: 100%;
}
.add-social-links > form input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    color: #ababab;
    float: left;
    font-family: Nunito;
    font-size: 13px;
    margin: 0 0 8px;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
}
.add-social-links > form input[type="button"] {
    background: #434343 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;
    padding: 13px 30px;
}

/* Form Profile Update */
.form-profile-update {
    float: left;
    width: 100%;
}
.form-profile-update input, .form-profile-update textarea {
    background: #f4f4f4 none repeat scroll 0 0;
    float: left;
    font-family: Nunito;
    font-size: 15px;
    width: 100%;
}
.form-personal-update {
    float: left;
    width: 100%;
}
.form-personal-update > h3 {
    color: #363636;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}
.form-personal-update > form {
    float: left;
    width: 100%;
}

.form-password-update {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.form-password-update > h3 {
    color: #363636;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}
.form-password-update > form {
    float: left;
    width: 100%;
}
.my-lisitng-sec {
    float: left;
    margin-top: 80px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}
.my-lisitng-sec > h3 {
    color: #232323;
    float: left;
    font-family: Nunito;
    font-weight: 600;
    width: 100%;
}
.my-lisitng-sec > p {
    float: left;
    font-family: Nunito;
    width: 100%;
}
.simple-header .quick-btn-headers .header-search-form {
    left: auto;
    right: 0;
}
.simple-header .quick-btn-headers .header-search-form::before {
    left: auto;
    right: 11px;
}
.block.curve .blackish::before {
    opacity: 0.8;
}
.link-widget > ul li a:hover {
    color: #404040;
}
.bottom-line ul li a:hover {
    color: #000000;
}
.submit-listing:hover {
    color: #121212;
}
.follow-btns > li a:hover {
    background: #5f5f5f none repeat scroll 0 0;
    color: #ffffff;
}
.social-btns-author > a:hover {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.author-details .follow-me:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.listing-result > a:hover {
    background: #333333 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
}
.field-btns-sec a:hover {
    background: #333333 none repeat scroll 0 0;
    border-color: #333333;
    color: #ffffff;
}
.full-map-btn:hover {
    background: #ffffff none repeat scroll 0 0;
}
.listing-circle .pl-title-sec > a:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.listing-circle .save-preview > li span:hover {
    background: #ececec none repeat scroll 0 0;
    color: #535353;
}
.listing-circle-thumb > a:hover img {
    
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);

}
#fullscreen.active {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#fullscreen.active #map-container {
    height: 10%;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}
#fullscreen.active #map-container > #map_div {
    height: 100% !important;
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
}
.blank-height {
    float: left;
    width: 100%;
}
.social-btns-color li:hover a {
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

}
.quick-office-contact:hover i {
    background: #dfdfdf none repeat scroll 0 0;
    
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}
.theme-btn:hover {
    background: #424242 none repeat scroll 0 0;
    color: #ffffff;
}
.error-detail > ul > li:hover a {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.followers:hover img {
    
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);

}
.followers > a:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.country:hover .country-title {
    padding-bottom: 30px;
}
.country:hover img {
    opacity: 0.7;
}
.landmarks-count:hover {
    background: #ffffff none repeat scroll 0 0;
}
.services-boxy ul > li a:hover {
    
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.05);

}
.how-work-box:hover > span {
    
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;

}
.how-work-box:hover > span i {
    right: 20px;
}
.listing-circle .pl-title-sec > h3:hover a {
    text-decoration: underline;
}
.listing-detail-cat > li a:hover {
    color: #505050;
}
.save-share-review > ul a:hover {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.submit-review:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #333333;
}
.contact-form img.loader {
    margin-left: 20px;
    margin-top: 14px;
}
.map-location #fullscreen {
    margin: 0;
}
.review-gallery > a:last-child {
    margin: 0;
}
.review-avatar-box > a:hover {
    color: #333333;
}
.theme-btn.color:hover {
    background: #333333 none repeat scroll 0 0 !important;
}
.header-menus nav > ul > li.menu-item-has-children > ul > li:hover > a {
    background: #fafafa none repeat scroll 0 0;
    color: #121212;
    text-decoration: underline;
    
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;

}
.side-results .categories-form > p {
    float: left;
    width: 100%;
}
.blog-thumb > img {
    float: left;
    width: 100%;
}
header.on-section::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}
header.on-section.sticky::before{
   opacity: 1;
}
header.sticky {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    opacity: 1;
    position: fixed;
    z-index: 2323;
}
header.sticky.hidden {
    top: -230px;
    opacity: 0;
}
header.on-section.sticky .logo {
    width: auto;
}
header.on-section.sticky .logo img {
    margin: 30px 0;
    padding: 0 0 0 40px;
    width: 161px;
}
header.on-section.sticky .quick-btn-headers {
    background: #f3f3f3 none repeat scroll 0 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    margin: 18px 0 13px 30px;
    padding: 0 20px;
}
header.sticky.on-section .header-menus {
    padding: 8px 40px 8px 0;
}
header.sticky.on-section nav > ul > li > a {
    color: #121212;
}

header.sticky.on-section nav > ul > li.menu-item-has-children > a::before {
    color: #333333;
}
header.on-section.sticky .quick-btn-headers::before {
    display: none;
}
.open-responsive-menu {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

    color: #000000;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    margin-right: 20px;
    margin-top: 40px;
    text-align: center;
    width: 40px;
}
header.sticky .open-responsive-menu {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    margin-top: 23px;
}
header.active nav {
    left: 0;
}
/* Menu Action */
.menu-action {
    height: 13px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}
.menu-action::after {
    background: #7a7979  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.menu-options.active .menu-action::after {
    bottom: 6px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-action::before {
    background: #7a7979  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.menu-options.active .menu-action::before {
    top: 4px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-action > i {
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}

.menu-action > i::before {
    background: #7a7979  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-options.active .menu-action > i::before {
    opacity: 0;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.menu-options {
    color: #afafaf;
    cursor: pointer;
    float: left;
    font-size: 22px;
    height: 38px;
    left: 0;
    line-height: 25px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 41px;
}
.simple-header .quick-btn-headers > li > div {
    
    -webkit-transition: none 0s ease 0s ;
    -moz-transition: none 0s ease 0s ;
    -ms-transition: none 0s ease 0s ;
    -o-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;

}



/****** Cross Browser Compatibility ******/
.notification-sec > ul li,
.notification-sec > ul li *,
.popup-sec,
.popup-sec *,
.popular-listing,
.popular-listing *,
.popular-listing:before,
.quick-scroll-section a::before,
.quick-scroll-section a,
.accordian-box > h2,
.galleries-images > a,
.galleries-images > a *,
.add-listing,
.simple-header nav *,
.services,
.services *,
.link-widget > ul li a,
.follow-widget a,
.follow-widget a *,
.bottom-line ul li a,
.info-tip *,
.info-tip,
.submit-listing,
.author-widget *,
.listing-result > a,
.blog-post *,
.pagination *,
.field-btns-sec a,
.full-map-btn,
.listing-circle *,
.social-btns-color li *,
.quick-office-contact *,
.theme-btn,
.error-detail > ul > li *,
.followers *,
.gallery::before,
.country *,
.country:before,
.services-boxy ul > li a,
.how-work-box *,
.listing-detail-head *,
.reviews-of-listing > ul > li *,
.review-gallery > a::before,
.header-menus *,
header.on-section,
header .logo,
header .logo *,
.quick-btn-headers,
.quick-btn-headers > li,
header.on-section::before,
.header-menus,
header,
.menu-options,
.menu-options *,
.menu-options *:before,
.menu-options *:after {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}