﻿/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   CUSTOM styles
   ========================================================================== */
  
/* Here you can add CSS styles to override the default template styles */

@font-face {
    font-family: 'journalregular';
    src: url('journal-webfont.eot');
    src: url('journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('journal-webfont.woff') format('woff'),
         url('journal-webfont.ttf') format('truetype'),
         url('journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body * {
    box-sizing:border-box;
    font-weight: 300!important;
}



/* ------- Startpage Search ------- */

#jm-header {
    padding-top: 0;
      padding-bottom: 0;
}

#jm-header{
    margin-top:-60px; 
}

#jm-allpage {
    position: relative;
}

#jm-allpage .search-ms form {
    margin: 0px auto;
    position: relative;
    max-width: 790px;
}

#jm-allpage .jm-module.search-ms {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: auto;
    top: 50%;
  	left:0;
    padding: 0px 10px;
}

#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_cats > select {
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    box-shadow: none;
    width: auto !important;
    border-radius: 0px;
    border: none;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 0px 30px 0px 0px;
}


#jm-allpage  .jm-module-in::after {
    border:none;
}

#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .inputbox.first_input, #jm-allpage .search-ms.category-ms .dj_cf_search #form-search .inputbox.search-query {
    padding: 0 43px 0 20px;
}

#jm-allpage .search-ms .dj_cf_search label, #jm-allpage .search-ms .dj_cf_search span.label{
  display:none!important;
}

/* new search box with google places api */
#jm-content .dj_cf_search input[type=text] {
    background-clip: padding-box;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #b8b8b8;
    box-sizing: border-box;
    color: #888888;
    font-family: inherit;
    font-size: 19px;
    font-weight: 300;
    height: 47px;
    margin: 0;
    max-width: none;
    padding: 0 45px 0 20px;
    text-align: left;
    width: 100% !important;
}

#jm-content .dj_cf_search .search_radius select {
    background: #fff url("../../../images/arrow-down.png") no-repeat;
    background-position: 78px 15px;
    background-size: 12px;
    width: 100px !important;
    position: absolute;
    right: 50px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    top: 5px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}


#jm-content .dj_cf_search .search_radius option {
	background: #fff;
}

#jm-content .search-ms button.button, #jm-content .search-ms input.button {
	top: 16px;
}

/* RSMEMBERSHIP */
.span6 .thumbnail .rsm {min-height: 200px;}

.span6 .thumbnail {background-color: #ffffff;}

dj_cf_search > form > div[class*="search"]
{float: none;}

li.rsm_container .row-fluid .btn-group a:first-child {
  	display:none;
}

#rsm_terms_frame {
    margin-bottom: 20px;
  	background: #fff;
}

#rsm_checkbox_agree {
    margin: 0 5px !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
}

#jm-allpage .search-ms button.button, #jm-allpage .search-ms input.button {
    background-image: url("../../../images/search-icon.png");
  	background-size: 100%;
}

#jm-allpage .tp-rightarrow.default,
#jm-allpage .tp-leftarrow.default {
  	z-index:1000;
}



/* ------- HEADER ------- */

#jm-logo-sitedesc #jm-logo a img {
    width: 100%;
    max-width: 270px;
}

#jm-offcanvas-content .jm-title {
    display: none;
}

#jm-logo-sitedesc {
   padding: 15px 0px;
}

#jm-logo-sitedesc #jm-logo {
      margin: 0px auto;
      text-align: left; 
      float:none;
}

#jm-logo-sitedesc #jm-logo a {
      color:#24AEC9;
}

#jm-logo-sitedesc #jm-sitedesc {
    line-height: 30px;
    vertical-align: middle;
    color: #0086a0;
    padding: 0px;
    display: inline-block;
    font-size: 21px;
}

#jm-top-mod {
    padding-top: 0px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    color: #6A6A6A;
    background: #24AEC9;
}

#jm-djmenu {
    margin: 0px 0px 0px;
}

#jm-djmenu .dj-megamenu {
    width:auto;
}

#jm-djmenu .dj-up_a {
    padding: 20px 20px!important;
    height: 80px;
    background: #24AEC9;
    color:#fff;
}

