2/*Added*/
@import "../../../modules/mod_spproperty_search/assets/css/style.css";

.empire-gallery a img:first-child {
    margin-left: 0;
}
.itemRatingBlock, .itemToolbar{
	display:none;
}

h1.has-scroll-logo.has-ratina-scroll-logo img {
    max-height: 85px;
}
header#sp-header {
    height: 75px;
  	width: 100% !important;
}
div#sp-menu .sp-megamenu-parent >li >a {
    line-height: 75px;
}
ul.sp-contact-info {
    padding: 19px 0 0;
}
.sp-contact-info:before {
    top: 24px;
}
div#sp-menu .sp-contact-info:before {
    top: 35px;
}
#sp-footer .sp-copyright {
    text-align: center !important;
}
#sp-page-builder .empire-featured-properties:before {
    content: "\f0f7";
}
#sp-page-builder .empire-blog-section:before {
     content: "\f02d";
}
#sp-page-builder .empire-featured-properties:before,
#sp-page-builder .empire-blog-section:before {
    background-color: #0B76B4;
    border: 7px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    height: 54px;
    left: 0;
    margin: 0 auto;
    padding-top: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
    width: 54px;
}
span.properties-search-button a.sppb-btn.sppb-btn-primary.sppb-btn-sm {
    padding-top: 5px;
}
#sp-page-builder .empire-blog-section .sppb-section-title {
    margin-bottom: 15px;
}
.sppb-addon-articles .sppb-addon-article{
      box-shadow: 0 0 2px rgb(168, 170, 171);
}
.sppb-addon-articles .sppb-addon-article:hover {
      box-shadow: 0 0 6px rgb(176, 211, 232)
}
span.spproperty-badge-sold.sold {
    background-color: #c51b1b !important;
}
div#ip-map-mod-canvas img.thumbnail {
    max-width: 100%;
}
p.book-page-short-desc {
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 30px;
}
div#sppb-addon-1507570929988 a.advance-search-btn {
    float: right !important;
    margin-top: 8px;
}
.search-submit-btn button.btn.btn-primary{
    height:45px;
}
.sppb-btn {
    background-color:#0b76b4;
}

.banneritem {
    margin-left:auto;
    margin-right:auto;
    width:250px;
}

/*Add on*/
/*Hide blog date*/
div#k2Container span.itemDateModified,
div#sppb-addon-1507520982878 span.sppb-meta-date {
    display: none;
}
section#section-id-1481026894 .sppb-addon-text a {
    color: gray;
}
p.equal-housing-opp img {
    max-width: 100px;
    margin: 0 auto;
}
/*Book navigation*/
.sp-module ul >li.selecteditem > a {
    color: #8cc641;
}
#k2ModuleBox210 .sppb-panel-heading {
    padding-left: 5px;
    padding-right: 5px;
}
#k2ModuleBox210 .sppb-addon-accordion .sppb-panel-group .sppb-panel + .sppb-panel {
    margin-top: 0px;
}
#k2ModuleBox210 .sppb-addon-accordion .sppb-panel .sppb-panel-body {
    padding: 10px 0px 0 0;
}
#k2ModuleBox210 li.clearList{
    margin-bottom:0;
}
section#section-id-1481026891 {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) and (min-width: 320px){
    #sp-header #sp-logo .logo .sp-default-logo {
        opacity: 1 !important;
        visibility: unset !important;
    }
}

.sppb-carousel-inner > .sppb-item > a > img {
    width: 100%;
}

/*book changes*/
.book-container {
    max-width: 375px;
    margin: 0 auto;
    display: block;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.book {
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    transition: 0.75s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 125px 0;
    -moz-transform-origin: 125px 0;
    transform-origin: 125px 0;
}

.book:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 7px;
    /*background: url(images/ridge.png) repeat-y;*/
    z-index: 20;
    -webkit-transform: translateZ(1px);
    /* Fix for flickering in Chrome  */
}

.book:hover {
    -webkit-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(45deg);
    -moz-transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(45deg);
    transform: translateX(-10px) translateZ(35px) translateX(35px) rotateY(45deg);
}

/*---Book cover and spine--- */
.book-cover {
    position: relative;
    z-index: 10;
}

