.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/*# sourceMappingURL=style.map */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-width: 1px;
}
.navbar {
  border-radius: 4px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-static-top {
  border-radius: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {

  /*position: fixed;*/
  right: 0;
  left: 0;
  z-index: 1030;

}
.navbar-fixed-bottom, .navbar-fixed-top {

  border-radius: 0;

}
.navbar-fixed-top {

  top: 0;
  border-width: 0 0 1px;

}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

  border-color: #101010;

}

/* common */
body{
  font-family: 'Arimo', sans-serif;
  text-rendering: optimizelegibility;
  font-size: 14px;
  overflow-y:scroll;
  direction:rtl;
}
.nop{ /* no padding */
  padding:0px !important;
}
.nom{ /* no margin */
  margin:0px !important;
}
.full_width_container{
  background-color:rgba(255, 255, 248, 0.75);
  padding:20px;
}
.bd{  /* bordered div for testing */
  border:1px solid red;
}
.bd2{  /* bordered div for testing */
  border:1px solid blue;
}
.spacer_small{
  width:100%;
  min-height:20px;
}
.spacer_med{
  width:100%;
  min-height:20px;
}
.spacer_big{
  width:100%;
  min-height:15px;
}
.logo_xs{
  width:100%;
  height:70px;
  text-align:center;
  margin-bottom:0px;
}
/* scroll to top */
.scrollToTop{
  width:70px;
  height:70px;
  padding:10px;
  position:fixed;
  bottom:40px;
  left:20px;
  display:none;
  background: url('../img/scroll_top.png') no-repeat;
  background-size: 70px 70px;
  z-index:8;
  cursor:pointer;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
.scrollToTop:hover{
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
/* top menu */
.logo{
  height:70px;
  /*width:200px;*/
}
.logo_xs_top{
  display:none;
  height:50px;
}
.top_menu_1{
  color:#fcc156;
  margin:10px 0 2px;
}
.top_menu_1 a{color:white}
.top_menu_1 a:hover{text-decoration:none;color:#fcc156;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color:black !important;
  color: white !important;
}
.menu_item{
  height:32px;
  padding:2px 12px;
  cursor:pointer;
  color:#dbdbdb;
}
.menu_item:hover{
  color:white;
}
/* content */
.content{
  top: 14px;
  position:relative;
  min-height:100%;
  max-width:1200px;
  left:0px;
  right:0px;
  margin:auto;
}
/* welcome */
.welcome_tab{
  border-bottom:1px solid black;
  width:100%;
  padding:10px 15px;
  height:42px;
  cursor:pointer;
  font-size:15px;
  font-weight:bold;
  color:black;
  transition: all .2s;
}
.welcome_tab:hover{
  background-color:#0099cc;
  padding:9px 16px;
}
.welcome_map{
  background-color:rgba(255, 255, 255,.4);
  padding:20px;
  position:relative;
}
.welcome_map_header{
  background-color:rgba(255, 255, 248,.85);
  position:absolute;
  height:28px;
  width:120px;
  top:20px;
  left:0px;
  right:0px;
  margin:auto;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding:2px 0;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  color:#0a815a;
  z-index:10;
}
.welcome_map_inner{
  min-height:60%;
}
/* location bar */
.location_bar{
  background-color:rgba(255, 255, 248,.75);
  height:40px;
}
.current_cat{
  float:right;
  padding:10px;
  font-size:18px;
  color:#064f37;
  font-weight:bold;
}
@media (max-width: 768px) {
  .current_cat{
    font-size:16px;
  }
}
@media (min-width: 768px) {
  .current_cat{
    font-size:18px;
  }
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.loc_selector{
  float:left;
  padding: 0 4px;
}
/* note */
.note_container{
  margin:0px;
  padding:15px 10px 70px;
}
.note_id{
  position:absolute;
  width:20px;
  height:20px;
  left:10px;
  top:180px;
}
.note_pass{
  position:absolute;
  top:10px;
  left:6px;
  width:90px;
  height:90px;
}
.ok_photo{
  position: absolute;
  top: 140px;
  left: 100px;
  width: 64px;
  height: 64px;
  z-index: 9;
}
.video_icon{
  position: absolute;
  top: 140px;
  left: 0px;
  width: 64px;
  height: 64px;
  z-index: 9;
}
.note{
  background-color:rgba(255, 255, 248, 0.75);
  max-height:180px;
  overflow:hidden;
  transition: all .5s;
}
.note_top{
}
.note_top:after{
  clear: both;
  content: "";
  display: block;
}
.note_left {
  width:140px;
  max-height:180px;
  padding:10px;
  float:left;
}
.main_pic{
  cursor:pointer;
  width:120px;
  height:160px;
  background-size: 120px 160px;
  background-position:center;
  transition: all .1s;
}
.main_pic:hover{
  background-size: 140px 187px;
}
.note_right{
  width:calc(100% - 140px);
  float:right;
  padding:10px 10px 10px 0;
}
.note_header{
  font-size:14px;
  font-weight:bold;
  color:#990066;
}
.note_text{
  font-size:12px;
}
.note_buttons{
  position:relative;
  width:100%;
}
.show_more{
  position:absolute;
  background-color:rgba(255, 255, 248, 0.75);
  /*border-top:1px solid #d8d8d8;*/
  height:90px;
  width:190px;
  bottom:0px;
  cursor:pointer;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding:3px 0;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#139727;
}
.show_more_list{
  position:absolute;
  background-color:rgba(255, 255, 248, 0.75);
  /*border-top:1px solid #d8d8d8;*/
  /*height:90px;*/
  width:70%;
  bottom:5px;
  cursor:pointer;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding:3px 0;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#139727;
  min-height: 85px;
  /*margin-top: -105px;*/
}
.show_more_list:hover{
  color:#16af2e;
}
/* modal close button */
.close_button{
  width:32px;
  position:absolute;
  top:-16px;
  right:-16px;
  cursor:pointer;
}
/* send mail */
.cm_modal_dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display:none;
}
.cm_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 360px;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display:none;
}
/* map */
.map {
  width:100%;
  height:80%;
}
.labels {
  background-color: #ffffe8;
  text-align: center;
  padding:5px;
  border: 1px solid #336633;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:14px;
}
/* gallery */
.gallery_modal_dim {
  display:none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.gallery_modal {
  position: fixed;
  padding:10px;
  width:260px;
  height:auto;
  right: 0;
  left: 0;
  margin-left:auto;
  margin-right:auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: tranlslateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}
.gallery_name{
  direction:rtl;
  font-weight:bold;
  text-align:center;
}
.gallery {
  width:240px;
  height:320px;
  position:relative;
}
.gallery .arrow-left {
  background: url('../img/arrows.png') no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:9999;
}
.gallery .arrow-right {
  background: url('../img/arrows.png') no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:9999;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:-10px;
  width: 100%;
  z-index:9999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
/* new note form */
.form_container {
  border: 1px solid #c6d29d;
  padding:20px;
}
.form_header {
  width:100%;
  text-align:center;
  padding:10px 0 30px;
  font-size:18px;
  color:#064f37;
  font-weight:bold;
}
.form_header_sub {
  text-align:center;
  padding:10px 0;
  font-size:15px;
  color:#064f37;
  font-weight:bold;
}
.add_note_takanon{
  text-align:right;
  padding:0 20px;
}
.err{
  border:1px solid red;
}
label{
  color:#064f37;
  padding: 5px;
}
.form_pic{
  position:relative;
  padding:10px;
  margin:10px 0 10px 10px;
  border: 1px solid #c6d29d;
  -webkit-border-radius:2px ;
  -moz-border-radius:2px ;
  border-radius:2px ;
  text-align:center;
}
.form_pic_inner{
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  margin:auto;
}

/* footer */
.footer{
  clear:both;
  background-color:black;
  min-height:160px;
  min-width:100%;
  margin:0px;
  padding: 0px 0px 10px 0px;
    height: auto;
}
.footer_inner{
  position:relative;
  left:0px;
  right:0px;
  margin:auto;
}
.footer_logo{
  position: absolute;
  left: 0;
  right: 0;
  top:30px;
  margin:auto;
}
.footer_menu_header{
  color:#d4d4d4;
  font-size:14px;
  padding-top:20px;
  padding-bottom:10px;
  cursor:pointer;
  width:100%;
}
.footer_menu_header:hover{
  color:white;
}
.footer_menu_sub{
  color:#d4d4d4;
  font-size:14px;
  padding-top:15px;
  padding-bottom:10px;
  cursor:pointer;
  width:100%;
}
.footer_menu_sub:hover{
  color:white;
}
.footer_menu_item{
  color:#fcc156;
  font-size:12px;
  padding-top:10px;
  padding-bottom:10px;
  cursor:pointer;
  width:100%;
}
.footer_menu_item:hover{
  color:#ffff99;
}
/* flip */
.flip {
  position: relative;
  text-align: center;
}
.flip_front, .flip_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip_front, .flip_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  cursor:pointer;
}
.flip_front {
  background-color: #000000;
}
.flip_back {
  background-color: #000000;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip.effect_hover:hover .flip_front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip.effect_hover:hover .flip_back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

h1{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  /*padding: 15px;*/
}
h3{
  font-size: 18px;
}
.card-body {
  padding: 10px 20px 15px 20px;
}
.mb-0 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;

}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-nav > li > a {
  padding: 0px;
  color: #dbdbdb;
}
.navbar .sub-menu {
  background-color: black;
  left: auto !important;
  right: 0 !important;
  margin-left: -50px !important;
}

.navbar-collapse.in {
  overflow-y: visible;
}
.navbar .sub-menu > li {
  margin-right: 15px;
}

p {
  margin: 0px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 480px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0.3; }
}

.page_text {
  padding: 10px;
  background-color: rgba(255, 255, 248,.75);
  margin: 10px;
}

.btn-block {
  margin: 5px;
}