.dj-megamenu li.dj-up a.dj-up_a{
  	text-transform: none!important;
	line-height: 40px!important;
  	font-size: 18px!important;
}

.dj-megamenu li.dj-up a.dj-up_a span{
	line-height: 40px!important;
}
  

#jm-djmenu .dj-up_a:hover {
    background: #0893ae;
}

#jm-djmenu .dj-up_a.active {
    background: #0087a2;
}



#jm-top-mod {
    z-index: 9999!important;
}

#jm-allpage .dj-megamenu-sticky {
	top: 60px !important;
	border-top: 1px solid #24AEC9 !important;
  background: rgb(36, 174, 201);
  z-index: 9999;
}

.forcefullwidth_wrapper_tp_banner {
  margin-bottom:-30px!important;
}

#jm-top-bar-mod .nav.menu li a,
#jm-top-bar .toggle-nav.menu {
  color:#372F2B;
}

#jm-top-bar .toggle-nav.menu {
    display: none;
}

#jm-top-bar-mod .nav.menu li a:hover,
#jm-top-bar .toggle-nav.menu:hover {
  color: #24aec9;
}

#jm-top-bar-mod .nav.menu > li a.color:hover {
  color:#ffffff;
}

.dj-megamenu {
    border: 0px none!important;
}

#jm-top-bar-mod .nav.menu li.active > a {
  	color:#000000;
}

.dj-megamenu li.dj-up + li.dj-up {
    border-left: none!important;
}

.dj-megamenu.hasSubtitles li a.dj-up_a span {
    line-height: 33px !important;
}

.tp-caption.verylargetext2, .verylargetext2 {
    font-weight: 600!important;
}

#jm-top-bar-mod .nav.menu {
    background: none;
}

#jm-top-bar-mod .nav.menu li a, #jm-top-bar .toggle-nav.menu {
    color: #000;
    background:none;
    border:2px solid transparent;
    line-height: 35px;
}

#jm-top-bar .toggle-nav.menu {
    display:none;
}

#jm-top-bar-mod .nav.menu li a.color {
    border:2px solid #24AEC9;
}

#jm-top-bar-mod .nav.menu li a:hover {
}

#jm-top-bar-mod .nav.menu li a.color:hover {
    border:2px solid #24AEC9;
}

/* ------- CONTENT ------- */

#jm-header + #jm-main {
    padding-top: 90px;
}

#jm-allpage .btn-group > .btn:last-child {
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
  	-o-border-radius:5px;
  	border-radius:5px;
}

#jm-allpage .profile_name,
#jm-allpage #dj-classifieds .profile_outer h2.profile_name
{
  	font-family: "journalregular";
  	font-size: 28px;
  	letter-spacing: 1px;
}

#jm-allpage #dj-classifieds .dj-item .djcf_after_desc h3,
#jm-allpage #dj-classifieds .dj-item .description h2,
#jm-allpage #dj-classifieds .dj-item .custom_det h2,
#jm-allpage #dj-classifieds .dj-item .localization_det h2,
#jm-allpage #dj-classifieds .dj-item .additional h2,
#jm-allpage #dj-classifieds .dj-item .video_box h2,
#jm-allpage #dj-classifieds .dj-item .djcf_comments h2{
    font-size: 30px;
    font-weight: normal;
    font-family: "journalregular";
  	letter-spacing: 1px;
}

#jm-allpage h2.rsm_title{
    font-size: 45px!important;
    font-weight: bold;
    font-family: "journalregular";
  	letter-spacing: 1px;
    text-align: center;
}

#dj-classifieds .dj-item .title_top h2,
#dj-classifieds .dj-items .item_row .item_content .item_title h3{
    text-transform: none!important;
}


#dj-classifieds .dj-items .item_row .item_content .item_desc a{
  text-decoration: none!important;
}

#jm-allpage #dj-classifieds .dj-item .general_det .price_wrap {
    padding: 10px;
}

#comSocialConnectContainer .socialConnectInput {height: 50px!important}

/* ------- SEARCH HOME ------- */
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range{
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: medium none !important;
  width: 90px !important;
  position: absolute;
  right: 50px;
  color: #888;
  z-index: 502;
  top: 8px;
}