.book-cover img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.book-spine {
    position: absolute;
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50px;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #850013 ;
    background-size: auto 100%;
    -webkit-transform: rotateY(-90deg) translateX(-49px);
    -moz-transform: rotateY(-90deg) translateX(-49px);
    transform: rotateY(-90deg) translateX(-49px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.book-spine h1 {
    display: block;
    width: 325px;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    left: 39px;
    text-indent: 17px;
    text-transform: uppercase;
    font-family: "league_gothic_condensedRg", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    opacity: 0.75;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.book-spine:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.bookbck {
    background: url(/images/bckgbook.jpg);
    background-size: 100% 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 10px;
}

.bookbck .itemImage a img {
    margin: auto;
}
body.site.com-iproperty.view-allproperties .ip-bannerbotleft {
    z-index: 99 !important;
}
/*.property-search-button button#mod-spproperty-search-submit {line-height: 1px !important;}*/
/*End by Irfan*/

.padding-t0 {
    padding: 0 !important;
}
#k2Container {
    /* padding: 0 0 24px 0; */
    
    background: #fff;
    padding: 5px 10px 25px 20px;
}
.book-spine h1 {
    font-size: 28px !important;
}
/*
.yt-socialbt{float:left;margin-right:30px;}
*/

.yt-socialbt {
    color: #8cc641;
}
.yt-socialbt .fa {
    font-size: 32px;
}
.sppb-article-text-wrap h3 {
    font-size: 18px !important;
}
.sppb-article-introtext span {
    font-size: 14px !important;
}
.sp-megamenu-wrapper a {
    display: block !important;
}
/* for side bar li designs */

div.k2ItemsBlock ul li {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* for commutnity page open book button */

.pocetok {
    background: #8cc641;
    background: #0B76B4;
    font-size: 24px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
}
/* for footer social icons */

.itemFacebookButton {
    width: auto !important;
}
.fa-feed:before,
.fa-rss:before,
.fa-linkedin:before {
    margin-right: 10px
}
/* for community page star*/

.itemToolbar {
   background: none !important;
   display:none!important;
}
/* for services page header space */

article.item .entry-header {
    padding: 10px;
}
article.item p {
    padding-left: 10px;
}
/* Typography */
/*h2{
font-size:22px !important;
}*/

table tr {
    margin: 8px;
}
a {
    text-decoration: none;
}
/*
.btn-group .btn{
	margin: 10px;
    padding: 6px 12px !important;
*/
}
/* Brett Williford, REALTOR */

.view-agentproperties #sp-main-body {
    padding: 31px 0 !important;
}
#ipDetailsContent,
.ip-prop-top,
.view-login #sp-component,
.view-home #sp-component .sp-column,
.view-agentproperties #sp-component .sp-column,
.view-property #sp-component .sp-column,
.view-allproperties #sp-component .sp-column,
.view-advsearch #sp-component,
#sp-right {
    background: #fff;
}
.view-allproperties #sp-component .sp-column,
.view-property #sp-component .sp-column,
.view-agentproperties #sp-component .sp-column,
.view-home #sp-component .sp-column {
    padding: 10px;
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
    color: #ff0000;
}
.label-info {
    padding: 5px;
}
/* Real estate */

.ip-proplist a img,
table img,
.september-do img {
    border: solid 2px #8cc641;
    padding: 4px;
}
.ip-map-div {
    margin-bottom: 20px;
}
.ip-proplist a img {
    width: 100%;
}
table img {
    margin-right: 10px !important;
}
.ip-overview-tabs {
    width: 50%;
    float: right;
    border: none;
}
.ip-agent-details {
    width: 23.404255319149% !important;
}
.ip-social {
    width: 40.425531914894% !important;
}
/* september 11 */

.september-do img {
    width: 80%;
}
#sp-right .sp-module input,
#sp-left .sp-module input {
    width: 85% !important;
}
.checkbox input[type="checkbox"] {
    margin-left: 10px;
}
.ip-adv-slidecontainer {
    margin-bottom: 28px;
}
.bookitt, h3.bookitt {
    font-size: 18px;
    font-weight: 400;
    padding: 0 100px;
    margin-top: 10px;
    margin-bottom: 5px;
}
div.catItemBody {
    padding: 0;
    margin: 0;
}
.catItemView.groupSecondary {
    margin-bottom: 0;
}
#map_canvas {
    width: 100% !important;
}
.naslov {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
div.itemHeader h2.itemTitle {
    margin: 10px 0;
}
.itemView h2 {
    font-size: 22px !important;
}
.pocetok {
    font-size: 14px;
    margin: 0 5px !important;
    padding: 4px 12px;
}

div.itemToolbar ul li,
.itemTextResizerTitle,
#fontIncrease {
    float: left;
}
div.itemToolbar ul,
#fontDecrease {
    float: right;
}
div.itemToolbar {
    display:none;
}