#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range > div,
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range label {
  display: none;
}
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range > select {
   -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #888888;
  width: 100% !important;
  margin-top: 0;
  margin-left: 0;
  border-color: #fff!important;
  font-size:18px!important;
  box-shadow: 0 0px 0px 0 #ffffff inset;
  background:  #fff url("http://canishare.com/canishare/media/jui/css/chosen-sprite.png") no-repeat;
  background-position: 200% 10px;
 
}
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range .chzn-container.chzn-container-single {
  display: inline-block;
  margin: 0;
}
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range .chzn-container.chzn-container-single .chzn-single {
  border: none;
  border-right: 1px solid #ececec;
  font-size: 19px;
  font-weight: 300;
  color: #888888;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range .chzn-container.chzn-container-single .chzn-single div {
  margin: 0;
}

/* ------- FOOTER ------- */

#jm-footer * {
  box-sizing:border-box;
}

/* Formular */

#jm-allpage .chronoform #fin-submit5 {
  width:100%;
  margin-bottom:40px;
}

#jm-allpage .chronoform {
  width:100%;
  max-width:768px;
  margin: 0 auto;
}

#jm-allpage .chronoform * {
  font-family: "Montserrat",sans-serif!important; 
}

#jm-allpage .chronoform h3 {
  font-size:30px;
  margin-bottom: 30px;
}

#jm-allpage .chronoform p {
  font-size: 20px;
  margin-bottom: 26px;
}

#jm-allpage .chronoform p em {
  color:#917641; 
}

#jm-allpage .chronoform .chronoform-container {
  width: 48% !important;
}

#jm-allpage .chronoform .chronoform-container .gcore-line-tr {
  margin-bottom:20px;
}

#jm-allpage .chronoform #chronoform-container-17 {
  margin-left: 4%;
} 

#jm-allpage .chronoform #chronoform-container-28 {
  width:100%!important; 
}

#jm-allpage .chrono_credits {
  display:none;
}

#jm-allpage .chronoform-container label {
  display:none;
}

#jm-allpage .chronoform-container input,
#jm-allpage .chronoform-container textarea {
  background:#ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 0px; 
  padding: 16px;
  width: 100% !important;
  font-size: 14px;
  height: 51px;
  box-shadow: none;
  text-shadow:none;
}

#jm-allpage .chronoform-container textarea { 
  min-height:200px;
}

#jm-allpage .chronoform-container input[type=submit] {
  border: 3px solid #24AEC9!important;
  background: #24AEC9;
  color:#fff;
  height: 60px;
  font-size: 22px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#jm-allpage .chronoform-container input[type=submit]:hover {
  border: 3px solid #24AEC9!important;
  background: #fff;
  color:#24AEC9!important;
  cursor:pointer;
}

#jm-allpage .chronoform-container .gcore-input {
  width:100%;
}

#jm-allpage .chronoform #ftr-captcha {
  width:48%!important;
  position:relative;
}

#jm-allpage .chronoform #ftr-captcha #fitem1 {
  position: absolute;
  top: 1px;
  right: 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 4px 5px;
  background: rgb(255, 255, 255);
}

#jm-allpage .chronoform .gvalidation-error-tip {
  background:#24AEC9!important;
  border:1px solid #24AEC9!important;
  padding: 8px!important;
}

#jm-allpage .chronoform .gtooltip-arrow-border {
  border-top-color: #24AEC9!important;  
}

#jm-allpage .chronoform .gtooltip-arrow {
  border-top-color: #24AEC9!important;
}

#dj-classifieds .dj-items .item_row{
  margin-bottom: 2px!important;
}

dj-classifieds .dj-items_order_by_in {
    background: #999 none repeat scroll 0 0!important;
    border-radius: 2px!important;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px!important;
    padding: 10px 4px!important;
    text-align: center;
}

#dj-classifieds .dj-items .item_row .item_img_box_in img {
	max-width: 153px !important;
}


#res-wrap {
	position: relative;
}

#fixed-map {
	position: fixed;
	left: 50%;
	top: 7%;
	height: 93%;
	z-index: 0;
}

.dj_cf_maps,
.dj_cf_maps > div {
	position: relative;
	height: 100%;
	z-index: 99;
}

#jm-bottom1,
#jm-footer,
#jm-footer-mod {
	position: relative;
	z-index: 100;
}

.sp-ads {
	max-width: 948px;
	margin: 0 auto 50px;
}

a#userlikeTab.bottomRight,
#userlikeEyecatcher {
	right: 65px !important;
}

.search_buttons button {
	margin-left: 20px;
}

#dj-classifieds .dj-item .custom_det .row {
	display: table !important;
	width: 100%;
}

#dj-classifieds .dj-item .custom_det .row .row_label,
#dj-classifieds .dj-item .custom_det .row .row_value {
	display: table-cell;
	width: 50%;
}

.profile_img {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

#jm-top-bar-mod .nav.user-menu li {
	display: block;
}

#jm-top-bar-mod {
	position: relative;
	padding-top: 15px;
}

#jm-top-bar-mod .nav.menu.user-menu {
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	width: 200px;
	position: absolute;
	display: none;
	left: 0;
	top: 40px;
	z-index: 99;
}

#jm-top-bar-mod .nav.menu.user-menu li a {
	color: #999;
	padding: 0;
	line-height: 1.8;
	text-align: left;
}

#jm-top-bar-mod .nav.menu.user-menu > li.active > a,
#jm-top-bar-mod .nav.menu.user-menu li a:hover {
	color: #666;
}

#user {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

#user-name {
	display: block;
	background: url(../images/green-arr.png) no-repeat right;
	padding-right: 16px;
}

.clear_both {
	clear: both;
}

.tb-padding {
	margin-bottom: 30px;
}

#jm-top-bar #submenu .jm-module-raw {
	float: none;
}

#submenu {
	background: #fff;
	margin-top: 10px;
	padding-bottom: 10px;
}

#submenu li {
	display: inline-block;
	margin-right: 10px;
	border: none;
	padding-bottom: 5px;
}

#submenu li.active {
	border-bottom: #24aec9 2px solid;
}

#submenu a {
	font-size: 13px;
	padding: 0;
}

#submenu .nav.menu li.active > a {
	color: #6a6a6a;
}

.radio_label {
	display: inline-block;
}

.readonly {
	background: #ddd;
}

.invisible {
	position: absolute;
}

#jm-content {
	min-height: 600px;
}

.mod_djclassifieds_items div.title img {
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	width: 100%;
}

.title_img {
	position: relative;
	display: inline-block;
	width: 100%;
}

.mod_djclassifieds_items div.title .profile_img {
	position: absolute;
	width: 60px;
	right: 8px;
	bottom: 0px;
	z-index: 99;
	border: #ccc 1px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 !important;
}

.mod_djclassifieds_items div.title span.price {
	position: absolute;
	left: 0;
	bottom: 50px;
	background: rgba(60, 63, 64, 0.9);
	color: #fff;
	padding: 5px 10px 10px;
	font-size: 18px !important;
}

.mod_djclassifieds_items div.title span.price .price_unit {
	color: #fff;
	font-size: 12px !important;
	vertical-align: super;
	margin-left: -5px;
}

.mod_djclassifieds_items div.title a.title {
	text-transform: none !important;
	font-size: 15px !important;
	margin-top: 5px;
}

#se211_cat_0_chzn {
	position: absolute;
	top: 8px;
	right: 138px;
	max-width: 220px;
}

#jm-allpage .chzn-container-single .chzn-single, #jm-allpage .chzn-container-multi .chzn-choices {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 39px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	box-shadow: nonw;
	-webkit-box-shadow: nonw;
	-moz-box-shadow: nonw;
	padding: 0 13px;
}

#jm-allpage .chzn-choices li, #jm-allpage .chzn-results li {
	color: #666;
}

#jm-allpage .chzn-results .highlighted {
	color: #fff;
}

#jm-allpage .chzn-container-single .chzn-single div b {
	margin: 0;
}

.chzn-container-active.chzn-with-drop .chzn-single div b,
.chzn-container-single .chzn-single div b {
	background-image: url("../../../images/arrow-down.png") !important;
	background-size: 12px auto !important;
	background-position: center 15px !important;
}

/* BLOG */

div#fd.eb .eb-entry-title {
    font-size: 28px;
    color: rgb(36, 174, 201)!important;
    line-height: 36px;
}