#fontIncrease,
#fontDecrease {
    padding: 5px;
}
span.itemHits {
    padding: 10px 5px;
}
article.item.item-page div[itemprop="articleBody"] {
    padding: 0 18px;
}
article.item.item-page div[itemprop="articleBody"] h2,
.ip-proplist h2 {
    font-size: 22px;
}
article.item.item-page div[itemprop="articleBody"] p,
ul li {
    font-size: 14px !important;
}
.ip_qsmod_holder .btn {
    padding: 0 10px !important;
}
.input-xxlarge.ip-qssearch {
    padding: 25px 0;
}
.btn-group .btn {
    margin: 0 5px !important;
}
.login {
    margin: 28px 0;
}
.login .checkbox input[type="checkbox"] {
    margin-left: -20px;
}
.sppb-btn:hover, .sppb-btn:focus, .sppb-btn:active, .sppb-btn-primary:hover, .sppb-btn-primary:focus, .sppb-btn-primary:active {
    color: #fff;
    background: #3384b2;
}


.sppb-addon-articles .sppb-addon-article .sppb-article-text-wrap {
    min-height: 260px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-text-wrap .sppb-readmore {
    position: absolute;
    bottom: 20px;
}
.ip_qsmod_holder .btn-info {
    float: left;
    border-radius: 3px;
    padding: 11px 4px !important;
    line-height: 30px;
}
.sppb-testimonial-pro .sppb-testimonial-wrapper .sppb-client-wrap {
    bottom: 12px;
}
.blog article.item {
    padding: 0 6px;
    min-height: 628px;
}
.com-content.layout-blog #sp-main-body {
    padding-top: 45px;
}
article.item .entry-header h2 {
    margin: 0;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px !important;
}
#ip-quicksearch-form .btn-group {
    width: 100%;
}
.ip-quicksearch-optholder {
    width: 308px;
    float: left;
}
.ip-quicksearch-sortholder .control-group.pull-right {
    float: none !important;
    padding-top: 51px;
}
.reset-bg {
    background: #fff;
}
.reset,
.remind,
.registration {
    margin-top: 25px;
}

.table-responsive {
    border: none!important;
}
#recaptcha_area,
#recaptcha_table {
    width: 100% !important;
    margin-bottom: 15px;
    overflow-y: hidden;
}
.padding-b10 {
    padding-bottom: 10px;
}
/* buy  a featured property page */

.ip-mainheader h1 {
    font-size: 32px !important;
}
.ip-prop-top .span5,
.ip-summary-sidecol {
    width: 100% !important;
    padding-right: 30px;
}
.ip-mapleft {
    width: 100% !important;
}
.ip-actions a {
    height: auto !important;
}
.ip-mapleft .tab-pane {
    padding: 15px 0 17px 6px;
}
.ip-tweet-this {
    position: static;
}
.ip-desc-wrapper {
    width: 100% !important;
    padding: 10px 15px;
}
/* top menu icom */

#offcanvas-toggler {
    line-height: 75px;
}
/* Advance search */

a.advance-search-btn {
    float: none !important;
    margin-left: 16px;
}
a.advance-search-btn:before {
    content: '+';
}
.latestItemsContainer h2,
h2.ip-property-header {
    font-size: 26px !important;
    margin-top: 10px !important;
}
.table-responsive {
    overflow-x: inherit !important;
}
/* right side bar */

#sp-right .sp-module {
    padding: 30px 20px 0 20px;
    border-bottom: solid 1px #0b76b4;
    margin-bottom: 25px;
}
.border-top {
    border-top: solid 1px #8cc641;
}
.facebook-box {
    padding: 30px 20px 0 20px;
    border-top: solid 1px #8cc641 !important;
    padding-top: 20px !important;
    border-bottom: 0 !important;
}
.mod_facebook_widget_plus {
    padding: 0 !important;
    border-top: 0 !important;
    position: relative;
    right: 18px;
}
/*------*/

.margin-25 {
    margin-top: 25px;
}
.padding-t20 {
    padding-top: 20px !important;
}
#sp-main-body {
    padding: 30px 0 !important;
    background-color: #0B76B4;
}
.view-category.layout-blog .item.column-2 img,
.view-category.layout-blog .item.column-3 img {
    margin: -6px -10px 10px -4px;
}
/* Menu alignment */
@media only screen and (min-width: 1200px){
  .sp-megamenu-parent >li >a {
    padding: 0 36px !important;
}
}
.view-page.no-layout.no-task #sp-main-body {
    padding: 0 !important;
}
/* side menu */

.sp-module.margin-25 {
    margin-top: 0 !important;
}
/* footer */

#sp-bottom {
    padding: 28px 0 !important;
}
/* contact us */

div#b2jcontainer_c267 .btn,
.b2jcontainer h2 {
    background: #8cc641 !important;
}
div#b2jcontainer_c267.b2jcontainer {
    border: solid 1px #8cc641 !important;
}
/* intelluctual-property*/

.ip-sidecol.ip-mainaddress {
    width: 30%;
    float: left;
}
.ip-after-property .ip-tweet-this {
    top: 24px !important;
    left: 10px !important;
}
.well {
    background: rgba(252, 157, 253, 0.05) !important;
    border: solid 1px rgba(252, 157, 253, 0.05) !important;
}
.btn.pull-right.ip-agent-contact-btn {
    margin: 0 !important;
}
.ip-summary-sidecol .well a:last-child {
    float: none !important;
}
.ip-summary-sidecol .well a,
.ip-sidecol.sidecol-linkedin,
.ip-sidecol.sidecol-twitter,
.ip-sidecol.sidecol-facebook,
.ip-sidecol.sidecol-email,
.ip-sidecol.sidecol-phone {
    float: left;
    margin-right: 20px;
}
div#map_canvas h1.firstHeading {
    font-size: 20px;
}

div.itemToolbar, div.itemRatingBlock{
	display:none!important;
}


@media only screen and (max-width: 568px) {
    #sp-right {
        margin-top: 30px;
    }
    .yt-socialbt {
        padding: 0!important;
    }
    .social .yt-socialbt{
        width: auto;
    float: left;
    padding: 10px !important;
    }
}
@media (max-width: 480px) {
    body.site.com-iproperty.view-allproperties .ip-overview-img,
    body.site.com-iproperty.view-allproperties .ip-overview-desc {
        width:100%;
    }
    .span3.ip-overview-img{width:100% !important}
    .input-medium {
    width: 200px;
}
.ip-quicksearch-sortholder .btn{width:100% !important;}

.ip-summary-sidecol .well a, .ip-sidecol.sidecol-linkedin, .ip-sidecol.sidecol-twitter, .ip-sidecol.sidecol-facebook, .ip-sidecol.sidecol-email, .ip-sidecol.sidecol-phone{float:none;    word-wrap: break-word;}
   }
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 

.thumbnail>img, .thumbnail a>img{margin-left:0;}

}
@media (max-width: 768px) {
 .span4.ip-agent-details,.span4.ip-social,.span4.ip-agent-address{width:100% !important;}
   .agent-list-details.small{word-wrap: break-word;}
   .blog article.item {
    height: auto;
    padding: 2px 0;
    max-height: auto;
   min-height: auto;
}
   }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  .spproperty .sp-properties-wrapper .property-details {
    bottom: -135px;
  }
  .thumbnail>img, .thumbnail a>img{margin-left:0;}
  .sppb-addon-articles .sppb-addon-article .sppb-article-text-wrap {
    height: auto;
  }
  #sp-right .sp-module, #sp-left .sp-module {
    padding: 30px 2px;
  }
  .fb_iframe_widget iframe {
    width: 67% !important;
  }
  #sp-bottom .sp-column{margin-bottom:0 !important;}

  .ip-bannerbotleft {
    z-index: 9!important;}
  #sp-component.col-sm-9.col-md-9,#sp-footer2{width:100%;}
  #sp-right.col-sm-3.col-md-3{width: 96%;
    margin-left: 15px;
    margin-top: 10px;
  }
  .fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid iframe{width: 260px !important;
    padding-left: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
 #sp-component.col-sm-9.col-md-9,#sp-footer2{width:100%;}
    #sp-right.col-sm-3.col-md-3{width: 96%;
    margin-left: 15px;
    margin-top: 10px;
}
.fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid iframe{width: 260px !important;
    padding-left: 15px;}
    .thumbnail>img, .thumbnail a>img{margin-left:0;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  	.sticky-wrapper.is-sticky #sp-header #sp-logo .has-scroll-logo {
    	height: 85px;
  	}

}
@media only screen and (min-width: 1024px) {
  .blog article.item {
      padding: 0 6px;
      min-height: 548px;
  }
   .yt-socialbt.col-sm-6 .fa.fa-linkedin{
     padding-left:10px;
  }
}