div#fd.eb .eb-image.style-polaroid {
    padding: 30px 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div#fd.eb .ebd-block[data-type="image"] {
    width:100%;
    margin: 20px 0 !important;
}

div#fd.eb .eb-image.style-gray {
    display: inherit;
}

div#fd.eb h1,
div#fd.eb h2,
div#fd.eb h3,
div#fd.eb h4 {
    margin-top:20px;
}

div#fd.eb p {
   font-weight: 100!important;
}

div#fd.eb strong {
   font-weight: bold!important;
}

.dj_cf_search .search_radius div, .dj_cf_search .search_regions div, .dj_cf_search .search_cats div {
	margin: 0 !important;
}



/* ------- Media Queries ------- */

@media screen and (max-width: 1024px) {
  	#jm-logo-sitedesc #jm-logo {
      float:left;
    }
  
	.container-fluid {
      	position:relative;
      	
    }
  
	#jm-djmenu {
        display:none;
    }
  
  	.forcefullwidth_wrapper_tp_banner {
  		margin-top:-30px!important;
	}
  
  
  	#jm-top-bar-mod .nav.menu {
    	background:none;
  	}
  
 	#jm-top-bar-mod .nav.menu li a {
    	text-align:center;
  	}
    	  
  #jm-top-bar .container-fluid {
    padding-bottom:0;
  }
 
  
}

@media screen and (max-width: 768px) {
.userlike,
.non-mobile {
	display: none;
}

#jm-logo-sitedesc #jm-logo a img {
    width: 100%;
    max-width: 210px;
}
  
  #pwebbox275_toggler {
 display:none;
}

#jm-top-bar .toggle-nav.menu {
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
    height: 60px;
    text-decoration: none;
}

#jm-top-bar-mod, #jm-top-bar-mod .nav.menu {
    width: 100%;
    top: 28px;
    position: absolute;
    right: 0px;
    padding:0;
}
  
  #jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range > select {
    margin-left: 230px !important;
    margin-top: 8px !important;
  }

	#fixed-map {
		display: none;
	}
	
	.pd {
		margin: 10px 0;
	}
	
}

@media screen and (max-width: 480px) {
  
  	.sticky-bar #jm-top-bar {
    position: static !important;
	}	
  
  	#jm-top-bar-mod .nav.menu {
    	border-top: 1px solid rgba(0,0,0,0.2);
  	}	
  
  	#jm-top-bar-mod .nav.menu li {
    	width:50%;
      	text-align:center;
      	box-sizing: border-box;
  	}
  
  	#jm-top-bar-mod .nav.menu li:nth-child(2) {
    	border-left: 1px solid rgba(0,0,0,0.2);
  	}
  
  	#jm-top-bar-mod .nav.menu li a.color,
  	#jm-top-bar-mod .nav.menu li:nth-child(3),
  #jm-top-bar-mod .nav.menu li.item-530 {
    	width:100%; 
  	}
  
  	#jm-top-bar-mod form {
    position: absolute;
    bottom: 46px;
    right: 15px;
	}
  
  	.tp-simpleresponsive .caption,
  	.tp-simpleresponsive .tp-caption,
  #jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range > select{
    position: absolute;
    /*display: none;*/
	}
  
  	#jm-allpage .jm-module.search-ms {
    top: 28%;
	}
  
  	.tp-leftarrow.default,
  	.tp-rightarrow.default {
    bottom: 10px;
    top: auto !important;
	}
  
    #jm-allpage .search-ms.category-ms .dj_cf_search #form-search .search_radius_range > select {
    margin-left: 200px !important;
    margin-top: 8px !important;
  }
  
	#dj-classifieds .dj-items .item_row .item_img_box_in img {
		max-width: none !important;
		width: 100%;
	}
	
	#dj-classifieds .dj-items .item_row .item_img_box_in {
		padding: 0 0 10px !important;
	}
}

.rsmembership_form_table tr {
	display: block;
	padding-bottom: 20px;
}
	
.rsmembership_form_table td {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}

.rsmembership_form input.rsm_textbox {
	height: 50px !important;
	font-size: 18px !important;
}

}





@media screen and (max-width: 400px) {

  

  	#jm-allpage .jm-module.search-ms {

    top: 20%;

	}

}



.chrono_credits{display:none;}



